Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Merge branch 'hotfix/0.8.0.1' into wdtk | Louise Crow | 2013-04-02 | -7/+22 |
|\ | ||||
| * | When force_ssl is true make links in emails https | Matthew Landauer | 2013-04-02 | -7/+22 |
| | | ||||
* | | Merge branch 'release/0.8' into wdtk | Louise Crow | 2013-03-19 | -175/+350 |
|\| | | | | | | | | | | | Conflicts: app/controllers/admin_request_controller.rb app/views/contact_mailer/from_admin_message.rhtml | |||
| * | Allow the emergency user account to be disabled. | Louise Crow | 2013-03-19 | -0/+13 |
| | | ||||
| * | Cleanup whitespace. | Louise Crow | 2013-03-14 | -7/+7 |
| | | ||||
| * | 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 | -30/+186 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '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 | |||
| | * | Now direct changes of state to error_message and requires_admin to a new ↵ | Matthew Landauer | 2013-03-06 | -15/+60 |
| | | | | | | | | | | | | page asking for more info | |||
| | * | Add webrat gem | Matthew Landauer | 2013-03-06 | -2/+3 |
| | | | ||||
| | * | Can also record a message when posting to RequestController#describe_state | Matthew Landauer | 2013-03-05 | -3/+21 |
| | | | ||||
| | * | Remove code added previously because on the wrong track | Matthew Landauer | 2013-03-05 | -62/+0 |
| | | | ||||
| | * | Don't allow external requests to have their state changed | Matthew Landauer | 2013-03-04 | -0/+14 |
| | | | ||||
| | * | Record who changes the state | Matthew Landauer | 2013-03-04 | -1/+1 |
| | | | ||||
| | * | Fix bug when user not owner of request changing state to requires_admin ↵ | Matthew Landauer | 2013-03-04 | -3/+12 |
| | | | | | | | | | | | | email should come from user making the change | |||
| | * | Inline temporary variables | Matthew Landauer | 2013-03-04 | -0/+1 |
| | | | ||||
| | * | 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 |
| | | | ||||
| | * | Can update status when request is old and unclassified | Matthew Landauer | 2013-03-03 | -0/+24 |
| | | | ||||
| | * | admin user can change status | Matthew Landauer | 2013-03-03 | -2/+16 |
| | | | ||||
| | * | 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 | -0/+14 |
| | | | ||||
| | * | Add basic authentication to new action | Matthew Landauer | 2013-03-03 | -16/+26 |
| | | | ||||
| | * | Switch to pretty urls | Matthew Landauer | 2013-03-02 | -1/+1 |
| | | | ||||
| | * | New request controller action for requires_admin state with message | Matthew Landauer | 2013-03-02 | -0/+16 |
| | | | ||||
| | * | Add optional message to requires_admin email | Matthew Landauer | 2013-03-02 | -0/+5 |
| | | | ||||
| | * | InfoRequestEvent should know about its event types | Matthew Landauer | 2013-03-02 | -2/+2 |
| | | | ||||
| | * | Inline method | Matthew Landauer | 2013-03-02 | -4/+4 |
| | | | ||||
| | * | Use routes to only allow post to RequestController#describe_state | Matthew Landauer | 2013-03-02 | -9/+5 |
| | | | ||||
| | * | Test for what happens when user is playing the classification game | Matthew Landauer | 2013-03-02 | -0/+11 |
| | | | ||||
| | * | Test for situation where request changes while user is looking at it and ↵ | Matthew Landauer | 2013-03-02 | -0/+10 |
| | | | | | | | | | | | | they change the status | |||
| | * | Test for forgetting to select the status | Matthew Landauer | 2013-03-02 | -0/+8 |
| | | | ||||
| * | | Turn off transactional fixtures and fully destroy the message we import in ↵ | Louise Crow | 2013-03-12 | -0/+12 |
| | | | | | | | | | | | | order to cleanup the data created by this test. | |||
| * | | Add some more fixtures so that spec/script/mailin_spec.rb won't interfere ↵ | Louise Crow | 2013-03-11 | -5/+81 |
| | | | | | | | | | | | | with other tests. | |||
| * | | Merge remote-tracking branch 'openaustralia_github/html5' into develop | Louise Crow | 2013-03-08 | -72/+0 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: app/views/admin_general/index.rhtml app/views/admin_request/show.rhtml | |||
| | * | | Remove html validation in preparation for moving to html5 | Matthew Landauer | 2013-03-07 | -72/+0 |
| | | | | ||||
| * | | | Merge remote-tracking branch 'openaustralia_github/add_coverage_testing' ↵ | Louise Crow | 2013-03-08 | -0/+13 |
| |\ \ \ | | |/ / | |/| / | | |/ | into develop | |||
| | * | Run local coverage tests as well as those on coveralls.io and exclude ↵ | Matthew Landauer | 2013-03-02 | -1/+11 |
| | | | | | | | | | | | | plugins and commonlib directories | |||
| | * | Add coveralls.io. Think travis.ci for coverage testing | Matthew Landauer | 2013-03-01 | -0/+3 |
| | | | ||||
| * | | Merge remote-tracking branch 'openaustralia_github/make-links-relative' into ↵ | Louise Crow | 2013-03-06 | -56/+5 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop Conflicts: app/controllers/admin_request_controller.rb app/models/request_mailer.rb app/views/admin_general/index.rhtml app/views/admin_general/stats.rhtml app/views/admin_public_body/_one_list.rhtml app/views/admin_public_body/_tags.rhtml app/views/admin_public_body/show.rhtml app/views/admin_request/show.rhtml app/views/admin_user/show.rhtml app/views/layouts/admin.rhtml app/views/public_body/show.rhtml app/views/request/new.rhtml | |||
| | * | | Stop using admin_url to generate absolute url for the admin interface | Matthew Landauer | 2013-02-15 | -38/+0 |
| | | | | ||||
| | * | | Stop using main_url to generate absolute urls for the main site | Matthew Landauer | 2013-02-15 | -14/+1 |
| | | | | ||||
| | * | | Rename helper method | Matthew Landauer | 2013-02-15 | -2/+2 |
| | | | | ||||
| | * | | Make link to follow up message relative | Matthew Landauer | 2013-02-15 | -2/+2 |
| | | | | ||||
| * | | | Don't try to html validate the new default admin interface. It won't work | Matthew Landauer | 2013-02-19 | -0/+3 |
| | |/ | |/| | ||||
| * | | Use an empty incoming email to avoid interaction with other tests. | Louise Crow | 2013-02-17 | -1/+9 |
| | | | ||||
| * | | Add magic encoding line. | Louise Crow | 2013-02-16 | -0/+1 |
| | | | ||||
| * | | Don't use a from address that will affect other tests. | Louise Crow | 2013-02-16 | -1/+1 |
| | | | ||||
| * | | Clear purge requests in the setup of tests that count them. | Louise Crow | 2013-02-16 | -7/+12 |
| | | | ||||
| * | | Don't integrate views here - we're not looking at a controller. | Louise Crow | 2013-02-16 | -1/+0 |
| | | | ||||
| * | | Clear the purge requests in the setup for these tests so they are isolated ↵ | Louise Crow | 2013-02-16 | -0/+3 |
| | | | | | | | | | | | | from the behaviour of other tests. |