- 19 Oct, 2009 3 commits
-
-
Nigel McNie authored
(#3404) Flip function arguments order around for constructor of LeapExportElementResumeCompositeSibling. This matches everwhere that it's called. The bug never manifested itself because we were quashing the E_RECOVERABLE_ERRORs caused by passing invalidly typed arguments. Though it probably would have died on PHP 5.1. Signed-off-by:
Nigel McNie <nigel@catalyst.net.nz>
-
Nigel McNie authored
On PHP 5.1, this was causing a fatal error when it was hit. On PHP 5.2 or greater, this causes an E_RECOVERABLE_ERROR. Due to a bug in Mahara's error handler, such errors were being squashed so we never saw them. Whoops! Signed-off-by:
Nigel McNie <nigel@catalyst.net.nz>
-
Nigel McNie authored
Prevents Dwoo warnings as spotted as part of fixing #3404. Signed-off-by:
Nigel McNie <nigel@catalyst.net.nz>
-
- 18 Oct, 2009 5 commits
-
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
Nigel McNie authored
Signed-off-by:
Nigel McNie <nigel@catalyst.net.nz>
-
Nigel McNie authored
This makes the watchlist stuff (and potentially other stuff on this page) work again. Spotted by Sam Timofeev on the forums. Signed-off-by:
Nigel McNie <nigel@catalyst.net.nz>
-
Nigel McNie authored
Strangely, this didn't appear to be broken in IE8 with IE7 compatibility mode on. Signed-off-by:
Nigel McNie <nigel@catalyst.net.nz>
-
Nigel McNie authored
This leads to improved user experience. Signed-off-by:
Nigel McNie <nigel@catalyst.net.nz>
-
- 16 Oct, 2009 6 commits
-
-
Nigel McNie authored
This reverts commit 246bdfec.
-
Nigel McNie authored
-
Nigel McNie authored
This reverts commit 8824fa29.
-
Nigel McNie authored
-
Richard Mansfield authored
Rewrite xmlrpc jump links by regex in all email notifications; remove url from link contents in forum post html email (avoids thunderbird scam warning) Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
Nigel McNie authored
NOTE: not signed off deliberately, I'm testing the commit hook.
-
- 15 Oct, 2009 6 commits
-
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
Nigel McNie authored
Signed-off-by:
Nigel McNie <nigel@catalyst.net.nz>
-
Penny Leach authored
(not tested, I couldn't find anywhere that used it)
-
Penny Leach authored
-
Penny Leach authored
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz> (cherry picked from commit 7aee42de)
-
- 14 Oct, 2009 20 commits
-
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
Signed-off-by:
Nigel McNie <nigel@catalyst.net.nz>
-
Andrew Robert Nicols authored
Signed-off-by:
Andrew Robert Nicols <andrew.nicols@luns.net.uk>
-
Penny Leach authored
-
Nigel McNie authored
It's no where near as good as it was.. sigh. Signed-off-by:
Nigel McNie <nigel@catalyst.net.nz>
-
Nigel McNie authored
Signed-off-by:
Nigel McNie <nigel@catalyst.net.nz>
-
Nigel McNie authored
Signed-off-by:
Nigel McNie <nigel@catalyst.net.nz>
-
Nigel McNie authored
Broken by Penny cleaning up Smarty->Dwoo transition stuff. Signed-off-by:
Nigel McNie <nigel@catalyst.net.nz>
-
Penny Leach authored
-
Penny Leach authored
for some reason there's completely weird data here, which results in no firstname or lastname displayed
-
Nigel McNie authored
Mainly cos they don't any more, Richard removed it on September 17th. Signed-off-by:
Nigel McNie <nigel@catalyst.net.nz>
-
Penny Leach authored
-
Penny Leach authored
-
Penny Leach authored
-
Penny Leach authored
-
Nigel McNie authored
We now have a nice import screen in the admin section :) Signed-off-by:
Nigel McNie <nigel@catalyst.net.nz>
-
Penny Leach authored
-
Iaki Arenaza authored
Instead of using a fixed platform-specific path for temporary image files, create a new temporary directory inside dataroot and place temporary files there. In addition to it, make sure we prefix the profile icon file names with 'mpi_' (stands for mnet profile icon) to prevent clashes (as per Nigel's suggestion) and check the return result from file_put_contents() for errors (but otherwise and continue gracefully if the file can't be written, as Nigel suggested on the bug tracker). While in this particular case the related code takes care of the temporary files, if we are going to have a temp directory, it might be good to have a cronjob to clean it out (We should file a bug to remind us to do that) [Minor whitespace fixups by Nigel] Signed-off-by:
Iñaki Arenaza <iarenaza@eps.mondragon.edu> Signed-off-by:
Nigel McNie <nigel@catalyst.net.nz>
-
Penny Leach authored
Conflicts: htdocs/lib/web.php Inaki's patch had changed the smarty function to add httpswwwroot. I moved this to lib/dwoo/mahara/Dwoo_Mahara.php
-