castopod/app/Helpers
Yassine Doghri 4f1e773c0f feat(episodes): schedule episode with future publication_date by using cache expiration time
- merge publication date fields into one field instanciated with flatpickr datetime picker
- get user timezone to convert user publication_date input to UTC
- remove setPublishedAt() method from episode entity
- add publication pill component to display the episode publication date info
- clear cache after episode insert
- use CI is_really_writable() helper in install instead of is_writable()
- fix latest episodes layout
- update tsconfig to only include ts folders
- update DEPENDENCIES.md to include flatpickr
- add format_duration helper to format episode enclosure duration instead of translating it (causes
translation bug)
- add Time.ts module to convert UTC time to user localized time for episode publication dates
- fix some layout issues
- update php and js dependencies to latest versions

closes #47
2020-10-22 17:41:59 +00:00
..
.gitkeep feat: add npm for js dependencies + move src/ files to root folder 2020-10-15 14:05:36 +00:00
analytics_helper.php feat(analytics): add service name from rss user-agent 2020-10-21 16:04:18 +00:00
breadcrumb_helper.php feat: enhance admin ui with responsive design and ux improvements 2020-10-15 14:41:56 +00:00
components_helper.php feat(episodes): schedule episode with future publication_date by using cache expiration time 2020-10-22 17:41:59 +00:00
form_helper.php feat: display legal disclaimer and warning on podcast import page 2020-10-15 14:42:04 +00:00
id3_helper.php feat: update analytics so to meet IABv2 requirements 2020-10-15 14:42:02 +00:00
media_helper.php feat: create optimized & resized images upon upload 2020-10-15 14:41:45 +00:00
misc_helper.php feat(episodes): schedule episode with future publication_date by using cache expiration time 2020-10-22 17:41:59 +00:00
page_helper.php feat(public-ui): adapt public podcast and episode pages to wireframes 2020-10-15 14:41:43 +00:00
rss_helper.php feat(analytics): add service name from rss user-agent 2020-10-21 16:04:18 +00:00
svg_helper.php feat: enhance admin ui with responsive design and ux improvements 2020-10-15 14:41:56 +00:00
url_helper.php fix(analytics): remove charts empty values + remove useless language cache 2020-10-19 16:47:22 +00:00