aboutsummaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Expand)AuthorAgeLines
* Refactor state update API, better error handlinglizconlan2014-07-28-0/+10
* Merge branch 'issues/1415-bulk-update-public-bodies' into rails-3-developGareth Rees2014-06-25-39/+3
|\
| * Move PublicBody domain logic from controllerGareth Rees2014-06-06-0/+3
| * Extract public body CSV export to its own classGareth Rees2014-06-06-39/+0
* | Merge branch 'replace-xxx-todo' into rails-3-developGareth Rees2014-06-16-32/+32
|\ \
| * | Rename XXX comments with TODO:Gareth Rees2014-06-10-32/+32
| |/
* / Allow a message with more than one event to be destroyed.hotfix/0.18.0.2Louise Crow2014-06-06-7/+8
|/
* Remove translation of error messagesLouise Crow2014-05-12-2/+2
* Add PublicBody.searchGareth Rees2014-05-01-0/+28
* Merge branch 'issues/337-attachment-title' into rails-3-developGareth Rees2014-04-14-77/+4
|\
| * Update gubbins to call AttachmentToHTMLGareth Rees2014-04-07-1/+2
| * Minor change to FoiAttachment#body_as_htmlGareth Rees2014-04-07-2/+1
| * Use AttachmentToHTML to generate FoiAttachment#body_as_htmlGareth Rees2014-03-28-77/+4
* | Handle validation errors in PublicBody.import_csvGareth Rees2014-04-14-1/+9
* | Add missing validation to PublicBodyGareth Rees2014-04-14-0/+1
* | Annotate modelsGareth Rees2014-04-09-24/+34
* | Add default blank string to PublicBody@short_nameGareth Rees2014-04-09-1/+1
* | Use more semantic allow_blank validationGareth Rees2014-04-09-1/+1
* | Merge branch 'issues/1317-holding-pen-spam' into rails-3-developGareth Rees2014-04-07-0/+11
|\ \
| * | Add SpamAddress modelGareth Rees2014-03-26-0/+11
| |/
* | Merge branch 'feature/1310-better-track-translation' into rails-3-developLouise Crow2014-04-04-80/+57
|\ \
| * | Make public body update titles translatable.Louise Crow2014-03-24-2/+6
| * | Reformat for line length.Louise Crow2014-03-24-15/+31
| * | Remove CGI.escape calls.Louise Crow2014-03-24-12/+12
| * | Move track descriptions to a helper.Louise Crow2014-03-24-8/+1
| * | Use entire descriptions for searches rather than assembling.Louise Crow2014-03-24-51/+19
| * | Remove unused variableLouise Crow2014-03-17-4/+0
| |/
* / Add honeypot spam protection to contact formGareth Rees2014-03-31-1/+1
|/
* Clean up translation interpolation syntax.Louise Crow2014-02-27-4/+5
* Merge remote-tracking branch 'opennewzealand_github/feature/encode-utf8-messa...Louise Crow2014-02-24-15/+16
|\
| * Add test for _get_attachment_text_internal with invalid utf-8Rowan Crawford2014-02-23-7/+8
| * encode does no work if it thinks it's already utf-8 (even if invalid)Rowan Crawford2014-02-10-8/+8
* | Use HTTPS Google docs viewer where using HTTPS for alaveteliLouise Crow2014-02-17-1/+2
* | Merge branch 'feature/batch-requests' into rails-3-developLouise Crow2014-01-29-6/+127
|\ \
| * | Send batch requests as a cron job.Louise Crow2013-12-04-0/+9
| * | Simplify return value, set sent_at in create_batch!Louise Crow2013-12-04-1/+4
| * | Display batch requests for user on 'my requests' pageLouise Crow2013-12-04-0/+1
| * | Use public bodies not requests in find_existingLouise Crow2013-12-04-4/+4
| * | Split the creation of a batch and the associated requests.Louise Crow2013-12-04-17/+9
| * | Add association between batches and public bodies.Louise Crow2013-12-04-0/+1
| * | Add the specific salutations to each request.Louise Crow2013-12-04-25/+51
| * | Move creation of batch to InfoRequestBatch.Louise Crow2013-12-04-0/+21
| * | Add check for double submission.Louise Crow2013-12-04-0/+12
| * | Make method names for finding existing objects clearerLouise Crow2013-12-04-3/+3
| * | Simple code for the happy pathLouise Crow2013-12-04-0/+14
| * | Add InfoRequestBatch model.Louise Crow2013-12-04-0/+27
| * | Batch users don't have a daily limit.Louise Crow2013-12-04-0/+3
| * | Create a placeholder salutation for a batch request template.Louise Crow2013-12-04-1/+5
| * | Handle the application of censor rules to a batch request template.Louise Crow2013-12-04-1/+4
| * | Add a batch_request_template flagLouise Crow2013-12-04-1/+6