aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* Anneal brittle testRobin Houston2011-08-24-1/+3
* Describe the new-translations workflow for developersrelease-0.2Seb Bacon2011-08-22-3/+21
* merge Faton's recent i18n work and revert unchanged PO files to avoid 'fuzzy ...Seb Bacon2011-08-22-2343/+23481
|\
| * Rebuild .pot file after I18n changes and fix syntax at request_controllerFaton Selishta2011-08-22-10/+10
| * generated .pot files after I18n changesFaton Selishta2011-08-22-3555/+26182
| * changed hard coded information about how overdueFaton Selishta2011-08-22-1/+1
| * I18n'ize some strings in viewsFaton Selishta2011-08-22-20/+16
* | Update POT file (related to issue #130)Seb Bacon2011-08-22-147/+152
* | Ensure that recent Rails upgrade doesn't break compatibility with older versi...Seb Bacon2011-08-22-0/+48
|/
* Update to latest version of Rails 2.3.x. Alaveteli users should remember to ...Seb Bacon2011-08-17-0/+0
* Add test for generation of HTML versions of attachments. As a side-effect, m...Seb Bacon2011-08-17-26/+39
* correctly escape the plus sign in example exim routing regexSeb Bacon2011-08-17-1/+1
* Merge branch 'master' of github.com:sebbacon/alaveteliDavid Cabo2011-08-16-5/+109
|\
| * Internationalise the salution, making sure it's OK to miss out the public bod...Seb Bacon2011-08-15-2/+25
| * Fix template syntax error. Closes #136Seb Bacon2011-08-15-2/+9
| * New files I forgot to add in a7df6f479f452503e3a9Seb Bacon2011-08-15-0/+74
| * Monkey patch around bug that was stripping out quotes from search phrases. F...Seb Bacon2011-08-15-1/+1
* | Don't fail if a body has the same url_name in several locales (closes #139)David Cabo2011-08-16-6/+21
* | Ignore autotest config file at project rootDavid Cabo2011-08-16-1/+2
|/
* Merge branch 'master' of github.com:sebbacon/alaveteliDavid Cabo2011-08-15-27/+57
|\
| * Add a missing spaceRobin Houston2011-08-12-1/+1
| * Move frontpage, jurisdiction-specific intro message into file that can be ove...Seb Bacon2011-08-12-3/+4
| * Allow explanation of why postal correspondence isn't a good idea to be overri...Seb Bacon2011-08-12-3/+4
| * When displaying information about how overdue something is, use values from t...Seb Bacon2011-08-12-1/+8
| * Force elinks to assume UTF8 character set for its input (used when making pla...Seb Bacon2011-08-12-1/+8
| * Remove more whatdotheyknow references. Closes #113 (I think).Seb Bacon2011-08-12-8/+13
| * Improve db compact script: handle spaces in filenames nicely, output errors t...Seb Bacon2011-08-12-10/+19
* | Remove WhatDoTheyKnow hardcoded name from help pages, replace with site_name ...David Cabo2011-08-15-41/+43
* | translate remaining i18n strings to spanishDavid Cabo2011-08-14-110/+314
|/
* 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
* 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
* Show the rejected reason for the incoming message in question, not the most r...Seb Bacon2011-08-11-2/+7
* Apply censor rules even when pdftk refuses to compress. Also provide for alt...Seb Bacon2011-08-10-5/+37
* 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 f...Seb Bacon2011-08-10-17/+29
* 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
|\