• Joined on 2024-04-09
giles pushed to main at coop/events 2026-02-10 02:12:11 +00:00
3624d141dc fix: remove post.slug references from events calendar templates
giles pushed to main at coop/events 2026-02-10 02:04:38 +00:00
033d9d617c fix: calendar templates extend root instead of post
giles pushed to main at coop/shared 2026-02-10 01:43:32 +00:00
fda91bbea6 fix: guard _meta.html against missing post variable
giles pushed to main at coop/events 2026-02-10 01:36:55 +00:00
a868b0a8a3 fix: add app-specific templates dir to Jinja loader
giles pushed to main at coop/events 2026-02-10 01:35:04 +00:00
dd9007d572 fix: override meta block in calendar templates
giles pushed to main at coop/market 2026-02-10 01:18:55 +00:00
88c38c0e74 fix: add cart identity stub for product blueprint
giles pushed to main at coop/events 2026-02-10 01:16:08 +00:00
8dc540606e fix: use absolute imports in app.py (not relative)
giles pushed to main at coop/market 2026-02-10 01:16:03 +00:00
efe769a0fc fix: add cart services stub for product blueprint dependency
giles pushed to main at coop/cart 2026-02-10 00:34:59 +00:00
347ce53363 fix: add register_order to bp/__init__.py (needed by orders)
giles pushed to main at coop/market 2026-02-10 00:34:49 +00:00
601a696ecb fix: add register_product to bp/__init__.py (needed by browse)
giles pushed to main at coop/blog 2026-02-10 00:34:40 +00:00
df3e592660 fix: cd to shared_lib for alembic (script_location is relative)
giles pushed to main at coop/events 2026-02-10 00:29:12 +00:00
6c706703e6 fix: add bp/__init__.py with register_calendars export
giles pushed to main at coop/cart 2026-02-10 00:29:04 +00:00
9f4fc41cc8 fix: add bp/__init__.py with register function exports
giles pushed to main at coop/market 2026-02-10 00:28:57 +00:00
e737a953a6 fix: add proper register_market_bp export to bp/__init__.py
giles pushed to main at coop/blog 2026-02-10 00:28:47 +00:00
1d4a026f4d fix: add bp/__init__.py with register function exports
giles pushed to main at coop/events 2026-02-10 00:24:38 +00:00
b5be5285cb fix: add bp symlink in Dockerfile for suma_browser.app.bp import path
giles pushed to main at coop/cart 2026-02-10 00:24:31 +00:00
8afa232cc5 fix: add bp symlink in Dockerfile for suma_browser.app.bp import path
giles pushed to main at coop/market 2026-02-10 00:24:25 +00:00
b129986078 fix: add bp symlink in Dockerfile for suma_browser.app.bp import path
giles pushed to main at coop/blog 2026-02-10 00:24:21 +00:00
ae89707e31 fix: add bp symlink in Dockerfile for suma_browser.app.bp import path
giles pushed to main at coop/blog 2026-02-10 00:21:07 +00:00
1bf49c15d3 fix: point alembic to shared_lib/alembic.ini in entrypoint