- 22 Feb, 2018 6 commits
-
-
Robert Lyon authored
The 'myviews', 'mygroups', 'myfriends', 'wall' blocks all set their title via the plugin so we don't need to set their title in block_instance table. Currently we are saving the 'myviews' one with broken lang string title behatnotneeded Change-Id: Ie583678e2a1bb650513f873024f49269b6e66912 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
behatnotneeded Change-Id: I667b610e2778f203bac9f3867b9a38b780b66030
-
Robert Lyon authored
-
Cecilia Vela Gurovic authored
-
This can happen if a group had auto add new members on yet the group was deleted when the user was added to the site behatnotneeded Change-Id: I72de52032f41c21d961d437c48a6e87d4f299188 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
-
- 21 Feb, 2018 5 commits
-
-
Cecilia Vela Gurovic authored
-
for things like OS, database, PHP etc so user knows it might not workl on too newer system behatnotneeded Change-Id: Ie3f70f74728718950954925d660f06357dbbc5e6 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
It is not used anymore behatnotneeded Change-Id: I5b9ed4b340308c3c1fd3c516c4a67ac7afac4779 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
-
Liam authored
behatnotneeded Change-Id: I6847110e207a688f695aa7e8c50a2c131526931f
-
- 20 Feb, 2018 2 commits
-
-
Robert Lyon authored
-
behatnotneeded Change-Id: Ic6f9e5df4ee083b972ed32aad2ae2cf240040f24
-
- 19 Feb, 2018 4 commits
-
-
Maria Sorica authored
behatnotneeded Change-Id: Idb2a48f6e7c9b0c97f4c3b8fd19207964d96442e
-
Robert Lyon authored
-
Robert Lyon authored
-
Cecilia Vela Gurovic authored
-
- 16 Feb, 2018 9 commits
-
-
Robert Lyon authored
-
Add js to hide navigation menu when focus is moved away from menu or ESC is pressed behatnotneeded Change-Id: Ieefc13be65a8c2e7409e9336be13f0d42caa1ed7
-
Robert Lyon authored
-
Robert Lyon authored
-
Robert Lyon authored
-
-made error message that displays for a partial plugin easier to follow -replaced hard-coded string message with string variable -replaced hard-coded string with the variable in the other 2 places it occurred note: I also found an almost duplicated function that contained the string. behatnotneeded Change-Id: Ifda3bb2155e2adeb775aef8c72b4a90b7d202f17
-
Robert Lyon authored
-
behatnotneeded Change-Id: I8bec1baf76707b2fb275480b7a1d0e88b722d953
-
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
-
- 15 Feb, 2018 2 commits
-
-
Taking work developed by Matt C and adjusting it to be more of a session handler option. behatnotneeded Change-Id: I443d9e67d2322c995f9277ce1ee835092dc6c218 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
behatnotneeded Change-Id: I47db01f11f2b3748663612c5684d97468be79a53
-
- 14 Feb, 2018 9 commits
-
-
Robert Lyon authored
-
Robert Lyon authored
* changes: Bug 1746259: Add the T&C to the register form Bug 1746259: Withdraw consent to the T&C Bug 1746259: Show the T&C on the after login page Bug 1746259: Display and edit the T&C of an institution Bug 1746259: Make the data on the site's 'Legal' page editable
-
Robert Lyon authored
-
Had to change the definition of the following strings: "siteprivacystatement" to "siteprivacy" "sitetermsstatement" to "sitetermsandconditions" "institutiontermsstatement" to "institutiontermsandconditions" behatnotneeded Change-Id: Ib2fd10b72ab4d6d80299a120e9cfbd11bd9fc8fe
-
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: I3bf21e40c957fd97b7c1b0d836ed340bebeb7616
-
behatnotneeded Change-Id: I71f21f76129bc160904cffd1ff62dc6c7fd83c27
-
The last version of privacy statement and the last version of T&C are editable. behatnotneeded Change-Id: I444bb2dba4d119e86fb1c77d3595f982e99bd2b5
-
- 13 Feb, 2018 3 commits
-
-
Niranjan Bandi authored
This should be a user test, not admin as we want to check that a user can add pages and collections. Admin user is now changed to normal user One of the failing tests was tinymce_mathslate_plugin.feature. I was able to replicate this locally twice in 10 runs of the test. Because of that I'm adding a 1 second wait to that test -rjb Change-Id: Ie1fd1e08abda501669f7691a8efbf72d031e7fc7
-
Niranjan Bandi authored
- combined notification_choices.feature into this test - Changed feature text - Removed And I should see steps from notification_setting_order.feature - Deleted notification_setting_order.feature - Added steps after saving the settings - Renamed the file to notification_settings.feature Change-Id: Id20a2c3407e44b35c16932d570ba7f597365f6b4
-
Robert Lyon authored
* changes: Bug 1746259: Display the T&C on 'Configure site'->'Legal' page Bug 1746259: Move the T&C to the site_content_version table Bug 1746259: Add the T&C to the site_content_version table
-