| Commit message (Expand) | Author | Age | Lines |
* | Rebuild .pot file after I18n changes and fix syntax at request_controller | Faton Selishta | 2011-08-22 | -1/+1 |
* | changed hard coded information about how overdue | Faton Selishta | 2011-08-22 | -1/+1 |
* | Add test for generation of HTML versions of attachments. As a side-effect, m... | Seb Bacon | 2011-08-17 | -16/+21 |
* | When displaying information about how overdue something is, use values from t... | Seb Bacon | 2011-08-12 | -1/+1 |
* | I18n'd hardcoded WhatDoTheyKnow strings, mostly in mails. Use named variable ... | David Cabo | 2011-08-11 | -8/+10 |
* | Use only one kind of variable interpolation on gettext strings (mixing them i... | Seb Bacon | 2011-08-01 | -1/+1 |
* | Cause the final step in the "new request" workflow to have a unique URL (so w... | Seb Bacon | 2011-07-28 | -1/+1 |
* | Add cache headers to various pages (in three categories: short, medium, and l... | Seb Bacon | 2011-07-25 | -0/+4 |
* | Rescue NameErrors when attempting to load custom states (for the case where t... | Seb Bacon | 2011-07-25 | -1/+1 |
* | catch MissingSourceFile instead of NameError when including custom states, in... | David Cabo | 2011-07-23 | -1/+1 |
* | Fix bug that meant plugin custom states weren't being loaded | Seb Bacon | 2011-07-13 | -1/+2 |
* | Refactor custom states loading (use class methods where appropriate, simplify... | Seb Bacon | 2011-07-12 | -16/+4 |
* | ensure we don't load custom states from plugins when running tests | Seb Bacon | 2011-07-12 | -1/+7 |
* | Improve factoring out of custom states code (refactor a little, add tests) | Seb Bacon | 2011-07-12 | -3/+19 |
* | As a first attempt, in a dumb way, factor out jurisdiction-specific states to... | Seb Bacon | 2011-07-07 | -8/+6 |
* | initial merge of Kosovan branch; still need to get tests passing, factor out ... | Seb Bacon | 2011-07-06 | -53/+60 |
|\ |
|
| * | I18n string for controllers | Faton Selishta | 2011-06-30 | -53/+54 |
| * | Specific code for our requirements (kosovo law, our request etc..) | Faton Selishta | 2011-06-02 | -0/+6 |
| * | added i18n strings in controller's template | Faton Selishta | 2011-04-26 | -2/+2 |
* | | Correct an operator precendence bug in request_controller, and add a test for... | Robin Houston | 2011-06-21 | -2/+2 |
* | | - Refactor models/incoming_message.rb to get rid of the hideous | Robin Houston | 2011-06-21 | -3/+4 |
* | | ensure all with_locale calls end with explicit render | Seb Bacon | 2011-06-13 | -3/+3 |
|/ |
|
* | further test fixage | Seb Bacon | 2011-04-01 | -76/+82 |
* | Add CSRF protection on state changing actions. Use default handler handle_unv... | Louise Crow | 2011-02-28 | -1/+2 |
* | Show more appropriate info about users/bodies everywhere in JSON. | Francis Irving | 2010-10-20 | -1/+1 |
* | Return more info in request JSON response. | Francis Irving | 2010-10-20 | -37/+1 |
* | Link to Atom JSON equivalents in HTTP header. Document. | Francis Irving | 2010-10-09 | -2/+2 |
* | .json form for RSS feeds | Francis Irving | 2010-10-09 | -0/+1 |
* | Return information about request events in API. | Francis Irving | 2010-10-09 | -3/+19 |
* | First .json API call | Francis Irving | 2010-10-09 | -0/+24 |
* | Show more similar requests. | Francis Irving | 2010-10-04 | -1/+1 |
* | Show more similar requests. | Francis Irving | 2010-10-04 | -1/+1 |
* | Move privacy questions into own page. | Francis Irving | 2010-10-04 | -2/+2 |
* | Option to set body without setting salutation. | Francis Irving | 2010-10-04 | -0/+1 |
* | Allow specifying body and title in simple way too | Francis Irving | 2010-10-04 | -4/+4 |
* | Use URL name rather than internal identifier for new requests. | Francis Irving | 2010-10-04 | -6/+20 |
* | Stylistic change to !, preferred now by Rails people rather than "not". | Francis Irving | 2010-10-04 | -1/+1 |
* | Simplify reload page URL for undescribed requests. | Francis Irving | 2010-10-04 | -5/+0 |
* | Reorganise lines. | Francis Irving | 2010-10-04 | -1/+4 |
* | Remove spurious lines. Reorganise slightly. | Francis Irving | 2010-10-04 | -7/+3 |
* | Allow tags on new requests, via hidden parameter. | Francis Irving | 2010-09-29 | -1/+1 |
* | Cache similar requests | Francis Irving | 2010-09-06 | -8/+10 |
* | Cache /list pages | Francis Irving | 2010-09-06 | -7/+6 |
* | Change the foi_cache to be explicit everywhere, so Interlock can use the | Francis Irving | 2010-09-06 | -6/+3 |
* | Reorganise list page structure | Francis Irving | 2010-09-03 | -3/+9 |
* | Give explicit error | Francis Irving | 2010-08-16 | -0/+3 |
* | Allow links to specific tags. | Francis Irving | 2010-08-04 | -0/+6 |
* | Embed Google Docs Viewer when that lets us do more View as HTML | Francis Irving | 2010-07-22 | -0/+1 |
* | Change 'rejected' to 'refused', as used in the law | Francis Irving | 2010-06-16 | -1/+1 |
* | Use atomic write for making cache files. | Francis Irving | 2010-05-20 | -1/+3 |