aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* 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
| |
| * changes to get tests to pass with IZ fork and new routing-filter gemSeb Bacon2011-07-11-52/+62
| |
| * spacing to clarify config example file groupingsSeb Bacon2011-07-07-0/+1
| |
| * As a first attempt, in a dumb way, factor out jurisdiction-specific states ↵Seb Bacon2011-07-07-31/+35
| | | | | | | | to themes
| * moved jurisdiction-specific files to themeSeb Bacon2011-07-07-186/+0
| |
| * show tweeter / avatar in tweets listSeb Bacon2011-07-07-1/+1
| |
| * remove routes translations files (redundant since translate_routes removed)Seb Bacon2011-07-07-344/+0
| |
| * further CSS tweaks to make language switcher look OK in WTDKSeb Bacon2011-07-07-3/+4
| |
| * revert changest c7a90098c00f31899cf763a180e2bf6da5aee435 (from kosovan fork)Seb Bacon2011-07-07-1/+2
| |
| * use routing-filter gem to prepend locale to URLSeb Bacon2011-07-07-0/+1591
| |
| * merge from masterSeb Bacon2011-07-07-827/+6
| |\
| * | fallbacks for public_body_categories (this needs to be done in a better way, ↵Seb Bacon2011-07-07-80/+10
| | | | | | | | | | | | but will do for now
| * | tidy up "blog" page; use twitter widget to display tweets; get feed ↵Seb Bacon2011-07-07-56/+65
| | | | | | | | | | | | locations from config file
| * | Roll back some unwanted changes from commit ↵Seb Bacon2011-07-07-4/+20
| | | | | | | | | | | | | | | | | | e7cd3adc2775b1450251f89d70680b3be8f291a3 (These would have broken WTDK theme)
| * | link to Alaveteli, not mySocietySeb Bacon2011-07-07-1/+1
| | |
| * | get language names from a comprehensive list, rather than just hard-code a ↵Seb Bacon2011-07-07-7/+199
| | | | | | | | | | | | handful
| * | bland, generic credits footerSeb Bacon2011-07-07-5/+1
| | |
| * | More removal of hard-coded IZ copy; and factored out standard email footer ↵Seb Bacon2011-07-07-9/+8
| | | | | | | | | | | | to make it easier to override in themes.