aboutsummaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Expand)AuthorAgeLines
* Use mb_chars to prevent slicing multibyte chars under ruby 1.8Louise Crow2015-05-15-1/+1
* Merge branch 'master' of ssh://git.mysociety.org/data/git/public/alaveteli in...Louise Crow2015-05-15-2/+9
|\
| * Discard rejected responses with malformed From:Gareth Rees2015-05-13-1/+6
| * Add explaining commentsGareth Rees2015-05-13-0/+2
| * Sensible error messageGareth Rees2015-05-13-1/+1
* | Add UTF-8 encoding line.hotfix/0.29.0.30Louise Crow2015-05-15-0/+1
|/
* Rescue from Holidays::UnknownRegionErrorhotfix/0.21.0.24Gareth Rees2015-04-29-4/+8
* Tidy InfoRequest#initial_request_textGareth Rees2015-04-27-5/+2
* Only load the outgoing messages that will be usedGareth Rees2015-04-27-1/+1
* Improve performance initializing OutgoingMessageGareth Rees2015-04-27-1/+1
* Don't translate validation messages yet.Louise Crow2015-03-24-3/+3
* Fix translating Public Body HeadingsGareth Rees2015-03-18-18/+25
* Fix translating Public Body CategoriesGareth Rees2015-03-18-17/+43
* Fix translating Public BodiesGareth Rees2015-03-18-28/+17
* Merge branch '59-localised-authority-links' into rails-3-developLouise Crow2015-03-05-29/+0
|\
| * Use routing helper to generate localised urls.Louise Crow2015-03-05-25/+0
| * Remove 'html' param.Louise Crow2015-03-05-7/+3
* | Merge branch 'remove-public-body-categories' into rails-3-developLouise Crow2015-03-05-5/+0
|\ \
| * | Remove deprecated code. Fixes #2015.Louise Crow2015-02-26-5/+0
| |/
* / WIP commit of public body page redesignMartin Wright2015-03-02-2/+1
|/
* Merge branch 'rails-3-develop' of ssh://git.mysociety.org/data/git/public/ala...Louise Crow2015-02-24-2/+10
|\
| * Add User#banned?Gareth Rees2015-02-24-2/+10
* | Merge branch 'allow-custom-state-testing' into rails-3-developLouise Crow2015-02-24-5/+3
|\ \ | |/ |/|
| * Allow custom states to be tested.Louise Crow2015-02-09-5/+3
* | Merge branch '2134-fix-same-attribute-value-across-locales' into rails-3-developLouise Crow2015-02-23-80/+99
|\ \
| * | Refactor massive import method into smaller instance level methodsLouise Crow2015-02-23-89/+83
| * | Use standard spacing for hashes, new lines for commentsLouise Crow2015-02-23-2/+3
| * | Test localised value for import against existing localised valueLouise Crow2015-02-23-2/+26
* | | Move logic to modelLouise Crow2015-02-20-0/+5
* | | Use correct method name in error.Louise Crow2015-02-20-1/+1
* | | Refactor common logicLouise Crow2015-02-20-15/+7
* | | Standard separation of methods.Louise Crow2015-02-20-1/+3
| |/ |/|
* | Remove unused lineLouise Crow2015-02-09-1/+0
* | Merge branch 'hotfix/0.20.0.6' into rails-3-developLouise Crow2015-02-05-3/+16
|\ \
| * | Deprecate PublicBody#translations_attributes=(Array)Gareth Rees2015-02-03-0/+13
| * | Fix submission of form containing both existing and new translationsLouise Crow2015-02-03-2/+2
| * | Add specs for PublicBody#translated_versions=Gareth Rees2015-01-30-1/+1
* | | Use each_with_index rather than magic booleanGareth Rees2015-02-04-2/+2
* | | Use map instead of creating empty arrayGareth Rees2015-02-04-3/+4
* | | Nicer capitalize first letter onlyGareth Rees2015-02-04-5/+4
* | | Use each instead of forGareth Rees2015-01-23-1/+1
* | | Remove home-grown Array#to_sentence dupGareth Rees2015-01-23-8/+4
| |/ |/|
* | Remove duplicate method.Louise Crow2015-01-12-10/+0
* | Update table attribute metadataLouise Crow2014-12-23-11/+8
* | Merge branch 'brakeman_fixes' into rails-3-developLouise Crow2014-12-18-13/+10
|\ \
| * | Improve InfoRequestEvent#incoming_message_selective_columns SQLGareth Rees2014-12-18-5/+4
| * | Improve InfoRequest.find_in_state SQLGareth Rees2014-12-18-3/+3
| * | Improve User#get_undescribed_requests SQLGareth Rees2014-12-18-5/+3
* | | Merge branch 'admin-public-holiday-interface' into rails-3-developLouise Crow2014-12-18-0/+95
|\ \ \
| * | | Allow import of holidays from feed or built-in suggestionsLouise Crow2014-12-15-0/+93