aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/request_controller.rb
Commit message (Collapse)AuthorAgeLines
* catch MissingSourceFile instead of NameError when including custom states, ↵David Cabo2011-07-26-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
|
* Need to make the directory before writing to it.Francis Irving2010-05-19-0/+1
|
* Do the cacheing ourselves.Francis Irving2010-05-19-3/+8
|
* Use right cache dir for images in converted pdfs/docsFrancis Irving2010-05-18-1/+3
|
* Generate path for fragment cache in central placeFrancis Irving2010-05-18-3/+4
|
* Read only mode.Francis Irving2010-05-06-0/+1
|
* Fix up styling on view XLS as HTMLFrancis Irving2010-03-10-2/+2
|
* Add View as HTML for ExcelFrancis Irving2010-03-10-3/+3
|
* This was broken due to Rails version change altering name of class -Francis Irving2010-03-03-1/+1
| | | | found by adding tests (see later commit for them)
* Table showing event history.Francis Irving2010-01-20-1/+16
|