| .. |
|
.formatter.exs
|
mix phx.new simpleshop_theme --database sqlite3 --adapter bandit --binary-id
|
2025-12-30 12:26:26 +00:00 |
|
20251230122634_create_users_auth_tables.exs
|
rename project from SimpleshopTheme to Berrypod
|
2026-02-18 21:23:15 +00:00 |
|
20251230213057_create_settings.exs
|
rename project from SimpleshopTheme to Berrypod
|
2026-02-18 21:23:15 +00:00 |
|
20251230213058_create_images.exs
|
rename project from SimpleshopTheme to Berrypod
|
2026-02-18 21:23:15 +00:00 |
|
20260121220351_add_image_metadata_and_oban.exs
|
rename project from SimpleshopTheme to Berrypod
|
2026-02-18 21:23:15 +00:00 |
|
20260128235845_create_provider_connections.exs
|
rename project from SimpleshopTheme to Berrypod
|
2026-02-18 21:23:15 +00:00 |
|
20260128235846_create_products.exs
|
rename project from SimpleshopTheme to Berrypod
|
2026-02-18 21:23:15 +00:00 |
|
20260128235847_create_product_images.exs
|
rename project from SimpleshopTheme to Berrypod
|
2026-02-18 21:23:15 +00:00 |
|
20260128235848_create_product_variants.exs
|
rename project from SimpleshopTheme to Berrypod
|
2026-02-18 21:23:15 +00:00 |
|
20260131232618_add_image_id_to_product_images.exs
|
rename project from SimpleshopTheme to Berrypod
|
2026-02-18 21:23:15 +00:00 |
|
20260207005141_create_orders.exs
|
rename project from SimpleshopTheme to Berrypod
|
2026-02-18 21:23:15 +00:00 |
|
20260207084327_add_encrypted_value_to_settings.exs
|
rename project from SimpleshopTheme to Berrypod
|
2026-02-18 21:23:15 +00:00 |
|
20260207234225_add_fulfilment_fields_to_orders.exs
|
rename project from SimpleshopTheme to Berrypod
|
2026-02-18 21:23:15 +00:00 |
|
20260208165931_add_error_tracker.exs
|
rename project from SimpleshopTheme to Berrypod
|
2026-02-18 21:23:15 +00:00 |
|
20260213005639_add_cached_product_fields.exs
|
rename project from SimpleshopTheme to Berrypod
|
2026-02-18 21:23:15 +00:00 |
|
20260213020000_create_products_search.exs
|
rename project from SimpleshopTheme to Berrypod
|
2026-02-18 21:23:15 +00:00 |
|
20260214004900_create_shipping_rates.exs
|
rename project from SimpleshopTheme to Berrypod
|
2026-02-18 21:23:15 +00:00 |
|
20260214004901_add_shipping_cost_to_orders.exs
|
rename project from SimpleshopTheme to Berrypod
|
2026-02-18 21:23:15 +00:00 |
|
20260215205353_add_color_to_product_images.exs
|
rename project from SimpleshopTheme to Berrypod
|
2026-02-18 21:23:15 +00:00 |
|
20260222112942_create_analytics_events.exs
|
add privacy-first analytics with progressive event collection
|
2026-02-22 12:50:55 +00:00 |
|
20260224000001_create_abandoned_carts.exs
|
add abandoned cart recovery
|
2026-02-24 10:02:37 +00:00 |
|
20260224000002_add_product_id_to_order_items.exs
|
improve cart recovery: product links in email, persistent session cookie
|
2026-02-24 13:12:41 +00:00 |
|
20260224162707_create_favicon_variants.exs
|
add favicon and site icon generation from uploaded images
|
2026-02-24 17:22:15 +00:00 |
|
20260225073522_create_redirects_and_broken_urls.exs
|
add URL redirects with ETS-cached plug, broken URL tracking, and admin UI
|
2026-02-26 14:14:14 +00:00 |
|
20260226100000_create_pages.exs
|
add page builder data model, cache, and block registry
|
2026-02-26 17:45:07 +00:00 |
|
20260227212335_add_image_metadata.exs
|
add admin media library with image management and block picker integration
|
2026-02-27 22:20:51 +00:00 |
|
20260228014939_add_custom_page_fields.exs
|
add custom page data model with split changesets and CRUD context
|
2026-02-28 01:56:19 +00:00 |
|
20260228204908_create_newsletter.exs
|
add newsletter and email campaigns
|
2026-02-28 23:25:28 +00:00 |
|
20260301100229_create_dead_links.exs
|
add dead link monitoring for outgoing content links
|
2026-03-01 13:00:59 +00:00 |
|
20260301133937_create_activity_log.exs
|
add activity log with order timeline and global feed
|
2026-03-01 15:09:08 +00:00 |
|
20260302171616_add_products_listing_indexes.exs
|
optimise product queries: skip image blobs, limit listing preloads, add composite index
|
2026-03-02 17:29:15 +00:00 |
|
20260308085927_add_totp_to_users.exs
|
separate account settings from shop settings
|
2026-03-08 18:42:29 +00:00 |
|
20260308214935_add_dominant_colors_to_images.exs
|
add header background contrast warning and improve branding UX
|
2026-03-08 22:40:08 +00:00 |
|
20260327163916_create_social_links.exs
|
add Site context with social links editor and site-wide settings
|
2026-03-28 10:09:33 +00:00 |
|
20260327163919_create_nav_items.exs
|
add Site context with social links editor and site-wide settings
|
2026-03-28 10:09:33 +00:00 |
|
20260328091440_allow_null_social_link_url.exs
|
add Site context with social links editor and site-wide settings
|
2026-03-28 10:09:33 +00:00 |
|
20260329210409_add_url_slug_to_pages.exs
|
add url_slug column to pages table
|
2026-04-01 00:35:15 +01:00 |
|
20260401095806_create_reviews.exs
|
add reviews schema and context (phase 2)
|
2026-04-01 10:34:07 +01:00 |