• Joined on 2024-04-09
giles pushed to main at coop/shared 2026-02-10 09:53:38 +00:00
e19b6c6ce1 fix: use plain links for cross-app calendar navigation
giles pushed to main at coop/blog 2026-02-10 09:48:16 +00:00
eb4c4b0339 fix: update shared_lib — calendar links use events_url()
giles pushed to main at coop/shared 2026-02-10 09:48:11 +00:00
894316d3ff fix: replace blog.post.calendars url_for with events_url
giles pushed to main at coop/events 2026-02-10 09:41:00 +00:00
585ebc00b6 chore: update shared_lib submodule
giles pushed to main at coop/cart 2026-02-10 09:40:57 +00:00
a9a7dcdb61 chore: update shared_lib submodule
giles pushed to main at coop/market 2026-02-10 09:40:56 +00:00
ac3ed87351 chore: update shared_lib submodule
giles pushed to main at coop/blog 2026-02-10 09:35:13 +00:00
5f9e867caa fix: update shared_lib for calendar nav events_url fix
giles pushed to main at coop/shared 2026-02-10 09:35:08 +00:00
66edfca7dc fix: use events_url() for calendar links in post nav
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