- 07 Jul, 2015 1 commit
-
-
Change-Id: I5b3e2150ec4b4000b9f19de4102dfd4533abdf53
-
- 03 Jul, 2015 4 commits
-
-
Aaron Wells authored
-
Robert Lyon authored
-
Aaron Wells authored
Bug 1396564 Change-Id: Iac269d93d37add7053c7993dfcbb412c01ddf6d3
-
This is the start of some Behat tests for this bug, feel free to add to them or remove parts. Change-Id: I658ee5353c1dafa7f727b0efe4d49f74a4e9e752
-
- 02 Jul, 2015 8 commits
-
-
Robert Lyon authored
Change-Id: Ibbc2e25bd9ed429ea1bbf48702ba0f249ad96a25 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
-
Robert Lyon authored
-
Robert Lyon authored
-
Robert Lyon authored
-
Robert Lyon authored
Change-Id: I55146ece99219ff56963f93b403d78260e2ea407 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
The system is created so we can either throw pre-generated chartjs json data at the canvas to show the chart or we can throw correctly structered array data that is then coverted to chartjs json data. Also we can override the type of chart after the pre-generated chartjs json is generated. Eg we can generate the chart as piegraph data and then later choose to display it as a doughnut graph. Change-Id: Idc342a14a9efc4af42f15770fa8dfa93f5e9639b Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
The DOMDocument::saveHTML() function only gained the $node parameter in version 5.3.6 So we need a workaround for PHP 5.3.3 Change-Id: I1033c0411f25cd41a4ec83cd2258fc518927e3ab Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 01 Jul, 2015 6 commits
-
-
Robert Lyon authored
Now days people tend to use javascript graphing libraries to do graphs on the fly rather than make graph image files. And as Pear graph library is obsolete I'll replace with ChartJS as it is a lightweight js graph library. Change-Id: Ic118aab0559e22f49b4f9d4f546ec548bf889d7c Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
-
Robert Lyon authored
-
Robert Lyon authored
Bug 1468144 If your php site locale is one that uses comma as decimal seperator, eg in Dutch 12,5 is the same as 12.5 in English then the layout thumbs break. Need to change , back to . for it to work. The best way to do this would be to set the locale to english for the layout creation and then set it back again but we can't be sure which english is available so I've just done a str_replace of , to . Change-Id: I807eda47e76d3654137681bded26164e535eb9eb Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
Change-Id: I2be7082789f872ca02e2abcf838fbd959c5d8677 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Users in an institution are now queried each time they are needed, rather than being stored in an array and passed in with ? Change-Id: I8e49c22d8247dbde3108f52d619f419cec5bb14c
-
- 30 Jun, 2015 3 commits
-
-
Son Nguyen authored
-
Son Nguyen authored
-
Aaron Wells authored
Change-Id: If8f9629d1625de39fdf57db59d5586526f8bdbff
-
- 26 Jun, 2015 7 commits
-
-
Change-Id: Iba350e0b23c28c8f04dc52b67e760e969a8015cf
-
* Remove all references to compass. * Set-up gulp with lib-sass, autoprefixer, and minify. (Easier workflow to set-up than compass, lib-sass much faster than ruby-sass, autoprefixer handles browser compatibility for us) * Add developer documentation on how to work with, or create, themes. Change-Id: Ia3b3ee829a515865a6cf4407edc64c4943c59557
-
Robert Lyon authored
-
Change-Id: Ib7ddab010e43ee5cdab7518c3fca7edc89ce89c4
-
Robert Lyon authored
-
- have merged in the stuff from commit e143a7e158c001838ea10a215ecacdfa6e1fd67b from https://github.com/TheCrowsJoker/mahara/ Change-Id: I4465f176550d22a8f3e811613a4d0cc38fba94e8
-
Robert Lyon authored
-
- 25 Jun, 2015 5 commits
-
-
Bug 1457712. This patch accomplishes four main things: 1. Sets a limit on the number on the number of documents per Elasticsearch bulk request. 2. Doesn't delete records from the queue table until after they have been successfully sent 3. If a bulk request fails, later retries the records individually 4. Performs deletion in bulk Change-Id: I9ac5e3a33b473e256fdf331800dc60101c126dcc
-
Robert Lyon authored
-
Robert Lyon authored
-
Robert Lyon authored
-
Aaron Wells authored
-
- 24 Jun, 2015 3 commits
-
-
Robert Lyon authored
Change-Id: I6776ba02f460b2b920ec51e289f9ff40b5558304 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
Change-Id: I329aa72c649fdc148184b474cb234df2cae25801 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Change-Id: I21d4245ea468f733b08fc3e5b737d59697e45976
-
- 23 Jun, 2015 3 commits
-
-
Aaron Wells authored
Bug 1464052: Giving it a default of 50000 instead of unlimited. Change-Id: I30210d3416d70d96bec40ebb578c5302e07ff63f
-
Change-Id: I23ff972fc4721e00b319ac121a38dab4b1111f17
-
Robert Lyon authored
-