Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Improve db compact script: handle spaces in filenames nicely, output errors ↵ | Seb Bacon | 2011-08-12 | -10/+19 |
| | | | | to STDERR, and don't do anything if there's a half-finished attempt still lying around. | |||
* | Update all .po files with the latest from Transifex | David Cabo | 2011-08-12 | -2823/+6292 |
| | ||||
* | Put back the gettext fuzzy/obsolete warnings | David Cabo | 2011-08-12 | -1/+1 |
| | | | | Be careful: turns out that the :ignore_fuzzy flag changes the behaviour of gettext. The warnings dont show up, but the fuzzy strings get used, and theyre most often wrong! | |||
* | make CSV import test deterministic by sorting results | David Cabo | 2011-08-12 | -1/+1 |
| | ||||
* | Fix name of first field on CSV import | David Cabo | 2011-08-12 | -0/+1 |
| | ||||
* | Improve description of CSV file format on upload page | David Cabo | 2011-08-12 | -3/+14 |
| | ||||
* | Compact database regularly. Fixes #127. | Seb Bacon | 2011-08-11 | -0/+20 |
| | ||||
* | disable FastText warnings about fuzzy/obsolete strings, at least temporarily | David Cabo | 2011-08-11 | -1/+1 |
| | ||||
* | update .pot file to reflect new localized strings | David Cabo | 2011-08-11 | -4775/+8067 |
| | ||||
* | translate localized strings to Spanish | David Cabo | 2011-08-11 | -763/+1094 |
| | ||||
* | Index all available locales for requested_from field (fixes #126) | David Cabo | 2011-08-11 | -1/+6 |
| | ||||
* | I18n'ize some more strings in views | David Cabo | 2011-08-11 | -15/+15 |
| | ||||
* | Create public bodies in multiple locales when importing from CSV | David Cabo | 2011-08-11 | -24/+88 |
| | ||||
* | Handle optional field list on CSV import, needed for enabling multiple locales | David Cabo | 2011-08-11 | -7/+28 |
| | ||||
* | I18n'd hardcoded WhatDoTheyKnow strings, mostly in mails. Use named variable ↵ | David Cabo | 2011-08-11 | -116/+137 |
| | | | | substitution in gettext strings. | |||
* | Show the rejected reason for the incoming message in question, not the most ↵ | Seb Bacon | 2011-08-11 | -2/+7 |
| | | | | recent rejected reason for the info request in question. Fixes #129. | |||
* | Apply censor rules even when pdftk refuses to compress. Also provide for ↵ | Seb Bacon | 2011-08-10 | -5/+37 |
| | | | | alternative to pdftk for compression. Closes #123. | |||
* | Forwards compatibility with newer versions of Xapian. Fixes #101 | Seb Bacon | 2011-08-10 | -1/+1 |
| | ||||
* | Fix up missing fixtures (causing failures dependent on order the tests were ↵ | Seb Bacon | 2011-08-10 | -17/+29 |
| | | | | funr). Also tidy up raw_email setup code to match everywhere. | |||
* | Fix a typo in the email templaterelease-0.1 | Robin Houston | 2011-08-10 | -2/+2 |
| | ||||
* | Bring the wdtk branch into line with master (no more differences). | Robin Houston | 2011-08-09 | -2/+36 |
| | ||||
* | Merge branch 'master' into wdtk | Robin Houston | 2011-08-09 | -55/+325 |
|\ | ||||
| * | allow admin to redeliver emails to closed requests. Fixes #116 | Seb Bacon | 2011-08-08 | -1/+19 |
| | | ||||
| * | Introduce config setting to ignore browser language settings | Seb Bacon | 2011-08-08 | -2/+21 |
| | | ||||
| * | Fix dependency problem when deleting incoming messages. Closes #115 | Seb Bacon | 2011-08-08 | -4/+8 |
| | | ||||
| * | Ensure we use sensible fallbacks for setting the default / initial locale ↵ | Seb Bacon | 2011-08-08 | -9/+31 |
| | | | | | | | | for a user. (Partially) fixes #114 | |||
| * | Guess holding pen emails based on having a correct hash and an incorrect id. ↵ | Seb Bacon | 2011-08-08 | -22/+98 |
| | | | | | | | | Closes #117 | |||
| * | Log the reason why an incoming mail is routed to the holding pen, and ↵ | Seb Bacon | 2011-08-03 | -9/+84 |
| | | | | | | | | display it to administrators. Closes #107. | |||
| * | Force a trailing slash on the end of the administrators' index page. Fixes #106 | Seb Bacon | 2011-08-03 | -1/+14 |
| | | ||||
| * | Fail silently if there's no user matching one referenced in the current ↵ | Seb Bacon | 2011-08-03 | -1/+12 |
| | | | | | | | | session. Fixes #105 | |||
| * | Update sample-data loading instructions to use a script (because we need to ↵ | Seb Bacon | 2011-08-02 | -1/+13 |
| | | | | | | | | workaround fixtures not knowing how to load data from the filesystem for RawEmails) | |||
| * | Fix broken check for test environment | Robin Houston | 2011-08-01 | -1/+1 |
| | | | | | | | | | | | | | | The condition that was supposed to check for the "test" environment was accidentally imposing the test environment. Closes #102. | |||
| * | User's display name should indicate if they've been banned. Fixes #100. | Seb Bacon | 2011-08-01 | -0/+21 |
| | | ||||
| * | Use only one kind of variable interpolation on gettext strings (mixing them ↵ | Seb Bacon | 2011-08-01 | -7/+6 |
| | | | | | | | | is dangerous as we don't escape translations). Fixes #99. | |||
* | | Fix broken check for test environment | Robin Houston | 2011-08-01 | -1/+1 |
| | | | | | | | | | | | | | | The condition that was supposed to check for the "test" environment was accidentally imposing the test environment. Closes #102. | |||
* | | Let’s not do these migrations on WDTK. At least not yet. | Robin Houston | 2011-07-30 | -35/+0 |
| | | ||||
* | | Merge branch 'master' into wdtk | Robin Houston | 2011-07-30 | -2/+101 |
|\| | ||||
| * | Include public body name in page title for SEO reasons. Closes #98. | Seb Bacon | 2011-07-29 | -2/+2 |
| | | ||||
| * | Mention Varnish in production setup recommendations (and supply example VCL) | Seb Bacon | 2011-07-29 | -0/+99 |
| | | ||||
* | | Merge branch 'master' into wdtk | Robin Houston | 2011-07-29 | -35/+203 |
|\| | ||||
| * | make explicit path test locale-independent | Seb Bacon | 2011-07-29 | -1/+1 |
| | | ||||
| * | Add missing :info_requests fixture to test that depends on it | Seb Bacon | 2011-07-29 | -1/+1 |
| | | ||||
| * | To make tests pass with RawEmails on the filesystem, instead of hacky ↵ | Seb Bacon | 2011-07-29 | -54/+114 |
| | | | | | | | | dependency on existence of text_binary field in raw_emails model, rewrite tests (and their fixtures) to explicitly load data from FS when raw_emails are used. | |||
| * | Merge branch 'master' of git@github.com:sebbacon/alaveteli | Robin Houston | 2011-07-28 | -1/+5 |
| |\ | ||||
| | * | Cause the final step in the "new request" workflow to have a unique URL (so ↵ | Seb Bacon | 2011-07-28 | -1/+5 |
| | | | | | | | | | | | | we can distinguish it in Google Analytics). Fixes #96 | |||
| * | | Doing two placeholder-substitution operations in succession is a recipe for ↵ | Robin Houston | 2011-07-28 | -3/+1 |
| |/ | | | | | | | | | | | disaster. (In this case, a request whose title contains a % sign caused it to break.) | |||
| * | Add /signing to the list of disallowed paths in robots.txt, because ↵ | Robin Houston | 2011-07-28 | -0/+2 |
| | | | | | | | | Googlebot is requesting hundreds of them | |||
| * | Don't treat CSRF tokens as optional session data for administrators (they're ↵ | Seb Bacon | 2011-07-27 | -4/+23 |
| | | | | | | | | | | | | needed to allow them to edit anything! Fixes #95 (Also change wording of test namess to match usual rspec convention) | |||
| * | include "locale" in list of session data keys that are used to decide if a ↵ | Seb Bacon | 2011-07-27 | -1/+9 |
| | | | | | | | | rails session cookie is redundant for the purposes of this request. Fixes #91 | |||
| * | Authentication should only apply to admin interface when *both* email *and* ↵ | Seb Bacon | 2011-07-27 | -1/+10 |
| | | | | | | | | password are unset |