- 20 Mar, 2008 1 commit
-
-
Nigel McNie authored
This has been reported by several people but until recently I was unable to duplicate it. Thanks to Mark Curcher and Tony Degazon, who granted me access to an affected system.
-
- 17 Mar, 2008 1 commit
-
-
Nigel McNie authored
Moved the smarty library to htdocs/lib/smarty/libs. Put Mahara custom plugins for smarty in htdocs/lib/smarty/mahara. This is to aid packaging - we can now depend on the packaged version of smarty instead of having to use our one.
-
- 28 Jan, 2008 1 commit
-
-
Nigel authored
-
- 27 Jan, 2008 2 commits
-
-
Nigel authored
-
Nigel McNie authored
-
- 24 Jan, 2008 1 commit
-
-
Clare Lenihan authored
-
- 23 Jan, 2008 5 commits
-
-
Nigel McNie authored
Correct the path to the view layout preview thumbnails, so it works when Mahara is installed in a subdirectory.
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
Firstly, an over-enthusiastic optimisation I was responsible for broke the replacement of downloadtemp images, especially on sites which are not installed at the root of a domain. Then, some greedy regexes meant that if there was more than one image in the post, only one of them would have the URL fixed properly. The same bug was happening again when posts were being displayed in views. This patch fixes these problems, and contains a blog database upgrade to fix existing broken paths.
-
Nigel McNie authored
-
- 21 Jan, 2008 2 commits
-
-
Nigel McNie authored
Respect the system include path. This allows system versions of libraries to be used if Mahara doesn't include them - e.g. when being debian packaged.
-
Nigel McNie authored
Ensure that the user's e-mail address is set correctly if it needs to be set when changing password.
-
- 16 Jan, 2008 1 commit
-
-
Richard Mansfield authored
-
- 15 Jan, 2008 2 commits
-
-
Nigel McNie authored
-
Nigel McNie authored
-
- 14 Jan, 2008 8 commits
-
-
Richard Mansfield authored
-
Richard Mansfield authored
-
Nigel McNie authored
Now it clarifies that what you are viewing is only a rough representation of the original. There's a back link to go back to the files section or whatever previous page you were on. The message has been styled a bit too.
-
Richard Mansfield authored
When serving html files smaller than 1M, always display the filter message and link to download the original
-
Richard Mansfield authored
-
Richard Mansfield authored
-
Richard Mansfield authored
-
Nigel McNie authored
Change a column alias to use the correct alias name that the table was given, to prevent a query failing. Fixes #1845.
-
- 13 Jan, 2008 5 commits
-
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
friend_submit is sometimes called with 'null' for the form. With type hinting, this blows up in your face in php 5.1. Removed the type hint.
-
- 10 Jan, 2008 3 commits
-
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
Pass wantsurl through to the jump session function, so it can inform the other application we are doing SSO with where it wants to go. Fixes #1644
-
- 09 Jan, 2008 5 commits
-
-
Nigel McNie authored
Moodle's XMLRPC API currently makes some calls that Mahara doesn't implement. Implement these calls as no-ops.
-
Nigel McNie authored
-
Nigel McNie authored
Moodle uses it only in the course listing block, to say '4 courses from [othermoodle]'. Mahara doesn't have any courses.
-
Nigel McNie authored
Now the city, country, introduction, language and WYSIWYG editor data are also imported.
-
Nigel McNie authored
Users who do SSO with no parent authority cannot change their password. The form elements to change their password were hidden, but the validate and submit callbacks were not changed to deal with this case, resulting in the settings form crashing on save.
-
- 07 Jan, 2008 3 commits
-
-
Nigel McNie authored
Fix some problems where some code was attempting to use the ArtefactChooserData class even when it wasn't necessary, causing errors when searching in the artefact chooser.
-
Nigel McNie authored
Use db_ilike() instead of hardcoding ILIKE, so MySQL can handle searching for stuff in blocktypes in the view. Fixes #1788.
-
Nigel McNie authored
-