aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Update tests to reflect sign-in is now before Preview when making new requestDavid Cabo2011-08-13-12/+13
|
* Merge branch 'master' of github.com:sebbacon/alaveteli into asktheeuDavid Cabo2011-08-12-4342/+8465
|\ | | | | | | | | | | | | | | | | | | | | Conflicts: locale/cy/app.po locale/de/app.po locale/es/app.po locale/fr/app.po locale/sq/app.po locale/sr/app.po locale/sr@latin/app.po
| * 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.
| * | 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
| |\ \
| * \ \ Merge branch 'master' into wdtkRobin Houston2011-07-29-35/+203
| |\ \ \
| * | | | 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
| * | | | Cause PassengerMaxRequests to be zero by default (in mySociety config this ↵Seb Bacon2011-07-26-0/+4
| | | | | | | | | | | | | | | | | | | | was set at 100, which strictly speaking is a debug-only setting)
| * | | | Add cache headers to various pages (in three categories: short, medium, and ↵Seb Bacon2011-07-26-3/+37
| | | | | | | | | | | | | | | | | | | | long).
| * | | | Rescue NameErrors when attempting to load custom states (for the case where ↵Seb Bacon2011-07-26-2/+2
| | | | | | | | | | | | | | | | | | | | the file exists, but it's empty)
| * | | | Remove redundant test (this change should be with commit ↵Seb Bacon2011-07-26-14/+0
| | | | | | | | | | | | | | | | | | | | dd58cd35e51c1b98228aae1aa930629e84b6a905)
| * | | | Add FixMyTransport's strip_empty_sessions to not send a cookie if there's ↵Matthew Somerville2011-07-26-9/+101
| | | | | | | | | | | | | | | | | | | | nothing in the session.
| * | | | Correct the mutt syntax, for sending notification mails about import errors.Robin Houston2011-07-26-1/+1
| | | | | | | | | | | | | | | | | | | | Closes #90.
| * | | | added missing outgoing_messages fixture to testDavid Cabo2011-07-26-1/+1
| | | | |
| * | | | Clarify alert logic in a commentSeb Bacon2011-07-26-1/+5
| | | | |
| * | | | Don't bother stripping whitespace when checking old requests: it's an ↵Seb Bacon2011-07-26-8/+1
| | | | | | | | | | | | | | | | | | | | expensive operation with a relatively small benefit.
| * | | | catch MissingSourceFile instead of NameError when including custom states, ↵David Cabo2011-07-26-2/+2
| | | | | | | | | | | | | | | | | | | | in order to handle the case when file is not present