aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/user.rb
Commit message (Expand)AuthorAgeLines
* First hack at new interface for classifying requests - is only per request, notfrancis2008-01-29-2/+2
* 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
* 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
* Slightly improve error message texts.francis2007-12-14-4/+4
* Annotate model files with their members.francis2007-12-11-1/+16
* 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 self. when reading to model member variables from insidefrancis2007-10-30-16/+2
* 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
* 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
* User table, and some dodgy authentication code.francis2007-08-01-0/+58