- 27 Mar, 2020 1 commit
-
-
Robert Lyon authored
Change-Id: I045f8ffc34d334da6c1f865a52487e6d94f61731 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 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 Cheung 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 4 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
-
Added a clearfix div when there is no description so that the plans don't bunch up on the left of the top set of buttons. behatnotneeded Change-Id: I3656f246728f78c67e8d92e2037f157cff6d96c6
-
Robert Lyon authored
* changes: Bug 1845228: Make Mahara work with mysql 8.0.17 Bug 1866942: set default value for groupsideblocklabels when creating a user Behat: downgrade composer packages
-
- 14 Mar, 2020 4 commits
-
-
Robert Lyon authored
* changes: Bug 1857935 Share dropdown styling Bug 1857935: Behat Tests Bug 1857935: Display people from own institution(s) first when searching for them during portfolio sharing
-
-Add mysql reserved words 'array' and 'member' -Remove deprecated ||, &&, ! and replace with OR, AND, NOT Note: Use of || is deprecated unless the PIPES_AS_CONCAT SQL mode is enabled. In that case, || signifies the SQL-standard string concatenation operator -Quote uses of member in SQL queries Note: when passed in as a variable it is quoted on query construction behatnotneeded Change-Id: I860bac5c44dab206b70a78215a5784e6f1fe3928
-
- when creating a user manually - when creating a user by csv behatnotneeded Change-Id: I8266689b22ce17cf118043529a52dee7bb1fada9
-
there are new versions of a few packages and composer will try to upgrade them before running behat tests. But these new versions don't work together very well, so we ned to revert to the previous versions. To see this changes here is the link to the first behat run that broke in jenkins https://test.mahara.org/job/mahara-gerrit/10891/console this is what was installed by composer Package operations: 0 installs, 5 updates, 0 removals - Updating symfony/css-selector (v3.4.38 => v5.0.5): Downloading (100%) - Updating behat/mink (v1.7.1 => v1.8.1): Downloading (100%) - Updating behat/mink-selenium2-driver (v1.3.1 => v1.4.0): Downloading (100%) - Updating fabpot/goutte (v3.2.3 => v3.3.0): Downloading (100%) - Updating behat/mink-browserkit-driver (1.3.3 => v1.3.4): Downloading (100%) Note: If it still doesn't work for you in local machine, remove the content of the behat folder on the mahara dataroot directory behatnotneeded Change-Id: Ibd48275c297a44527d551692bee1e4c4294d302b
-
- 12 Mar, 2020 1 commit
-
-
Cecilia Vela Gurovic authored
-
- 09 Mar, 2020 1 commit
-
-
Robert Lyon authored
Also allow the selecting of specific users by select2 dropdown behatnotneeded Change-Id: Ib4cdaf6251cbbb69285406e7618fee84ba797136 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 08 Mar, 2020 1 commit
-
-
Robert Lyon authored
So that all export types can use the same export compression function behatnotneeded Change-Id: I732410d7a3fa8458156d498ead88cedf68376015 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-