Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* safe csrf tokens (bug 590351)Jeff Balogh2010-08-311-0/+14
* switch to our custom Task class, handle rabbit downtime (bug 583314)Jeff Balogh2010-08-021-0/+28
* adding logging dict config from PEP 391Jeff Balogh2010-05-281-0/+527
* Migrate from the l10n lib to Tower; bug 557339Wil Clouser2010-04-149-866/+0
* zamboni side of creating z-javascript.po filesWil Clouser2010-03-292-4/+51
* look for z-messages; fix testsWil Clouser2010-03-291-1/+1
* Load the right .mo file. Bug 554337Wil Clouser2010-03-291-1/+2
* Move DOMAIN_METHODS out of the extract script so other sites can use the libr...Wil Clouser2010-03-081-25/+3
* Update l10n tests for new outputWil Clouser2010-03-081-0/+5
* Make .pot files with two msgstrs so msgen works as expected.Wil Clouser2010-03-081-1/+1
* pep8Wil Clouser2010-03-062-3/+5
* Change extraction again. This time use the toolkit to write the .po and also...Wil Clouser2010-03-056-110/+321
* updating the product_details pointerJeff Balogh2010-03-051-0/+0
* Add lazy gettext functionsWil Clouser2010-03-032-0/+32
* Whack the translate submoduleWil Clouser2010-03-031-0/+0
* Update extraction script to build z-keys.pot by defaultWil Clouser2010-03-032-34/+59
* Add amalgamate command. Use: ./manage.py amalgamateWil Clouser2010-03-031-0/+82
* update toolkit revisionWil Clouser2010-03-031-0/+0
* Add the translate toolkit as an external. Once r13862 lands in the pypi pack...Wil Clouser2010-03-031-0/+0
* the new locale wasn't always getting activatedJeff Balogh2010-03-022-2/+28
* added full text for built-in licensesFred Wenzel2010-03-028-0/+2208
* give jinja our ugettext and fix the _() aliasJeff Balogh2010-03-013-7/+42
* Always strip whitespace, return a localized string if possibleWil Clouser2010-02-262-18/+29
* Fix _() when context isn't found; bug 548713Wil Clouser2010-02-262-9/+32
* Pull the path from settingsWil Clouser2010-02-261-1/+2
* be more careful importing settingsJeff Balogh2010-02-231-5/+6
* get_language() isn't reliable here, so we'll clear everything. This works on...Wil Clouser2010-02-222-10/+8
* Fix deactivate() trying to remove a key that doesn't exist. This throws an e...Wil Clouser2010-02-221-1/+2
* Fix broken testsWil Clouser2010-02-222-1/+16
* Fix pep8 stuffWil Clouser2010-02-223-1/+14
* Use the new activate() to pull in the AMO .mo files and use the new _() every...Wil Clouser2010-02-221-1/+1
* Move the po extractor to django; enable jinja2 templating to use the new gett...Wil Clouser2010-02-227-16/+187
* Add new gettext() and ngettext() functions that support collapsing whitespace...Wil Clouser2010-02-222-0/+188
* liberating jingo from zamboniJeff Balogh2010-02-106-228/+0
* move the url function into amoJeff Balogh2010-02-092-14/+0
* pulling the cache machine out of zamboniJeff Balogh2010-02-0910-421/+0
* releasing test-utils from the clutches of zamboniJeff Balogh2010-02-092-207/+0
* move multidb to an external packageJeff Balogh2010-02-091-73/+0
* add a get_slave method to multidbJeff Balogh2010-02-091-1/+14
* it's a lot more useful to see the query stringJeff Balogh2010-02-061-1/+1
* adding product_details submoduleJeff Balogh2010-02-053-0/+32
* RequestFactory from http://www.djangosnippets.org/snippets/963/Jeff Balogh2010-02-051-0/+42
* adding cached, a general-purpose cache for functionsJeff Balogh2010-02-041-0/+13
* move key generation into a functionJeff Balogh2010-02-041-9/+13
* Add jinja2 bytecode caching and remove werkzeug from requirements-prod.txtWil Clouser2010-02-041-1/+7
* cache raw queries by sql % paramsJeff Balogh2010-02-013-1/+20
* Merge branch 'skip-db'Jeff Balogh2010-02-011-0/+67
|\
| * a new test runner for blazing-fast testsJeff Balogh2010-02-011-0/+67
* | use sets so we don't flush a bunch of duplicate keysJeff Balogh2010-02-011-7/+5
* | adding settings docs, moving prose out of codeJeff Balogh2010-02-011-58/+0