- 23 Jan, 2008 1 commit
-
-
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 9 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
-
Nigel McNie authored
-
Nigel McNie authored
Use the correct translations for the title strings of the file list tables when adding/editing a blog post. Fixes #1789.
-
-
Richard Mansfield authored
Fix a fatal error when registering. password_validate expected a User object, which register.php cannot provide, so loosened the type hint on the function.
-
-
Nigel McNie authored
Ensure that the help popups won't run off the screen if opened right near the bottom of the viewport. Fixes bug #1787. Note if the popup is bigger than the viewport then things get weird. I don't think that case is worth worrying about.
-
- 17 Dec, 2007 4 commits
-
-
Francois Marier authored
-
Francois Marier authored
-
Francois Marier authored
-
Francois Marier authored
-