aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/user.rb
Commit message (Collapse)AuthorAgeLines
* First hack at new interface for classifying requests - is only per request, notfrancis2008-01-29-2/+2
| | | | per message, and has more states.
* Add NOT NULL constraints into the database everywherefrancis2008-01-24-9/+9
|
* Migration to Rails 2.0.2francis2008-01-23-2/+2
|
* Add defaults to annotated modelsfrancis2008-01-22-2/+2
|
* Set name in from/to address for user account confirmationfrancis2008-01-14-1/+6
|
* Don't say there is a registration form on the right in the case of logging infrancis2008-01-10-3/+11
| | | | to become a specific user, where there is no such form.
* Let original requester send followup messages.francis2008-01-10-2/+2
|
* Update model annotationfrancis2008-01-04-2/+2
|
* Update model annotations.francis2008-01-02-2/+2
| | | | Todo updates.
* Slightly improve error message texts.francis2007-12-14-4/+4
|
* Annotate model files with their members.francis2007-12-11-1/+16
| | | | Type "rake annotate_models" to do this.
* Make login have signin and signup on same page, side by side.francis2007-11-07-9/+17
|
* Look at all the find statements with :conditions and check can'tfrancis2007-11-01-2/+2
| | | | | use find_by_<col> instead. Fixed bugs in case sensitivity of email checking.
* Use self. when reading to model member variables from insidefrancis2007-10-30-16/+2
| | | | | | model member functions, as you have to use self. when writing so it'll be clearer. Remove some superfluous code
* Adding rspec pluginlouise2007-10-16-2/+2
|
* Login stuff with POST redirect not working yetfrancis2007-10-03-1/+15
|
* Try to use implicit saving of dependent models, rather than explicit.francis2007-09-17-2/+2
| | | | Still has some problems in error display :(
* Some cosmetic changes to code.francis2007-09-12-4/+2
|
* Fix up some broken constraints.francis2007-09-11-2/+2
|
* Reorder constraints in models to be in roughly same order as in db/schema.rbfrancis2007-09-11-3/+3
|
* Validate user email toofrancis2007-09-03-1/+4
|
* Skeletal model for an FOI request.francis2007-08-04-1/+3
| | | | Rubbishy display of first form.
* User table, and some dodgy authentication code.francis2007-08-01-0/+58