aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| | * | | Move some more config into AlaveteliLocalization so that it can be called ↵Louise Crow2013-07-24-13/+14
| | | | | | | | | | | | | | | | | | | | outside initialization e.g. in tests.
| | * | | Clarify comment.Louise Crow2013-07-23-1/+1
| | | | |
| | * | | Use FastGettext.locale, not I18n.locale as the latter will return hyphens, ↵Louise Crow2013-07-23-1/+1
| | | | | | | | | | | | | | | | | | | | not underscores as we use in our URLs.
| | * | | Patch Globalize to compensate for the way gettext_i18n_rails patches ↵Louise Crow2013-07-23-6/+49
| | | | | | | | | | | | | | | | | | | | 118n.locale in the handling of locales with underscores. Fixes #999.
| | * | | Add loading of raw emails - test depends on this.Louise Crow2013-07-23-0/+1
| | | | |
| | * | | Use AlaveteliConfiguration wrapper in test so we can be more specific about ↵Louise Crow2013-07-23-1/+1
| | | | | | | | | | | | | | | | | | | | the method to be stubbed and avoid side effects.
| | * | | Extract code for setting locales in FastGettext and I18nLouise Crow2013-07-18-19/+22
| | | | |
| | * | | Switch routing-filter (which takes locale out of the params and puts it in ↵Louise Crow2013-07-18-144/+113
| | | | | | | | | | | | | | | | | | | | the URL) off by default in model, controller, and helper tests. This means we can supply the locale as a param. Turn it on specifically for a couple of controller tests that test routing, and change other url localization tests into integration tests.
| | * | | gettext_i18n_rails patches I18n.locale= so that it changes underscores in ↵Louise Crow2013-07-18-1/+1
| | | | | | | | | | | | | | | | | | | | locale names (as used in the gettext world) to the dashes that I18n prefers. So for locales that include an underscore the equality test was returning false. Use FastGettext.locale instead to be consistent. Fixes #998.
| * | | | Merge branch 'hotfix/0.12.0.1' into rails-3-developLouise Crow2013-07-29-0/+16
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: locale/he_IL/app.po locale/nb_NO/app.po
| * | | | | Prevent erroneous internal error messages with multibyte characters under ↵Louise Crow2013-07-25-3/+14
| | | | | | | | | | | | | | | | | | | | | | | | ruby 1.8 by using mb_chars for length comparison - it counts multibyte characters.
| * | | | | New version of commonlibLouise Crow2013-07-25-0/+0
| | | | | |
| * | | | | Update commonlib.Louise Crow2013-07-24-0/+0
| | | | | |
| * | | | | Merge branch 'feature/similar-fixes' into rails-3-developLouise Crow2013-07-23-9/+14
| |\ \ \ \ \
| | * | | | | Change concatenated header and title strings to full, properly escaped ↵Louise Crow2013-07-22-8/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | strings that are available for translation. Fixes #1003.
| | * | | | | Supply correct parameter for similar requests page. Fixes #1002.Louise Crow2013-07-22-1/+1
| | | |/ / / | | |/| | |
| * | | | | Merge remote-tracking branch ↵Louise Crow2013-07-23-16/+220
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'openaustralia_github/tests_set_described_state' into rails-3-develop Conflicts: spec/models/info_request_spec.rb
| | * | | | | Now record a state_update event *whenever* a user classifies a requestMatthew Landauer2013-04-20-15/+16
| | | | | | |
| | * | | | | How we would handle event states if we added a state_update event whenever a ↵Matthew Landauer2013-04-20-18/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | user classifies a request
| | * | | | | Access events in tests as an arrayMatthew Landauer2013-04-20-42/+43
| | | | | | |
| | * | | | | Simple solution to bugs shown up in tests in last 2 commitsMatthew Landauer2013-04-18-1/+1
| | | | | | |
| | * | | | | Test case that shows up event states bug in ↵Matthew Landauer2013-04-18-1/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | https://www.whatdotheyknow.com/details/request/family_support_worker_redundanci
| | * | | | | Test case that shows up event states bug in ↵Matthew Landauer2013-04-18-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | https://www.whatdotheyknow.com/request/human_rights_and_deprivation_of
| | * | | | | Testing an internal reviewMatthew Landauer2013-04-18-109/+131
| | | | | | |
| | * | | | | Add test for events in another situationMatthew Landauer2013-04-15-0/+28
| | | | | | |
| | * | | | | Check event_type in testsMatthew Landauer2013-04-15-0/+7
| | | | | | |
| | * | | | | Test event states when follow up message is sentMatthew Landauer2013-04-15-0/+24
| | | | | | |
| | * | | | | Added a commentMatthew Landauer2013-04-15-0/+2
| | | | | | |
| | * | | | | Test events some moreMatthew Landauer2013-04-15-5/+22
| | | | | | |
| | * | | | | Test event status after a response is receivedMatthew Landauer2013-04-15-12/+39
| | | | | | |
| | * | | | | Test to check event states after initial request is sentMatthew Landauer2013-04-15-0/+14
| | | | | | |
| * | | | | | Latest translations from Transifex.Louise Crow2013-07-23-1480/+11712
| | | | | | |
| * | | | | | Merge remote-tracking branch 'origin/721-defunct-tag' into rails-3-developLouise Crow2013-07-23-21/+32
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | Say Defunct instead of Make your own request in listings.Matthew Somerville2013-07-17-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Also don't show 'Make your own request' unless it's requestable.
| | * | | | | Always show defunct message, whether body has notes or not (for #721).Matthew Somerville2013-07-17-19/+24
| | | | | | |
| * | | | | | Syntax fix - we don't want to output the final value of the iterator.Louise Crow2013-07-18-1/+1
| |/ / / / /
| * | | | | Merge branch 'release/0.12' into rails-3-developLouise Crow2013-06-26-58/+3669
| |\ \ \ \ \
| * | | | | | Add test case and fix for unrecognized encoding in subject lineLouise Crow2013-06-25-0/+56
| | | | | | |
| * | | | | | Handle the case where an encoding is extracted that iconv doesn't handle.Louise Crow2013-06-25-1/+4
| | | | | | |
| * | | | | | Merge branch 'hotfix/0.11.0.16' into rails-3-developLouise Crow2013-06-25-19/+11
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: locale/he_IL/app.po locale/hr_HR/app.po locale/nb_NO/app.po locale/uk/app.po
* | | | | | | | The mysociety debian repo only has 64-bit packagesGanesh Sittampalam2013-08-13-1/+1
| | | | | | | |
* | | | | | | | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/alaveteliLouise Crow2013-08-05-5/+3
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' of ssh://git.mysociety.org/data/git/public/alaveteliIan Chard2013-08-01-14/+18
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Run migrations before trying to install themeIan Chard2013-08-01-3/+1
| | | | | | | | | |
| * | | | | | | | | add wheezy package names as alternates for rdoc and irbIan Chard2013-08-01-2/+2
| | | | | | | | | |
* | | | | | | | | | Latest translations from transifex.0.12.0.4hotfix/0.12.0.4Louise Crow2013-08-05-1859/+18918
| |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Update tests for changes to fixture file.hotfix/0.12.0.3Louise Crow2013-08-01-14/+18
|/ / / / / / / /
* | | | | / / / Try to convert csv files of public bodies into utf-8 before importing them.0.12.0.2hotfix/0.12.0.2Louise Crow2013-08-01-1/+2
| |_|_|_|/ / / |/| | | | | |
* | | | | | | Backport https://github.com/mikel/mail/pull/405 to prevent stack overflow ↵0.12.0.1hotfix/0.12.0.1Louise Crow2013-07-26-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | errors when parsing large mails with envelopes on memory limited systems.
* | | | | | | Merge branch 'release/0.12'0.12Louise Crow2013-06-26-857/+5390
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | / / / / | | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | Conflicts: locale/he_IL/app.po locale/hr_HR/app.po locale/nb_NO/app.po locale/uk/app.po