- 16 Apr, 2010 1 commit
-
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
- 12 Apr, 2010 3 commits
-
-
Evan Goldenberg authored
Since the vast majority of users will only ever use one blog, always showing the list of blogs replaces one usability issue with another. This commit attempts to rectify things by disabling multiple blogs for user's who only have one blog (everyone by default!) but adding an account preference to enable multiple blogs. - Users with more than one blog always see the list of blogs, regardless of the new setting's value - Users with only one blog who have not enabled multiple blogs are taken directly to their blog, and have no direct way of adding a new blog - Users with only one blog who have enabled multiple blogs see the list of blogs (the assumption is that if they were clever enough to enable the option, this should not confuse them) This reverts commit f257176e . Signed-off-by:
Evan Goldenberg <evang@catalyst.net.nz>
-
Evan Goldenberg authored
This was removed as part of preparation for anti-spam, but it was later decided that old upgrades should always be left untouched. Instead, this commit adds an additional upgrade that removes the relevant settings from the database. Signed-off-by:
Evan Goldenberg <evang@catalyst.net.nz>
-
Evan Goldenberg authored
Also, call that function when Mahara is installed. Signed-off-by:
Evan Goldenberg <evang@catalyst.net.nz>
-
- 08 Apr, 2010 1 commit
-
-
Evan Goldenberg authored
Signed-off-by:
Evan Goldenberg <evang@catalyst.net.nz>
-
- 07 Apr, 2010 3 commits
-
-
Evan Goldenberg authored
The antispam feature was developed long before being merged, so it's db upgrade had a lower version than the current HEAD of master. This rearranges things so that people who have been using master get all the upgrades. Signed-off-by:
Evan Goldenberg <evang@catalyst.net.nz>
-
Evan Goldenberg authored
This is a pluggable anti-spam infrastructure for protecting forms in Mahara again spam. The contact and register forms have been modified to include the following anti-spam features: - hashed field names - honey pot (invisible) fields - submission time monitoring Additionally, content checking is provided by the following spam traps: - NoneSpamTrap: the base class for other spam traps, does no checking on its own - SimpleSpamTrap: provides basic checks that don't require an internet connection - AdvancedSpamTrap: provides better checks that require an internet connection, including checking for the existence of mailservers and the presence of blacklisted URLs New spam traps can easily be created by adding a file to lib/antispam with the name MyTrapNameSpamTrap.php. Added spam traps will be automatically detected and available for selection in the site options page. Signed-off-by:
Evan Goldenberg <evang@catalyst.net.nz>
-
Evan Goldenberg authored
Signed-off-by:
Evan Goldenberg <evang@catalyst.net.nz>
-
- 30 Mar, 2010 1 commit
-
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
- 29 Mar, 2010 1 commit
-
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
- 22 Mar, 2010 2 commits
-
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
- 19 Mar, 2010 1 commit
-
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
- 18 Mar, 2010 2 commits
-
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
- 09 Mar, 2010 1 commit
-
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
- 16 Feb, 2010 1 commit
-
-
Francois Marier authored
Signed-off-by:
Francois Marier <francois@catalyst.net.nz>
-
- 15 Feb, 2010 1 commit
-
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
- 13 Feb, 2010 1 commit
-
-
Evan Goldenberg authored
'application/octet-stream' (bug #520739) Signed-off-by:
Evan Goldenberg <evangoldenberg@gmail.com>
-
- 27 Jan, 2010 2 commits
-
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
- 13 Jan, 2010 2 commits
-
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
- 08 Dec, 2009 2 commits
-
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
- 01 Dec, 2009 2 commits
-
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
- 20 Nov, 2009 2 commits
-
-
Andrew Robert Nicols authored
Signed-off-by:
Andrew Robert Nicols <andrew.nicols@luns.net.uk>
-
Andrew Robert Nicols authored
Signed-off-by:
Andrew Robert Nicols <andrew.nicols@luns.net.uk>
-
- 13 Nov, 2009 1 commit
-
-
Nigel McNie authored
Signed-off-by:
Nigel McNie <nigel@catalyst.net.nz>
-
- 11 Nov, 2009 1 commit
-
-
Nigel McNie authored
Don't add the index that makes sure users only have one profile view during the upgrade, if they already have it. Signed-off-by:
Nigel McNie <nigel@catalyst.net.nz>
-
- 09 Nov, 2009 1 commit
-
-
Nigel McNie authored
Turns out exports were already done, though I got the cronjob time wrong. The import cronjob was a simple addition. Signed-off-by:
Nigel McNie <nigel@catalyst.net.nz>
-
- 05 Nov, 2009 1 commit
-
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
- 29 Oct, 2009 1 commit
-
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
- 26 Oct, 2009 1 commit
-
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
- 21 Oct, 2009 1 commit
-
-
Nigel McNie authored
This is _actually_ a long-winded way of doing a theming fix. IE6 needs to have a couple of percentage points of width shaved off the View column widths, otherwise you can end up with columns wrapping to a new line, which is not cool at all. So if we detect IE6, we now do this. Signed-off-by:
Nigel McNie <nigel@catalyst.net.nz>
-
- 20 Oct, 2009 1 commit
-
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
- 08 Oct, 2009 1 commit
-
-
Richard Mansfield authored
-
- 02 Oct, 2009 2 commits
-
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-