Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Update tests to reflect sign-in is now before Preview when making new request | David Cabo | 2011-08-13 | -12/+13 |
| | ||||
* | Merge branch 'master' of github.com:sebbacon/alaveteli into asktheeu | David Cabo | 2011-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 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. | |||
| * | | 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 |
| |\ \ | ||||
| * \ \ | Merge branch 'master' into wdtk | Robin Houston | 2011-07-29 | -35/+203 |
| |\ \ \ | ||||
| * | | | | 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 | |||
| * | | | | Cause PassengerMaxRequests to be zero by default (in mySociety config this ↵ | Seb Bacon | 2011-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 Bacon | 2011-07-26 | -3/+37 |
| | | | | | | | | | | | | | | | | | | | | long). | |||
| * | | | | Rescue NameErrors when attempting to load custom states (for the case where ↵ | Seb Bacon | 2011-07-26 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | the file exists, but it's empty) | |||
| * | | | | Remove redundant test (this change should be with commit ↵ | Seb Bacon | 2011-07-26 | -14/+0 |
| | | | | | | | | | | | | | | | | | | | | dd58cd35e51c1b98228aae1aa930629e84b6a905) | |||
| * | | | | Add FixMyTransport's strip_empty_sessions to not send a cookie if there's ↵ | Matthew Somerville | 2011-07-26 | -9/+101 |
| | | | | | | | | | | | | | | | | | | | | nothing in the session. | |||
| * | | | | Correct the mutt syntax, for sending notification mails about import errors. | Robin Houston | 2011-07-26 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Closes #90. | |||
| * | | | | added missing outgoing_messages fixture to test | David Cabo | 2011-07-26 | -1/+1 |
| | | | | | ||||
| * | | | | Clarify alert logic in a comment | Seb Bacon | 2011-07-26 | -1/+5 |
| | | | | | ||||
| * | | | | Don't bother stripping whitespace when checking old requests: it's an ↵ | Seb Bacon | 2011-07-26 | -8/+1 |
| | | | | | | | | | | | | | | | | | | | | expensive operation with a relatively small benefit. | |||
| * | | | | catch MissingSourceFile instead of NameError when including custom states, ↵ | David Cabo | 2011-07-26 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | in order to handle the case when file is not present |