Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | First hack at new interface for classifying requests - is only per request, not | francis | 2008-01-29 | -2/+2 |
| | | | | per message, and has more states. | |||
* | Add NOT NULL constraints into the database everywhere | francis | 2008-01-24 | -9/+9 |
| | ||||
* | Migration to Rails 2.0.2 | francis | 2008-01-23 | -2/+2 |
| | ||||
* | Add defaults to annotated models | francis | 2008-01-22 | -2/+2 |
| | ||||
* | Set name in from/to address for user account confirmation | francis | 2008-01-14 | -1/+6 |
| | ||||
* | Don't say there is a registration form on the right in the case of logging in | francis | 2008-01-10 | -3/+11 |
| | | | | to become a specific user, where there is no such form. | |||
* | Let original requester send followup messages. | francis | 2008-01-10 | -2/+2 |
| | ||||
* | Update model annotation | francis | 2008-01-04 | -2/+2 |
| | ||||
* | Update model annotations. | francis | 2008-01-02 | -2/+2 |
| | | | | Todo updates. | |||
* | Slightly improve error message texts. | francis | 2007-12-14 | -4/+4 |
| | ||||
* | Annotate model files with their members. | francis | 2007-12-11 | -1/+16 |
| | | | | Type "rake annotate_models" to do this. | |||
* | Make login have signin and signup on same page, side by side. | francis | 2007-11-07 | -9/+17 |
| | ||||
* | Look at all the find statements with :conditions and check can't | francis | 2007-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 inside | francis | 2007-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 plugin | louise | 2007-10-16 | -2/+2 |
| | ||||
* | Login stuff with POST redirect not working yet | francis | 2007-10-03 | -1/+15 |
| | ||||
* | Try to use implicit saving of dependent models, rather than explicit. | francis | 2007-09-17 | -2/+2 |
| | | | | Still has some problems in error display :( | |||
* | Some cosmetic changes to code. | francis | 2007-09-12 | -4/+2 |
| | ||||
* | Fix up some broken constraints. | francis | 2007-09-11 | -2/+2 |
| | ||||
* | Reorder constraints in models to be in roughly same order as in db/schema.rb | francis | 2007-09-11 | -3/+3 |
| | ||||
* | Validate user email too | francis | 2007-09-03 | -1/+4 |
| | ||||
* | Skeletal model for an FOI request. | francis | 2007-08-04 | -1/+3 |
| | | | | Rubbishy display of first form. | |||
* | User table, and some dodgy authentication code. | francis | 2007-08-01 | -0/+58 |