aboutsummaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Expand)AuthorAgeLines
* Split factories in to individual filesGareth Rees2014-03-25-193/+227
* Add AdminHelper#comment_visibilityGareth Rees2014-03-25-0/+21
* Add specs for AdminUserController#modify_comment_visibilityGareth Rees2014-03-25-0/+86
* Merge branch 'feature/1313-better-translation-markup' into rails-3-developLouise Crow2014-03-24-6/+54
|\
| * Refactor event description to make it easier to translate.Louise Crow2014-03-17-6/+54
* | Add encoding lineLouise Crow2014-03-14-0/+1
* | Rename spec files so they're run by rake spec.Louise Crow2014-03-13-0/+0
* | Merge remote-tracking branch 'opennewzealand_github/feature/handle-undefined-...Louise Crow2014-03-13-10/+10
|\ \
| * | needs _spec.rb to be run by `rake spec`Rowan Crawford2014-03-01-0/+0
| * | Fix tests for basic encodingRowan Crawford2014-03-01-10/+10
* | | Use filter to reject if user is bannedGareth Rees2014-03-13-0/+13
* | | Graceful failure of new_comment routeGareth Rees2014-03-13-9/+10
* | | Add formatting options to LinkToHelper#simple_dateGareth Rees2014-03-13-2/+38
| |/ |/|
* | Make test specific to versions of ruby with String.encodeLouise Crow2014-02-24-4/+6
* | Merge remote-tracking branch 'opennewzealand_github/feature/encode-utf8-messa...Louise Crow2014-02-24-1/+7
|\ \
| * | Add test for _get_attachment_text_internal with invalid utf-8Rowan Crawford2014-02-23-1/+7
| |/
* | Merge branch 'feature/batch-requests' into rails-3-developLouise Crow2014-01-29-38/+661
|\ \
| * | Specify sort on results to return in consistent order.Louise Crow2014-01-28-1/+1
| * | Send batch requests as a cron job.Louise Crow2013-12-04-0/+40
| * | Add a mailer method for sending a batch request notificationLouise Crow2013-12-04-0/+35
| * | 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
| * | Simplify return value, set sent_at in create_batch!Louise Crow2013-12-04-13/+34
| * | 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
| * | Use public bodies not requests in find_existingLouise Crow2013-12-04-6/+8
| * | Split the creation of a batch and the associated requests.Louise Crow2013-12-04-10/+9
| * | Javascript enhancements.Louise Crow2013-12-04-27/+59
| * | Add the specific salutations to each request.Louise Crow2013-12-04-0/+22
| * | 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/+57
| * | Make method names for finding existing objects clearerLouise Crow2013-12-04-2/+2
| * | Simple code for the happy pathLouise Crow2013-12-04-0/+8
| * | Use two bodies in specs.Louise Crow2013-12-04-3/+5
| * | Add InfoRequestBatch model.Louise Crow2013-12-04-0/+25
| * | 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
| * | Batch users don't have a daily limit.Louise Crow2013-12-04-0/+7
| * | Add some specs for existing exceeded_limit? behaviourLouise Crow2013-12-04-0/+24
| * | 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
| * | Create a placeholder salutation for a batch request template.Louise Crow2013-12-04-2/+12
| * | Handle the application of censor rules to a batch request template.Louise Crow2013-12-04-0/+6
| * | Add a batch_request_template flagLouise Crow2013-12-04-0/+13
| * | 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/+22