aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* 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.
| * | remove Kosovan theme from core installSeb Bacon2011-07-07-3712/+0
| | |
| * | Move various hard-coded strings to config fileSeb Bacon2011-07-07-4/+9
| | |
| * | Revert "new localised static page for help"Seb Bacon2011-07-07-2159/+4
| | | | | | | | | | | | This reverts commit 05d1739210fac3a515d9d3c42755fe2cdb2a44f7.
| * | undo hard-coded domainSeb Bacon2011-07-06-1/+1
| | |
| * | Revert "new images for front"Seb Bacon2011-07-06-0/+0
| | | | | | | | | | | | | | | | | | This reverts commit 65fd8a972ba5e7d34c8e4ef772653fd90cb2eee3. These are Kosovo-specific images that will be moved to the theme plugin
| * | Changes required to get selishta (Kosovo) fork merges to pass tests. ↵Seb Bacon2011-07-06-19/+24
| | | | | | | | | | | | Includes new "REPLY_LATE_AFTER_DAYS" config option.
| * | fix up basic auth for admin settings: get credentials from config, cause ↵Seb Bacon2011-07-06-10/+53
| | | | | | | | | | | | default (where no config) to skip authorization completely, add tests for these
| * | The tests require an "es" locale in the routesSeb Bacon2011-07-06-0/+2
| | |
| * | Get default locale from config, and set default values to work with tests etcSeb Bacon2011-07-06-2/+4
| | |
| * | Fix HTML to pass HTML4.01 strict validation during testingSeb Bacon2011-07-06-1/+2
| | |
| * | When testing, don't HTML-validate Unauthorized responsesSeb Bacon2011-07-06-1/+7
| | |
| * | initial merge of Kosovan branch; still need to get tests passing, factor out ↵Seb Bacon2011-07-06-1173/+18897
| |\ \ | | | | | | | | | | | | Kosovan-specific code
| | * | I18n string for viewsFaton Selishta2011-06-30-85/+67
| | | |
| | * | I18n string for modelsFaton Selishta2011-06-30-68/+75
| | | |
| | * | I18n string for controllersFaton Selishta2011-06-30-103/+105
| | | |
| | * | new images for frontFaton Selishta2011-06-30-0/+0
| | | |
| | * | added alaveteli themeFaton Selishta2011-06-30-0/+3712
| | | |
| | * | Latest i18n PO filesFaton Selishta2011-06-25-1/+31
| | | |