Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| * | | Merge branch 'release/0.9' into develop | Louise Crow | 2013-04-24 | -535/+3941 | |
| |\ \ | |||||
| * | | | Make sure raw emails are loaded before running integration spec | Louise Crow | 2013-04-23 | -0/+1 | |
| | | | | |||||
* | | | | Preserve string "Tags (separated by a space):", removed in ↵ | Louise Crow | 2013-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 code | Louise Crow | 2013-07-30 | -1/+0 | |
| | | | |||||
* | | | Use first argument to script when not running in daemon mode. Fixes #1023. | Louise Crow | 2013-07-30 | -1/+1 | |
| | | | |||||
* | | | Add some notes about how to fix existing email addresses with spaces. | Louise Crow | 2013-07-30 | -2/+1 | |
| | | | |||||
* | | | Add a note on how to start mailcatcher. | Louise Crow | 2013-07-30 | -1/+2 | |
| | | | |||||
* | | | Handle the case of a name that hits the character limits and has been ↵ | Louise Crow | 2013-07-29 | -7/+27 | |
| | | | | | | | | | | | | suffixed with a number. | ||||
* | | | Update commonlib to get fix for ↵ | Louise Crow | 2013-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-develop | Louise Crow | 2013-07-29 | -168/+190 | |
|\ \ \ | |||||
| * | | | Prepare the xapian database before running tests that rely on it existing. | Louise Crow | 2013-07-29 | -0/+5 | |
| | | | | |||||
| * | | | Move some more config into AlaveteliLocalization so that it can be called ↵ | Louise Crow | 2013-07-24 | -13/+14 | |
| | | | | | | | | | | | | | | | | outside initialization e.g. in tests. | ||||
| * | | | Clarify comment. | Louise Crow | 2013-07-23 | -1/+1 | |
| | | | | |||||
| * | | | Use FastGettext.locale, not I18n.locale as the latter will return hyphens, ↵ | Louise Crow | 2013-07-23 | -1/+1 | |
| | | | | | | | | | | | | | | | | not underscores as we use in our URLs. | ||||
| * | | | 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 | ||||
| * | | | | 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 | ||||
* | | | | | | 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 | |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | |