- 26 Aug, 2008 1 commit
-
-
Richard Mansfield authored
-
- 12 Aug, 2008 1 commit
-
-
Richard Mansfield authored
-
- 06 Jun, 2008 2 commits
-
-
Nigel McNie authored
Improved the wording for the Upload CSV page, especially in the case of institutional admins. Fixes #2214. Previously, Institutional Admins were given links to pages they couldn't edit.
-
Nigel McNie authored
Make usernames unique over their lowercase values, and put validation in everywhere so two users can't do this again. Usernames _are_ meant to be case insensitive in the system. But at no point where users could be created (except for XMLRPC users), was this actually being enforced. So eventually someone actually did this, which caused login for both users to break. Now, all entry points for new users are checked to make sure users can't claim names whose lowercase value is the same as another user. And on postgres, we now have a unique index over LOWER(username). This isn't possible in MySQL, so MySQL users miss out (yet again).
-
- 07 Apr, 2008 1 commit
-
-
Nigel McNie authored
Instead, generate a list of users who we could not send e-mail to, and display this to the uploaded, with more detailed reasons in the server error log.
-
- 10 Mar, 2008 1 commit
-
-
Nigel McNie authored
* Force password change: if checked, users are forced to change their password on next log in. This was mandatory before, now people uploading CSV files can choose. * E-mail users about accounts: if checked, users are sent an e-mail about their new account. This was never an option before and never happened, now it is on by default. We send a slightly different e-mail based on whether the user needs to change their password or not. This affects the Add User script a tiny bit.
-
- 16 Feb, 2008 2 commits
-
-
Nigel McNie authored
The name is largely irrelevant as it's only the creator of the file.
-
Nigel McNie authored
-
- 18 Jan, 2008 1 commit
-
-
Richard Mansfield authored
-
- 07 Jan, 2008 2 commits
-
-
Richard Mansfield authored
-
Richard Mansfield authored
-
- 04 Jan, 2008 1 commit
-
-
Richard Mansfield authored
-
- 24 Dec, 2007 1 commit
-
-
Richard Mansfield authored
-
- 10 Dec, 2007 2 commits
-
-
Richard Mansfield authored
-
Richard Mansfield authored
-
- 04 Dec, 2007 2 commits
-
-
Richard Mansfield authored
-
Francois Marier authored
Signed-off-by: Andrew McMillan
-
- 29 Nov, 2007 1 commit
-
-
Richard Mansfield authored
-
- 26 Nov, 2007 1 commit
-
-
Richard Mansfield authored
-
- 25 Nov, 2007 1 commit
-
-
Richard Mansfield authored
-
- 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.
-
- 27 Jul, 2007 1 commit
-
-
Nigel McNie authored
-
- 26 Jul, 2007 1 commit
-
-
Nigel McNie authored
-
- 16 Jul, 2007 1 commit
-
-
Donal McMullan authored
-
- 10 Jul, 2007 2 commits
-
-
Penny Leach authored
-
Penny Leach authored
-
- 30 Jun, 2007 1 commit
-
-
Donal McMullan authored
-
- 22 Jun, 2007 1 commit
-
-
Donal McMullan authored
code
-
- 18 Jun, 2007 1 commit
-
-
Nigel McNie authored
Turn on auto detected line endings so that mac line ending files can be uploaded. Disabled the error suppression on the File_CSV::readQuoted. Make sure to detect when we couldn't parse the CSV file (for some reason we're not sure of), and tell the user
-
- 11 Jun, 2007 1 commit
-
-
Donal McMullan authored
-
- 08 Jun, 2007 1 commit
-
-
Donal McMullan authored
-
- 12 Apr, 2007 1 commit
-
-
Nigel McNie authored
-
- 24 Mar, 2007 2 commits
-
-
Nigel McNie authored
-
Nigel McNie authored
on the first line, to prevent ambiguities that were causing it to be broken before
-
- 07 Mar, 2007 1 commit
-
-
Nigel McNie authored
-
- 16 Feb, 2007 1 commit
-
-
Nigel McNie authored
-
- 14 Feb, 2007 1 commit
-
-
Nigel McNie authored
-
- 24 Jan, 2007 1 commit
-
-
Nigel McNie authored
subdirectory properly.
-
- 20 Jan, 2007 1 commit
-
-
Nigel McNie authored
be better worded
-