django-rosetta/rosetta
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
..
conf rename settings variable 2016-12-13 10:54:54 +02:00
locale adds an explicit test to detect zh_Hans (for #161) 2016-03-08 09:50:22 +01:00
static/admin/img renamed the search icon to avoid clashing with django's own 2016-03-08 09:57:07 +01:00
templates/rosetta Rewrite urls to be RESTful & views to be class-based & less cache-heavy 2018-01-09 10:45:37 -08:00
templatetags Update regular expressions to support PEP 3101 2015-08-13 11:37:23 +01:00
tests Rewrite urls to be RESTful & views to be class-based & less cache-heavy 2018-01-09 10:45:37 -08:00
__init__.py version bump 2017-09-23 08:19:21 +02:00
access.py Tests passing on Django 2.0a1 2017-09-23 21:16:16 +02:00
apps.py use AdminSite.index_template instead of overriding the default AdminSite 2016-12-13 11:26:09 +01:00
models.py initial commit 2011-06-16 11:25:15 +02:00
poutil.py removed an import test that was used to support Django 1.4 2016-05-14 23:09:40 +02:00
signals.py initial commit 2011-06-16 11:25:15 +02:00
storage.py Fixup comment 2016-05-19 12:40:09 +02:00
urls.py Rewrite urls to be RESTful & views to be class-based & less cache-heavy 2018-01-09 10:45:37 -08:00
views.py Rewrite urls to be RESTful & views to be class-based & less cache-heavy 2018-01-09 10:45:37 -08:00