- 05 Mar, 2019 1 commit
-
-
behatnotneeded Change-Id: I334c936f6eb5e41a5c70ee69cc97206653b7e321 (cherry picked from commit 373c3756)
-
- 31 Oct, 2018 1 commit
-
-
Robert Lyon authored
This reverts commit 0dad0592. Change-Id: I2b7d842f88f89a980f68c8f50556a3f01d468402 (cherry picked from commit d31a7814)
-
- 25 Oct, 2018 1 commit
-
-
Robert Lyon authored
Now that we have generic icons for nav in all themes Also replacing the dashboard 'home' with new icon behatnotneeded Change-Id: I492da893d600468c279474879751bea1ada4ac38 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz> (cherry picked from commit ce39e073)
-
- 23 Oct, 2018 1 commit
-
-
behatnotneeded Change-Id: Ia902165c8149db90b3b7affb4aa947397137a038 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz> (cherry picked from commit 15bf6dd4)
-
- 30 Sep, 2018 1 commit
-
-
Robert Lyon authored
1. Change "Settings" to "Preferences" in the user menu's "Settings" category. 2. Move "Shared by me" and "Shared with me" to a new "Share" category in the main menu to conform with the three main elements of Mahara. Change-Id: I0af04a22df5d6469c74674225a7c68c642d99281 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 25 Sep, 2018 1 commit
-
-
Robert Lyon authored
And also with calling $USER->logout(); And also with showing missing ldap server info for a user behatnotneeded Change-Id: I03656d286bbf2e56416151a52b2051235f9364df Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 24 Sep, 2018 1 commit
-
-
Robert Lyon authored
Includes converting the RESUME_SUBPAGE to MENUITEM_SUBPAGE And getting the group subnav to use the same structure behatnotneeded Change-Id: Ia3bcb02030b5fe4deae47f20ff497dda55667d95 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 09 Sep, 2018 1 commit
-
-
Robert Lyon authored
behatnotneeded Change-Id: I523b7989df426670690b0a086c553149dba26d84 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 06 Sep, 2018 1 commit
-
-
Cecilia Vela Gurovic authored
behatnotneeded Change-Id: I8078d1496826c3a24417d1bae373a6093915ffa6
-
- 31 Aug, 2018 1 commit
-
-
Robert Lyon authored
behatnotneeded Change-Id: I4b7b4d95bd17ff2fea81e3b750f9978471ec5d7a Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 14 Aug, 2018 3 commits
-
-
Upgraded to 1.3.7 Issues: Needed to change calls to class names to not use underscores Changed calls to the Dwoo/$dwoo class to Core/$core discovered that wrong file path wass being called for the dataroot changes to use namespaces instead of requires Changed Mahara plugins to camelcase naming. Dwoo now uses composer to autoload files and composer needs to cache the paths to classes before Dwoo will run. behatnotneeded Change-Id: Ia6b7f41c96fe5695a1ed94476e21eca5a9f1c9ee
-
replaced each() with foreach in core code. replaced create_function() with anonymous function in core code. Also removed some functions that were not used anymore behatnotneeded Change-Id: I300396a1ec04c75d7882b7ec5c9de76c3763e70d
-
Robert Lyon authored
And getting that file to redirect to correct place behatnotneeded Change-Id: Ifa6cebbcd6282b9eb3a39df90debc9ca9fdb9b71 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 07 Aug, 2018 1 commit
-
-
Event Breaking change: .load(), .unload(), and .error() removed Breaking change: .on("ready", fn) removed Breaking change: event.pageX and event.pageY normalization removed Breaking change: jQuery.event.props and jQuery.event.fixHooks removed Breaking change: Delegated events with bad selectors throw immediately Deprecated: .bind() and .delegate() no calls to .bind() for events in core. Only calls to bind() refer to the js bind of arguments to functions. no calls to unbind() for event in core. Only calls to unbind refer to the unbind method defined in formChangeManager not related to the jQuery method. Warnings fix JQMIGRATE: jQuery.fn.click() event shorthand is deprecated - also applies to the other event shorthands, including: blur, focus, focusin, focusout, resize, scroll, dblclick, mousedown, mouseup, mousemove, mouseover, mouseout, mouseenter, mouseleave, change, select, submit, keydown, keypress, keyup, and contextmenu. JQMIGRATE: jQuery.fn.hover() is deprecated JQMIGRATE: jQuery(window).on('load'...) called after load event occurred (for FileBrowser we can see this error when editing a block in a page) behatnotneeded Change-Id: I1a50050f882b864ad63d273de160e0b441a77705
-
- 19 Jul, 2018 1 commit
-
-
Cecilia Vela Gurovic authored
this will output error logs in the browser console for lines that need to be changed to use jQuery 3 abandon this patch after testing is done Change-Id: I51ffd676e1db4a9b11d8fff0a0845da0f43882e7
-
- 17 Jul, 2018 1 commit
-
-
Robert Lyon authored
behatnotneeded Change-Id: I2d8107d71f0bc08367081dc129d2bdb4ec31d68c Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 17 Jun, 2018 1 commit
-
-
1. If a visible institution enables the institution tags, a "Tags" link will appear under the Institutions menu. 2. The link will take the user to the institution tags page. Change-Id: I29b2777c34253ebf57d0a3bd294081b7727cdc9b
-
- 31 May, 2018 1 commit
-
-
Adds timezone dropdown the site settings. If no timezone selected it uses site settings country to determine correct timezone and sets that in the database. PHP and DB session timezones will then assume this setting for all times. This makes setting $cfg->dbtimezone obsolete - there is a warning to admins to update their timezone setting on admin dashboard. Limitations: - A timezone or country MUST be selected in site options. - Will not correct existing incorrect times, as no timezone info was stored in the DB for dates/times, so it's impossible to determine what timezone was used when saving. - Changing the timezone will not adjust the display of existing times, for the same reason. behatnotneeded Change-Id: I34c64cd51ece6758e76dd8c37007dcb316005845
-
- 22 Mar, 2018 2 commits
-
-
Robert Lyon authored
Mostly translating the 'Close' label on modals behatnotneeded Change-Id: I8f450fa3b8ae935c73a0120370163171d00624e0 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
This is for the 'Search for...' Friends / Groups / Users Currently we don't allow the submission / cancel of the form if any of these 3 options are selected but the second select2 box is empty But we also don't tell the user why. I've added an alert to mention why the form will not submit / cancel behatnotneeded Change-Id: I71827647fd7a2f8177c336bdb91f6ce8b9b23df8 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 05 Mar, 2018 1 commit
-
-
Improve the password policy enforcement and configuration in Mahara. Have a pre-defined password policy of a minimum of 8 characters with type "alphanumeric mixed case + symbols". Also allow site administrators to set the desired password policy in Site Options > Security Settings. In all locations where password is set, the password input should also include a password strength indicator. Change-Id: I020af58a6cf1635fe295f5434783ce5b6f6daacb
-
- 01 Mar, 2018 1 commit
-
-
Cecilia Vela Gurovic authored
behatnotneeded Change-Id: I696fb49a0c365fca675625b481e3ec105c76c666
-
- 23 Feb, 2018 1 commit
-
-
This commits adds a mechanism that will build links to the manual pages such that: - user's language is used if manual exists in that language, else en - the manual for this mahara/series is used The key -> manual page map will need to be populated and these links added to pages. Change-Id: Id7871395821dce660841341dda200f231e75de16
-
- 22 Feb, 2018 1 commit
-
-
behatnotneeded Change-Id: I667b610e2778f203bac9f3867b9a38b780b66030
-
- 21 Feb, 2018 1 commit
-
-
Robert Lyon authored
And throw error if the site is a production site behatnotneeded Change-Id: I5b92ed0b5ab7e91f71afb2b4f3fc22f3805cc928 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 16 Feb, 2018 1 commit
-
-
added settings - institution level: reviewselfdeletion 0 if the institution does not require approval from an admin to delete an account 1 if the institution requires an admin to approve account deletion requests from users if not set, it takes the value from the site's default - site level: defaultreviewselfdeletion (Site options->User Settings -> Review account before self-deletion) 1 if the site's default is requiring approval null otherwise Account deletion by a user when a user accesses to the account settings, a 'Delete account' button is displayed. This will: - If the user belongs to an institution that requires approval (or does not have the settings but the site requires approval by default) then a notification will be sent to the admins of the institutions that require approval that the user belongs to - if the user belongs to institutions and none of them require approval (or does not have the setting but the site does not require approval by default) then the account is deleted - if the user does not belong to any institution then the action will depend on the setting of the 'mahara' institution or sites default if 'mahara' doesn't have the setting Approval by institution admins An institution admin can see the pending deletion requests in Admin menu-> Institution -> Pending deletions After approving/denying a request, the user that requested the account deletion will receive a notification behatnotneeded Change-Id: I4ccd9c798cab065ec557eaddf7dfc3a51920b6d0
-
- 14 Feb, 2018 3 commits
-
-
Liam authored
behatnotneeded Change-Id: I6f2b26e6bb9e839e8c3ccaddef6fdfc916b3bdd9
-
1. Change the user manu item name from Settings -> Privacy statement to Settings -> Legal. 2. Display T&C on the user's Legal page. 3. Allow T&C consent withdraw. behatnotneeded Change-Id: I08e5d97fc5ee712d3b930881aa97de6b2486ead4
-
behatnotneeded Change-Id: I71f21f76129bc160904cffd1ff62dc6c7fd83c27
-
- 12 Feb, 2018 1 commit
-
-
1. Add the site T&C to the 'site_content_version' table during installation 2. Display just the privacy statement on the privacy pages for now. The logic to display the T&C will be added in a future patch. behatnotneeded Change-Id: I70c1477c974b5790762a371d37107819d3c685b6
-
- 24 Jan, 2018 3 commits
-
-
When a user is logged in the 'Privacy statement' link in the footer should go to /account/userprivacy.php when no user is logged in then it should go to /privacy.php behatnotneeded Change-Id: Ic0ded32c71a2f4e0f2238559c4c8a3fb0269f5b9
-
The page displays the current privacy statement that the user has consented to. behatnotneeded Change-Id: I03d79f538b0a3775cf49c0ed39a05b3a98c8bf04
-
Robert Lyon authored
That way we can have other things like terms and conditions also part of this system Change-Id: I00d44a856142095dc3d48f9953a5c775b06b6891 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 19 Jan, 2018 1 commit
-
-
Cecilia Vela Gurovic authored
behatnotneeded Change-Id: I2d0e298b6ec4c249f4b3a1ee2d8d4b2e54193f1d
-
- 18 Jan, 2018 1 commit
-
-
Add the site Privacy Statement to the 'site_content_version' table during installation behatnotneeded Change-Id: I50016c5d91df776025aa8ebb54077ae953844603
-
- 04 Jan, 2018 1 commit
-
-
Rebecca Blundell authored
-Become parentuser when masquerading now displays unescaped quotes -User name on groupmember thumbnail now displays unescaped quotes behatnotneeded Change-Id: Idca76c9e31c0a7794416cafc8e8d66f6315611be
-
- 13 Dec, 2017 1 commit
-
-
Robert Lyon authored
Accidentially merged earlier version of patch so was missing the changes to deal with messages to login box behatnotneeded Change-Id: Ie3a69df6ecc904a5c41d6f239b92c572bcfc6da3 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 07 Dec, 2017 1 commit
-
-
Cecilia Vela Gurovic authored
Added a field in the 'link' plugin to add a URL to a selected personal page or collection. This is only available in a personal portfolio area, but not a group, site, or institution area. Removed from annotation.js duplicated function already defined in mahara.js behatnotneeded Change-Id: Iccf4c4ca08e142bfd77ab824217cbee5dc35a7bd
-
- 04 Dec, 2017 1 commit
-
-
Robert Lyon authored
Problem on PHP 7.1 where messages were not being cleared behatnotneeded Change-Id: Ie6365c98b665a9b7271a9c748e4934e468ffa75f Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 29 Nov, 2017 1 commit
-
-
Robert Lyon authored
Fixing some mistakes from Bug 1514647 where we forgot to update the Country class, which is used as part of the import/export leap2A process Also adjusting getoptions_country() so that it fetches the 2 char codes from the Country class rather than repeating code. behatnotneeded Change-Id: I901e6a1827da31fbdbb1ac4c9fb8e46b247b5dc2 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-