Commit Graph

  • 89112d0cec Fix indentation error in except block giles 2026-02-19 20:01:20 +00:00
  • 5c203cb99c Fix: update local _nav.html to use widget-driven nav giles 2026-02-19 19:57:30 +00:00
  • f625c42118 Update shared submodule: template debug giles 2026-02-19 19:32:52 +00:00
  • 7ec38b87f8 Add widget debug logging to post context processor giles 2026-02-19 19:29:07 +00:00
  • 4f6e5d234d Update shared submodule to widget registry commit giles 2026-02-19 19:00:29 +00:00
  • 8af7c69090 Decouple blog UI via widget registry giles 2026-02-19 18:04:26 +00:00
  • bb60835c58 Update shared submodule: tickets & bookings account pages giles 2026-02-19 16:44:24 +00:00
  • 909ae0e2d6 Add tickets & bookings account sub-pages giles 2026-02-19 16:06:30 +00:00
  • 5301459201 Update shared submodule: fix category selector highlighting giles 2026-02-19 15:29:07 +00:00
  • 6a332b95c0 Update shared submodule: select_colours Jinja global giles 2026-02-19 15:17:24 +00:00
  • 08e441f2ff Update shared submodule: fix menu item highlighting giles 2026-02-19 13:57:10 +00:00
  • 895c323968 Update shared submodule: delete button + quantity clamp in cart_item giles 2026-02-19 09:43:41 +00:00
  • 9dc5877fc9 Update shared submodule: cart_quantity_url template support giles 2026-02-19 09:32:37 +00:00
  • f9e39333bf Replace direct MarketPlace imports with MarketService calls giles 2026-02-19 05:44:11 +00:00
  • 6f063665b0 Update shared submodule: DTO template compatibility fixes giles 2026-02-19 05:05:43 +00:00
  • e6ccdc423d Update shared submodule: revert extend_existing workaround giles 2026-02-19 04:52:03 +00:00
  • 52a4f4ad43 Remove glue submodule: models moved to shared/ giles 2026-02-19 04:41:11 +00:00
  • f364448131 Update shared submodule: fix duplicate table error for MenuNode giles 2026-02-19 04:34:42 +00:00
  • 4155df7e7c Domain isolation: replace cross-domain imports with service calls giles 2026-02-19 04:30:14 +00:00
  • e1f4471002 Update shared submodule: fix ticket_types lazy-load giles 2026-02-18 22:02:20 +00:00
  • 2efc05957e Fix cart badge to include calendar entries in count giles 2026-02-18 21:49:42 +00:00
  • c537770172 Decouple blog: use shared.models for all cross-app imports giles 2026-02-18 20:57:56 +00:00
  • 1ea2950310 Remove 81 identical blog template overrides of shared templates giles 2026-02-18 19:55:45 +00:00
  • aa06082ad2 Remove blog auth nav override, use shared version giles 2026-02-18 19:52:00 +00:00
  • 4d31123635 Fix orders link: use plain anchor for cross-domain cart navigation giles 2026-02-18 19:48:05 +00:00
  • 122bf90714 Update shared submodule: fix orders link htmx interception giles 2026-02-18 19:30:55 +00:00
  • e6409128d3 Update shared submodule: use coop_url for auth links giles 2026-02-18 19:18:42 +00:00
  • d2fa8c17bb Update shared submodule: fix market nav link giles 2026-02-18 18:57:09 +00:00
  • 803ccfb58d Update shared submodule: add page_config to get_checkout giles 2026-02-18 18:38:18 +00:00
  • 15eda69639 Update shared submodule: market_product_url for correct product URLs giles 2026-02-18 18:19:55 +00:00
  • d2e6dd8b1d Update shared submodule: add page_config to SumUp checkout giles 2026-02-18 17:52:17 +00:00
  • dd7fbc89ce Add HTML email templates for magic link sign-in giles 2026-02-18 15:09:49 +00:00
  • 23b1e35eac Update shared submodule: fix doubled URLs in |host filter giles 2026-02-18 11:46:06 +00:00
  • 45b748eb6d README: replace vague cross-app section with actual code dependencies giles 2026-02-14 19:47:45 +00:00
  • 43bc03836d Update shared + glue submodule pointers (README additions) giles 2026-02-14 19:36:25 +00:00
  • 7d20f67d99 Rewrite README for post-decoupling architecture giles 2026-02-14 19:28:50 +00:00
  • 6fb60d43c6 Phase 5: Update shared + glue submodule pointers giles 2026-02-14 19:11:58 +00:00
  • a24e5c6407 Phase 5: Replace HTTP cart adoption with event-driven adoption giles 2026-02-14 17:35:55 +00:00
  • 75a5d520e8 Add attach/detach glue calls to menu items, markets, and page config CRUD giles 2026-02-14 09:52:12 +00:00
  • 70ef1910c1 Update shared submodule to include glue layer + MenuItem fix giles 2026-02-12 08:03:32 +00:00
  • 05d9e70e8a Add glue layer: MenuNode replaces MenuItem, remove /internal/menu-items API giles 2026-02-11 23:37:43 +00:00
  • da3481196b ci: clean all sibling dirs before copying to fix stale table defs giles 2026-02-11 16:31:46 +00:00
  • 9d13230465 CI: skip copying own models to avoid duplicate SQLAlchemy table defs giles 2026-02-11 16:14:46 +00:00
  • 73160377f1 Update shared submodule: import all model packages at startup giles 2026-02-11 16:01:40 +00:00
  • 977e8d99af CI: use git archive for sibling models (atomic, race-safe) giles 2026-02-11 15:10:58 +00:00
  • bae37d97ae CI: copy sibling app models into build context for cross-domain imports giles 2026-02-11 15:01:50 +00:00
  • bebb81a0f4 Update shared submodule: merge diverged alembic heads giles 2026-02-11 14:27:20 +00:00
  • 3e1aa7197b Fix alembic.ini missing + entrypoint CWD safety giles 2026-02-11 14:17:28 +00:00
  • 9b180b364b Add PYTHONPATH=/app so Hypercorn spawn workers find app module giles 2026-02-11 14:01:18 +00:00
  • 9e6f138f45 Update shared submodule: rename logging → log_config giles 2026-02-11 13:55:44 +00:00
  • a1eaba5119 Replace shared_lib submodule with shared for decoupling deploy giles 2026-02-11 13:29:21 +00:00
  • a01016d8d5 feat: decouple blog from shared_lib, add app-owned models giles 2026-02-11 12:46:31 +00:00
  • 5053448ee2 fix: remove existing bp dir before symlinking in Dockerfile main giles 2026-02-11 01:08:05 +00:00
  • 7b384bd335 feat: add markets and payments nav buttons, remove features panel giles 2026-02-10 23:45:00 +00:00
  • 8fad1ecc7d fix: auto-create PageConfig when enabling page features giles 2026-02-10 23:34:18 +00:00
  • af260872d1 fix: build editor in Docker and restore admin panel content giles 2026-02-10 23:31:35 +00:00
  • f90d0f2e21 chore: move repo to ~/rose-ash/ and add configurable CI paths giles 2026-02-10 22:01:05 +00:00
  • 218849552d chore: update shared_lib submodule to Phase 4 giles 2026-02-10 21:47:44 +00:00
  • 6bb520cb0a feat: show page cart badge in blog post header (Phase 4) giles 2026-02-10 21:45:41 +00:00
  • 9c047b46b5 chore: update shared_lib submodule to Phase 3 giles 2026-02-10 20:54:12 +00:00
  • d859be217a feat: per-page SumUp admin UI and update_sumup route (Phase 3) giles 2026-02-10 20:49:30 +00:00
  • c93c875cb3 chore: update shared_lib submodule giles 2026-02-10 20:15:34 +00:00
  • c2e5708aa9 fix: top menu Market link goes to coop blog page giles 2026-02-10 20:07:57 +00:00
  • 3376e4e990 feat: show markets in post nav bar and admin panel giles 2026-02-10 18:37:06 +00:00
  • 24d3860952 feat: add page admin market CRUD and update shared_lib giles 2026-02-10 18:08:32 +00:00
  • 632df29356 fix: add missing template variables for pages listing context giles 2026-02-10 14:38:00 +00:00
  • 161f48b0e6 fix: update shared_lib with migration fix giles 2026-02-10 14:35:36 +00:00
  • d2419d1784 chore: update shared_lib with page_configs migration giles 2026-02-10 14:33:30 +00:00
  • 8b6320619e feat: implement Pages as Spaces Phase 1 giles 2026-02-10 14:25:34 +00:00
  • 455a7b1078 chore: update shared_lib (fix settings cog visibility) giles 2026-02-10 13:23:23 +00:00
  • 5c8273ed2e chore: update shared_lib (fix stale blog.post.calendars refs) giles 2026-02-10 13:03:19 +00:00
  • be11e99354 chore: update shared_lib (remove console.log) giles 2026-02-10 11:51:36 +00:00
  • 37a396604e fix: replace stale blog.post.calendars url_for with events_url giles 2026-02-10 11:01:27 +00:00
  • ea61924c2c refactor: add ChoiceLoader for blog template overrides + update shared_lib giles 2026-02-10 10:54:59 +00:00
  • b93bdd0c5a chore: update shared_lib submodule (post slug in events_url paths) giles 2026-02-10 10:36:56 +00:00
  • 55d1445fb7 fix: update shared_lib — all cross-domain links are plain <a> giles 2026-02-10 09:55:33 +00:00
  • f42e906094 fix: update shared_lib — plain links for cross-app nav giles 2026-02-10 09:53:41 +00:00
  • eb4c4b0339 fix: update shared_lib — calendar links use events_url() giles 2026-02-10 09:48:15 +00:00
  • 5f9e867caa fix: update shared_lib for calendar nav events_url fix giles 2026-02-10 09:35:10 +00:00
  • df3e592660 fix: cd to shared_lib for alembic (script_location is relative) giles 2026-02-10 00:34:33 +00:00
  • 1d4a026f4d fix: add bp/__init__.py with register function exports giles 2026-02-10 00:28:40 +00:00
  • ae89707e31 fix: add bp symlink in Dockerfile for suma_browser.app.bp import path giles 2026-02-10 00:24:14 +00:00
  • 1bf49c15d3 fix: point alembic to shared_lib/alembic.ini in entrypoint giles 2026-02-10 00:21:00 +00:00
  • f367aa584f fix: Dockerfile, entrypoint, and CI for multi-repo deployment giles 2026-02-10 00:14:01 +00:00
  • 0586fe79cf feat: add shared library as git submodule giles 2026-02-09 23:42:41 +00:00
  • 8f7a15186c feat: initialize blog app with blueprints and templates giles 2026-02-09 23:15:56 +00:00