feat: edit + delete podcast and episode
- refactor model / entity and controller logic for DRY code - update episodes and podcasts migrations - define callbacks for podcast and episode models for enclosure update and cache clearing
Showing
- app/Config/Routes.php 12 additions, 0 deletionsapp/Config/Routes.php
- app/Controllers/Episode.php 126 additions, 67 deletionsapp/Controllers/Episode.php
- app/Controllers/Podcast.php 93 additions, 20 deletionsapp/Controllers/Podcast.php
- app/Database/Migrations/2020-05-30-101500_add_podcasts.php 4 additions, 0 deletionsapp/Database/Migrations/2020-05-30-101500_add_podcasts.php
- app/Database/Migrations/2020-06-05-170000_add_episodes.php 5 additions, 19 deletionsapp/Database/Migrations/2020-06-05-170000_add_episodes.php
- app/Entities/Episode.php 78 additions, 13 deletionsapp/Entities/Episode.php
- app/Entities/Podcast.php 27 additions, 0 deletionsapp/Entities/Podcast.php
- app/Helpers/analytics_helper.php 2 additions, 2 deletionsapp/Helpers/analytics_helper.php
- app/Helpers/id3_helper.php 6 additions, 7 deletionsapp/Helpers/id3_helper.php
- app/Helpers/rss_helper.php 9 additions, 3 deletionsapp/Helpers/rss_helper.php
- app/Language/en/Episode.php 4 additions, 1 deletionapp/Language/en/Episode.php
- app/Language/en/Podcast.php 6 additions, 1 deletionapp/Language/en/Podcast.php
- app/Models/EpisodeModel.php 34 additions, 1 deletionapp/Models/EpisodeModel.php
- app/Models/PodcastModel.php 15 additions, 1 deletionapp/Models/PodcastModel.php
- app/Views/episode/create.php 3 additions, 3 deletionsapp/Views/episode/create.php
- app/Views/episode/edit.php 115 additions, 0 deletionsapp/Views/episode/edit.php
- app/Views/episode/view.php 15 additions, 1 deletionapp/Views/episode/view.php
- app/Views/home.php 1 addition, 1 deletionapp/Views/home.php
- app/Views/index.css 0 additions, 87170 deletionsapp/Views/index.css
- app/Views/podcast/create.php 1 addition, 1 deletionapp/Views/podcast/create.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