- 22 Oct, 2014 1 commit
-
-
Aaron Wells authored
Theme files for plugins can now live under the plugin's directory or under the theme's directory. Moving the files for the core plugins to /theme should make life easier for theme developers by putting them all in one place. Change-Id: Icff863c46c80ed2d6be07cd49404bc0b7f5fc4c0
-
- 21 Oct, 2014 3 commits
-
-
Aaron Wells authored
Change-Id: Id02d12101734fafc357934eeada8370fe4cb0c41
-
Aaron Wells authored
Change-Id: If721d3d8734b3ee97543d0b361f89d396177ff6c
-
- rgba() - hsl() - hsla() Change-Id: I0aedf72eac821e9a8f126ac91c098f4ad091c046 Signed-off-by:
Son Nguyen <son.nguyen@catalyst.net.nz>
-
- 20 Oct, 2014 14 commits
-
-
Robert Lyon authored
-
Tests include: - Sending a message as admin user to user.one - Checking sent box as admin that message exists - Deleting message from sent box - Checking inbox as user.one to see if message is received - Deleting message from inbox Change-Id: I78fa01424ab7364ac1b7673d9f190bcea9b5a2a1 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Yuliya Bozhko authored
Change-Id: I3b8385415b20af742f4e55e558b6613627e6676a Signed-off-by:
Yuliya Bozhko <yuliya.bozhko@totaralms.com>
-
Change-Id: Ib56e690b09d5b8a8a70c99682dce6fc6c2951082 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz> Signed-off-by:
Aaron Wells <aaronw@catalyst.net.nz>
-
Son Nguyen authored
-
Robert Lyon authored
Adding a get_special_notifications function to allow for the adding of special case notification options to non admin user's notifications list Allowing the 'Objectionable content in forum' notification type to be seen/set by forum moderators/admins Change-Id: I69ab8b9de850345868346a85342f48d1f0b0f2aa Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
-
Robert Lyon authored
-
Robert Lyon authored
-
Son Nguyen authored
Bug 1380201 Change-Id: Ie9aa85fbfe244285322f82a0b06b8287424f50d1 Signed-off-by:
Son Nguyen <sonn@catalyst.net.nz>
-
Bug 1381715 Change-Id: I30fed711addac13be086eee08228fd4057204f8d
-
Robert Lyon authored
Change-Id: I201187d68c391b1fa320efde0d1dedc37c029858 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Aaron Wells authored
Bug 1298646: Objectionable pages are meant to remain visible to users until an admin comes along and deletes them. They were accidentally being hidden due to a bug in the logic flow in can_view_view() Change-Id: I2929e11adc048af58b451892bae1c5789af8dcf0
-
Appending the textarea to body was not taking in account for the Change-Id: Icc06b16d8b8028121af1929be9bada4322e71c82 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 19 Oct, 2014 2 commits
-
-
Bug #1382896 Change-Id: I373f97dc088a5c81c9401f6a01d7aa4b2bc09d64
-
Aaron Wells authored
Bug 1381729: 1. Renaming it on the user side to "Social media" 2. Not asking the user for the network name if they choose a known network type 3. Adding some of the current popular networks to the dropdown list Change-Id: I7e38656cd174e6d6ccc2c5c61a5c844d207164ab
-
- 18 Oct, 2014 1 commit
-
-
Son Nguyen authored
-
- 17 Oct, 2014 1 commit
-
-
Robert Lyon authored
This way the user can toggle the same help info by either clicking on the help icon or by clicking the help text. Also changed 'shall have access' to 'can access'. Change-Id: Ia86c713a7a74ab3dce11bb9ed6552eb49c90776d Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 16 Oct, 2014 7 commits
-
-
Robert Lyon authored
-
Bug 1372536: Add a separate function to PluginArtefact, PluginInteraction and PluginModule that lets you add menu entries especially to the right nav menu, including top level entries. The method right_nav in web.php still includes elements from the old menu_items function for backwards compatibility but ignores all top level entries. Change-Id: I91ba01f060a73575c483aa81aeb9201b11f1261f Signed-off-by:
Tobias Zeuch <tobias.zeuch@kit.edu> Signed-off-by:
Aaron Wells <aaronw@catalyst.net.nz>
-
Son Nguyen authored
-
Robert Lyon authored
If the parents of a textarea are also hidden it returns height/width as 0, which is no use to us. So we need to find it's height/width when not hidden. So added some code to: - to clone the textarea - make it positioned way outside the viewport - append it to body - find height/width - remove the clone from body - return the height/width Change-Id: Ib2fa2d80b3046909ed2763545410d5d95f464b4d Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Bug 1381738. All the TinyMCE instances that use the "maharaimage" plugin are providing their own tinymceconfig param which redefines the whole list of plugins in use. So they didn't get the message when "tooltoggle" became one of the standard plugins. This fix is a bit of a hack. A more robust fix would provide a way for a TinyMCE to *add* to the list of plugins, or just specifically say it wants to use maharaimage instead of image. Change-Id: Ia8128e5d70bd4be1e5d4b45efae368a88174c4c5
-
Aaron Wells authored
Bug 1381811: Collection::save() would create a new (empty) collection by passing 0 as the id to the Collection constructor, even if the supplied $data included an "id" field. Since the id was not supplied to the constructor, it does not pull the collection's current data from the database. It would then call Collection->commit(), which would notice the "id" field and do an update instead of an insert into the database. But due to the way the Collection class is written, it would try to populate every field of the collection table, rather than just those supplied in $data. This means that all the database fields not supplied in $data, would attempt to be filled with NULL. This threw an error because of the new collection.submittedstatus NOT-NULL column. Change-Id: I6a2927892459bd25d51bd58de1bd3e3584df0793
-
Robert Lyon authored
Due to the line 1868 in lib/db/upgrade.php commit 1e4f1c55 All group homepages were locked including the one owned by root user. That was fine before as one couldn't edit the root user's template but now you can so we need to let this view be unlocked. Only an issue if upgrading from version before 1.5.0 Change-Id: I02c28c0300ad9d640171c5870fa8630b0793e473 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 15 Oct, 2014 7 commits
-
-
Yuliya Bozhko authored
-
Robert Lyon authored
Bug #1379060 Looks only to be a problem with $form->set_error() and block config forms. Change-Id: I8ac8a7c96446e1dd37a312f482f4d31ad46dae3d Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
-
Robert Lyon authored
-
Bug 1346926: This bug replicates the functionality of the newly enhanced (in bug 1328310) local/theme directory. I'm updating the documentation of local/theme at the same time, to try to avoid this kind of replication in future. Change-Id: Ia36442ac264f5e0740278592e734ddc0838bb80f
-
Robert Lyon authored
Allowing for them to be deleted correctly Change-Id: Ie2c9b38e5f77eb3b4dcc2d3fe93e68134f964d9f Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Son Nguyen authored
-
- 14 Oct, 2014 4 commits
-
-
Robert Lyon authored
-
Son Nguyen authored
* changes: Update quota notify limit alerts users if they are now over threshold Moving the upgrade call to be later (Bug #1367539)
-
Aaron Wells authored
Change-Id: I8bd738232134759c65e721365d8036b3b1ca2fc4
-
Aaron Wells authored
Change-Id: Ie2fb6e6dc9fe1d9101bd75e85d634b84c3eb7cbe
-