- 16 Apr, 2014 1 commit
-
-
Nathan Lewis authored
- Each activity type can specify a default notification method. They default to 'email' to remain backwards compatible. - Each activity type can specify if it is allowed to be set to 'none'. Defaults to 'allowed' for backwards compatibility. - Removed 'required' from notification settings - it didn't make sense, and the change above deals with this in a better way. - The site wide defaults for each activity type can be edited in Site options -> Notification settings. These are applied to new users or whenever a user does not have the appropriate usr_activity_preference records. - Removed 'Default notification method' as it's functionality is now covered by the change above. - There is a separate help next to each activity type to explain what messages will be affected by the setting. Change-Id: I131cdeefbeaa8e43688aefd9d770fc8cb9bceea8 Signed-off-by:
Nathan Lewis <nathan.lewis@totaralms.com>
-
- 14 Apr, 2014 14 commits
-
-
Robert Lyon authored
-
Aaron Wells authored
Bug 1307294 Change-Id: I1b1389e5441645550930d36b79be72d13e0c743e
-
Son Nguyen authored
-
Robert Lyon authored
Now gives the count of how many skins the font is attached to if it is in fact attached to a skin. And on deletion remove the font from the skin Change-Id: I8784f5ff83df4adaffe4c6acd50dd44e1231124b Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
-
Son Nguyen authored
Also display confirmation dialogue. Change-Id: I55b4a85cdeabf14ae39027723a6882456ff13c01 Signed-off-by:
Son Nguyen <son.nguyen@catalyst.net.nz>
-
Robert Lyon authored
-
Son Nguyen authored
-
Robert Lyon authored
Got the extra mimetypes from the list that moodle uses Change-Id: I0794df03a7742226e0520aff5bdb86519a3dd67b Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
-
Robert Lyon authored
Rather than relying on id number we rely on the fact they are an admin. Change-Id: I17f87a7b0cb4e75b5392b196a84afb4105ab3668 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Son Nguyen authored
-
Robert Lyon authored
-
Son Nguyen authored
-
- 13 Apr, 2014 2 commits
-
-
Son Nguyen authored
Change-Id: Id3f8cef503512cb81c6a2391dcc5134b38af7fbc Signed-off-by:
Son Nguyen <son.nguyen@catalyst.net.nz>
-
Robert Lyon authored
-
- 11 Apr, 2014 5 commits
-
-
Robert Lyon authored
-
Robert Lyon authored
Currently all block data is loaded on page load - but blocks that are auto-retracted should wait and only load data when one click on their arrow toggle. Currently got externalmedia using iframe to handle this delay loading. Change-Id: I2de32105b9805bd18cfb265161bef4758c422a7e Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Son Nguyen authored
This function is only available in responsive themes like 'default' Change-Id: Ia0dc4e0c339c8d67293bcd3cf2197ad002d0a85d Signed-off-by:
Son Nguyen <son.nguyen@catalyst.net.nz>
-
Robert Lyon authored
-
Robert Lyon authored
-
- 10 Apr, 2014 4 commits
-
-
Son Nguyen authored
Bug 1305451 and 1305481 MouseEvent.buttons is not defined in Chrome, use button insteads Change-Id: Icf51e74ba64893925061e35e601fa40b4f761650 Signed-off-by:
Son Nguyen <son.nguyen@catalyst.net.nz>
-
Son Nguyen authored
Change-Id: Ic144660524e7ef0108989f8064b034740f3848a3 Signed-off-by:
Son Nguyen <son.nguyen@catalyst.net.nz>
-
Aaron Wells authored
-
Son Nguyen authored
Change-Id: Idc78d7393a1fbf7637a2767e839fba04d3bbc2ab Signed-off-by:
Son Nguyen <son.nguyen@catalyst.net.nz>
-
- 09 Apr, 2014 3 commits
-
-
Robert Lyon authored
The 'customise' optional checkbox was breaking the saving of colours for boxes without optional setting. This is due to the 'transparent' being the default and the colour the optional choice. Altered it so the colour is the default and choosing 'transparent' is the optional choice for backwards compatibility. Change-Id: I76e4f2f9557f3f3b8d3baf13cd35ac95d05618f2 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Son Nguyen authored
-
Son Nguyen authored
-
- 08 Apr, 2014 4 commits
-
-
Robert Lyon authored
-
Son Nguyen authored
The change from Patric (https://github.com/patrickpollet/mahara_ldap_sync/commit/13c3d419f2e9b9336297ae9a69d9e414af542a48 ) has been ported Fix the warning 'sendnow' is not defined Allow spaces in the list of group names, e.g "users, teachers , tutors" Change-Id: I31b13a44679442d58c2be80dffd828d90c60227f Signed-off-by:
Son Nguyen <son.nguyen@catalyst.net.nz>
-
Robert Lyon authored
A number of filetypes are being detected as a zip file, due to them having compression. To sort this out we will let the file extension be checked first then fall back to checking magic.mgc. Change-Id: Iab6ddbc17af4018cf381c4949172804acff49483 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
Before the count was only updating on page relaod - now it updates on ajaxy delete. Change-Id: I7a37f9322b2a55e55a7eed18fb05ee44f6561e36 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 07 Apr, 2014 4 commits
-
-
Robert Lyon authored
Fixed the problem with font previews bunching up on each other - it was a misisng } Fixed also a problem where preview of certain texts would go off the right side of screen due them being one long string with no spaces. Have split them up into upper and lowercase pairs so now the string wraps. Change-Id: I082c135e0d48a0c5e8b19907ebf10a192bf7ede4 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
This is a regression that has crept in during v1.8 The installation doesn't update the admin's email address from the dummy one. Change-Id: If2b74121e6799c3f2c3745802c2aa0e856b2fd69 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Nathan Lewis authored
- Preparing for future patches which require an integer id for performance and other reasons. - 'name' will continue to be used as the primary key. Change-Id: I5006b7f39edccc217fe5e4287585e62fc2545036 Signed-off-by:
Nathan Lewis <nathan.lewis@totaralms.com>
-
Robert Lyon authored
Caused creation of fail symbol to show on successful upgrade. Change-Id: I0d6e3cfb84d857cf9b4588242b010a3eefc530eb Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 06 Apr, 2014 3 commits
-
-
Robert Lyon authored
Also getting the 'not installed plugins' title to be removed by js if last un-installed in plugin for the plugin type has been added Change-Id: I2223284aa1e9d5f5188bf199462260886036dd8f Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
The anonymous comments should show the no_userphoto icon. I've taken the patch supplied by Brian King and simplified it a bit so that if no user is supplied to profile_icon_url it gives us the no_userphoto icon rather than needing a new Dwoo function to handle this. Change-Id: I469fad4532b3ae91e1d673ec33d04d04c4fc3c7d Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
Merge "Bug 1298855: new method Plugin::sanity_check() that is called upon install or update of the plugin. Caught exception InstallException results in the error-message being presented to the user and the plugin not being installed while the installation process continues"
-