- 27 Jan, 2008 4 commits
-
-
Nigel McNie authored
Handle case where remote application sends back a new public key rather than the result we were looking for. Now Mahara will import the new public key, then re-request the data it wanted. Also, switched some exceptions to an XMLRPC related exception, to ease error handling.
-
Nigel McNie authored
-
Richard Mansfield authored
-
Richard Mansfield authored
-
- 25 Jan, 2008 20 commits
-
-
Nigel McNie authored
Don't session_destroy before creating a new liveuser, I don't have any evidence that it does anything useful now.
-
Nigel McNie authored
-
Clare Lenihan authored
-
Clare Lenihan authored
-
Clare Lenihan authored
-
Clare Lenihan authored
-
Clare Lenihan authored
fixing bug where users are unable to give logged in users, friends, public or groups access to views problem caused by me changing what I thought were just language strings, which messed everything up
-
Clare Lenihan authored
changed resume/editcomposite so it has standard save and cancel buttons rather than save and back to my resume
-
Clare Lenihan authored
-
Clare Lenihan authored
-
Richard Mansfield authored
-
Richard Mansfield authored
-
Nigel McNie authored
Remove the 'institution' column from the usr table (second time around, this time remove from install.xml too!). Remove the redundant (copied from Moodle) 'updateuserinfoonlogin' column from the institution table.
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
If an authentication plugin thinks that a user should be able to log in, and furthermore thinks that it is able/allowed to automatically create user accounts, then it is now able to do just that. The authentication API now has a new method - can_auto_create_users() - to define whether each authentication instance feels it can/should be able to do this. If the instance thinks it can, it needs to export some information through the get_user_info method in order to populate the user account. Although this may change shortly to be optional, with the users instead being forced to enter any information that is required that they haven't otherwise filled out.
-
Nigel McNie authored
Ensure that we retrieve timestamps from the database in the correct form when trying to log in a user, otherwise they get stored in the object in the wrong form, leading to pain later.
-
Nigel McNie authored
Use the new 'isFull' method of the institution class instead of manually working out if an institution is full.
-
Nigel McNie authored
Such a test is done in several places in the codebase, sometimes incorrectly. Makes sense to centralise it.
-
Nigel McNie authored
-
- 24 Jan, 2008 9 commits
-
-
Richard Mansfield authored
-
git+ssh://git.catalyst.net.nz/var/git/maharaRichard Mansfield authored
Conflicts: htdocs/lib/db/upgrade.php
-
Richard Mansfield authored
-
Richard Mansfield authored
-
Clare Lenihan authored
-
Clare Lenihan authored
-
Clare Lenihan authored
-
Clare Lenihan authored
-
Clare Lenihan authored
-
- 23 Jan, 2008 7 commits
-
-
Nigel McNie authored
Correct the path to the view layout preview thumbnails, so it works when Mahara is installed in a subdirectory.
-
Richard Mansfield authored
-
Nigel McNie authored
-
Nigel McNie authored
Conflicts: htdocs/lib/form/elements/userlist.php
-
Richard Mansfield authored
-
Richard Mansfield authored
-
Richard Mansfield authored
-