Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| | * | | | Patch Globalize to compensate for the way gettext_i18n_rails patches ↵ | Louise Crow | 2013-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 Crow | 2013-07-23 | -0/+1 | |
| | | | | | |||||
| | * | | | Use AlaveteliConfiguration wrapper in test so we can be more specific about ↵ | Louise Crow | 2013-07-23 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | the method to be stubbed and avoid side effects. | ||||
| | * | | | Extract code for setting locales in FastGettext and I18n | Louise Crow | 2013-07-18 | -19/+22 | |
| | | | | | |||||
| | * | | | Switch routing-filter (which takes locale out of the params and puts it in ↵ | Louise Crow | 2013-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 Crow | 2013-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-develop | Louise Crow | 2013-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 Crow | 2013-07-25 | -3/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | ruby 1.8 by using mb_chars for length comparison - it counts multibyte characters. | ||||
| * | | | | | New version of commonlib | Louise Crow | 2013-07-25 | -0/+0 | |
| | | | | | | |||||
| * | | | | | Update commonlib. | Louise Crow | 2013-07-24 | -0/+0 | |
| | | | | | | |||||
| * | | | | | Merge branch 'feature/similar-fixes' into rails-3-develop | Louise Crow | 2013-07-23 | -9/+14 | |
| |\ \ \ \ \ | |||||
| | * | | | | | Change concatenated header and title strings to full, properly escaped ↵ | Louise Crow | 2013-07-22 | -8/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | strings that are available for translation. Fixes #1003. | ||||
| | * | | | | | Supply correct parameter for similar requests page. Fixes #1002. | Louise Crow | 2013-07-22 | -1/+1 | |
| | | |/ / / | | |/| | | | |||||
| * | | | | | Merge remote-tracking branch ↵ | Louise Crow | 2013-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 request | Matthew Landauer | 2013-04-20 | -15/+16 | |
| | | | | | | | |||||
| | * | | | | | How we would handle event states if we added a state_update event whenever a ↵ | Matthew Landauer | 2013-04-20 | -18/+42 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | user classifies a request | ||||
| | * | | | | | Access events in tests as an array | Matthew Landauer | 2013-04-20 | -42/+43 | |
| | | | | | | | |||||
| | * | | | | | Simple solution to bugs shown up in tests in last 2 commits | Matthew Landauer | 2013-04-18 | -1/+1 | |
| | | | | | | | |||||
| | * | | | | | Test case that shows up event states bug in ↵ | Matthew Landauer | 2013-04-18 | -1/+18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://www.whatdotheyknow.com/details/request/family_support_worker_redundanci | ||||
| | * | | | | | Test case that shows up event states bug in ↵ | Matthew Landauer | 2013-04-18 | -0/+20 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://www.whatdotheyknow.com/request/human_rights_and_deprivation_of | ||||
| | * | | | | | Testing an internal review | Matthew Landauer | 2013-04-18 | -109/+131 | |
| | | | | | | | |||||
| | * | | | | | Add test for events in another situation | Matthew Landauer | 2013-04-15 | -0/+28 | |
| | | | | | | | |||||
| | * | | | | | Check event_type in tests | Matthew Landauer | 2013-04-15 | -0/+7 | |
| | | | | | | | |||||
| | * | | | | | Test event states when follow up message is sent | Matthew Landauer | 2013-04-15 | -0/+24 | |
| | | | | | | | |||||
| | * | | | | | Added a comment | Matthew Landauer | 2013-04-15 | -0/+2 | |
| | | | | | | | |||||
| | * | | | | | Test events some more | Matthew Landauer | 2013-04-15 | -5/+22 | |
| | | | | | | | |||||
| | * | | | | | Test event status after a response is received | Matthew Landauer | 2013-04-15 | -12/+39 | |
| | | | | | | | |||||
| | * | | | | | Test to check event states after initial request is sent | Matthew Landauer | 2013-04-15 | -0/+14 | |
| | | | | | | | |||||
| * | | | | | | Latest translations from Transifex. | Louise Crow | 2013-07-23 | -1480/+11712 | |
| | | | | | | | |||||
| * | | | | | | Merge remote-tracking branch 'origin/721-defunct-tag' into rails-3-develop | Louise Crow | 2013-07-23 | -21/+32 | |
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | |||||
| | * | | | | | Say Defunct instead of Make your own request in listings. | Matthew Somerville | 2013-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 Somerville | 2013-07-17 | -19/+24 | |
| | | | | | | | |||||
| * | | | | | | Syntax fix - we don't want to output the final value of the iterator. | Louise Crow | 2013-07-18 | -1/+1 | |
| |/ / / / / | |||||
| * | | | | | Merge branch 'release/0.12' into rails-3-develop | Louise Crow | 2013-06-26 | -58/+3669 | |
| |\ \ \ \ \ | |||||
| * | | | | | | Add test case and fix for unrecognized encoding in subject line | Louise Crow | 2013-06-25 | -0/+56 | |
| | | | | | | | |||||
| * | | | | | | Handle the case where an encoding is extracted that iconv doesn't handle. | Louise Crow | 2013-06-25 | -1/+4 | |
| | | | | | | | |||||
| * | | | | | | Merge branch 'hotfix/0.11.0.16' into rails-3-develop | Louise Crow | 2013-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 packages | Ganesh Sittampalam | 2013-08-13 | -1/+1 | |
| | | | | | | | | |||||
* | | | | | | | | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/alaveteli | Louise Crow | 2013-08-05 | -5/+3 | |
|\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/alaveteli | Ian Chard | 2013-08-01 | -14/+18 | |
| |\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Run migrations before trying to install theme | Ian Chard | 2013-08-01 | -3/+1 | |
| | | | | | | | | | | |||||
| * | | | | | | | | | add wheezy package names as alternates for rdoc and irb | Ian Chard | 2013-08-01 | -2/+2 | |
| | | | | | | | | | | |||||
* | | | | | | | | | | Latest translations from transifex.0.12.0.4hotfix/0.12.0.4 | Louise Crow | 2013-08-05 | -1859/+18918 | |
| |/ / / / / / / / |/| | | | | | | | | |||||
* | | | | | | | | | Update tests for changes to fixture file.hotfix/0.12.0.3 | Louise Crow | 2013-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.2 | Louise Crow | 2013-08-01 | -1/+2 | |
| |_|_|_|/ / / |/| | | | | | | |||||
* | | | | | | | Backport https://github.com/mikel/mail/pull/405 to prevent stack overflow ↵0.12.0.1hotfix/0.12.0.1 | Louise Crow | 2013-07-26 | -0/+16 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | errors when parsing large mails with envelopes on memory limited systems. | ||||
* | | | | | | | Merge branch 'release/0.12'0.12 | Louise Crow | 2013-06-26 | -857/+5390 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | / / / / | | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | Conflicts: locale/he_IL/app.po locale/hr_HR/app.po locale/nb_NO/app.po locale/uk/app.po | ||||
| * | | | | | Remove notes for c1b3324922687778b316ee1a180582013bcf6d0e, it was reverted ↵release/0.12 | Louise Crow | 2013-06-26 | -1/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | in 9452a2e5fffd35be383250ada139b349a5866acb as it causes ajax requests to be refused in the new request process. | ||||
| * | | | | | Revert "Assume that format will be specified in the url requested, or ↵ | Louise Crow | 2013-06-26 | -11/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | default to HTML. Fixes #989." This reverts commit c1b3324922687778b316ee1a180582013bcf6d0e. | ||||
| * | | | | | Latest translations from Transifex. | Louise Crow | 2013-06-26 | -44/+3647 | |
| | | | | | |