aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/body_controller.rb
Commit message (Collapse)AuthorAgeLines
* Rename body controller to public_body for consistency.francis2009-06-22-88/+0
|
* Change name of historic URL finding function.francis2009-06-16-2/+2
| | | | Make it remove duplicates - so if finds same short name multiple times in history of one body, it returns that body.
* Use Flash.nowtony2009-03-24-3/+3
|
* Rollback 14514 and 14515 - model can't call methods in general_controllertony2009-03-22-7/+10
|
* use new xapian_requests method in Body controllertony2009-03-22-10/+6
|
* Make body controller use new model search methodtony2009-03-22-19/+8
|
* Use attribute-based finder rather than rolling our own query.tony2009-03-20-2/+3
|
* Paginate requests list on authorities page.francis2009-03-18-1/+14
|
* View public authority email, with recaptcha.francis2008-10-17-3/+17
|
* Put URL of last viewed request / authority in contact form emails.francis2008-10-07-1/+2
| | | | | Get rid of details box for requires_admin, as people were using it unnecessarily, instead direct to contact form on next page.
* Speed up list page query.francis2008-09-13-2/+2
|
* Not important.francis2008-09-07-11/+8
|
* Tweeks for test codefrancis2008-09-07-1/+2
|
* Alphabetfrancis2008-09-07-5/+12
|
* Feeds/alerts for authorities and users now includes responses and followups asfrancis2008-08-07-1/+2
| | | | | well as original requests. Add RSS autodetection.
* Track new requests to a particular public authority.francis2008-05-12-1/+3
|
* Show all councils on one page.francis2008-03-28-2/+2
|
* Order list of types of authority consistently.francis2008-03-24-3/+2
|
* Display something when no public bodies found for tagfrancis2008-03-03-1/+4
|
* Show public bodies of different categories separately.francis2008-03-03-3/+23
|
* Use names in URLs of requests.francis2008-02-27-1/+6
|
* Rename simple_short_name to url_name in routingfrancis2008-02-27-6/+6
|
* Store URL name in database.francis2008-02-27-6/+6
| | | | Allow blank short names.
* Page to list all public bodies.francis2008-02-22-2/+6
| | | | Better help for adding a public body.
* Tests for some controllers.francis2007-10-31-1/+4
|
* Search history of public body short names in URLs and redirect from that.francis2007-10-30-3/+14
|
* Added controller for displaying public bodies.francis2007-10-11-0/+18
Improve front page. Tidying up styling a bit. Add tagline.