- 09 Jan, 2008 17 commits
-
-
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
-
Clare Lenihan authored
-
Clare Lenihan authored
changed group/view.php to use this function to build the interaction sideblock added the interaction sideblock to other interaction pages
-
Clare Lenihan authored
-
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.
-
Richard Mansfield authored
-
Clare Lenihan authored
-
Clare Lenihan authored
-
Clare Lenihan authored
-
Clare Lenihan authored
-
Clare Lenihan authored
-
Clare Lenihan authored
-
Richard Mansfield authored
-
Richard Mansfield authored
-
- 08 Jan, 2008 11 commits
-
-
Richard Mansfield authored
-
Richard Mansfield authored
-
Richard Mansfield authored
-
Nigel McNie authored
Change paths that were referring to view/view.php?id=..&artefact=.. to instead point to view/artefact.php?artefact=..&view=.. This is related to the viewartefactsplit branch. Now the existing code actually uses the new artefact.php script.
-
Nigel McNie authored
Added a note about a comment that has suffered some rot and seems to be overestimating what the method it is for can actually do.
-
Richard Mansfield authored
-
Nigel McNie authored
Conflicts: htdocs/view/view.php
-
Clare Lenihan authored
-
-
git+ssh://git.catalyst.net.nz/var/git/maharaNigel McNie authored
Conflicts: htdocs/admin/users/admins.php htdocs/admin/users/notifications.php htdocs/group/create.php htdocs/group/edit.php htdocs/lang/en.utf8/activity.php htdocs/lib/activity.php htdocs/lib/db/upgrade.php htdocs/lib/form/elements/userlist.php htdocs/lib/group.php htdocs/lib/version.php htdocs/search/internal/lib.php htdocs/theme/default/templates/form/userlist.tpl
-
Richard Mansfield authored
-
- 07 Jan, 2008 12 commits
-
-
Richard Mansfield authored
-
Richard Mansfield authored
-
Richard Mansfield authored
-
Nigel McNie authored
Conflicts: htdocs/lang/en.utf8/mahara.php htdocs/lib/activity.php htdocs/lib/db/upgrade.php htdocs/lib/version.php htdocs/theme/default/templates/form/userlist.tpl
-
Nigel McNie authored
-
-
Richard Mansfield authored
-
-
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.
-
-
Richard Mansfield authored
-