aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Improve db compact script: handle spaces in filenames nicely, output errors ↵Seb Bacon2011-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 TransifexDavid Cabo2011-08-12-2823/+6292
|
* Put back the gettext fuzzy/obsolete warningsDavid Cabo2011-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 resultsDavid Cabo2011-08-12-1/+1
|
* Fix name of first field on CSV importDavid Cabo2011-08-12-0/+1
|
* Improve description of CSV file format on upload pageDavid Cabo2011-08-12-3/+14
|
* Compact database regularly. Fixes #127.Seb Bacon2011-08-11-0/+20
|
* disable FastText warnings about fuzzy/obsolete strings, at least temporarilyDavid Cabo2011-08-11-1/+1
|
* update .pot file to reflect new localized stringsDavid Cabo2011-08-11-4775/+8067
|
* translate localized strings to SpanishDavid Cabo2011-08-11-763/+1094
|
* Index all available locales for requested_from field (fixes #126)David Cabo2011-08-11-1/+6
|
* I18n'ize some more strings in viewsDavid Cabo2011-08-11-15/+15
|
* Create public bodies in multiple locales when importing from CSVDavid Cabo2011-08-11-24/+88
|
* Handle optional field list on CSV import, needed for enabling multiple localesDavid Cabo2011-08-11-7/+28
|
* I18n'd hardcoded WhatDoTheyKnow strings, mostly in mails. Use named variable ↵David Cabo2011-08-11-116/+137
| | | | substitution in gettext strings.
* Show the rejected reason for the incoming message in question, not the most ↵Seb Bacon2011-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 Bacon2011-08-10-5/+37
| | | | alternative to pdftk for compression. Closes #123.
* Forwards compatibility with newer versions of Xapian. Fixes #101Seb Bacon2011-08-10-1/+1
|
* Fix up missing fixtures (causing failures dependent on order the tests were ↵Seb Bacon2011-08-10-17/+29
| | | | funr). Also tidy up raw_email setup code to match everywhere.
* Fix a typo in the email templaterelease-0.1Robin Houston2011-08-10-2/+2
|
* Bring the wdtk branch into line with master (no more differences).Robin Houston2011-08-09-2/+36
|
* Merge branch 'master' into wdtkRobin Houston2011-08-09-55/+325
|\
| * allow admin to redeliver emails to closed requests. Fixes #116Seb Bacon2011-08-08-1/+19
| |
| * Introduce config setting to ignore browser language settingsSeb Bacon2011-08-08-2/+21
| |
| * Fix dependency problem when deleting incoming messages. Closes #115Seb Bacon2011-08-08-4/+8
| |
| * Ensure we use sensible fallbacks for setting the default / initial locale ↵Seb Bacon2011-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 Bacon2011-08-08-22/+98
| | | | | | | | Closes #117
| * Log the reason why an incoming mail is routed to the holding pen, and ↵Seb Bacon2011-08-03-9/+84
| | | | | | | | display it to administrators. Closes #107.
| * Force a trailing slash on the end of the administrators' index page. Fixes #106Seb Bacon2011-08-03-1/+14
| |
| * Fail silently if there's no user matching one referenced in the current ↵Seb Bacon2011-08-03-1/+12
| | | | | | | | session. Fixes #105
| * Update sample-data loading instructions to use a script (because we need to ↵Seb Bacon2011-08-02-1/+13
| | | | | | | | workaround fixtures not knowing how to load data from the filesystem for RawEmails)
| * Fix broken check for test environmentRobin Houston2011-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 Bacon2011-08-01-0/+21
| |
| * Use only one kind of variable interpolation on gettext strings (mixing them ↵Seb Bacon2011-08-01-7/+6
| | | | | | | | is dangerous as we don't escape translations). Fixes #99.
* | Fix broken check for test environmentRobin Houston2011-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 Houston2011-07-30-35/+0
| |
* | Merge branch 'master' into wdtkRobin Houston2011-07-30-2/+101
|\|
| * Include public body name in page title for SEO reasons. Closes #98.Seb Bacon2011-07-29-2/+2
| |
| * Mention Varnish in production setup recommendations (and supply example VCL)Seb Bacon2011-07-29-0/+99
| |
* | Merge branch 'master' into wdtkRobin Houston2011-07-29-35/+203
|\|
| * make explicit path test locale-independentSeb Bacon2011-07-29-1/+1
| |
| * Add missing :info_requests fixture to test that depends on itSeb Bacon2011-07-29-1/+1
| |
| * To make tests pass with RawEmails on the filesystem, instead of hacky ↵Seb Bacon2011-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/alaveteliRobin Houston2011-07-28-1/+5
| |\
| | * Cause the final step in the "new request" workflow to have a unique URL (so ↵Seb Bacon2011-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 Houston2011-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 Houston2011-07-28-0/+2
| | | | | | | | Googlebot is requesting hundreds of them
| * Don't treat CSRF tokens as optional session data for administrators (they're ↵Seb Bacon2011-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 Bacon2011-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 Bacon2011-07-27-1/+10
| | | | | | | | password are unset