aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* Notices for success and errors.Louise Crow2013-12-04-23/+62
* Add check for double submission.Louise Crow2013-12-04-5/+95
* Make method names for finding existing objects clearerLouise Crow2013-12-04-12/+12
* Simple code for the happy pathLouise Crow2013-12-04-19/+52
* Use two bodies in specs.Louise Crow2013-12-04-3/+5
* Add InfoRequestBatch model.Louise Crow2013-12-04-0/+74
* Remove extra 'is invalid' error message.Louise Crow2013-12-04-2/+4
* Handle a banned user making batch requests.Louise Crow2013-12-04-1/+20
* Factor out common params for clarity.Louise Crow2013-12-04-18/+11
* Batch users don't have a daily limit.Louise Crow2013-12-04-2/+11
* Add some specs for existing exceeded_limit? behaviourLouise Crow2013-12-04-0/+24
* Pass public bodies list through forms.Louise Crow2013-12-04-3/+14
* Require at least one public body in the params.Louise Crow2013-12-04-5/+13
* Create template and outgoing messageLouise Crow2013-12-04-23/+102
* Isolate code for preparing to display the compose interface.Louise Crow2013-12-04-51/+67
* Create a placeholder salutation for a batch request template.Louise Crow2013-12-04-3/+17
* Handle the application of censor rules to a batch request template.Louise Crow2013-12-04-1/+10
* Add a batch_request_template flagLouise Crow2013-12-04-1/+19
* Add new_batch actionLouise Crow2013-12-04-72/+159
* Add template for select_authoritiesLouise Crow2013-12-04-3/+145
* Handle not enabled, no user, unauthorised user.Louise Crow2013-12-04-15/+77
* Add a link to the select_authorities page.Louise Crow2013-12-04-0/+7
* Add a select_authorities action.Louise Crow2013-12-04-0/+13
* Add new config param - ALLOW_BATCH_REQUESTSLouise Crow2013-12-04-0/+7
* Add a can_make_batch_requests flag to user modelLouise Crow2013-12-04-2/+37
* Set enforce_available_locales to false.Louise Crow2013-12-04-0/+1
* Upgrade Rails to 3.2.16 to get fixes for CVE-2013-6414, CVE-2013-4491, CVE-20...Louise Crow2013-12-04-29/+29
* Merge branch 'rails-3-develop' of ssh://git.mysociety.org/data/git/public/ala...Louise Crow2013-12-03-9/+19
|\
| * Merge branch 'theme-install-fixes' into rails-3-developMark Longair2013-12-03-9/+19
| |\
| | * Try to uninstall the old theme from vendor/plugins and lib/themesMark Longair2013-12-03-8/+17
| | * Precompile assets only for production.Louise Crow2013-12-03-1/+4
| | * Ensure that the lib/themes directory exists before installing to thereMark Longair2013-12-03-0/+1
* | | Merge branch 'feature/1201-close-attachment-files-after-read' into rails-3-de...Louise Crow2013-12-03-2/+1
|\ \ \ | |/ / |/| |
| * | Use a block to automatically close file.Louise Crow2013-11-12-1/+1
* | | Only precompile assets on non-staging sites.Louise Crow2013-12-03-0/+3
* | | Ignore db/structure.sqlLouise Crow2013-12-03-0/+1
| |/ |/|
* | Merge branch 'move-plugins-out-of-vendor-plugins' into rails-3-developMark Longair2013-12-03-42/+57
|\ \
| * | Revert "Silence deprecation warnings."Mark Longair2013-12-03-3/+0
| * | Move themes from vendor/plugins to lib/themesMark Longair2013-12-03-7/+10
| * | Update the acts_as_xapian generator to work under Rails 3Mark Longair2013-11-29-11/+8
| * | Move the acts_as_xapian generator into lib/generatorsMark Longair2013-11-29-0/+0
| * | Move acts_as_xapian out of vendor/pluginsMark Longair2013-11-29-14/+31
| * | Move has_tag_string out of vendor/pluginsMark Longair2013-11-29-2/+3
| * | Move strip_attributes out of vendor/pluginsMark Longair2013-11-29-3/+3
* | | Add timestamps to public_body_translation fixtures.Louise Crow2013-11-29-0/+20
* | | Merge remote-tracking branch 'origin/merged-rails-3-2-assset-pipeline' into r...Louise Crow2013-11-29-2027/+482
|\| |
| * | With Rails 3.2, switching theme requires asset recompilationMark Longair2013-11-29-1/+5
| * | Merge branch 'feature/rails-3-2-upgrade-spike' into feature/switch-to-asset-p...Mark Longair2013-11-29-283/+157
| |\ \
| | * | Add a dummy exception notification address for testingLouise Crow2013-11-12-2/+9
| | * | Require activesupport before mail gem.Louise Crow2013-11-12-0/+3