aboutsummaryrefslogtreecommitdiffstats
path: root/spec/controllers
Commit message (Expand)AuthorAgeLines
* Merge branch 'issues/337-attachment-title' into rails-3-developGareth Rees2014-04-14-2/+1
|\
| * Use AttachmentToHTML to generate FoiAttachment#body_as_htmlGareth Rees2014-03-28-2/+1
* | Merge branch 'issues/1317-holding-pen-spam' into rails-3-developGareth Rees2014-04-07-0/+91
|\ \
| * | Add AdminSpamAddressesController and UIGareth Rees2014-03-28-0/+91
| |/
* | Merge branch 'feature/1310-better-track-translation' into rails-3-developLouise Crow2014-04-04-3/+3
|\ \
| * | Add notices for subscribing to something.Louise Crow2014-03-24-1/+1
| * | Make track factory name a bit more specific.Louise Crow2014-03-24-2/+2
* | | Add honeypot spam protection to contact formGareth Rees2014-03-31-0/+17
* | | Improve HelpControllerSpecGareth Rees2014-03-31-1/+5
* | | Tidy HelpControllerSpecGareth Rees2014-03-31-29/+41
| |/ |/|
* | Add specs for AdminUserController#modify_comment_visibilityGareth Rees2014-03-25-0/+69
* | Use filter to reject if user is bannedGareth Rees2014-03-13-0/+13
* | Graceful failure of new_comment routeGareth Rees2014-03-13-9/+10
|/
* Merge branch 'feature/batch-requests' into rails-3-developLouise Crow2014-01-29-35/+407
|\
| * Specify sort on results to return in consistent order.Louise Crow2014-01-28-1/+1
| * Show public body list when batch has not been sent.Louise Crow2013-12-04-8/+29
| * Update notices for offline sending.Louise Crow2013-12-04-9/+1
| * Display batch requests for user on 'my requests' pageLouise Crow2013-12-04-2/+4
| * Refactor specs to make adding batch changes easier.Louise Crow2013-12-04-30/+63
| * Javascript enhancements.Louise Crow2013-12-04-27/+59
| * Add a rudimentary view for an info request batch.Louise Crow2013-12-04-0/+32
| * Notices for success and errors.Louise Crow2013-12-04-16/+34
| * Add check for double submission.Louise Crow2013-12-04-0/+11
| * Make method names for finding existing objects clearerLouise Crow2013-12-04-1/+1
| * Simple code for the happy pathLouise Crow2013-12-04-0/+8
| * Use two bodies in specs.Louise Crow2013-12-04-3/+5
| * Handle a banned user making batch requests.Louise Crow2013-12-04-0/+15
| * Factor out common params for clarity.Louise Crow2013-12-04-18/+11
| * Require at least one public body in the params.Louise Crow2013-12-04-2/+10
| * Create template and outgoing messageLouise Crow2013-12-04-0/+29
| * Add new_batch actionLouise Crow2013-12-04-0/+66
| * Add template for select_authoritiesLouise Crow2013-12-04-2/+32
| * Handle not enabled, no user, unauthorised user.Louise Crow2013-12-04-3/+55
| * Add a select_authorities action.Louise Crow2013-12-04-0/+9
| * Add a can_make_batch_requests flag to user modelLouise Crow2013-12-04-2/+21
* | Merge branch 'hotfix/0.16.0.6' into rails-3-developLouise Crow2014-01-28-0/+12
|\ \
| * | Handle a request with no user in the show request function0.16.0.5hotfix/0.16.0.5Louise Crow2014-01-28-0/+12
* | | Merge branch 'feature/1176-automate-authority-contacts' into rails-3-developLouise Crow2014-01-28-166/+427
|\ \ \
| * | | Add admin urls to change request emailsLouise Crow2014-01-13-0/+4
| * | | Add form for closing change request without actionLouise Crow2014-01-13-0/+35
| * | | Populate admin public body forms based on a change request.Louise Crow2014-01-13-0/+106
| * | | Reorganise specsLouise Crow2014-01-13-166/+187
| * | | Form and models for asking for a public body change.Louise Crow2014-01-13-0/+95
* | | | Merge branch 'feature/cache-request-lists' into rails-3-developLouise Crow2014-01-28-86/+0
|\ \ \ \
| * | | | Cache frequently accessed request lists.Louise Crow2013-12-19-86/+0
| |/ / /
* | / / Tighten up expectation, make expected files consistent.Louise Crow2014-01-17-12/+0
| |/ / |/| |
* | | Merge branch 'feature/cleanup-popups' into release/0.16Louise Crow2014-01-14-1/+1
|\ \ \ | |/ / |/| |
| * | Cleanup popup notices.Louise Crow2014-01-14-1/+1
| |/
* / Only show the blog if a BLOG_FEED is configured.Louise Crow2013-12-09-0/+11
|/
* Move getting recent requests into a helper method.Louise Crow2013-11-25-42/+0