aboutsummaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Collapse)AuthorAgeLines
* Merge branch 'hotfix/0.8.0.1' into wdtkLouise Crow2013-04-02-7/+22
|\
| * When force_ssl is true make links in emails httpsMatthew Landauer2013-04-02-7/+22
| |
* | Merge branch 'release/0.8' into wdtkLouise Crow2013-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 Crow2013-03-19-0/+13
| |
| * Cleanup whitespace.Louise Crow2013-03-14-7/+7
| |
| * Update URLs in spec now that custom url methods have been removed.Louise Crow2013-03-13-3/+3
| |
| * Merge remote-tracking branch ↵Louise Crow2013-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 Landauer2013-03-06-15/+60
| | | | | | | | | | | | page asking for more info
| | * Add webrat gemMatthew Landauer2013-03-06-2/+3
| | |
| | * Can also record a message when posting to RequestController#describe_stateMatthew Landauer2013-03-05-3/+21
| | |
| | * Remove code added previously because on the wrong trackMatthew Landauer2013-03-05-62/+0
| | |
| | * Don't allow external requests to have their state changedMatthew Landauer2013-03-04-0/+14
| | |
| | * Record who changes the stateMatthew Landauer2013-03-04-1/+1
| | |
| | * Fix bug when user not owner of request changing state to requires_admin ↵Matthew Landauer2013-03-04-3/+12
| | | | | | | | | | | | email should come from user making the change
| | * Inline temporary variablesMatthew Landauer2013-03-04-0/+1
| | |
| | * Simplify controller test by mock behaviour in AbilityMatthew Landauer2013-03-03-45/+13
| | |
| | * Add tests for Ability.can_update_request_state?Matthew Landauer2013-03-03-0/+51
| | |
| | * Can update status when request is old and unclassifiedMatthew Landauer2013-03-03-0/+24
| | |
| | * admin user can change statusMatthew Landauer2013-03-03-2/+16
| | |
| | * Refactor tests a littleMatthew Landauer2013-03-03-19/+21
| | |
| | * only can make the change as the owner of a requestMatthew Landauer2013-03-03-0/+14
| | |
| | * Add basic authentication to new actionMatthew Landauer2013-03-03-16/+26
| | |
| | * Switch to pretty urlsMatthew Landauer2013-03-02-1/+1
| | |
| | * New request controller action for requires_admin state with messageMatthew Landauer2013-03-02-0/+16
| | |
| | * Add optional message to requires_admin emailMatthew Landauer2013-03-02-0/+5
| | |
| | * InfoRequestEvent should know about its event typesMatthew Landauer2013-03-02-2/+2
| | |
| | * Inline methodMatthew Landauer2013-03-02-4/+4
| | |
| | * Use routes to only allow post to RequestController#describe_stateMatthew Landauer2013-03-02-9/+5
| | |
| | * Test for what happens when user is playing the classification gameMatthew Landauer2013-03-02-0/+11
| | |
| | * Test for situation where request changes while user is looking at it and ↵Matthew Landauer2013-03-02-0/+10
| | | | | | | | | | | | they change the status
| | * Test for forgetting to select the statusMatthew Landauer2013-03-02-0/+8
| | |
| * | Turn off transactional fixtures and fully destroy the message we import in ↵Louise Crow2013-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 Crow2013-03-11-5/+81
| | | | | | | | | | | | with other tests.
| * | Merge remote-tracking branch 'openaustralia_github/html5' into developLouise Crow2013-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 html5Matthew Landauer2013-03-07-72/+0
| | | |
| * | | Merge remote-tracking branch 'openaustralia_github/add_coverage_testing' ↵Louise Crow2013-03-08-0/+13
| |\ \ \ | | |/ / | |/| / | | |/ into develop
| | * Run local coverage tests as well as those on coveralls.io and exclude ↵Matthew Landauer2013-03-02-1/+11
| | | | | | | | | | | | plugins and commonlib directories
| | * Add coveralls.io. Think travis.ci for coverage testingMatthew Landauer2013-03-01-0/+3
| | |
| * | Merge remote-tracking branch 'openaustralia_github/make-links-relative' into ↵Louise Crow2013-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 interfaceMatthew Landauer2013-02-15-38/+0
| | | |
| | * | Stop using main_url to generate absolute urls for the main siteMatthew Landauer2013-02-15-14/+1
| | | |
| | * | Rename helper methodMatthew Landauer2013-02-15-2/+2
| | | |
| | * | Make link to follow up message relativeMatthew Landauer2013-02-15-2/+2
| | | |
| * | | Don't try to html validate the new default admin interface. It won't workMatthew Landauer2013-02-19-0/+3
| | |/ | |/|
| * | Use an empty incoming email to avoid interaction with other tests.Louise Crow2013-02-17-1/+9
| | |
| * | Add magic encoding line.Louise Crow2013-02-16-0/+1
| | |
| * | Don't use a from address that will affect other tests.Louise Crow2013-02-16-1/+1
| | |
| * | Clear purge requests in the setup of tests that count them.Louise Crow2013-02-16-7/+12
| | |
| * | Don't integrate views here - we're not looking at a controller.Louise Crow2013-02-16-1/+0
| | |
| * | Clear the purge requests in the setup for these tests so they are isolated ↵Louise Crow2013-02-16-0/+3
| | | | | | | | | | | | from the behaviour of other tests.