- 31 Jul, 2015 1 commit
-
-
Robert Lyon authored
Need to have $SESSION available to be able to send error to it behatnotneeded Change-Id: Ie298c95a8ef9a4fdc5589a6934110fc86c1e771d Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 30 Jul, 2015 2 commits
-
-
Change-Id: I6bbd0edde9b09c7a01cc0e36fa5bfe55972a14e8
-
Change-Id: Icb22e6c2318630fe5043b73351af878fe85d5ad1
-
- 29 Jul, 2015 4 commits
-
-
Robert Lyon authored
-
Robert Lyon authored
-
Robert Lyon authored
-
Robert Lyon authored
-
- 27 Jul, 2015 10 commits
-
-
Son Nguyen authored
Merge "Add LiveUser->get_primary_institution(). Bug 1478374 and fix error of using [] with a function in PHP 5.3"
-
Robert Lyon authored
To test: 1) You'll need to have some pages with 'text' blocks on them 2) Have elasticsearch installed 3) Re-index site so that the analyzer will be created for block_instance Change-Id: Id2abe23a78ab9c3476ce31edfd7e7c8048af3861 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Son Nguyen authored
and fix error of using [] with a function in PHP 5.3 Change-Id: I0199d6495af7f9df3c1935d6581a13f087b6dea1
-
also fix the issue of importing a single leap2a file Change-Id: I44187f522f616749ce4bf441c4797143fe20bc7c Signed-off-by:
Son Nguyen <son.nguyen@catalyst.net.nz>
-
Robert Lyon authored
-
Robert Lyon authored
-
Robert Lyon authored
-
Robert Lyon authored
-
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 5 commits
-
-
Aaron Wells authored
-
Robert Lyon authored
Change-Id: Ia5275e7b5761b0c8e155c0c55ede490be73c773b Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
Change-Id: I38a25569552ec387caf40875ddb6870b1d7b5fbc Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz> Change-Id: I1311af0d3a405b156f7af593e117097a13c7c364
-
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 5 commits
-
-
Robert Lyon authored
-
Aaron Wells authored
-
Robert Lyon authored
-
Robert Lyon authored
-
Robert Lyon authored
-