- 21 Jul, 2015 1 commit
-
-
Robert Lyon authored
-
- 20 Jul, 2015 1 commit
-
-
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
-
- 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
-
- 13 Jul, 2015 2 commits
-
-
Robert Lyon authored
-
Robert Lyon authored
-
- 10 Jul, 2015 1 commit
-
-
Aaron Wells authored
-
- 09 Jul, 2015 1 commit
-
-
Aaron Wells authored
-
- 08 Jul, 2015 4 commits
-
-
Robert Lyon authored
-
Aaron Wells authored
-
Change-Id: I445c763b09928ce03ae8561605e593bc23bba122 (cherry picked from commit 539d323f)
-
Robert Lyon authored
Change-Id: Ifc06de12c5714b26b4705ec5d495601c4ccce437 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 07 Jul, 2015 4 commits
-
-
Robert Lyon authored
-
Robert Lyon authored
-
Robert Lyon authored
-
Robert Lyon authored
If a patch moves a version.php file eg when turning an artefact plugin into a module plugin the minaccept will fail due to previous version number of file being higher than current version number (which is blank) So the change checks if the version.php file has been deleted in this patch and if so only throws a warning message Change-Id: Ib1d87579da0ad52802fc8f51d4ca5aebc2052fee Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-