rDrama/files
TLSM a35697e55e
Replace nearly all ?v= cachebusts with assetcache.
Using the new assetcache module, we replace (almost) all instances
of `?v=` cachebusting query parameters in Python and in Jinja templates.
The primary exceptions were: user site backgrounds, and some
infrequently changed graphics referenced literally from .js files.
2022-08-30 17:02:46 -04:00
..
assets Remove unused copyrighted assets. 2022-08-30 14:59:23 -04:00
classes Replace nearly all ?v= cachebusts with assetcache. 2022-08-30 17:02:46 -04:00
commands [#72] Add seed_db command 2022-06-09 01:33:58 -07:00
helpers assetcache: add interface for non-Jinja consumers. 2022-08-30 16:23:09 -04:00
mail Split SITE_NAME into computer-readable SITE_ID and human-readable SITE_TITLE. 2022-07-31 18:53:18 -05:00
routes Replace nearly all ?v= cachebusts with assetcache. 2022-08-30 17:02:46 -04:00
templates Replace nearly all ?v= cachebusts with assetcache. 2022-08-30 17:02:46 -04:00
tests Add basic posting to the e2e test. 2022-05-21 21:39:54 -05:00
__init__.py Initial e2e testing 2022-05-13 02:55:29 -05:00
__main__.py Fix flask-limiter having null limit_key. 2022-08-30 06:37:56 -05:00
cli.py [#72] Ensure seed_db command is actually imported when calling into flask 2022-06-09 01:34:46 -07:00