- 19 Feb, 2018 3 commits
-
-
Robert Lyon authored
-
Robert Lyon authored
-
Cecilia Vela Gurovic authored
-
- 16 Feb, 2018 8 commits
-
-
Robert Lyon authored
-
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 1 commit
-
-
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
-
- 12 Feb, 2018 11 commits
-
-
Robert Lyon authored
-
Robert Lyon authored
-
behatnotneeded Change-Id: I70237140502aad0296a793343b37a8aab2d3691e
-
Robert Lyon authored
-
1. On site update, delete all T&C from the 'site_content' table and add it to the 'site_content_version' table. 2. Auto accept the site terms and conditions for the site admins. behatnotneeded Change-Id: I07e7da0bd8bbdb3a1e36c3321e0a2b5bb3e89522
-
Cecilia Vela Gurovic authored
* changes: Bug 1734169: Allow the user to say why he refuses the privacy Bug 1734169: Send message to admin when user rejects the privacy Bug 1734171: Revoke privacy consent Bug 1734169: Add privacy statement to the register form
-
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
-
Add a textare in the 'are you sure' modal where the user can write the reason why he refuses to consent to a privacy statement. This reason will be sent in a message to the institution or site admin. behatnotneeded Change-Id: I6abe4c8c7c517b1319139497bedb40525d095fcb
-
When a user doesn't consent to a privacy statement, a message will be sent to the institution/site admin. If the user is part of an institution,the message will be sent just to the inst admin. Else the message will be sent to the site admin. behatnotneeded Change-Id: I7b3b87a59a537a805d851d29031df9cff941863e
-
1. Add the Yes/No switch to the users privacy page that will allow the user to withdraw their consent if they change their mind. 2. Display the date when a user consented to a privacy statement. behatnotneeded Change-Id: If9f85125287a7384e27c1b45aefa98ad37e97776
-
behatnotneeded Change-Id: I9d7685dc6c3b0871fa2471ce27c0a4aa67af0b34
-
- 11 Feb, 2018 3 commits
-
-
Rebecca Blundell authored
correct default value to 0 behatnotneeded Change-Id: I3d249a5b7c820d601d6fabe1e3a45dec9fe00326
-
behatnotneeded Change-Id: Ibdee312bfbe94affc59d74c0fa24578faf1a9255
-
Replace Robotoslab fonts with Latin extended behatnotneeded Change-Id: Ib09159428cc42dd413ac46459a5ec12b30a99183
-
- 10 Feb, 2018 1 commit
-
-
Robert Lyon authored
Merge "Bug #970537: Institution staff members should also be contactable directly from institution homepage Edit"
-
- 09 Feb, 2018 1 commit
-
-
Robert Lyon authored
-