aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers
Commit message (Collapse)AuthorAgeLines
* allow search and publicbody examples to be provided in config file, falling ↵Seb Bacon2011-06-14-1/+15
| | | | back to a vaguely sensible default based on existing data if not present. Note that the fallback is a slow query on a large database!
* ensure all with_locale calls end with explicit renderSeb Bacon2011-06-13-43/+50
|
* Make sure the template rendering happens within the scope ofSeb Bacon2011-06-13-5/+8
| | | | | with_locale, so it's rendered using the correct locale. (+ test for this)
* Don't store passwords in post_params.Louise Crow2011-05-16-3/+12
|
* further test fixageSeb Bacon2011-04-01-114/+141
|
* fix bad merges from rebase with masterSeb Bacon2011-03-10-1/+1
|
* add a "custom_css" template, so we can easily overlay it from pluginsSeb Bacon2011-03-10-0/+6
|
* move locale-setting logic locally (are likely to want to override it)Seb Bacon2011-03-10-11/+18
|
* new i18n tests for controllers and associated fixesSeb Bacon2011-03-10-47/+56
|
* make site_name a globally available helperSeb Bacon2011-03-10-0/+10
|
* top-level gettext functions already availableSeb Bacon2011-03-10-0/+3
|
* make site_name a globally available helperSeb Bacon2011-03-10-16/+9
|
* top-level gettext functions already availableSeb Bacon2011-03-10-1/+0
|
* initial, basic i18n support with gettextSeb Bacon2011-03-10-1/+1
|
* Add CSRF protection on state changing actions. Use default handler ↵Louise Crow2011-02-28-22/+34
| | | | handle_unverified_request which clears session.
* Adding CSRF protection for admin forms.Louise Crow2011-02-24-0/+5
|
* Updating validations so that none expect automatic interpolation of the ↵Louise Crow2011-02-24-0/+2
| | | | attribute.
* Scrub passwords from logs.Louise Crow2011-01-24-0/+2
|
* Make default value an empty string, not nil (which is assumed to be an unset ↵Seb Bacon2010-11-23-1/+1
| | | | value)
* Provide default value in order to make tests passSeb Bacon2010-11-22-1/+1
|
* Fix a bunch of broken links (thanks Alex)Francis Irving2010-10-27-1/+1
|
* Show more appropriate info about users/bodies everywhere in JSON.Francis Irving2010-10-20-28/+5
|
* Return more info in request JSON response.Francis Irving2010-10-20-38/+4
|
* Factor out some of the JSON generationFrancis Irving2010-10-20-28/+2
|
* Include snippet in results from search query JSON.Francis Irving2010-10-20-0/+2
|
* Note about sensitivity. Update todo.Francis Irving2010-10-09-1/+2
|
* Remove superfluous routes, make search query feeds work.Francis Irving2010-10-09-0/+7
|
* Link to Atom JSON equivalents in HTTP header. Document.Francis Irving2010-10-09-5/+5
|
* .json form for RSS feedsFrancis Irving2010-10-09-2/+25
|
* JSON for user pages.Francis Irving2010-10-09-0/+16
|
* Send basic info about public bodies.Francis Irving2010-10-09-0/+20
|
* Return information about request events in API.Francis Irving2010-10-09-3/+19
|
* First .json API callFrancis Irving2010-10-09-0/+24
|
* Show more similar requests.Francis Irving2010-10-04-1/+1
|
* Show more similar requests.Francis Irving2010-10-04-1/+1
|
* Move privacy questions into own page.Francis Irving2010-10-04-2/+2
|
* Remove unnecessary controller functions.Francis Irving2010-10-04-6/+2
|
* Option to set body without setting salutation.Francis Irving2010-10-04-0/+1
|
* Add initial API helpFrancis Irving2010-10-04-0/+3
|
* Allow specifying body and title in simple way tooFrancis Irving2010-10-04-4/+4
|
* Use URL name rather than internal identifier for new requests.Francis Irving2010-10-04-6/+20
|
* Stylistic change to !, preferred now by Rails people rather than "not".Francis Irving2010-10-04-1/+1
|
* Simplify reload page URL for undescribed requests.Francis Irving2010-10-04-5/+0
|
* Reorganise lines.Francis Irving2010-10-04-1/+4
|
* Remove spurious lines. Reorganise slightly.Francis Irving2010-10-04-7/+3
|
* Allow tags on new requests, via hidden parameter.Francis Irving2010-09-29-1/+1
|
* Tags for requests, with admin interface to view/edit them.Francis Irving2010-09-29-1/+4
|
* Factor out model of public body tags into generic tag string modelFrancis Irving2010-09-29-7/+11
|
* Cope with either xmlsimple pathFOI site testharness2010-09-10-1/+7
|
* Remove unused :FOI site testharness2010-09-10-2/+2
|