aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* improve documentation of ugly filesSeb Bacon2011-07-19-6/+24
|
* Add a comment to the _before_body_end template, explaining that it can be ↵Robin Houston2011-07-17-1/+1
| | | | overridden in a theme for analytics
* Merge remote branch 'origin/master'Seb Bacon2011-07-15-1/+1
|\
| * changed git-code to git-corevalon2011-07-14-1/+1
| |
* | Only prepend locales to paths when there's more than one locale to choose from.Seb Bacon2011-07-15-2/+37
|/ | | | Replaces core "locale" filter with customised one. Fixes #82
* Merge branch 'master' of github.com:sebbacon/alaveteliSeb Bacon2011-07-14-18/+28
|\
| * The sense of the "is admin" test was accidentally reversed on the request ↵Robin Houston2011-07-14-3/+3
| | | | | | | | page template
| * 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.
| * Use the ADMIN_BASE_URL config variable if present, rather than ignoring itRobin Houston2011-07-14-1/+1
| |
| * 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
| * 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
| |\ \
| | * | Disable the locale-specific routing, at least till it actually works.Robin Houston2011-07-13-1/+1
| | | |
| * | | Rationalise unholy mixture of tabs and spacesRobin Houston2011-07-14-6/+6
| | | |
| * | | Putting a space before the parenthesis causes a mandatory Ruby warningRobin Houston2011-07-14-2/+2
| |/ / | | | | | | | | | "warning: don't put space before argument parentheses"
* | / Make test description be accurateSeb Bacon2011-07-14-1/+1
| |/ |/|
* | Merge branch 'master' of github.com:sebbacon/alaveteliSeb Bacon2011-07-14-114/+39
|\| | | | | | | | | Conflicts: app/views/request/_request_listing_single.rhtml
| * 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
| |\
| * | 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.)
* | | Fix bug on categorisation page that was stopping game from workingSeb Bacon2011-07-14-1/+50
| |/ |/|
* | 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
|/
* 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
|\
| * add basic themeing documentation, and put docs in own subdirectorySeb Bacon2011-07-12-1/+114
| |
| * Improve factoring out of custom states code (refactor a little, add tests)Seb Bacon2011-07-12-37/+180
| |