Funky Waddle funkywaddle
  • Joined on 2024-05-25
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.
funkywaddle pushed to master at funkywaddle/Waddle_Language 2025-11-25 04:32:23 +00:00
ca6d836361 Remove half-baked support for generics. Will get back to this later.
fbe3d1ef84 Update README.md file
Compare 2 commits »
funkywaddle pushed to master at funkywaddle/Waddle_Language 2025-11-25 03:48:25 +00:00
e72d8835f8 Add error/exception handling. Custom error types. Data conversion
funkywaddle pushed to master at funkywaddle/Waddle_Language 2025-11-25 00:22:13 +00:00
40209417c5 Add expressed Boolean methods. Add explicit object instantiation syntax
funkywaddle pushed to master at funkywaddle/Waddle_Language 2025-11-24 23:32:28 +00:00
5f85679547 Update default parameter syntax to use .default(value)
funkywaddle pushed to master at funkywaddle/Waddle_Language 2025-11-24 23:18:01 +00:00
760ae5ffc1 Merge branch 'master' of repos.qualitycoder.net:funkywaddle/Waddle_Language
d0716a1f0b Redo the directory structure. Add a couple not-finished core modules. Add .gitignore
Compare 2 commits »
funkywaddle pushed to master at funkywaddle/Waddle_Language 2025-11-24 06:07:12 +00:00
f9eaf1a657 Update README.md. Add array foreach example. Add better formatting.
funkywaddle pushed to master at funkywaddle/Waddle_Language 2025-11-24 05:47:06 +00:00
2a74e5d5b6 Add README.md