- 02 Mar, 2015 1 commit
-
-
Aaron Barnes authored
This is a speedup for composer, as it's a bottleneck when switching between patches frequently. Change-Id: I2e4ab20d238671be3fe4c2a9be79b7def16a37d2
-
- 01 Mar, 2015 1 commit
-
-
Son Nguyen authored
-
- 27 Feb, 2015 2 commits
-
-
Robert Lyon authored
-
Son Nguyen authored
As changing the page limit will update the page using ajax, we need to add this step to make sure the page is completely loaded before checking its content. Change-Id: Ie3750d2870ccaa5c5e9e467d9316e76f84fedfed
-
- 26 Feb, 2015 6 commits
-
-
1. Note blocktype: lang string 'title1' is causing issues with the admin/stats/pages. It is expecting 'title'. 2. Resume blocktype: same as above. Change-Id: I4967d13405031303d25e6728baaccb9eb4d0443f
-
Aaron Wells authored
Bug 1415711 Change-Id: Ia8ec1085df32cf7453ac0f669dca1a926f8f5efc
-
Robert Lyon authored
The wall post form fails to work when block loaded via ajax Change-Id: Ic0414ab7b69ee821815162b749217cb377950d20 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
-
aceMa authored
I've taken what aceMa provided in bug report and made it a replacement for the square thumbs option rather than a new option as we don't need two square thumb options. I've tweaked it a bit more and hopefully have got the padding/ratio stuff more consistent and not using hardcoded numbers so much And getting it to show descriptions/captions below frame Change-Id: Iafc0ec8a8132d1bef5401b3ebd49e3df013fddc3 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Son Nguyen authored
Using the path column to avoid recursive queries Change-Id: I51eab6ce248c5f0d199487d85d9a56f8ffa3e001
-
- 25 Feb, 2015 10 commits
-
-
Robert Lyon authored
-
Robert Lyon authored
-
Son Nguyen authored
This will update - the block content which have links to these embedded images - the tables 'artefact_file_embedded' and 'view_artefact' in database Change-Id: I7b97e0828fd89609f9bd43e786c5ff5ad3e53156 Signed-off-by:
Son Nguyen <son.nguyen@catalyst.net.nz>
-
Robert Lyon authored
-
Son Nguyen authored
Change-Id: I9c615da0e7efad927a42874676e1e6cde777c61f
-
Robert Lyon authored
-
Creating groups with various controlled selttings and deleting them Change-Id: I48700b43e0b8f7a72967b2a37993e2e55e141bf0 Signed-off-by:
Jinelle Foley-Barnes <jinelleb@catalyst.net.nz>
-
Eduardo Schicker authored
Adds user to an institution and changes their passwords Change-Id: I85d20224ccf6083b613b2ffd9f017d2d09961bb5 Signed-off-by:
Jinelle Foley-Barnes <jinelleb@catalyst.net.nz>
-
Jinelle Foley-Barnes authored
Change-Id: I4caa043904528a7dbff350700d49a9e0defebb1d
-
Doris Tam authored
Bug 1411070 Change-Id: Ifbe0c62f15a5f8763a14222d9c6bfc409c687db3
-
- 24 Feb, 2015 10 commits
-
-
Yuliya Bozhko authored
Change-Id: I4536536d254d9dc85c9eb8405bd6ab61c0ae26e9 Signed-off-by:
Yuliya Bozhko <yuliya.bozhko@totaralms.com>
-
Robert Lyon authored
As we add the date/time of the archive to the file name there is no need to put it in a subdir named by date/time. Change-Id: I8446c5f410e8502e4ab97802da0438ff428e0c32 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Son Nguyen authored
-
Son Nguyen authored
Change-Id: I123eb6c35cd5d1242b4e25806ec86d0ae3f4fa98
-
Son Nguyen authored
Bug 1422498 Change-Id: I3eec78722856eaac9d492cf93eaff7f39520ce94
-
Robert Lyon authored
Change-Id: Ia8fd368cec87709f14609c5aeb8259d88feeefab Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Doris Tam authored
Change-Id: Id3082b1fc0a4e792342763fdb8e7c82708e00f74
-
Son Nguyen authored
Bug 1390833 This will update all attachments to the artefact Change-Id: Idc06d5ce35b2427575b44d53f4aa56dfc7b01cf8 Signed-off-by:
Son Nguyen <son.nguyen@catalyst.net.nz>
-
Son Nguyen authored
Change-Id: Iffe01df9f40081c2b8dfa7874fa984599446710c
-
Son Nguyen authored
Bug 1424817 Change-Id: I83aa04d6a5f63a7b1dbc102eb6d2060afc5cf447 Signed-off-by:
Son Nguyen <son.nguyen@catalyst.net.nz>
-
- 20 Feb, 2015 1 commit
-
-
Robert Lyon authored
-
- 19 Feb, 2015 8 commits
-
-
Robert Lyon authored
-
Son Nguyen authored
-
Robert Lyon authored
Change-Id: I573e6f354a2077afbaed5a501d2d99106b736e1a Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
Allowing each of the 'classname' classes listed in external_functions to be it's own function file to make it easier for developers. Change-Id: I9c4e3dfc198abdf2c274c8a7d569fce5bf431471 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
To manage this I've created the ability for a fieldset to render a multicolumntable structure for that fieldset only. Change-Id: I0c72cbbbe612e5808e0d37e0dfdbe12e6681c8d2 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Aaron Wells authored
-
Robert Lyon authored
-
Aaron Wells authored
Bug 1410638. Currently, a theme that specifies no $theme->parent in its themeconfig.php is forced to use "raw" as its parent. With this patch, there are three options: 1. $theme->parent = false; : No parent theme. 2. $theme->parent = "sometheme"; : Sometheme is the parent 3. $theme->parent not defined at all: "raw" is the parent Change-Id: Ibfeeae246b0f505b5759ee77eeed32467c464cab
-
- 18 Feb, 2015 1 commit
-
-
Son Nguyen authored
Comment code for checking system load on Windows OS This function returns false if server is running Windows Change-Id: Ic3883a25f6a79d824a128f076c550f1b06bda195 Signed-off-by:
Son Nguyen <son.nguyen@catalyst.net.nz>
-