- 20 Oct, 2015 1 commit
-
-
Robert Lyon authored
behatnotneeded Change-Id: I7c2e8953dc3da61bb9c3f7e438efe6205f665796 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 19 Oct, 2015 1 commit
-
-
Robert Lyon authored
behatnotneeded Change-Id: Iaccd9ea363c80ea00040d75e9d171a6d87259f23 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 09 Oct, 2015 1 commit
-
-
Robert Lyon authored
This was an oversight from initial implementation behatnotneeded Change-Id: I7cd5b21209349bd61e78d14cef8ad698197ddbc6 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 15 Sep, 2015 1 commit
-
-
Son Nguyen authored
behatnotneeded Change-Id: Icca153ae8d4728ff840bc088d719affb3b80a68f
-
- 13 Aug, 2015 1 commit
-
-
Aaron Wells authored
Bug 884023 Change-Id: Ide9df8c7df229395fe4e3ae496a70fa9d4ffcab1
-
- 06 Jul, 2015 1 commit
-
-
This provides support for rendering LaTeX into math & chemistry equations. Change-Id: I34a30296f46ba7eeb635e6924172ddc6e65175c3 Signed-off-by:
Aaron Wells <aaronw@catalyst.net.nz>
-
- 25 Jun, 2015 1 commit
-
-
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
-
- 15 Jun, 2015 1 commit
-
-
Bug 1465107: Use Bootstrap CSS Framework Change-Id: I1f631d6f2637b22e00ea9e0972f0447a52304f4c
-
- 29 May, 2015 1 commit
-
-
Removes the dependency on commandline zip/unzip utilities in favour of PHP's ZipArchive class Change-Id: Id7f0833edd36529ac778feb9cbe97d4eb70f403c
-
- 17 Apr, 2015 1 commit
-
-
Aaron Wells authored
Note that this drops support for the $CFG->pathtoaspell setting, and replaces it with a new $CFG->tinymcespellcheckerengine setting. Bug 1384491 Change-Id: I1692df6ed7a4c6ea3ea98e32855736e11e40dc66
-
- 14 Apr, 2015 1 commit
-
-
Aaron Wells authored
Bug 1443736 Change-Id: I809cd3bc2f7e2865dc6641ee2448d22b96426415
-
- 19 Mar, 2015 1 commit
-
-
Jean-Philippe Gaudreau authored
Change-Id: Ia2d684f73db963784d70a91098f937a050960d12
-
- 28 Oct, 2014 1 commit
-
-
Aaron Wells authored
Change-Id: I9c6b890c9329b173fa53b6d73e0b5da187cb5d85
-
- 06 Oct, 2014 1 commit
-
-
Robert Lyon authored
Change-Id: If77c6818fbff0f05d0e40fa93b4691827b8078eb Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 01 Jul, 2014 1 commit
-
-
Old format: $CFG->plugin->blocktype->clippy->agent = 'merlin'; New format: $CFG->plugin_blocktype_clippy_agent = 'merlin'; The old format caused a strict standards warning. Change-Id: I8ae2735ea3d3df913c0527bae7771e6f01dc82ca
-
- 02 Apr, 2014 3 commits
-
-
Bug 1249858 Change-Id: I1531c0da4ffb1044817e2ff6be14dd7a50ceb5e6 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Aaron Wells authored
Bug 1249858 Change-Id: I1d02db529740f4b68a3c6075b2cef0e3d94578e3
-
Aaron Wells authored
Bug 1249858 Change-Id: I49c0738bbb154f769ab7f80def3ddb983fe836a1
-
- 25 Mar, 2014 1 commit
-
-
Aaron Wells authored
Bug 1252101 1. New users get 2 "new user points" on their user record 2. While they have these, they're on probation and can't post links in public places, or make public pages. 3. "new user points" are decreased each time a non-probationary user responds to a forum post by the user 4. Admins & Staff are automatically non-probationary Change-Id: Ibccd2e330945f66b07aac062c4f51b67a0c0dba2
-
- 09 Mar, 2014 1 commit
-
-
Aaron Wells authored
Bug 1281364 Change-Id: Icd51e651b9caed278fd1074a15e177996a9fffac
-
- 27 Feb, 2014 1 commit
-
-
Aaron Wells authored
Bug 1212541: The web service the TinyMCE GoogleSpell code was using, is no longer in existence. This patch changes things so that TinyMCE will let the browser's spellchecker work, by default. The "pathtoaspell" is now null by default. If pathtoaspell is null, we eliminate the TinyMCE spellcheck button and set the "gecko_spellcheck" flag to let the browser spellcheck work. If pathtoaspell is not null, we show the TinyMCE spellcheck button as before. Change-Id: I9fd2b12169669d3d9705a1e23dc6c03af6f01948
-
- 29 Jan, 2014 1 commit
-
-
Robert Lyon authored
- TO DO: will need to make sure that the results returned by public search are allowed to be seen by the public Change-Id: I1787bd1ba0f26d5f7ea86d5d7f1562987f98381c Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 22 Jan, 2014 1 commit
-
-
Bug#1187212 Change-Id: If268ee5144eed83f8ec6ce3610b7488bb1dc9edd Signed-off-by:
Aaron Wells <aaronw@catalyst.net.nz>
-
- 13 Jan, 2014 2 commits
-
-
Aaron Wells authored
Bug 1268746: In PHP 5.4 E_ALL changed to include E_STRICT, causing Mahara to throw a lot of strict standards errors. This should silence most of them. HOWEVER, because most strict standards happen at compile-time, this will have no effect on strict standards errors caused in the files that have already been loaded by the time we call error_reporting() and set_error_handler(), which includes: - The file invoked directly by the URL - init.php - errors.php - config.php - config-defaults.php Change-Id: I7a7fdf7facb1f30e186a0e8a27f1c3b7473200da
-
Aaron Wells authored
Change-Id: Ic4cf6ce503c340c4f2833e5b6b81d7271b0edafe
-
- 06 Jan, 2014 1 commit
-
-
Aaron Wells authored
If you set $cfg->renamecopies = false, copies can still have a number added to the end of them, which is a little counterintuitive because it's still a kind of renaming. Change-Id: I97e512c21d6e28417062eb3429b3accd92297e1d
-
- 31 Dec, 2013 1 commit
-
-
Robert Lyon authored
Change-Id: I66252f9fe9cba2a952d1d8800e853933a4b8b82e Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 17 Dec, 2013 1 commit
-
-
Bug 1261231 Change-Id: I82d8169e41dcca65c214fdfec954086eba8fc6c8
-
- 15 Dec, 2013 1 commit
-
-
Aaron Wells authored
Bug 1261233: If you set the ratio to 0, you'll bounce someone as soon as they hit bounces_min, regardless of what the sent/bounced ratio is Change-Id: Ibe8223054fa70ea27748d78b099afa079be7f900
-
- 19 Nov, 2013 1 commit
-
-
Robert Lyon authored
- option added v1.3 but not documented in the list of defaults that are available Change-Id: Ib6010e502ffdefe00d86856674fc54362fa41faa Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 12 Nov, 2013 1 commit
-
-
Aaron Wells authored
Bug 1250256 Change-Id: Iefd489adb4f7d458d1e8b45727fab5509c61398b
-
- 11 Nov, 2013 1 commit
-
-
Aaron Wells authored
Change-Id: Ie9389e1d061e720dc82f335f043dadee29459b27
-
- 22 Oct, 2013 1 commit
-
-
Aaron Wells authored
Bug1185297 Change-Id: I30ca497cbd2f37a63bcce2b7346a737f75612b94
-
- 14 Oct, 2013 1 commit
-
-
Robert Lyon authored
- have updated copyright for the pages that had existing copyright notices (except for the lib/pieforms/ section as i'm not too sure if that needs changing as it is a different Catalyst IT product) Change-Id: I11c65ad26cb9cd856cf16b1dccbd4223ba086645 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz> Signed-off-by:
Aaron Wells <aaronw@catalyst.net.nz>
-
- 19 Sep, 2013 2 commits
-
-
Aaron Wells authored
Bug1168213 Change-Id: Id23b2d6c163def4365d17e26b6c701a4cdadc948
-
Aaron Wells authored
Bug 1168213 Change-Id: Ic5a1d6a630341955477b0544293173bcb8d57435
-
- 05 Sep, 2013 2 commits
-
-
Bug1185297 In order to set apart the sample code from the commentary, I'm putting all the commentary into phpdocs style /** ... */ blocks, which trendy IDE's will highlight in a different color Also putting a line in the top of config-dist.php to tell users about the existence of config-defaults.php Change-Id: I3e587cf441ed14808a24d148e969df5d08041254
-
Bug1220108 Change-Id: I1dfe7bc1cea9a8930a334af1deadb0b18a2d13f6
-
- 04 Sep, 2013 1 commit
-
-
Aaron Wells authored
Change-Id: I860d8c1bd693e5983b04d0cd75021f4cd564a871 Signed-off-by:
Aaron Wells <aaronw@catalyst.net.nz>
-
- 22 Aug, 2013 1 commit
-
-
Aaron Wells authored
Bug #1073625 Change-Id: I79041c99681ad6304b81433da7d48dd459353589
-