- 27 Jul, 2015 2 commits
-
-
It currently isn't working locally it isn't identifying the links but we can use the test to bounce this fix off. Change-Id: If0998d3a96b2898767ac98ca00e4115cde430d84
-
Robert Lyon authored
-
- 26 Jul, 2015 3 commits
-
-
Robert Lyon authored
-
Robert Lyon authored
Whether the block is retracted on load or manually retracted This fix wraps both the content and details bar in a div so both can be hidden / shown. Change-Id: Ibea05921372acbe7d925468d1287ede89dfb42c9 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Son Nguyen authored
-
- 24 Jul, 2015 1 commit
-
-
Yuliya Bozhko authored
Change-Id: I097a9f3cb0bf9e227cc30350b053b45351286624 Signed-off-by:
Yuliya Bozhko <yuliya.bozhko@totaralms.com>
-
- 23 Jul, 2015 2 commits
-
-
Aaron Wells authored
-
This will allow the rendering of the main nav to use less resources. The cached menus are saved for each institution into the institution_config table for these types of menus: adminnav - site administration navigation instadminnav - institution admin navigation staffnav - site staff admin navigation inststaffnav - institution staff admin navigation standardnav - navigation seen in normal section of site To clear cache menus call clear_menu_cache($institution) Change-Id: I3b58090830b6d28f10f24e23abeef775c6863aa5 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 22 Jul, 2015 2 commits
-
-
Aaron Wells authored
-
Aaron Wells authored
-
- 21 Jul, 2015 1 commit
-
-
Robert Lyon authored
-
- 20 Jul, 2015 3 commits
-
-
Son Nguyen authored
Allow the site and institution admins to - see all user's addresses in the 'User search' page - update user's primary email address via CSV and the user 'Account settings' page Change-Id: Ie1c00963e695fb2d8f15053f195202b785c6c7d6
-
Tobias Zeuch authored
To change the plugin type from artefact to module, the code is moved and the superclass reference is changed to PluginModule. Obsolete classes for the former unused artefact types are deleted. The references to the old script paths are changed. Plugin Tables are renamed and references updated. The new plugin mustn't be installed when the old plugin is still active, but on upgrade, the database tables are renamed and references in artefact_installed and artefact_event_subscription and the triggers are changed. Change-Id: Id5f1198b780ffb92181f7d60785aad9ffe2259da Signed-off-by:
Tobias Zeuch <tobias.zeuch@rwth-aachen.de>
-
Tobias Zeuch authored
I had used the script in the first patches for the new plugin but it got obsolete when I changed the recipients list to be rendered with the autocomplete box Change-Id: Ied74b0cefbaae91fdcb4c9f99420c0f96a433500 Signed-off-by:
Tobias Zeuch <tobias.zeuch@rwth-aachen.de>
-
- 17 Jul, 2015 3 commits
-
-
Robert Lyon authored
Change-Id: I40de5ba485eb3b10da1bf8565835d744e56a2c26 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
-
Aaron Wells authored
In MySQL, the default "text" column size is 65kB. Because this column can hold the serialized text from several other columns, it needs to be larger than that. Setting it to "big" generates a "longtext", which is 4GB. This change has no effect in Postgres. Postgres has only one text size (unlimited). The XMLDB generator is smart enough that it recognizes this and doesn't run any SQL in this case. Change-Id: Ic26f0eb3d3c3181fdcaf8729373ca87b6ecc9c8d
-
- 16 Jul, 2015 15 commits
-
-
Robert Lyon authored
-
Aaron Wells authored
-
Robert Lyon authored
-
Robert Lyon authored
-
Robert Lyon authored
-
Robert Lyon authored
-
Aaron Wells authored
By using the standard methods we make sure that we respect proxy settings, future security methods, etc. Change-Id: I2870aac0e3a68080e8af35e4f113c151aa812352
-
Aaron Wells authored
Bug 1333424 Change-Id: I6ab58a154513fbe3185be91f251c5c1aa213a7a1
-
Robert Lyon authored
-
Change-Id: I22a33263d68f86f4f022d00dfe1be4576d7decf7
-
Change-Id: Ib336af6f77ce6a41f3626152ff6d230e2de19690
-
There was a "|" before the "Lost username / password" link on the homepage which is now removed. Change-Id: I56a65594ecde795420e584cdeb10439f517f4bb6 Signed-off-by:
Kristina D.C. Hoeppner <kristina@catalyst.net.nz>
-
Aaron Wells authored
It appears this code is meant to check for whether $views is set to self::EXPORT_ALL_VIEWS (a constant that equals -1). But even if you're exporting all your views, you still want to group them together into collections. Change-Id: Ic4f8c94ae3b2da1916806baddd6897dc6bb3ef2a
-
Change-Id: I184d496708151d4db9656664bfd75bb72e49ce37
-
Aaron Wells authored
-
- 15 Jul, 2015 8 commits
-
-
While the IDs for the radio buttons are of the form "decision_X_X", we're looking at their names here, not IDs. And the names are just "decision_X". Change-Id: Id7e0ec1df62cca6cae261b9b7eda9fbe3dbf9431 Signed-off-by:
Son Nguyen <son.nguyen@catalyst.net.nz>
-
Robert Lyon authored
-
Robert Lyon authored
-
Change-Id: Ia270b31fb7761df509ef9cefc843b9d72fc6f729
-
Aaron Wells authored
Bug 1464477 Change-Id: I016d35f35406f4b1c7bcb298ae2966f1d37fed05
-
* delete, mark as read, pagination filtering, and reply/reply all Change-Id: I55f044c478f570be726c402c222f78b90bd810f7
-
Aaron Wells authored
If we remove the index name from the JSON data, then Elasticsearch will just use the index name in the URL path, which we're already setting correctly. Doing it this way, we don't have to rely on the Elasticsearch server setting the "rest.action.multi.allow_explicit_index: false" flag. Change-Id: Ib6194b89e68d539a7959b9e12ec1ac9e3528dd27
-
Robert Lyon authored
-