- 27 Dec, 2007 1 commit
-
-
Richard Mansfield authored
-
- 11 Dec, 2007 1 commit
-
-
Richard Mansfield authored
-
- 07 Dec, 2007 1 commit
-
-
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.
-
- 04 Dec, 2007 1 commit
-
-
Francois Marier authored
Signed-off-by: Andrew McMillan
-
- 03 Dec, 2007 1 commit
-
-
Richard Mansfield authored
-
- 29 Nov, 2007 1 commit
-
-
Richard Mansfield authored
-
- 28 Nov, 2007 3 commits
-
-
Richard Mansfield authored
-
Richard Mansfield authored
-
Richard Mansfield authored
-
- 26 Nov, 2007 2 commits
-
-
Nigel McNie authored
Also put in a check for no results being returned.
-
Richard Mansfield authored
-
- 25 Nov, 2007 1 commit
-
-
Richard Mansfield authored
-
- 17 Oct, 2007 6 commits
-
-
Richard Mansfield authored
-
Richard Mansfield authored
-
Richard Mansfield authored
-
Richard Mansfield authored
level
-
Richard Mansfield authored
-
Richard Mansfield authored
-
- 20 Aug, 2007 1 commit
-
-
Nigel McNie authored
Improvement on searching algorithm - search on preferredname if available regardless of public setting
-
- 17 Aug, 2007 2 commits
-
-
Nigel McNie authored
-
Nigel McNie authored
Now, table names (and other identifiers that could be confused with SQL kewords), should be put into SQL like this: SELECT * FROM {artefact} The braces are matched and expanded by DML now to include the prefix and be properly quoted, which means that tables like 'view' and 'group' don't need renaming (and nor should they, there's little reason why we should rename tables to get around such constraints). This has removed a whole bunch of $prefix = ... and get_config('dbprefix') stuff, which makes things a little simpler yet again.
-
- 16 Aug, 2007 2 commits
-
-
Nigel McNie authored
Renaming communities to groups step 1: everywhere in the code. Filenames and database changes to come.
-
Nigel McNie authored
-
- 30 Jul, 2007 2 commits
-
-
Nigel McNie authored
Wrong branch... This reverts commit 21fedcd0.
-
Nigel McNie authored
-
- 26 Jul, 2007 1 commit
-
-
Nigel McNie authored
-
- 25 Jul, 2007 1 commit
-
-
Nigel McNie authored
Implementation of the self search for the internal search plugin. It's really basic, and only searches artefacts
-
- 30 Apr, 2007 1 commit
-
-
Nigel McNie authored
-
- 25 Apr, 2007 8 commits
-
-
Geoff Cant authored
-
Geoff Cant authored
plugin.
-
Geoff Cant authored
separate function.
-
Geoff Cant authored
-
Geoff Cant authored
-
Geoff Cant authored
-
Geoff Cant authored
-
Geoff Cant authored
-
- 24 Apr, 2007 1 commit
-
-
Penny Leach authored
plugin (and fixed coding convention)
-
- 21 Mar, 2007 1 commit
-
-
Nigel McNie authored
available for the full_name function were occuring. Removed a very verbose debug line
-
- 15 Feb, 2007 1 commit
-
-
Martyn Smith authored
-
- 13 Feb, 2007 1 commit
-
-
Martyn Smith authored
-