- 08 Aug, 2016 1 commit
-
-
Aaron Wells authored
The best way to prevent sensitive data from being printed to the logs is to avoid printing the value of *any* parameter. For instance, a password parameter may have an unusual name, or it may be passed through a general-purpose function like "strlen()". Since parameter values are useful for debugging, we can still print them when not in production mode (although with known password params still scrubbed out). Note this patch both scrubs likely password params, and hides their scrubbed value. That's mostly because I'm lazy, but it also obscures the password's actual length. Change-Id: I4a1ab4c89a169c6b29a7b63384c2412cee761ab7 behatnotneeded: Can't test with behat (cherry picked from commit 9a297249)
-
- 01 Oct, 2015 1 commit
-
-
Son Nguyen authored
behatnotneeded Change-Id: Icca153ae8d4728ff840bc088d719affb3b80a68f
-
- 14 Apr, 2015 1 commit
-
-
Aaron Wells authored
Bug 1443736 Change-Id: I809cd3bc2f7e2865dc6641ee2448d22b96426415
-
- 27 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
-
-
Aaron Wells authored
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
-
-
Robert Lyon authored
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
-
-
Craig Miskell authored
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
-
-
Aaron Wells authored
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
-
-
Aaron Wells authored
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
-
Aaron Wells authored
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
-
- 20 Aug, 2013 1 commit
-
-
Mikael Mrozik authored
- rebasing change Change-Id: I4c262c0a22b75a3f9de6d43569765f65ee32c555
-
- 19 Aug, 2013 1 commit
-
-
Aaron Wells authored
Bug 1078591 Change-Id: Ica1de7ce33d56de4a97f6e0a12dfad6d6591b788
-
- 29 May, 2013 1 commit
-
-
Aaron Wells authored
Bug #1185297: The $cfg->themeprefs setting was removed in bug #793308 Change-Id: Ifcea19569d62eeb03cb26e098d74ab4d535f61e3 Signed-off-by:
Aaron Wells <aaronw@catalyst.net.nz>
-
- 03 Feb, 2013 1 commit
-
-
Hugh Davenport authored
When nocache is true, don't send caching directives with HTTP response. Change-Id: Ib9b958ecb035834eeabda150e6dc9bee9cfcc3ce Signed-off-by:
Hugh Davenport <hugh@catalyst.net.nz>
-
- 07 Sep, 2012 1 commit
-
-
Son Nguyen authored
institutions (Bug #793308) - Add a help file to explain the user setting: 'Theme' - By default, users can choose one of their institution's themes as their prefered theme. - if site admins set $cfg->sitethemeprefs = true in config.php, users can ALSO choose standard site's themes as preferred theme for browsing the site. - remove the option 'No theme selected' - sort the themes in alphabetical order Change-Id: I6f144747338e88eb1f90c79f0f7934449fe0ab63 Signed-off-by:
Son Nguyen <son.nguyen@catalyst.net.nz>
-
- 06 Aug, 2012 1 commit
-
-
Hugh Davenport authored
Bug #993018 Checks an imap mailbox, assumes that you have set up a seperate mailbox for recieving the mailbounces. To enable this change, the php imap extension must be loaded This uses 9b9b2a5c for the mail bounce checking. It also adds a few extra config.php settings that need to be set for this cronjob to work. The config settings that need to be set are: $cfg->bounces_handle = true $cfg->bouncedomain $cfg->imapserver There are also some other options shown in lib/config-defaults.php for power users. By default, email will only be disabled when more than 4 bounces have been received, and the ratio between bounces and emails sent to the user is above 0.2 Change-Id: I0bbc4cae26fd5284e4cbdc25b01ea4b566dd045a Signed-off-by:
Hugh Davenport <hugh@catalyst.net.nz>
-
- 18 Jun, 2012 1 commit
-
-
Richard Mansfield authored
This generates profile urls as subdomains of the site wwwroot. For example, http://bob.example.com rather than the default clean profile URL http://example.com/user/bob This option will not work without the appropriate rewrite rules, documented at https://wiki.mahara.org/index.php/System_Administrator%27s_Guide/Clean_URL_Configuration Change-Id: I9e1cb479abf3b9535bd15efca7382f8352d6d893
-
- 08 Jun, 2012 1 commit
-
-
Richard Mansfield authored
Bug #1006634, part 1 Some sites may wish to enforce a policy to leave profile urls as close as possible to usernames. Change-Id: I6931a34baaca91b19f2c3696c3440bc033b663af Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-