Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Only allow reporting a request when logged in | Matthew Landauer | 2013-03-22 | -0/+24 |
| | ||||
* | Update Configuration references to new name. | Louise Crow | 2013-03-19 | -1/+1 |
| | ||||
* | Merge branch 'develop' into rails-3-develop | Louise Crow | 2013-03-19 | -0/+13 |
|\ | | | | | | | | | | | | | | | Conflicts: Gemfile Gemfile.lock app/views/admin_request/show.html.erb config/environment.rb | |||
| * | Allow the emergency user account to be disabled. | Louise Crow | 2013-03-19 | -0/+13 |
| | | ||||
* | | Fix another order dependent test issue | Matthew Landauer | 2013-03-19 | -0/+4 |
| | | ||||
* | | Another order dependent test issue fixed | Matthew Landauer | 2013-03-19 | -0/+2 |
| | | ||||
* | | Merge branch 'develop' into rails-3-develop | Matthew Landauer | 2013-03-19 | -7/+7 |
|\| | | | | | | | | | | | | | Conflicts: Gemfile Gemfile.lock doc/INSTALL.md | |||
| * | Cleanup whitespace. | Louise Crow | 2013-03-14 | -7/+7 |
| | | ||||
* | | Now randomise the test order by default to help uncover order dependent issues | Matthew Landauer | 2013-03-19 | -1/+1 |
| | | ||||
* | | Remove test of rails internals that is somehow interfering with other tests | Matthew Landauer | 2013-03-19 | -4/+0 |
| | | ||||
* | | Deal with further side effects of stuff done outside of a transaction in tests | Matthew Landauer | 2013-03-19 | -0/+2 |
| | | ||||
* | | Reenable test now that we don't do HTML validation in the test suite | Henare Degan | 2013-03-16 | -9/+6 |
| | | ||||
* | | Since we have 3 languages in test the URL should be prefixed with the locale | Henare Degan | 2013-03-16 | -2/+2 |
| | | ||||
* | | admin_url was removed in 902631ec4f5e1a16b8f08a2ed0ccc86ad2b72c6c | Henare Degan | 2013-03-15 | -26/+0 |
| | | ||||
* | | We've added a new fixture since the last merge | Henare Degan | 2013-03-15 | -3/+6 |
| | | ||||
* | | Use a real example instead of a helper | Henare Degan | 2013-03-15 | -1/+1 |
| | | ||||
* | | Changed in 166b6d90bc2dc79536d8d2d145281fa340075735 | Henare Degan | 2013-03-15 | -1/+1 |
| | | ||||
* | | Update to current matcher API | Henare Degan | 2013-03-15 | -2/+2 |
| | | ||||
* | | main_url was removed in 4c9f7f7f12a47b516137bf000c3f36120033a077 | Henare Degan | 2013-03-15 | -12/+0 |
| | | ||||
* | | HTML validation was removed in 25ad21e0c93c7e79a5324067401f6c2b0340b9d6 | Henare Degan | 2013-03-14 | -70/+0 |
| | | ||||
* | | Add magic encoding line. | Louise Crow | 2013-03-14 | -0/+1 |
| | | ||||
* | | Merge remote-tracking branch 'mysociety/develop' into rails-3-develop | Henare Degan | 2013-03-14 | -75/+344 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Gemfile Gemfile.lock app/controllers/admin_request_controller.rb app/controllers/admin_track_controller.rb app/controllers/request_controller.rb app/controllers/services_controller.rb app/helpers/link_to_helper.rb app/mailers/request_mailer.rb app/models/application_mailer.rb app/models/info_request.rb app/views/admin_censor_rule/edit.html.erb app/views/admin_censor_rule/new.html.erb app/views/admin_public_body/_form.html.erb app/views/admin_public_body/_locale_selector.html.erb app/views/admin_public_body/_one_list.html.erb app/views/admin_public_body/edit.html.erb app/views/admin_public_body/list.html.erb app/views/admin_public_body/new.html.erb app/views/admin_request/_incoming_message_actions.html.erb app/views/admin_request/edit.html.erb app/views/admin_request/edit_comment.html.erb app/views/admin_request/edit_outgoing.html.erb app/views/admin_request/list.html.erb app/views/admin_request/list_old_unclassified.html.erb app/views/admin_request/show.html.erb app/views/admin_track/_some_tracks.html.erb app/views/admin_track/list.html.erb app/views/admin_user/edit.html.erb app/views/admin_user/list.html.erb app/views/admin_user/show.html.erb app/views/general/_footer.html.erb app/views/general/exception_caught.html.erb app/views/help/contact.html.erb app/views/layouts/default.html.erb app/views/public_body/_alphabet.html.erb app/views/request/_request_listing_single.html.erb app/views/request/_sidebar.html.erb app/views/request/new.html.erb app/views/request/show.html.erb app/views/request_mailer/external_response.rhtml app/views/request_mailer/fake_response.rhtml config/environment.rb config/environments/production.rb config/routes.rb spec/controllers/admin_censor_rule_controller_spec.rb spec/controllers/request_controller_spec.rb spec/controllers/track_controller_spec.rb spec/helpers/link_to_helper_spec.rb spec/mailers/request_mailer_spec.rb spec/models/info_request_spec.rb spec/spec_helper.rb spec/views/public_body/show.html.erb_spec.rb spec/views/request/show.html.erb_spec.rb vendor/plugins/rails_xss/lib/rails_xss/erubis.rb | |||
| * | 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. |