- 11 Dec, 2007 1 commit
-
-
Richard Mansfield authored
-
- 10 Dec, 2007 16 commits
-
-
Richard Mansfield authored
-
Richard Mansfield authored
-
Richard Mansfield authored
-
Richard Mansfield authored
-
Nigel McNie authored
-
Nigel McNie authored
Only output the checkbox remembering javascript when it's required, rather than also when the radio buttons are being used.
-
Nigel McNie authored
-
Richard Mansfield authored
-
Richard Mansfield authored
-
Richard Mansfield authored
-
Nigel McNie authored
-
Richard Mansfield authored
-
Nigel McNie authored
Force auto_increment to restart from 1 after inserting the root user, which makes sure the admin user gets ID 1.
-
Richard Mansfield authored
-
Richard Mansfield authored
-
Richard Mansfield authored
-
- 09 Dec, 2007 6 commits
-
-
Richard Mansfield authored
-
Richard Mansfield authored
-
Richard Mansfield authored
-
Nigel McNie authored
Tidied up the microheader template to more closely match the standard header template, which fixes the language translation bug #1764.
-
Richard Mansfield authored
-
Richard Mansfield authored
-
- 08 Dec, 2007 6 commits
-
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
-
- 07 Dec, 2007 8 commits
-
-
Richard Mansfield authored
-
Richard Mansfield authored
-
Nigel McNie authored
Part two of the patch to fix bug #1756. Removes the old template files and variable declaration for template directory in searchlib.
-
Nigel McNie authored
Make admin users/staff users scripts show all users rather than just users that would be returned by standard search. Fxies #1756. This is actually quite a large patch, which does the following: * adds a db_ilike() method, which returns the correct keyword (LIKE or ILIKE) to do case insensitive searching. * Switches the templates used for the admin user search for strings, rather than using files. This prevents problems when the theme is not the default and the templates are not there. * Implements admin_search_user in the internal search plugin for MySQL as well as postgres, without needing two separate methods since the query works on both. * Make the userlist element use the new json/adminusersearch.php script, which performs an admin user search. One happy upside is that the admin user search screen now works in MySQL.
-
Richard Mansfield authored
-
Richard Mansfield authored
-
Richard Mansfield authored
-
Nigel McNie authored
Events needed to be wired up with connect(), rather than setting onclick properties directly.
-
- 06 Dec, 2007 3 commits
-
-
Nigel McNie authored
-
Nigel McNie authored
Problem caused by checking the owner of the group too, but the constraint is on the group name column only. Fixed by validating that no other group with the same name exists.
-
Nigel McNie authored
Make sure in the entireresume, we show the contact information of the user whose view it is, rather than the user viewing it. Fixes #1757.
-