Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Supply info request id in an HTML 5 data attributerelease/0.8 | Louise Crow | 2013-03-19 | -6/+8 |
| | ||||
* | Bump version number to 0.8 | Louise Crow | 2013-03-19 | -1/+1 |
| | ||||
* | Allow the emergency user account to be disabled. | Louise Crow | 2013-03-19 | -4/+22 |
| | ||||
* | Latest translations from Transifex. | Louise Crow | 2013-03-19 | -93/+92 |
| | ||||
* | Merge branch 'hotfix/0.7.0.5' into release/0.8 | Louise Crow | 2013-03-18 | -19/+20 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Gemfile.lock locale/cy/app.po locale/fr/app.po locale/he_IL/app.po locale/id/app.po locale/pt_BR/app.po locale/ro_RO/app.po locale/sr@latin/app.po locale/uk/app.po | |||
| * | Upgrade to Rails 2.3.18 to get fixes for CVE-2013-1855, CVE-2013-1856, ↵hotfix/0.7.0.5 | Louise Crow | 2013-03-18 | -20/+20 |
| | | | | | | | | CVE-2013-1857. | |||
| * | Merge branch 'hotfix/0.7.0.4' | Louise Crow | 2013-03-14 | -1951/+1977 |
| |\ | ||||
| | * | Latest translations from transifex.hotfix/0.7.0.4 | Louise Crow | 2013-03-14 | -1951/+1977 |
| |/ | ||||
* | | Merge branch 'develop' into release/0.8 | Louise Crow | 2013-03-14 | -8/+14 |
|\ \ | ||||
| * | | Move Gemfile to https | Louise Crow | 2013-03-14 | -2/+2 |
| | | | ||||
| * | | Update to specific commit in webrat for launchy fix without other breaking ↵ | Louise Crow | 2013-03-14 | -3/+4 |
| | | | | | | | | | | | | changes. | |||
| * | | And now latest version of launchy. | Louise Crow | 2013-03-14 | -4/+3 |
| | | | ||||
| * | | Pull more up-to-date version of webrat from git - trying to resolve travis ↵ | Louise Crow | 2013-03-14 | -8/+13 |
| | | | | | | | | | | | | issues with launchy dependency. | |||
| * | | Fix bad merge of d88b79d1aa24a78ed95255a37a0403d7e3c0117e | Louise Crow | 2013-03-14 | -3/+3 |
| | | | ||||
| * | | Downgrade launchy to avoid deprecation warning. | Louise Crow | 2013-03-14 | -5/+6 |
| | | | ||||
* | | | Fix bad merge of d88b79d1aa24a78ed95255a37a0403d7e3c0117e | Louise Crow | 2013-03-14 | -3/+3 |
| | | | ||||
* | | | Add some release notes. | Louise Crow | 2013-03-14 | -0/+17 |
|/ / | ||||
* | | New strings for translation. | Louise Crow | 2013-03-14 | -333/+3983 |
| | | ||||
* | | Cleanup whitespace. | Louise Crow | 2013-03-14 | -57/+57 |
| | | ||||
* | | Latest translations from Transifex. | Louise Crow | 2013-03-14 | -1951/+1977 |
| | | ||||
* | | Try adding launchy as a gem - webrat seems to have a dependency on it. | Louise Crow | 2013-03-13 | -0/+5 |
| | | ||||
* | | Consistent syntax for X-Forwarded-Proto | Louise Crow | 2013-03-13 | -23/+23 |
| | | ||||
* | | Lock mail gem to 2.4 series for now - there are changes in the 2.5 series ↵ | Louise Crow | 2013-03-13 | -3/+3 |
| | | | | | | | | that cause test failures. | |||
* | | Update bundle. | Louise Crow | 2013-03-13 | -29/+34 |
| | | ||||
* | | Update URLs in spec now that custom url methods have been removed. | Louise Crow | 2013-03-13 | -3/+3 |
| | | ||||
* | | Merge remote-tracking branch ↵ | Louise Crow | 2013-03-13 | -229/+419 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'openaustralia_github/one_support_email_on_admin_attention_state' into develop Conflicts: Gemfile.lock app/controllers/request_controller.rb app/models/request_mailer.rb app/views/admin_general/index.rhtml spec/models/request_mailer_spec.rb | |||
| * | | Remove deleted action from list of actions | Matthew Landauer | 2013-03-06 | -2/+2 |
| | | | ||||
| * | | Now direct changes of state to error_message and requires_admin to a new ↵ | Matthew Landauer | 2013-03-06 | -24/+121 |
| | | | | | | | | | | | | page asking for more info | |||
| * | | Fix bug in rails 2 cookiestore that only shows up when using integration tests | Matthew Landauer | 2013-03-06 | -0/+20 |
| | | | ||||
| * | | Add webrat gem | Matthew Landauer | 2013-03-06 | -2/+13 |
| | | | ||||
| * | | Can also record a message when posting to RequestController#describe_state | Matthew Landauer | 2013-03-05 | -5/+24 |
| | | | ||||
| * | | Remove code added previously because on the wrong track | Matthew Landauer | 2013-03-05 | -85/+0 |
| | | | ||||
| * | | Don't allow external requests to have their state changed | Matthew Landauer | 2013-03-04 | -0/+21 |
| | | | ||||
| * | | Record who changes the state | Matthew Landauer | 2013-03-04 | -2/+2 |
| | | | ||||
| * | | Refactor functionality from controller to model | Matthew Landauer | 2013-03-04 | -12/+15 |
| | | | ||||
| * | | Fix bug when user not owner of request changing state to requires_admin ↵ | Matthew Landauer | 2013-03-04 | -4/+13 |
| | | | | | | | | | | | | email should come from user making the change | |||
| * | | Use Ability::can_update_request_state? in RequestController#describe_state | Matthew Landauer | 2013-03-04 | -5/+4 |
| | | | ||||
| * | | Inline temporary variables | Matthew Landauer | 2013-03-04 | -6/+3 |
| | | | ||||
| * | | No need for instance variables in action without view | Matthew Landauer | 2013-03-04 | -34/+34 |
| | | | ||||
| * | | Simplify controller test by mock behaviour in Ability | Matthew Landauer | 2013-03-03 | -45/+13 |
| | | | ||||
| * | | Add tests for Ability.can_update_request_state? | Matthew Landauer | 2013-03-03 | -0/+51 |
| | | | ||||
| * | | Extract method that knows who can update the state of a request | Matthew Landauer | 2013-03-03 | -4/+11 |
| | | | ||||
| * | | Can update status when request is old and unclassified | Matthew Landauer | 2013-03-03 | -1/+25 |
| | | | ||||
| * | | admin user can change status | Matthew Landauer | 2013-03-03 | -3/+17 |
| | | | ||||
| * | | Refactor tests a little | Matthew Landauer | 2013-03-03 | -19/+21 |
| | | | ||||
| * | | only can make the change as the owner of a request | Matthew Landauer | 2013-03-03 | -1/+15 |
| | | | ||||
| * | | Add basic authentication to new action | Matthew Landauer | 2013-03-03 | -25/+30 |
| | | | ||||
| * | | Switch to pretty urls | Matthew Landauer | 2013-03-02 | -3/+3 |
| | | | ||||
| * | | Restrict route for new action to post only | Matthew Landauer | 2013-03-02 | -1/+1 |
| | | | ||||
| * | | Add authentication | Matthew Landauer | 2013-03-02 | -2/+15 |
| | | |