Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Add the new FORWARD_NONBOUNCE_RESPONSES_TO config variable. | Robin Houston | 2011-09-06 | -0/+5 |
| | | | | We may as well pull in GAZE_URL from the develop branch while we’re at it. | |||
* | Tidy up the code | Robin Houston | 2011-09-06 | -13/+11 |
| | ||||
* | Fix compact-xapian-database cron job | Robin Houston | 2011-08-26 | -1/+1 |
| | | | | run-with-lockfile takes the command as a single arg. | |||
* | Add rdoc 2.4.3 to vendor/gems | Robin Houston | 2011-08-24 | -0/+20701 |
| | ||||
* | Produce transaction stats up to and including August 2011. | Robin Houston | 2011-08-24 | -2/+2 |
| | ||||
* | Anneal brittle test | Robin Houston | 2011-08-24 | -1/+3 |
| | ||||
* | Describe the new-translations workflow for developersrelease-0.2 | Seb Bacon | 2011-08-22 | -3/+21 |
| | ||||
* | merge Faton's recent i18n work and revert unchanged PO files to avoid 'fuzzy ↵ | Seb Bacon | 2011-08-22 | -2343/+23481 |
|\ | | | | | | | translation' log noise | |||
| * | Rebuild .pot file after I18n changes and fix syntax at request_controller | Faton Selishta | 2011-08-22 | -10/+10 |
| | | ||||
| * | generated .pot files after I18n changes | Faton Selishta | 2011-08-22 | -3555/+26182 |
| | | ||||
| * | changed hard coded information about how overdue | Faton Selishta | 2011-08-22 | -1/+1 |
| | | ||||
| * | I18n'ize some strings in views | Faton Selishta | 2011-08-22 | -20/+16 |
| | | ||||
* | | Update POT file (related to issue #130) | Seb Bacon | 2011-08-22 | -147/+152 |
| | | ||||
* | | Ensure that recent Rails upgrade doesn't break compatibility with older ↵ | Seb Bacon | 2011-08-22 | -0/+48 |
|/ | | | | versions of Rubygems (such as exist in Debian Lenny). Closes #145. | |||
* | Update to latest version of Rails 2.3.x. Alaveteli users should remember to ↵ | Seb Bacon | 2011-08-17 | -0/+0 |
| | | | | run 'git submodule update'. Fixes #145 | |||
* | Add test for generation of HTML versions of attachments. As a side-effect, ↵ | Seb Bacon | 2011-08-17 | -26/+39 |
| | | | | make some of the HTML more valid. Prerequisite for addressing issue #108. | |||
* | correctly escape the plus sign in example exim routing regex | Seb Bacon | 2011-08-17 | -1/+1 |
| | ||||
* | Merge branch 'master' of github.com:sebbacon/alaveteli | David Cabo | 2011-08-16 | -5/+109 |
|\ | ||||
| * | Internationalise the salution, making sure it's OK to miss out the public ↵ | Seb Bacon | 2011-08-15 | -2/+25 |
| | | | | | | | | body name as they might in French. Fixes #134. | |||
| * | Fix template syntax error. Closes #136 | Seb Bacon | 2011-08-15 | -2/+9 |
| | | ||||
| * | New files I forgot to add in a7df6f479f452503e3a9 | Seb Bacon | 2011-08-15 | -0/+74 |
| | | ||||
| * | Monkey patch around bug that was stripping out quotes from search phrases. ↵ | Seb Bacon | 2011-08-15 | -1/+1 |
| | | | | | | | | Fixes #38 | |||
* | | Don't fail if a body has the same url_name in several locales (closes #139) | David Cabo | 2011-08-16 | -6/+21 |
| | | ||||
* | | Ignore autotest config file at project root | David Cabo | 2011-08-16 | -1/+2 |
|/ | ||||
* | Merge branch 'master' of github.com:sebbacon/alaveteli | David Cabo | 2011-08-15 | -27/+57 |
|\ | ||||
| * | Add a missing space | Robin Houston | 2011-08-12 | -1/+1 |
| | | | | | | | | See https://github.com/mysociety/whatdotheyknow/issues/29 | |||
| * | Move frontpage, jurisdiction-specific intro message into file that can be ↵ | Seb Bacon | 2011-08-12 | -3/+4 |
| | | | | | | | | overridden in theme. Closes #131 | |||
| * | Allow explanation of why postal correspondence isn't a good idea to be ↵ | Seb Bacon | 2011-08-12 | -3/+4 |
| | | | | | | | | overridden in the local theme. Fixes #132. | |||
| * | When displaying information about how overdue something is, use values from ↵ | Seb Bacon | 2011-08-12 | -1/+8 |
| | | | | | | | | 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/+8 |
| | | | | | | | | plain text versions of HTML email) | |||
| * | Remove more whatdotheyknow references. Closes #113 (I think). | Seb Bacon | 2011-08-12 | -8/+13 |
| | | ||||
| * | 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. | |||
* | | Remove WhatDoTheyKnow hardcoded name from help pages, replace with site_name ↵ | David Cabo | 2011-08-15 | -41/+43 |
| | | | | | | | | variable | |||
* | | translate remaining i18n strings to spanish | David Cabo | 2011-08-14 | -110/+314 |
|/ | ||||
* | 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. |