berrypod/lib/berrypod
jamey a41771efc8 integrate R module and add url editor ui
Replaces hardcoded paths with R module throughout:
- Shop components: layout nav, cart, product links
- Controllers: cart, checkout, contact, seo, order lookup
- Shop pages: collection, product, search, checkout success, etc.
- Site context: nav item url resolution

Admin URL management:
- Settings page: prefix editor with validation feedback
- Page renderer: url_editor component for page URLs
- CSS for url editor styling

Test updates for cache isolation

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-04-01 00:36:17 +01:00
..
accounts separate account settings from shop settings 2026-03-08 18:42:29 +00:00
activity_log add activity log with order timeline and global feed 2026-03-01 15:09:08 +00:00
analytics replace analytics double-count prevention with buffer supersede 2026-02-23 14:48:50 +00:00
clients add Printify client test coverage with Req.Test stubs 2026-02-22 10:35:24 +00:00
images add header background contrast warning and improve branding UX 2026-03-08 22:40:08 +00:00
mailer rework email settings for true progressive enhancement 2026-03-04 23:10:37 +00:00
media add header background contrast warning and improve branding UX 2026-03-08 22:40:08 +00:00
mockups rename project from SimpleshopTheme to Berrypod 2026-02-18 21:23:15 +00:00
newsletter add pagination across all admin and shop views 2026-03-01 09:42:34 +00:00
orders add activity log with order timeline and global feed 2026-03-01 15:09:08 +00:00
pages add url_slug column to pages table 2026-04-01 00:35:15 +01:00
payments add setup onboarding page, dashboard launch checklist, provider registry 2026-02-20 00:34:06 +00:00
products add provider sync enhancements for product lifecycle 2026-03-29 18:49:55 +01:00
providers add setup onboarding page, dashboard launch checklist, provider registry 2026-02-20 00:34:06 +00:00
redirects add nav editors to Site tab with live preview 2026-03-28 22:19:48 +00:00
settings add header background contrast warning and improve branding UX 2026-03-08 22:40:08 +00:00
shipping rename project from SimpleshopTheme to Berrypod 2026-02-18 21:23:15 +00:00
site add nav editors to Site tab with live preview 2026-03-28 22:19:48 +00:00
stripe fix setup flow stale state and Stripe URL issues 2026-02-22 16:51:44 +00:00
sync add provider sync enhancements for product lifecycle 2026-03-29 18:49:55 +01:00
theme complete onboarding UX v2 2026-03-10 07:56:54 +00:00
webhooks rename project from SimpleshopTheme to Berrypod 2026-02-18 21:23:15 +00:00
workers add dead link monitoring for outgoing content links 2026-03-01 13:00:59 +00:00
accounts.ex separate account settings from shop settings 2026-03-08 18:42:29 +00:00
activity_log.ex hide system events by default on activity page 2026-03-02 08:32:06 +00:00
analytics.ex add analytics-powered 404 monitoring with FTS5 auto-resolve 2026-02-26 16:08:25 +00:00
application.ex add R module for runtime url routing 2026-04-01 00:35:41 +01:00
backup.ex add Site context with social links editor and site-wide settings 2026-03-28 10:09:33 +00:00
cart.ex add provider sync enhancements for product lifecycle 2026-03-29 18:49:55 +01:00
cldr.ex rename project from SimpleshopTheme to Berrypod 2026-02-18 21:23:15 +00:00
contact_notifier.ex add no-JS contact form and noscript banner 2026-02-28 18:57:51 +00:00
dev_reset.ex improve setup UX: password field, setup hook, checklist banners, theme tweaks 2026-03-03 17:41:08 +00:00
exchange_rate.ex rename project from SimpleshopTheme to Berrypod 2026-02-18 21:23:15 +00:00
key_validation.ex complete onboarding UX v2 2026-03-10 07:56:54 +00:00
legal_pages.ex add legal page editor integration and media library polish 2026-02-28 17:55:02 +00:00
mailer.ex fix email settings: missing providers, a11y, no-JS support 2026-03-04 21:26:59 +00:00
media.ex add header background contrast warning and improve branding UX 2026-03-08 22:40:08 +00:00
newsletter.ex add pagination across all admin and shop views 2026-03-01 09:42:34 +00:00
orders.ex add pagination across all admin and shop views 2026-03-01 09:42:34 +00:00
pages.ex add page url slug management functions 2026-04-01 00:35:24 +01:00
pagination.ex add pagination across all admin and shop views 2026-03-01 09:42:34 +00:00
products.ex add url prefix settings with validation and redirects 2026-04-01 00:35:33 +01:00
providers.ex rename project from SimpleshopTheme to Berrypod 2026-02-18 21:23:15 +00:00
rate_limit.ex add rate limiting and HSTS for security hardening 2026-03-08 08:58:43 +00:00
redirects.ex add url prefix settings with validation and redirects 2026-04-01 00:35:33 +01:00
release.ex extract site_name and site_description from theme settings into standalone settings 2026-03-03 14:52:31 +00:00
repo.ex rename project from SimpleshopTheme to Berrypod 2026-02-18 21:23:15 +00:00
search.ex optimise product queries: skip image blobs, limit listing preloads, add composite index 2026-03-02 17:29:15 +00:00
secrets.ex rename project from SimpleshopTheme to Berrypod 2026-02-18 21:23:15 +00:00
settings.ex add url prefix settings with validation and redirects 2026-04-01 00:35:33 +01:00
setup.ex extract site_name and site_description from theme settings into standalone settings 2026-03-03 14:52:31 +00:00
shipping.ex extract site_name and site_description from theme settings into standalone settings 2026-03-03 14:52:31 +00:00
site.ex integrate R module and add url editor ui 2026-04-01 00:36:17 +01:00
vault.ex rename project from SimpleshopTheme to Berrypod 2026-02-18 21:23:15 +00:00
webhooks.ex rename project from SimpleshopTheme to Berrypod 2026-02-18 21:23:15 +00:00