aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Latest translations from Transifex0.13.0.4hotfix/0.13.0.4Louise Crow2013-09-19-2046/+8923
|
* Restrict old_unclassified methods to normal prominence.0.13.0.3hotfix/0.13.0.3Louise Crow2013-09-18-3/+49
| | | | Fixes #1082.
* Add a timeout to document conversion with wvtext - it can hang.0.13.0.2hotfix/0.13.0.2Louise Crow2013-09-04-1/+1
|
* Fix wrong method name.hotfix/0.13.0.1Louise Crow2013-08-28-1/+1
|
* Merge branch 'release/0.13'0.13Louise Crow2013-08-20-2490/+1148
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: locale/bg/app.po locale/es/app.po locale/fi/app.po locale/fr/app.po locale/fr_CA/app.po locale/he_IL/app.po locale/hr/app.po locale/nb_NO/app.po locale/nl/app.po locale/pt_BR/app.po locale/ro_RO/app.po locale/sl/app.po locale/vi/app.po script/rails-post-deploy
| * Mark all events for the fixed requests as needing a reindex.release/0.13Louise Crow2013-08-20-9/+16
| |
| * Handle case of nil user_idLouise Crow2013-08-20-1/+1
| | | | | | | | When status was updated by a script.
| * Release notes for 0.13Louise Crow2013-08-15-0/+16
| |
| * Bump application version.Louise Crow2013-08-15-1/+1
| |
| * Merge branch 'rails-3-develop' into release/0.13Louise Crow2013-08-15-36/+151
| |\
| | * Merge branch 'feature/further-request-event-fixes' into rails-3-developLouise Crow2013-08-15-14/+126
| | |\
| | | * Comments on described_state and calculated_stateLouise Crow2013-08-15-3/+20
| | | | | | | | | | | | | | | | | | | | | | | | Add some notes on the logic and expectations around InfoRequest.described_state and calculate_status and InfoRequestEvent.described_state and calculated_state.
| | | * Add task for cleaning up bad request histories.Louise Crow2013-08-15-0/+30
| | | |
| | | * Set the calculated state on external requests.Louise Crow2013-08-15-0/+5
| | | | | | | | | | | | | | | | Set to 'waiting_response' on creation, to match the displayed state.
| | | * Make admin edits affect info_request_event described_states.Louise Crow2013-08-15-7/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Make sure that admin edits changing the described state of an info request are reflected in the latest_status and status values of info request events so that the info requests are retrieved correctly in status-based searches.
| | | * Allow 'edit' and 'status_update' calculated states to propagate.Louise Crow2013-08-15-7/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update test expectations and add further test to explicitly show that we want the described status from a status update to be propagated to a preceding response, as well as being filled in in the status update itself (which is mostly to deal with the case where there isn't a preceding response). Make those changes to calculate_event_states
| | * | The mysociety debian repo only has 64-bit packagesGanesh Sittampalam2013-08-14-1/+1
| | | |
| | * | Run migrations before trying to install themeIan Chard2013-08-14-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | Conflicts: script/rails-post-deploy
| | * | Try to convert csv files of public bodies into utf-8 before importing them.Louise Crow2013-08-14-1/+2
| | | |
| | * | add wheezy package names as alternates for rdoc and irbIan Chard2013-08-14-2/+2
| | | |
| | * | Update tests for changes to fixture file.Louise Crow2013-08-14-14/+18
| | | |
| | * | Fix for #566. Also fix wrong identifier being used in text.Louise Crow2013-08-13-1/+1
| | | |
| * | | Merge branch 'rails-3-develop' into release/0.13Louise Crow2013-08-12-2153/+36
| |\| | | | |/ | |/|
| | * Clean up paths to be a bit less OS dependent.Louise Crow2013-08-12-6/+4
| | |
| | * Merge remote-tracking branch ↵Louise Crow2013-08-12-51/+1
| | |\ | | | | | | | | | | | | 'openaustralia_github/upgrade-rvmrc-to-ruby-version' into rails-3-develop
| | | * Switch from .rvmrc to .ruby-versionHenare Degan2013-08-10-51/+1
| | |/ | | | | | | | | | ruby-version is cross compatible with other Ruby version managers
| | * Removing db/development_structure.sql from version control. Because ↵Louise Crow2013-08-08-2095/+0
| | | | | | | | | | | | different versions of postgres are producing minor variations every time this is generated, it's proving more of a hindrance than a help to development. Happy to reinstate it if anyone has suggestions about how to keep it stable across minor postgres version differences.
| | * Merge branch 'feature/check-submodules' into rails-3-developLouise Crow2013-08-08-0/+30
| | |\
| | | * Only check commonlib, don't try to split the response into segments (as @mhl ↵Louise Crow2013-08-08-7/+8
| | | | | | | | | | | | | | | | points out, the case where the initial character is a space is somewhat confusing), just grab the first character of the whole string and check it against expected values.
| | | * Call it an error, not a warning.Louise Crow2013-07-30-4/+4
| | | |
| | | * Get first character in a way that will work in Ruby 1.8 and 1.9Louise Crow2013-07-30-1/+1
| | | |
| | | * Add a rake task to print a warning if the state of a submodule is not what ↵Louise Crow2013-07-30-0/+29
| | | | | | | | | | | | | | | | we expect it to be.
| | * | Update for Rails 3 - script/server is deprecated.Louise Crow2013-08-07-1/+1
| |/ /
| * | Translations with new strings.Louise Crow2013-08-05-81/+384
| | |
| * | Latest translations from transifexLouise Crow2013-08-05-390/+7217
| | |
| * | Use raw on select_tag option string so it doesn't get escaped. Fixes #1027.Louise Crow2013-07-31-2/+2
| | |
| * | Merge remote-tracking branch 'scjody_github/patch-1' into rails-3-developLouise Crow2013-07-31-1/+1
| |\ \
| | * | Fix name of locale/ directory in INSTALL.mdJody McIntyre2013-07-31-1/+1
| | | |
| | * | Mark ban text as html safeLouise Crow2013-04-25-1/+1
| | | |
| | * | Merge branch 'release/0.9' into developLouise Crow2013-04-24-535/+3941
| | |\ \
| | * | | Make sure raw emails are loaded before running integration specLouise Crow2013-04-23-0/+1
| | | | |
| * | | | Preserve string "Tags (separated by a space):", removed in ↵Louise Crow2013-07-31-1/+1
| | |_|/ | |/| | | | | | | | | | f89e2c3d5cee5e3bf2bd2227254fa0edb09aeb53, as there are lots of translations for this already, and we'll probably be re-introducing it with more features around tagging.
| * | | Remove unused line of codeLouise Crow2013-07-30-1/+0
| | | |
| * | | Use first argument to script when not running in daemon mode. Fixes #1023.Louise Crow2013-07-30-1/+1
| | | |
| * | | Add some notes about how to fix existing email addresses with spaces.Louise Crow2013-07-30-2/+1
| | | |
| * | | Add a note on how to start mailcatcher.Louise Crow2013-07-30-1/+2
| | | |
| * | | Handle the case of a name that hits the character limits and has been ↵Louise Crow2013-07-29-7/+27
| | | | | | | | | | | | | | | | suffixed with a number.
| * | | Update commonlib to get fix for ↵Louise Crow2013-07-29-0/+6
| | | | | | | | | | | | | | | | https://github.com/mysociety/alaveteli/issues/282 and https://github.com/opennorth/alaveteli/issues/2. Note, this will not fix https://github.com/mysociety/alaveteli/issues/902, which would require a change in request title validation in https://github.com/mysociety/alaveteli/blob/rails-3-develop/app/models/info_request.rb#L34.
| * | | Merge branch 'feature/localisation-fixes' into rails-3-developLouise Crow2013-07-29-168/+190
| |\ \ \
| | * | | Prepare the xapian database before running tests that rely on it existing.Louise Crow2013-07-29-0/+5
| | | | |