aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/request_controller.rb
Commit message (Expand)AuthorAgeLines
* Rebuild .pot file after I18n changes and fix syntax at request_controllerFaton Selishta2011-08-22-1/+1
* changed hard coded information about how overdueFaton Selishta2011-08-22-1/+1
* Add test for generation of HTML versions of attachments. As a side-effect, m...Seb Bacon2011-08-17-16/+21
* When displaying information about how overdue something is, use values from t...Seb Bacon2011-08-12-1/+1
* I18n'd hardcoded WhatDoTheyKnow strings, mostly in mails. Use named variable ...David Cabo2011-08-11-8/+10
* Use only one kind of variable interpolation on gettext strings (mixing them i...Seb Bacon2011-08-01-1/+1
* Cause the final step in the "new request" workflow to have a unique URL (so w...Seb Bacon2011-07-28-1/+1
* Add cache headers to various pages (in three categories: short, medium, and l...Seb Bacon2011-07-25-0/+4
* Rescue NameErrors when attempting to load custom states (for the case where t...Seb Bacon2011-07-25-1/+1
* catch MissingSourceFile instead of NameError when including custom states, in...David Cabo2011-07-23-1/+1
* Fix bug that meant plugin custom states weren't being loadedSeb Bacon2011-07-13-1/+2
* Refactor custom states loading (use class methods where appropriate, simplify...Seb Bacon2011-07-12-16/+4
* ensure we don't load custom states from plugins when running testsSeb Bacon2011-07-12-1/+7
* Improve factoring out of custom states code (refactor a little, add tests)Seb Bacon2011-07-12-3/+19
* As a first attempt, in a dumb way, factor out jurisdiction-specific states to...Seb Bacon2011-07-07-8/+6
* initial merge of Kosovan branch; still need to get tests passing, factor out ...Seb Bacon2011-07-06-53/+60
|\
| * I18n string for controllersFaton Selishta2011-06-30-53/+54
| * Specific code for our requirements (kosovo law, our request etc..)Faton Selishta2011-06-02-0/+6
| * added i18n strings in controller's templateFaton Selishta2011-04-26-2/+2
* | Correct an operator precendence bug in request_controller, and add a test for...Robin Houston2011-06-21-2/+2
* | - Refactor models/incoming_message.rb to get rid of the hideousRobin Houston2011-06-21-3/+4
* | ensure all with_locale calls end with explicit renderSeb Bacon2011-06-13-3/+3
|/
* further test fixageSeb Bacon2011-04-01-76/+82
* Add CSRF protection on state changing actions. Use default handler handle_unv...Louise Crow2011-02-28-1/+2
* Show more appropriate info about users/bodies everywhere in JSON.Francis Irving2010-10-20-1/+1
* Return more info in request JSON response.Francis Irving2010-10-20-37/+1
* Link to Atom JSON equivalents in HTTP header. Document.Francis Irving2010-10-09-2/+2
* .json form for RSS feedsFrancis Irving2010-10-09-0/+1
* 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
* Option to set body without setting salutation.Francis Irving2010-10-04-0/+1
* 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
* Cache similar requestsFrancis Irving2010-09-06-8/+10
* Cache /list pagesFrancis Irving2010-09-06-7/+6
* Change the foi_cache to be explicit everywhere, so Interlock can use theFrancis Irving2010-09-06-6/+3
* Reorganise list page structureFrancis Irving2010-09-03-3/+9
* Give explicit errorFrancis Irving2010-08-16-0/+3
* Allow links to specific tags.Francis Irving2010-08-04-0/+6
* Embed Google Docs Viewer when that lets us do more View as HTMLFrancis Irving2010-07-22-0/+1
* Change 'rejected' to 'refused', as used in the lawFrancis Irving2010-06-16-1/+1
* Use atomic write for making cache files.Francis Irving2010-05-20-1/+3