Funky Waddle funkywaddle
  • Joined on 2024-05-25
funkywaddle created repository funkywaddle/SiteWeaver_CMS 2025-12-08 12:25:25 +00:00
funkywaddle opened issue funkywaddle/PIMS#9 2025-12-08 05:27:51 +00:00
Books Module README
funkywaddle opened issue funkywaddle/PIMS#8 2025-12-08 05:27:43 +00:00
Tests: provider normalization, upsert, and feature flows
funkywaddle opened issue funkywaddle/PIMS#7 2025-12-08 05:27:35 +00:00
Config/env: books.php and .env.example
funkywaddle opened issue funkywaddle/PIMS#6 2025-12-08 05:27:24 +00:00
Public browsing: /books and /books/{id} + author pages
funkywaddle opened issue funkywaddle/PIMS#5 2025-12-08 05:27:09 +00:00
Admin UI: search + accept book into DB
funkywaddle opened issue funkywaddle/PIMS#4 2025-12-08 05:27:01 +00:00
Open Library provider integration (read-only)
funkywaddle opened issue funkywaddle/PIMS#3 2025-12-08 05:26:51 +00:00
Models & relations: Book, Author, Collection
funkywaddle opened issue funkywaddle/PIMS#2 2025-12-08 05:26:39 +00:00
Database schema: books/authors/collections + pivots
funkywaddle opened issue funkywaddle/PIMS#1 2025-12-08 05:26:30 +00:00
Books module scaffolding
funkywaddle pushed to master at funkywaddle/PIMS 2025-12-07 07:28:52 +00:00
6ca368c237 feat(movies): switch provider to TMDb and store full actor image URLs\n\n- Add TmdbMovieProvider (v3 endpoints, v4 Bearer auth); set TMDb as default provider\n- Update config/movies.php with TMDb image base and profile size; add TMDB_PROFILE_SIZE\n- Upsert: persist actor profile_path as FULL TMDb CDN URL; backfill existing rows\n- Migrations: add actors.profile_path and backfill full URLs\n- Models: allow mass-assign profile_path on Actor\n- Admin: default provider from config; comments and docs updated\n- Frontend: show actor image on /actors/{id}; minor TMDb wording fixes in admin UI\n- Docs: update root and Movies module READMEs; env example for TMDb\n- Tests: adjust for TMDb defaults and provider IDs\n\nIncludes updated public/build assets and manifest.
funkywaddle pushed to master at funkywaddle/PIMS 2025-12-07 03:49:50 +00:00
3013bb5740 Initial commit of existing project
funkywaddle created repository funkywaddle/PIMS 2025-12-07 02:27:57 +00:00
funkywaddle pushed to master at funkywaddle/EmperorFred 2025-12-06 02:22:01 +00:00
079f9c193c initial big push
funkywaddle created repository funkywaddle/EmperorFred 2025-12-05 15:25:38 +00:00
funkywaddle pushed to master at funkywaddle/Waddle_Language 2025-12-01 06:09:19 +00:00
a1c245814b Several changes. Fixing comments and whitespace. Removing some unused definitions.
funkywaddle pushed to master at funkywaddle/Waddle_Language 2025-11-28 09:28:48 +00:00
a1cc04575c Implement proper whitespace functionality. Implement single line and multi line comments
funkywaddle pushed to master at funkywaddle/Waddle_Language 2025-11-28 08:15:47 +00:00
07c27f3cdd Create a keywords.bnf file to hold much of the hardcoded strings (much, but not all) present in the rest of the bnf files
funkywaddle pushed to master at funkywaddle/Waddle_Language 2025-11-28 05:52:56 +00:00
30ea8a2740 Merge branch 'master' of repos.qualitycoder.net:funkywaddle/Waddle_Language
0e929c7b86 Remove module support for now. Fix a lot of malformed BNF. Fixed some ambiguously defined specs.
Compare 2 commits »
funkywaddle pushed to master at funkywaddle/Waddle_Language 2025-11-26 20:26:21 +00:00
5a52887489 Update README.md. Add Variable docs.