aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/request_controller.rb
Commit message (Collapse)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, ↵Seb Bacon2011-08-17-16/+21
| | | | make some of the HTML more valid. Prerequisite for addressing issue #108.
* When displaying information about how overdue something is, use values from ↵Seb Bacon2011-08-12-1/+1
| | | | the config file, rather than hard coded ones. Fixes #130.
* I18n'd hardcoded WhatDoTheyKnow strings, mostly in mails. Use named variable ↵David Cabo2011-08-11-8/+10
| | | | substitution in gettext strings.
* Use only one kind of variable interpolation on gettext strings (mixing them ↵Seb Bacon2011-08-01-1/+1
| | | | is dangerous as we don't escape translations). Fixes #99.
* Cause the final step in the "new request" workflow to have a unique URL (so ↵Seb Bacon2011-07-28-1/+1
| | | | we can distinguish it in Google Analytics). Fixes #96
* Add cache headers to various pages (in three categories: short, medium, and ↵Seb Bacon2011-07-25-0/+4
| | | | long).
* Rescue NameErrors when attempting to load custom states (for the case where ↵Seb Bacon2011-07-25-1/+1
| | | | the file exists, but it's empty)
* catch MissingSourceFile instead of NameError when including custom states, ↵David Cabo2011-07-23-1/+1
| | | | in order to handle the case when file is not present
* 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, ↵Seb Bacon2011-07-12-16/+4
| | | | simplify main code at the cost (small) of test legibility)
* 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 ↵Seb Bacon2011-07-07-8/+6
| | | | to themes
* initial merge of Kosovan branch; still need to get tests passing, factor out ↵Seb Bacon2011-07-06-53/+60
|\ | | | | | | Kosovan-specific code
| * 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 ↵Robin Houston2011-06-21-2/+2
| | | | | | | | for it.
* | - Refactor models/incoming_message.rb to get rid of the hideousRobin Houston2011-06-21-3/+4
| | | | | | | | | | | | | | global variables and methods. Move the MIME type stuff into lib/alaveteli_file_types.rb. - Correct the spelling of the word extensions (not extentions).
* | 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 ↵Louise Crow2011-02-28-1/+2
| | | | handle_unverified_request which clears session.
* 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
| | | | rails cache
* 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
|