aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Merge branch 'master' into wdtkRobin Houston2011-07-14-3/+3
|\
| * The sense of the "is admin" test was accidentally reversed on the request ↵Robin Houston2011-07-14-3/+3
| | | | | | | | page template
* | Merge branch 'master' into wdtkRobin Houston2011-07-14-2/+5
|\|
| * Do not specify ADMIN_BASE_URL in the example config file,Robin Houston2011-07-14-2/+5
| | | | | | | | | | because the dynamic default value will be correct for most installations.
* | Merge branch 'master' into wdtkRobin Houston2011-07-14-1/+1
|\|
| * Use the ADMIN_BASE_URL config variable if present, rather than ignoring itRobin Houston2011-07-14-1/+1
| |
* | Merge branch 'master' into wdtkRobin Houston2011-07-14-2/+2
|\|
| * 1) You can’t call an instance method from a class method (d’oh)Robin Houston2011-07-14-2/+2
| | | | | | | | | | | | 2) The test coverage is less good than I imagined. XXXX need test for zip file attachments
* | Oh! Is this going to be reverted every time I merge from master? That’s ↵Robin Houston2011-07-14-1/+1
| | | | | | | | not what I hoped would happen.
* | Merge branch 'master' into wdtkRobin Houston2011-07-14-6/+13
|\|
| * Reinstate the additional admin links.Robin Houston2011-07-14-5/+12
| |
| * That is only supposed to be disabled in the wdtk branch, not in master.Robin Houston2011-07-14-1/+1
| |
| * Merge branch 'master' of git@github.com:sebbacon/alaveteliRobin Houston2011-07-14-5/+54
| |\
| * \ Merge branch 'wdtk' of git@github.com:sebbacon/alaveteliRobin Houston2011-07-14-1/+1
| |\ \
* | | | Merge branch 'master' into wdtkRobin Houston2011-07-14-6/+6
|\| | |
| * | | Rationalise unholy mixture of tabs and spacesRobin Houston2011-07-14-6/+6
| | | |
* | | | Merge branch 'master' of git@github.com:sebbacon/alaveteli into wdtkRobin Houston2011-07-14-5/+54
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'master' of github.com:sebbacon/alaveteliSeb Bacon2011-07-14-114/+39
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: app/views/request/_request_listing_single.rhtml
| * | | | Fix bug on categorisation page that was stopping game from workingSeb Bacon2011-07-14-1/+50
| | | | |
* | | | | Merge branch 'master' into wdtkRobin Houston2011-07-14-2/+2
|\ \ \ \ \ | | |_|/ / | |/| | / | |_|_|/ |/| | |
| * | | Putting a space before the parenthesis causes a mandatory Ruby warningRobin Houston2011-07-14-2/+2
| | |/ | |/| | | | | | | "warning: don't put space before argument parentheses"
* / | Disable the locale-specific routing, at least till it actually works.Robin Houston2011-07-13-1/+1
|/ /
* | Inconsistent whitespaceRobin Houston2011-07-13-8/+8
| |
* | Make the tests work with authenticationRobin Houston2011-07-13-1/+4
| |
* | Update commonlibRobin Houston2011-07-13-0/+0
| |
* | Remove the PHP-formatted example config fileRobin Houston2011-07-13-89/+0
| |
* | Merge branch 'master' of git@github.com:sebbacon/alaveteliRobin Houston2011-07-13-809/+4754
|\|
| * remove obselete msgids, and update with latest sq translationsSeb Bacon2011-07-13-806/+4750
| |
| * Fix bug that meant plugin custom states weren't being loadedSeb Bacon2011-07-13-3/+4
| |
* | Continue processing if we encounter a corrupt zip fileRobin Houston2011-07-13-21/+31
| |
* | Add python-yaml to config/packages.Robin Houston2011-07-13-0/+1
|/ | | | | (Even though it’s now part of the mySociety base configuration, this packages list is also useful as documentation for outside installations.)
* test with state other than "requires_admin" (as that state sends emails and ↵Seb Bacon2011-07-13-1/+1
| | | | breaks other tests :()
* don't test routing filters at same time as other testsSeb Bacon2011-07-13-1/+2
|
* Explicitly set default locale when testing as well as in productionSeb Bacon2011-07-13-5/+7
|
* correct link to docsSeb Bacon2011-07-13-1/+1
|
* fix "custom request states" request controller testSeb Bacon2011-07-12-0/+3
|
* Make memcached caching observe language settingsSeb Bacon2011-07-12-3/+3
|
* for reasons that are as yet unclear, I18n.default_locale doesn't always ↵Seb Bacon2011-07-12-4/+4
| | | | delegate to FastGettext.default_available_locales; so we set it explicitly here, too
* remove obselete msgids from de and fr translationsSeb Bacon2011-07-12-8/+2
|
* latest POT fileSeb Bacon2011-07-12-270/+232
|
* Notes about how to find translatable strings.Seb Bacon2011-07-12-0/+8
|
* Update PO files from Transifex; remove obselete ids from POT fileSeb Bacon2011-07-12-324/+12199
|
* some notes about transifexSeb Bacon2011-07-12-0/+19
|
* transifex config fileSeb Bacon2011-07-12-0/+7
|
* Remove readme boilerplateSeb Bacon2011-07-12-2/+0
|
* Refactor custom states loading (use class methods where appropriate, ↵Seb Bacon2011-07-12-45/+32
| | | | simplify main code at the cost (small) of test legibility)
* override config for testsSeb Bacon2011-07-12-0/+3
|
* ensure we don't load custom states from plugins when running testsSeb Bacon2011-07-12-3/+15
|
* update example YAML config file, and corresponding part of install docSeb Bacon2011-07-12-32/+50
|
* merge IZ/Kosovo fork and refactorSeb Bacon2011-07-12-1378/+14835
|\