Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | More secure password changing - have to specifically have clicked link in | francis | 2008-03-21 | -2/+2 |
| | | | | change password email, rather than using any link. | |||
* | Get rid of special envelope from -bounce addresses, as they are no good since | francis | 2008-03-21 | -2/+2 |
| | | | | enough public authorities mail them with non-automatic messages. | |||
* | Clean out todo a bit. | francis | 2008-03-18 | -2/+2 |
| | | | | Annotate models up to date. | |||
* | Add tests for broken case of saving info request or user when there is ↵ | francis | 2008-03-15 | -2/+2 |
| | | | | | | existing one with same title/name. Fix the bug, which was in function that makes url_title/url_name. | |||
* | Order search results | francis | 2008-03-13 | -2/+5 |
| | ||||
* | Make users all have their own URL, rather than sharing if they have the same ↵ | francis | 2008-03-12 | -2/+9 |
| | | | | name. | |||
* | Index first message text with info requests themselves. | francis | 2008-03-07 | -1/+3 |
| | | | | | | | Fix routing for search queries with full stops in. Public body search indexing. User search indexing. Link to specific users out of ones with same name. | |||
* | Show post redirects on user page | francis | 2008-02-28 | -1/+2 |
| | ||||
* | Prevent leaking of information as to whether user account exists or not. | francis | 2008-02-28 | -3/+2 |
| | ||||
* | annotate models | francis | 2008-02-27 | -2/+3 |
| | ||||
* | Store url_name in database for users | francis | 2008-02-27 | -1/+13 |
| | ||||
* | Tags for public bodies (so can use to categorise for import/export etc.) | francis | 2008-02-26 | -2/+2 |
| | ||||
* | When a response is overdue, email the request creator to tell them so they ↵ | francis | 2008-02-22 | -1/+2 |
| | | | | can send a followup. | |||
* | Update model annotation | francis | 2008-02-21 | -2/+2 |
| | ||||
* | Forgotten password stuff. | francis | 2008-02-20 | -3/+11 |
| | ||||
* | Update model annotations. | francis | 2008-02-14 | -2/+2 |
| | ||||
* | Store historty of state changes in event log. | francis | 2008-02-06 | -2/+2 |
| | ||||
* | 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 |