django-rosetta/rosetta/tests
Jon Baldivieso d797b76a10 Rewrite urls to be RESTful & views to be class-based & less cache-heavy
Previously, state was extensively persisted in the cache. This
large-scale rewrite uses the cache only to persist changes to the
catalog file when it is read-only. State is now conveyed through the url
structure and through query string arguments.

The primary downside to this new approach is that there's no explicit
way of purging a cached catalog from memory, or refreshing it from
what's on disk. The user is forced (untransparently!) to wait until
the cached file falls out of the cache (untransparently!), which
is currently 24 hours after the last save (or after if the session
ends). Addressing this would require some design considerations,
and probably some new text that would require its own translation.
2018-01-09 10:45:37 -08:00
..
test_app Fix for issue 113 and issue 125. Discovery of catalogs in apps defined by their AppConfig 2015-02-25 15:43:52 +01:00
__init__.py 0.7.5 2015-02-10 09:58:29 +01:00
django.po.issue24gh.template Fix for issue #24. Support for --nowrap in the edited Po file 2012-01-28 08:58:41 +01:00
django.po.issue34gh.template Merged @rory's PR to correcty handle plural strings that have a leading/trailing newline (Issue #34) 2012-03-29 17:21:09 +02:00
django.po.issue38gh.template storages, wip 2012-05-23 11:44:15 +02:00
django.po.issue39gh.template Fix for issue 39 - Add msgctxt to the entry hash to differentiate entries with context. Thanks @metalpriest 2012-06-07 16:52:38 +02:00
django.po.issue60.template Added a testcase for the reflang feature. 2013-04-19 09:11:50 -04:00
django.po.issue67.template initial commit 2011-06-16 11:25:15 +02:00
django.po.issue79.template initial commit 2011-06-16 11:25:15 +02:00
django.po.template initial commit 2011-06-16 11:25:15 +02:00
django.po.test44.template Rewrite urls to be RESTful & views to be class-based & less cache-heavy 2018-01-09 10:45:37 -08:00
pr44.po.template Merged PR #44, wrote a test 2014-01-15 17:22:38 +01:00
tests.py Rewrite urls to be RESTful & views to be class-based & less cache-heavy 2018-01-09 10:45:37 -08:00
urls.py massive cleanup, only test against supported django versions 2015-09-24 11:20:09 +02:00
views.py Added support for composite locales 2015-09-14 10:19:45 +02:00