aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/public_body.rb
Commit message (Expand)AuthorAgeLines
* Update the helpful model schema annotationsMark Longair2013-11-01-17/+20
* Add a rake task to import public bodies from a CSV fileMark Longair2013-10-15-0/+2
* Fix upcasing of a non-US-ASCII first letter under Ruby 1.8Mark Longair2013-10-04-1/+1
* Merge branch 'feature/hide-individual-responses' into rails-3-developLouise Crow2013-09-17-18/+18
|\
| * Re-annotate models with database fieldsLouise Crow2013-09-16-18/+18
* | Don't dirty the first_letter attribute when not changed.Louise Crow2013-09-05-3/+14
* | Don't re-index body when updating statsLouise Crow2013-09-05-0/+1
* | Don't save versions of new counter cache columnsLouise Crow2013-09-05-1/+5
* | Don't include NULL column values in the statisticsMark Longair2013-08-20-1/+1
* | Refactor calculation of statisticsMark Longair2013-08-20-0/+59
|/
* Rename Configuration class to avoid conflict with ActiveSupport::ConfigurableHenare Degan2013-03-03-2/+2
* Merge branch 'develop' into rails-3-spikeHenare Degan2013-02-15-2/+2
|\
| * PublicBody model - Overwriting validate is deprecated in Rails 3Henare Degan2013-01-25-9/+10
* | Update to globalize3 methodHenare Degan2013-02-07-1/+1
* | Overwriting validate has been deprecatedHenare Degan2013-01-25-9/+12
* | Merge branch 'rails_xss' into rails-3-spikeMatthew Landauer2013-01-25-0/+2
|\|
| * Merge remote-tracking branch 'mysociety/develop' into rails_xssMatthew Landauer2013-01-15-0/+2
| |\
| | * Don't export the fake authorities that we use for admin.Louise Crow2013-01-08-0/+2
* | | Change method name as it conflicts with globalize3 method nameHenare Degan2013-01-24-1/+1
* | | PublicBody.locale doesn't exist anymoreMatthew Landauer2013-01-04-2/+2
* | | Merge branch 'rails_xss' into rails-3-spikeMatthew Landauer2013-01-04-1/+1
|\| |
| * | Escaping fixesMatthew Landauer2013-01-03-1/+1
| |/
* | named_scope has been renamed to scopeHenare Degan2012-12-11-1/+1
* | The with_locale has been removed in Globalize3Henare Degan2012-12-11-26/+23
* | Switch to new method nameHenare Degan2012-12-11-5/+5
|/
* Restore disclosure log fields.Louise Crow2012-10-24-0/+2
* Merge remote-tracking branch 'openaustralia_github/csv_export_internal_admin_...Louise Crow2012-10-24-0/+37
|\
| * added notes to csv exportMatthew Landauer2012-10-24-0/+2
| * When exporting the authorities as csv don't include the internal admin authorityMatthew Landauer2012-10-24-2/+2
| * Extract methodMatthew Landauer2012-10-24-0/+35
* | Allow disclosure_log to be imported in csvMatthew Landauer2012-10-22-1/+1
|/
* Don't include admin authority in count on home pageMatthew Landauer2012-10-17-0/+6
* Rerun annotate -mMatthew Landauer2012-10-11-1/+1
* Use new Configuration for OVERRIDE_ALL_PUBLIC_BODY_REQUEST_EMAILSMatthew Landauer2012-10-02-1/+1
* Merge remote-tracking branch 'openaustralia_github/configuration_refactor' in...Louise Crow2012-10-01-1/+1
|\
| * Extract configuration with defaults into one moduleMatthew Landauer2012-09-25-1/+1
* | override_request_email returns nil if configuration not setMatthew Landauer2012-09-27-2/+4
* | Extract methodMatthew Landauer2012-09-27-3/+6
* | Add option to override all public body request emailsMatthew Landauer2012-09-27-0/+9
|/
* Add an option to disable comments on a requestRobin Houston2012-09-19-23/+18
* Add a counter cache for the number of info_requests associated with public bo...Louise Crow2012-09-12-1/+1
* Memoize the notes_without_html calculated value for the life of the model ins...Louise Crow2012-09-12-1/+2
* Move default value setting for publication scheme to before_save callback rat...Louise Crow2012-09-12-2/+4
* Quote name correctly in query. Fixes #598.Louise Crow2012-09-04-1/+1
* Add association between public bodies and censor rules, have info_request app...Louise Crow2012-08-14-0/+1
* Set api_key in before_save rather than after_initialize (to avoid errors when...Seb Bacon2012-07-19-2/+4
* WIP new requests feedRobin Houston2012-07-04-4/+0
* Use 33 bytes consistentlyRobin Houston2012-07-02-1/+1
* Initialise API key in the modelRobin Houston2012-06-06-2/+6
* Generate an API key for each public bodyRobin Houston2012-06-06-1/+2