aboutsummaryrefslogtreecommitdiffstats
path: root/spec/controllers
Commit message (Expand)AuthorAgeLines
...
* | | Better spec isolation - these specs require raw emails, so make sure they're ...Louise Crow2013-06-10-0/+1
* | | Remove reference to incoming message from purge request test - it brings in a...Louise Crow2013-06-07-1/+1
* | | Allow the donation url to be configured. Closes #909.Louise Crow2013-06-07-0/+28
* | | Add some context blocks to group together tests with the same status.Louise Crow2013-06-07-57/+103
* | | We're assuming feed urls without format suffixes should serve up atom/xml, so...Louise Crow2013-06-05-0/+12
* | | Remove support for theme stylesheet inclusion via template deprecated in vers...Louise Crow2013-06-05-1/+0
* | | Merge branch 'release/0.11' into rails-3-developLouise Crow2013-06-04-7/+32
|\| |
| * | Handle json requests for hidden info requests.Louise Crow2013-06-03-7/+32
* | | Merge remote-tracking branch 'openaustralia_github/more_info_on_report_reques...Louise Crow2013-06-04-86/+134
|\ \ \
| * | | User needs to choose a reasonMatthew Landauer2013-03-22-5/+15
| * | | Rename parameter used in routes and controllerMatthew Landauer2013-03-22-9/+9
| * | | Rename controller actionsMatthew Landauer2013-03-22-11/+11
| * | | Move reporting actions to their own controllerMatthew Landauer2013-03-22-118/+124
| * | | Extract methodMatthew Landauer2013-03-22-1/+1
| * | | Only allow posts for reporting request. Don't try redirection when not logged inMatthew Landauer2013-03-22-3/+4
| * | | Posted reason and message gets sent out in the emailMatthew Landauer2013-03-22-0/+7
| * | | Only allow reporting a request when logged inMatthew Landauer2013-03-22-0/+24
* | | | Merge remote-tracking branch 'openaustralia_github/inline_search_method_refac...Louise Crow2013-06-04-2/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | Inline method InfoRequest.full_searchMatthew Landauer2013-03-25-2/+4
| |/ /
* | | Make sure Atom feeds are served with content type application/atom+xmlMark Longair2013-05-29-0/+1
* | | Add a comment about the behaviour of the censor rulesMark Longair2013-05-24-0/+2
* | | The file_name on getting an attachment should be the display filenameMark Longair2013-05-24-1/+1
* | | Make an attachment filename in test fixtures more difficultMark Longair2013-05-24-24/+24
* | | Check that display_filename matches URL part number or fallbackMark Longair2013-05-24-15/+35
* | | Switch to just loading fixtures in tests as binary stringsMark Longair2013-05-16-1/+1
* | | Add call to load_raw_emails_data to fix dependency on raw emails exposed in h...Louise Crow2013-05-13-0/+1
* | | All the tests in this group rely on having the xapian db - make it part of th...Louise Crow2013-05-02-1/+1
* | | The test "should work" relies on the xapian index existing - make sure this i...Louise Crow2013-05-01-2/+4
* | | Remove debian-specific require clause and use Gemfile to specify non-standard...Louise Crow2013-04-30-1/+10
| |/ |/|
* | Fixup test issue found with config.order = 'random:5549'Matthew Landauer2013-03-26-0/+2
|/
* Update Configuration references to new name.Louise Crow2013-03-19-1/+1
* Merge branch 'develop' into rails-3-developLouise Crow2013-03-19-0/+13
|\
| * Allow the emergency user account to be disabled.Louise Crow2013-03-19-0/+13
* | Fix another order dependent test issueMatthew Landauer2013-03-19-0/+4
* | Another order dependent test issue fixedMatthew Landauer2013-03-19-0/+2
* | Reenable test now that we don't do HTML validation in the test suiteHenare Degan2013-03-16-9/+6
* | We've added a new fixture since the last mergeHenare Degan2013-03-15-3/+6
* | Use a real example instead of a helperHenare Degan2013-03-15-1/+1
* | Changed in 166b6d90bc2dc79536d8d2d145281fa340075735Henare Degan2013-03-15-1/+1
* | Update to current matcher APIHenare Degan2013-03-15-2/+2
* | Merge remote-tracking branch 'mysociety/develop' into rails-3-developHenare Degan2013-03-14-26/+87
|\|
| * Update URLs in spec now that custom url methods have been removed.Louise Crow2013-03-13-3/+3
| * Merge remote-tracking branch 'openaustralia_github/one_support_email_on_admin...Louise Crow2013-03-13-22/+79
| |\
| | * Now direct changes of state to error_message and requires_admin to a new page...Matthew Landauer2013-03-06-15/+19
| | * 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 email...Matthew Landauer2013-03-04-3/+12
| | * Inline temporary variablesMatthew Landauer2013-03-04-0/+1