Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Merge branch 'develop' of git@github.com:sebbacon/alaveteli into develop | Robin Houston | 2011-08-25 | -66/+99 |
|\ | ||||
| * | Draft UI for tabbed multi-locale public body handling | David Cabo | 2011-08-23 | -1/+1 |
| | | ||||
| * | Refactor fixes to #142 and #143, new implementation much simpler to understand | David Cabo | 2011-08-23 | -6/+39 |
| | | ||||
| * | Minor refactoring of CSV importer | David Cabo | 2011-08-23 | -0/+3 |
| | | ||||
| * | Extend CSV import to support additional fields (short name, home page...) | David Cabo | 2011-08-23 | -39/+45 |
| | | ||||
| * | Replace hardcoded state list in InfoRequestState with customizable one from ↵ | David Cabo | 2011-08-23 | -16/+7 |
| | | | | | | | | InfoRequest (fixes #155) | |||
| * | Make timeframes for new response reminders configurable | David Cabo | 2011-08-23 | -5/+5 |
| | | ||||
* | | Correct the default values for CONTACT_NAME and CONTACT_EMAIL | Robin Houston | 2011-08-25 | -2/+2 |
|/ | | | | ...which were incorrectly transposed. | |||
* | Add test for generation of HTML versions of attachments. As a side-effect, ↵ | Seb Bacon | 2011-08-17 | -2/+2 |
| | | | | make some of the HTML more valid. Prerequisite for addressing issue #108. | |||
* | Merge branch 'master' of github.com:sebbacon/alaveteli | David Cabo | 2011-08-16 | -2/+3 |
|\ | ||||
| * | Internationalise the salution, making sure it's OK to miss out the public ↵ | Seb Bacon | 2011-08-15 | -2/+3 |
| | | | | | | | | body name as they might in French. Fixes #134. | |||
* | | Don't fail if a body has the same url_name in several locales (closes #139) | David Cabo | 2011-08-16 | -6/+7 |
|/ | ||||
* | When displaying information about how overdue something is, use values from ↵ | Seb Bacon | 2011-08-12 | -0/+2 |
| | | | | the config file, rather than hard coded ones. Fixes #130. | |||
* | Force elinks to assume UTF8 character set for its input (used when making ↵ | Seb Bacon | 2011-08-12 | -1/+1 |
| | | | | plain text versions of HTML email) | |||
* | Remove more whatdotheyknow references. Closes #113 (I think). | Seb Bacon | 2011-08-12 | -1/+2 |
| | ||||
* | Fix name of first field on CSV import | David Cabo | 2011-08-12 | -0/+1 |
| | ||||
* | 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 | -11/+11 |
| | ||||
* | Create public bodies in multiple locales when importing from CSV | David Cabo | 2011-08-11 | -11/+39 |
| | ||||
* | Handle optional field list on CSV import, needed for enabling multiple locales | David Cabo | 2011-08-11 | -7/+11 |
| | ||||
* | I18n'd hardcoded WhatDoTheyKnow strings, mostly in mails. Use named variable ↵ | David Cabo | 2011-08-11 | -24/+29 |
| | | | | substitution in gettext strings. | |||
* | Apply censor rules even when pdftk refuses to compress. Also provide for ↵ | Seb Bacon | 2011-08-10 | -1/+13 |
| | | | | alternative to pdftk for compression. Closes #123. | |||
* | Fix dependency problem when deleting incoming messages. Closes #115 | Seb Bacon | 2011-08-08 | -4/+1 |
| | ||||
* | Guess holding pen emails based on having a correct hash and an incorrect id. ↵ | Seb Bacon | 2011-08-08 | -10/+27 |
| | | | | Closes #117 | |||
* | Log the reason why an incoming mail is routed to the holding pen, and ↵ | Seb Bacon | 2011-08-03 | -6/+14 |
| | | | | display it to administrators. Closes #107. | |||
* | 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/+3 |
| | ||||
* | To make tests pass with RawEmails on the filesystem, instead of hacky ↵ | Seb Bacon | 2011-07-29 | -3/+7 |
| | | | | 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. | |||
* | Rescue NameErrors when attempting to load custom states (for the case where ↵ | Seb Bacon | 2011-07-25 | -1/+1 |
| | | | | the file exists, but it's empty) | |||
* | Merge branch 'master' of github.com:sebbacon/alaveteli | Seb Bacon | 2011-07-25 | -1/+1 |
|\ | ||||
| * | catch MissingSourceFile instead of NameError when including custom states, ↵ | David Cabo | 2011-07-23 | -1/+1 |
| | | | | | | | | in order to handle the case when file is not present | |||
* | | Clarify alert logic in a comment | Seb Bacon | 2011-07-25 | -1/+5 |
| | | ||||
* | | Don't bother stripping whitespace when checking old requests: it's an ↵ | Seb Bacon | 2011-07-25 | -8/+1 |
| | | | | | | | | expensive operation with a relatively small benefit. | |||
* | | drop strange, stray comment | Seb Bacon | 2011-07-22 | -1/+0 |
|/ | ||||
* | Drop post_redirects older than 2 months. The 6 month limit meant we had far ↵ | Seb Bacon | 2011-07-22 | -1/+1 |
| | | | | too much redundant data that we were needlessly backing up. | |||
* | Store raw_emails in the filesystem, not in the database. They don't need to ↵ | Seb Bacon | 2011-07-22 | -4/+37 |
| | | | | | | be in the database (we never write to them, for example), and they bloat it unecessarily, making backups etc difficult. NOTE: this migration could take a *very* long time. | |||
* | 1) You can’t call an instance method from a class method (d’oh) | Robin Houston | 2011-07-14 | -2/+2 |
| | | | | | | 2) The test coverage is less good than I imagined. XXXX need test for zip file attachments | |||
* | Merge branch 'master' of git@github.com:sebbacon/alaveteli | Robin Houston | 2011-07-13 | -2/+2 |
|\ | ||||
| * | Fix bug that meant plugin custom states weren't being loaded | Seb Bacon | 2011-07-13 | -2/+2 |
| | | ||||
* | | Continue processing if we encounter a corrupt zip file | Robin Houston | 2011-07-13 | -21/+31 |
|/ | ||||
* | Refactor custom states loading (use class methods where appropriate, ↵ | Seb Bacon | 2011-07-12 | -21/+13 |
| | | | | simplify main code at the cost (small) of test legibility) | |||
* | ensure we don't load custom states from plugins when running tests | Seb Bacon | 2011-07-12 | -1/+7 |
| | ||||
* | merge IZ/Kosovo fork and refactor | Seb Bacon | 2011-07-12 | -93/+155 |
|\ | ||||
| * | Improve factoring out of custom states code (refactor a little, add tests) | Seb Bacon | 2011-07-12 | -34/+51 |
| | | ||||
| * | As a first attempt, in a dumb way, factor out jurisdiction-specific states ↵ | Seb Bacon | 2011-07-07 | -6/+14 |
| | | | | | | | | to themes | |||
| * | fallbacks for public_body_categories (this needs to be done in a better way, ↵ | Seb Bacon | 2011-07-07 | -2/+9 |
| | | | | | | | | but will do for now | |||
| * | Move various hard-coded strings to config file | Seb Bacon | 2011-07-07 | -1/+3 |
| | | ||||
| * | Changes required to get selishta (Kosovo) fork merges to pass tests. ↵ | Seb Bacon | 2011-07-06 | -6/+8 |
| | | | | | | | | Includes new "REPLY_LATE_AFTER_DAYS" config option. | |||
| * | initial merge of Kosovan branch; still need to get tests passing, factor out ↵ | Seb Bacon | 2011-07-06 | -80/+106 |
| |\ | | | | | | | | | | Kosovan-specific code | |||
| | * | I18n string for models | Faton Selishta | 2011-06-30 | -66/+66 |
| | | |