-
- Downloads
Project 'ad-aures/castopod' was moved to 'adaures/castopod'. Please update any links and bookmarks that may still have the old path.
feat: add pages table to store custom instance pages (eg. legal-notice, cookie policy, etc.)
- add pages migration, model and entity - add page controllers - update routes config to input page forms and page view in public - fix markdow editor focus area - show pages links in public side footer closes #24
Showing
- app/Config/Routes.php 32 additions, 14 deletionsapp/Config/Routes.php
- app/Config/Validation.php 1 addition, 0 deletionsapp/Config/Validation.php
- app/Controllers/Admin/Page.php 111 additions, 0 deletionsapp/Controllers/Admin/Page.php
- app/Controllers/Admin/Podcast.php 6 additions, 13 deletionsapp/Controllers/Admin/Podcast.php
- app/Controllers/Page.php 45 additions, 0 deletionsapp/Controllers/Page.php
- app/Database/Migrations/2020-05-30-101500_add_podcasts.php 3 additions, 5 deletionsapp/Database/Migrations/2020-05-30-101500_add_podcasts.php
- app/Database/Migrations/2020-06-05-170000_add_episodes.php 0 additions, 1 deletionapp/Database/Migrations/2020-06-05-170000_add_episodes.php
- app/Database/Migrations/2020-08-17-150000_add_pages.php 58 additions, 0 deletionsapp/Database/Migrations/2020-08-17-150000_add_pages.php
- app/Entities/Page.php 47 additions, 0 deletionsapp/Entities/Page.php
- app/Helpers/page_helper.php 27 additions, 0 deletionsapp/Helpers/page_helper.php
- app/Helpers/rss_helper.php 3 additions, 7 deletionsapp/Helpers/rss_helper.php
- app/Language/en/AdminNavigation.php 3 additions, 1 deletionapp/Language/en/AdminNavigation.php
- app/Language/en/Breadcrumb.php 1 addition, 1 deletionapp/Language/en/Breadcrumb.php
- app/Language/en/Page.php 25 additions, 0 deletionsapp/Language/en/Page.php
- app/Language/en/Podcast.php 3 additions, 3 deletionsapp/Language/en/Podcast.php
- app/Language/en/Validation.php 12 additions, 0 deletionsapp/Language/en/Validation.php
- app/Models/EpisodeModel.php 4 additions, 2 deletionsapp/Models/EpisodeModel.php
- app/Models/PageModel.php 52 additions, 0 deletionsapp/Models/PageModel.php
- app/Models/PodcastModel.php 4 additions, 3 deletionsapp/Models/PodcastModel.php
- app/Validation/Rules.php 30 additions, 0 deletionsapp/Validation/Rules.php
Loading
-
mentioned in commit 8e19abd4
-
mentioned in commit 011a3319
-
mentioned in commit f3d005b4
-
mentioned in commit 37efd31c
-
mentioned in commit 24bf214c
-
mentioned in commit f877172d
-
mentioned in commit d25aaf57
-
mentioned in commit 551f3eb6
-
mentioned in commit be8ec094
-
mentioned in commit e6f1f6fc
-
mentioned in commit eebab2a1
-
mentioned in commit a734b111
-
mentioned in commit a5d17024
-
mentioned in commit 5ef30ba3
-
mentioned in commit acf5da9b
-
mentioned in commit 1c70baae
-
mentioned in commit 58c06d60
-
mentioned in commit fe3d6b9c
-
mentioned in commit 2d856e58
-
mentioned in commit 3e37283d
-
mentioned in commit 208f1728
-
mentioned in commit e736fb8f
-
mentioned in commit af3e6663
-
mentioned in commit 14733105
-
mentioned in commit d807ab97
-
mentioned in commit f9572e41
Please register or sign in to comment