aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/user.rb
Commit message (Collapse)AuthorAgeLines
* Change from acts_as_solr to acts_as_xapianfrancis2008-04-24-6/+4
|
* Annotate modelsfrancis2008-04-21-2/+2
|
* Replace all special sorts with :order clauses on has_manyfrancis2008-04-18-2/+2
|
* Cope with nilfrancis2008-04-15-2/+6
|
* Strip spaces from user names.francis2008-04-15-1/+6
|
* Show on a request who is tracking it.francis2008-04-04-2/+2
|
* Unique indices for track things tables.francis2008-04-04-11/+12
| | | | Annotate models.
* Email alerts for tracking a particular request.francis2008-04-03-1/+2
|
* Skeleton of tracking / alerting / email.francis2008-04-01-2/+2
|
* Model annotationsfrancis2008-03-31-2/+2
|
* Search index by events, rather than by requests/messagesfrancis2008-03-31-2/+6
|
* requested_from: requested_by: and type: searches.francis2008-03-25-9/+9
|
* More secure password changing - have to specifically have clicked link infrancis2008-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 sincefrancis2008-03-21-2/+2
| | | | enough public authorities mail them with non-automatic messages.
* Clean out todo a bit.francis2008-03-18-2/+2
| | | | Annotate models up to date.
* Add tests for broken case of saving info request or user when there is ↵francis2008-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 resultsfrancis2008-03-13-2/+5
|
* Make users all have their own URL, rather than sharing if they have the same ↵francis2008-03-12-2/+9
| | | | name.
* Index first message text with info requests themselves.francis2008-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 pagefrancis2008-02-28-1/+2
|
* Prevent leaking of information as to whether user account exists or not.francis2008-02-28-3/+2
|
* annotate modelsfrancis2008-02-27-2/+3
|
* Store url_name in database for usersfrancis2008-02-27-1/+13
|
* Tags for public bodies (so can use to categorise for import/export etc.)francis2008-02-26-2/+2
|
* When a response is overdue, email the request creator to tell them so they ↵francis2008-02-22-1/+2
| | | | can send a followup.
* Update model annotationfrancis2008-02-21-2/+2
|
* Forgotten password stuff.francis2008-02-20-3/+11
|
* Update model annotations.francis2008-02-14-2/+2
|
* Store historty of state changes in event log.francis2008-02-06-2/+2
|
* 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
|