aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/public_body.rb
Commit message (Expand)AuthorAgeLines
* They are police forcesfrancis2008-03-05-1/+2
* univeristiesfrancis2008-03-05-3/+4
* Ministerial deptsfrancis2008-03-03-2/+2
* Show public bodies of different categories separately.francis2008-03-03-1/+9
* Don't need extra save any more.francis2008-03-02-2/+1
* Fix making of new public bodies which have tags.francis2008-03-02-2/+4
* Better error handling on import scriptfrancis2008-02-28-3/+19
* Script for importing public bodies from CSVfrancis2008-02-28-29/+31
* Prevent leaking of information as to whether user account exists or not.francis2008-02-28-2/+43
* annotate modelsfrancis2008-02-27-2/+3
* Store url_name in database for usersfrancis2008-02-27-4/+4
* Store URL name in database.francis2008-02-27-2/+24
* Tags for public bodies (so can use to categorise for import/export etc.)francis2008-02-26-2/+25
* Update model annotationfrancis2008-02-21-2/+2
* Option to destroy public body.francis2008-02-21-2/+2
* Auto complete for public body search.francis2008-02-21-1/+3
* 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
* Add NOT NULL constraints into the database everywherefrancis2008-01-24-10/+10
* 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
* Annotate model files with their members.francis2007-12-11-1/+18
* Move signin/signup/signout actions from application controller to user contro...francis2007-10-31-2/+4
* Use self. when reading to model member variables from insidefrancis2007-10-30-4/+4
* Don't version the time stamp fieldsfrancis2007-10-08-1/+2
* Try to use implicit saving of dependent models, rather than explicit.francis2007-09-17-2/+2
* Ask for and save the public body which the request is for.francis2007-09-10-1/+3
* Attempt to learn how to share code in Ruby, an email validation function.francis2007-08-31-34/+9
* Validate that public body email addresses at least look like email addresses.francis2007-08-31-0/+44
* Add plugin for versioning models.francis2007-08-31-0/+1
* Model for a public body, and basic scaffold to edit it.francis2007-08-29-0/+4