- 31 Mar, 2020 4 commits
-
-
Robert Lyon authored
Set up composer to include chrome-php/chrome behatnotneeded Change-Id: Icc6b12ffbb57c85351217a66c66925fa9351d863 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
* changes: Bug 1762845: HTML export still contains the 'details' / 'add comment' links for blocks on the pages Bug 1826284: Allow HTML exports have multiple pages with same name Bug 1853069: Combine export options into one export file
-
- add in render_instance_export func for comment block - remove non-export things in render_instance_export - add check for export status when setting canedit var behatnotneeded Change-Id: I3f9ae3d82c0a69277e2e6e79404f73ad9d35e3ba Signed-off-by:
Lisa Seeto <lisaseeto@catalyst.net.nz>
-
Robert Lyon authored
Change-Id: I64b0d705cc15ab94d6f26b2a2c01f64c1e70ce7f Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 30 Mar, 2020 2 commits
-
-
- create class PluginExportAll to unify html, leap2a exports - alter HTML and Leap2a exports to use updated zip archive file structure - alter export page info descriptions, progress notifications - add get_rooth_path() behatnotneeded Change-Id: I21c5c5dcd71bdc7e748814b81f6b1f4f4adf1054 Signed-off-by:
Lisa Seeto <lisaseeto@catalyst.net.nz>
-
Cecilia Vela Gurovic authored
-
- 29 Mar, 2020 2 commits
-
-
Robert Lyon authored
-
Robert Lyon authored
We need to be able to display the error when the json_reply() used is the mahara.php one and not the pieform.php one - for non form related error replies Change-Id: I9a1407fc484afc8ef1aef69a2ce01f592c2c6ee7 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 27 Mar, 2020 2 commits
-
-
Robert Lyon authored
Change-Id: I045f8ffc34d334da6c1f865a52487e6d94f61731 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
This patch can - check and update a text field - check and update a textarea field - check and update a select field - check that if the field is a standard or standardelement that it is also the active one Change-Id: I17b48f3881f2795e7aac5581159fa8447e4d349b
-
- 26 Mar, 2020 5 commits
-
-
Cecilia Vela Gurovic authored
-
Robert Lyon authored
-
These are: :first -> .first() or css first-child :last -> .last() or css last-child :eq -> .eq() or css nth-of-type(n) :even -> css nth-child(odd) (odd because we're going from 0->1 based indexing) And these which were not found in Mahara: :odd :gt :lt Change-Id: I512db61de687f9ea3d7a31b1514f4aa962bcb1b0
-
Robert Lyon authored
* changes: Bug 1856260: update element count when deleting a standard Bug 1856260: Delete elements when deleting the parent (standard & element)
-
Cecilia Vela Gurovic authored
-
- 25 Mar, 2020 6 commits
-
-
Check offset parameter for pagination works in - Admin menu-> user search - Normal menu -> Engage -> group search - group member search in any agroup behatnotneeded Change-Id: Iee1e5761cd4121ad18d513173f2c972dd22650ee
-
Robert Lyon authored
* changes: Bug 1857379: Add tooltip to file download icon Bug 1857379: Add attachment panel to recent posts block Bug 1857379: File attachment display consolidation Bug 1857401 Consolidating list-group outer-links in theme
-
Robert Lyon authored
-
- added in tooltip to file download icon with new string format - added file size to tooltip - added in class bh-detail-only to fix display issue with block details header Change-Id: Icc0ae68351200b7d718833cdbef8fec1963ac6c2 Signed-off-by:
Lisa Seeto <lisaseeto@catalyst.net.nz>
-
- add DB query to get attachment data - add in attachment panel for recent posts tpl - change chevron class - fix warning by adding artefacttype to db query - add in icon - add tooltip for download icon Change-Id: I53dbd7f034bd02e40ed0b144e0829639788f2d9f Signed-off-by:
Lisa Seeto <lisaseeto@catalyst.net.nz>
-
- altered templates to remove file size info, always show download icon - create modal links where needed - remove attachment panels in resume education/employment history and achievements Change-Id: Ie8ecf4c73e698d45332c250a59c23b374413d841 Signed-off-by:
Lisa Seeto <lisaseeto@catalyst.net.nz>
-
- 23 Mar, 2020 4 commits
-
-
Robert Lyon authored
-
Taking out a bunch of outer-links when there are secondary inner-links within. Aligned the format of attachment files so that they are consistent. behatnotneeded Change-Id: Iaa35a3ac41cbf738ecd94288bec05fe2e597a0b0 Signed-off-by:
Evonne <evonne@catalyst.net.nz>
-
Robert Lyon authored
Change-Id: Ida3d697e0fced01092d0504102c3e207b5da7b70 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
-
- 21 Mar, 2020 1 commit
-
-
Robert Lyon authored
-
- 20 Mar, 2020 4 commits
-
-
Robert Lyon authored
-
Robert Lyon authored
-
Re-order elements and change certain categories to group settings better. Change-Id: I0a7764d0d7553ed585f2ef160e860de1bf21d2af
-
Cecilia Vela Gurovic authored
behatnotneeded Change-Id: Ida169d4f569b9406ca350e84ecd867a9002af945
-
- 18 Mar, 2020 5 commits
-
-
Robert Lyon authored
For popper and some other hardcoded js libraries Change-Id: I499e2f18ba6498cd2c97836e238733fa3d5b794f Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- upgraded popper.min.js to from 1.15.0 to 1.16.0 with contents found here: https://unpkg.com/popper.js@1.16.0/dist/umd/popper.min.js Change-Id: I0b46c5525f4090f249fe2928cee9a09a5208d6db Signed-off-by:
Lisa Seeto <lisaseeto@catalyst.net.nz>
-
Evonne authored
Moved styles to the right path for active states to been seen when a block's add comments/details opens up a modal. - added in more specific target to folder_render_in_modal to prevent the wrong event being called on open_modal func behatnotneeded Change-Id: I78d647e44f938de432a4757b309bca7caae3adcb
-
Kristina Hoeppner authored
Mitsuhiro Yoshida caught a 'user' that I had forgotten. behatnotneeded Change-Id: I6500a5333f93265085bf4b271429f5e985f32d78
-
Robert Lyon authored
-
- 17 Mar, 2020 2 commits
-
-
Robert Lyon authored
-
When turning on 'Lock blocks' for a group page, prevent group members from removing the lock. Added a language string for site and institution pages to make it clearer that the locking only affects pages that are copied. behatnotneeded Change-Id: I26ebccb659f1c05333538dea24735ca11484b360
-
- 16 Mar, 2020 1 commit
-
-
Robert Lyon authored
-
- 15 Mar, 2020 2 commits
-
-
Raw had some changes made that had more specific paths than primary did, so have fixed that and now overrides properly. behatnotneeded Change-Id: Id4d75e8b6d9ff67d7376a55c88f1e865e82823d6
-
Took out the manual variable and replaced with md breakpoint. behatnotneeded Change-Id: Iba1a12801bfb1396bfd56d859c6bb04754675620
-