aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/public_body.rb
Commit message (Collapse)AuthorAgeLines
* Move category hashes into own lib, to be sure they don't cause leak.francis2009-09-14-82/+3
|
* Some spelling mistakes.francis2009-09-14-3/+3
|
* Indent better.francis2009-09-14-74/+74
|
* Constants must be capsfrancis2009-09-10-8/+8
|
* Generate these static tables not in the functions, so they don't get madefrancis2009-09-10-16/+6
| | | | each time function is called (and they never got freed then for some reason)
* Allow follow ups to defunct/not_apply authorities which still have a valid ↵francis2009-09-08-1/+9
| | | | email.
* Move defunct out into its own tag.francis2009-09-08-6/+13
|
* Move not_apply out of request_email into tagfrancis2009-09-08-5/+13
|
* Don't allow numeric only URL names.francis2009-09-07-2/+2
| | | | Test the URL name code a bit.
* Put tags (with links) in column on list of bodies admin interface tables.francis2009-08-26-1/+4
| | | | Interface to mass add tags to all bodies in admin search result.
* Added schools.francis2009-07-14-2/+3
|
* Annotate models update.francis2009-06-26-2/+2
|
* Strip HTML from snippets of notes search.francis2009-06-16-1/+5
|
* Change name of historic URL finding function.francis2009-06-16-4/+6
| | | | Make it remove duplicates - so if finds same short name multiple times in history of one body, it returns that body.
* Change notes to HTML.francis2009-06-12-2/+2
|
* Add "defunct" to types of authority.francis2009-06-12-2/+10
|
* Only need to do this reindexing on updates, not initial save during creation ↵francis2009-04-23-2/+2
| | | | of object.
* Update Xapian properly when body URL changesfrancis2009-04-21-1/+15
|
* Add charity registration number to database & edit form for public bodytony2009-04-13-2/+3
|
* Showing bold for changed rows wasn't quite right.francis2009-04-02-1/+9
|
* Rollback 14514 and 14515 - model can't call methods in general_controllertony2009-03-22-10/+1
|
* Add 'xapian_requests' methods to PublicBodytony2009-03-22-1/+10
|
* Add PublicBody.find_by_urlname method that falls back to historic namestony2009-03-22-1/+19
|
* Index the notes field.francis2009-03-18-2/+2
|
* Don't range search index bodies and users, doesn't make sense really.francis2009-03-18-2/+1
|
* Update models and schema for new tabletony2009-03-09-2/+2
|
* Option to ban users.francis2009-03-09-2/+2
|
* Add publication scheme for public bodies. (New database column and admintony2009-03-04-15/+16
| | | | interface only; public display can come later.)
* Make links clickable in last edit comment.francis2009-02-12-1/+9
|
* Check that we get exim log lines OK.francis2009-02-09-2/+2
| | | | Annotate models.
* Display tracks on public body pagefrancis2009-01-29-1/+2
|
* Annotate models.francis2009-01-26-2/+2
|
* Added ALMO tagskenaja2009-01-10-1/+2
|
* Only show the name of the organisation if their domain matches that of email ↵francis2008-12-18-20/+30
| | | | | | | when rendering incoming messages. Centralise domain stripping function.
* Strip attributes.francis2008-12-02-9/+3
|
* adding municipal banks and companies owned by universities.johncross2008-11-15-1/+3
|
* Change to include town councils in parish council heading. There is nojohncross2008-11-12-2/+2
| | | | real difference between them.
* Lots of the code for internal review state.francis2008-11-05-1/+2
|
* Whoops - don't use and if not more than 1!francis2008-11-03-2/+5
|
* Fix capitalisation of authority categories.francis2008-11-03-3/+7
| | | | Use and to separate multiple ones.
* Durham Colleges added to categories.johncross2008-10-31-1/+2
|
* adding ' York colleges' adding permanent private halls to oxfordjohncross2008-10-31-2/+3
| | | | colleges list heading
* Update model annotations.francis2008-10-28-2/+2
|
* Some spelling and case changesfrancis2008-10-20-3/+3
|
* Added Cambridge Colleges, Oxford Colleges, Royal Military Colleges,johncross2008-10-19-4/+11
| | | | | | | | | | | | | | | | | University Colleges, Housing Associations and Professional Buying Organisations. http://www.qaa.ac.uk/international/studentGuide/English_readers.asp University A university is an independent, self-governing body, empowered by a Royal Charter, Act of Parliament or the Privy Council to develop its own courses and award its own degrees. University college A university college is a publicly designated, independent, self-governing body that can award its own taught degrees.
* Adding fire and rescue services to the list of categories.johncross2008-10-12-2/+3
|
* MINOR EDITjohncross2008-10-12-2/+2
| | | | Changed an upper case "W" to lower case "w"
* Added a category for waste disposal authorities. Tag:"wda". We havejohncross2008-10-12-1/+2
| | | | | | | | | | six in the database and that we have all of them: "The Greater Manchester Waste Disposal Authority was one of six statutory authorities created under the Local Government Act 1985 to carry out the waste management functions and duties of the Metropolitan County Councils after their abolition in 1986." [http://www.gmwda.gov.uk/]
* Added Regional Park Authorities as a category. Added Parish Councils asjohncross2008-09-27-4/+6
| | | | | | a category. Changed order of local/regional categories. New authorities to be added (ref: WDTK 25092008-1023-4)
* Sort tag searches on admin pages by name.francis2008-09-25-2/+2
|