Commit Graph

535 Commits

Author SHA1 Message Date
Milan
3effdd6ef0 mail.pm: replace MIME::Lite by Email::Sender
* mail.pm uses Email:sender to use correct encoding on sending utf-8
encoded emails
* notify-events.cgi now uses mail.pm.
2023-04-23 12:15:18 +02:00
Milan
172e036242 notify-events: i18n, show details, menu entry
* add menu entry
* toggle details
* show status icons instead of text
* internationalization
2023-04-10 22:50:53 +02:00
Milan
24e1b3b033 default: menu wider 2023-04-10 22:39:29 +02:00
Milan
bb19780bd6 Revert "agenda/index.html: add #calcms_list to #sendungen"
This reverts commit af56448c6e.
2023-03-29 23:02:16 +02:00
Milan
6109330614 agenda/index.htm: hide #sendungen on search 2023-03-29 23:01:57 +02:00
Milan
f6eb7c8154 Merge remote-tracking branch 'calcms/master' 2023-03-29 22:11:41 +02:00
Milan
efb17c91c2 calcms*.js: remove debugging 2023-03-29 22:10:46 +02:00
Milan
f05861472d js/calcms.js: escape whitespaces 2023-03-29 22:10:46 +02:00
Milan
7ae81bb20e index.html: remove 2023-03-29 22:10:46 +02:00
Milan
e5c5a5a0f8 calcms*.js: remove debugging 2023-03-29 22:05:44 +02:00
Milan
1c35ed7628 js/calcms.js: escape whitespaces 2023-03-29 22:03:45 +02:00
Milan
af56448c6e agenda/index.html: add #calcms_list to #sendungen 2023-03-29 22:03:20 +02:00
Milan
bef663c474 index.html: remove 2023-03-29 22:02:55 +02:00
Milan
5e8eac8b7b /agenda/templates/coloradio: update image urls 2023-03-28 21:27:55 +02:00
Milan
28ee623c35 fix URL for js/mo.min.0.288.1.js 2023-03-28 21:16:42 +02:00
Milan
5295dfd173 apache config
adopt directories to following structure

/aganda
/programm
/media
/media/thumbs
/media/icons
/media/images
/media/internal
/media/internal/thumbs
/media/internal/images
/meida/internal/icons
/thumbs -> /media/thumbs
/icons  -> /media/icons
2023-03-28 21:12:59 +02:00
Milan
b4df3860c0 Merge remote-tracking branch 'calcms/master'
* create-events: localization
* create-events.cgi: optionally select series
2023-03-26 20:53:18 +02:00
Milan
bee8c8c6ee create-events: localization 2023-03-26 20:47:41 +02:00
Milan
06f3d86371 create-events.cgi: optionally select series 2023-03-26 12:48:13 +02:00
Milan
5c141e5b02 Merge remote-tracking branch 'calcms/master'
* redirect to calendar
2023-03-26 11:19:24 +02:00
Milan
eb39273413 redirect to calendar
for calculating links in javascript it is required to have the full URL
available. So we do not use index anymore but do a redirect.
2023-03-25 21:24:03 +01:00
Milan
9f8aa2c8c0 Merge remote-tracking branch 'calcms/master'
* config: add audio-upload-hooks
2023-03-24 23:03:03 +01:00
Milan
2db84415bb config: add audio-upload-hooks
Hooks can be used to automate the process of updating database columns
when new audio files are uploaded.  A hook command reads the path of an
audio file and output a list of database columns to be updated with
their respective values.  Currently, the only supported database tables
are calcms_events and calcms_audio_recordings.  Some examples are
included
2023-03-24 23:01:05 +01:00
Milan
f65fe825e6 Merge remote-tracking branch 'calcms/master'
* default.js: add parseUrl
* fixup! remove deprecated role model
2023-03-23 22:20:07 +01:00
Milan
b4da29dd36 default.js: add parseUrl
Users were seeing outdated content due to browser caching. To resolve
this issue, a unique random value is now added to the end of each URL
every time the page is loaded, forcing the browser to retrieve the
latest version of the page from the server.  By implementing this
solution, users will be able to see the most recent content without any
delay caused by outdated cache files.
2023-03-23 22:15:12 +01:00
Milan
3b79d20142 fixup! remove deprecated role model 2023-03-23 21:40:58 +01:00
Milan
0580a0c3fa Merge remote-tracking branch 'calcms/master'
studios: remove google_calendar field
uac.pm: add admin permission
remove deprecated role model
Remove past recordings
fixup! category: remove
Configure event notification sender email address
2023-03-22 00:14:31 +01:00
Milan
1709694d8e studios: remove google_calendar field 2023-03-22 00:09:26 +01:00
Milan
2c0bf5887b uac.pm: add admin permission
admin permission is no more dependent on the name
of the role, but can be assigned to any role.
Users assigned to admin role have all permissions.
2023-03-22 00:07:11 +01:00
Milan
92554ebe95 remove deprecated role model 2023-03-22 00:07:11 +01:00
Milan
a93a09e554 Remove past recordings
This commit adds a tool that removes all recordings that have been
played out in the past. The tool scans the database for recordings that
have a play time in the past and removes them from the system to free up
storage space and prevent outdated recordings from being played again.
This helps to ensure that only current and relevant recordings are
available for playback.
2023-03-21 22:23:53 +01:00
Milan
4366922d76 fixup! category: remove 2023-03-21 21:56:33 +01:00
Milan
907b5e9576 Configure event notification sender email address
This commit adds the ability to configure the email address used as
sender, CC, and reply-to in event notification emails via the
<location/event_sender_email> configuration entry."
2023-03-21 21:48:05 +01:00
Milan
979377c31d help-texts: add
users with permission edit_help_texts are allowed to select edit help
texts from menu and enter texts for all event fields. Other users will
see help texts as tooltips. This allows to provide help to users
depending on your workflow. help texts are saved by project and studio.
2023-03-21 15:16:10 +01:00
Milan
b984858770 Merge remote-tracking branch 'calcms/master'
* help-texts: add
* db.pm: support more names
2023-03-20 23:18:21 +01:00
Milan
8c80c55011 help-texts: add
users with permission edit_help_texts are allowed to select edit help
texts from menu and enter texts for all event fields. Other users will
see help texts as tooltips. This allows to provide help to users
depending on your workflow. help texts are saved by project and studio.
2023-03-20 23:09:11 +01:00
Milan
6e2a04dd94 db.pm: support more names
names like "table" or "column" can now be used for column names
2023-03-20 22:55:49 +01:00
Milan
bc0fe2fcc7 Merge remote-tracking branch 'calcms/master'
* drop unused column user_series.active
2023-03-20 05:44:02 +01:00
Milan
f4c69f6191 drop unused column user_series.active 2023-03-20 05:42:41 +01:00
Milan
35d7784059 Merge remote-tracking branch 'calcms/master'
* series*.pm: set default for zero values
* fix image paths
2023-03-19 22:46:56 +01:00
Milan
2b1ffda88d series*.pm: set default for zero values
newer database versions are stricter on trying to write '' to integer columns.
2023-03-19 22:44:17 +01:00
Milan
82e0520174 fix image paths 2023-03-19 22:43:58 +01:00
Milan
72eada03c4 templates: overwrite default templates from upstream 2023-03-19 21:55:03 +01:00
Milan
d6ee7aa0c7 Merge remote-tracking branch 'calcms/master'
* create-events.html: add one day period
* add create events to main menu
2023-03-19 21:51:18 +01:00
Milan
5434fbb08b add create events to main menu 2023-03-19 21:48:14 +01:00
Milan
7a1a103a3d create-events.html: add one day period 2023-03-19 21:25:43 +01:00
Milan
34d620e89c templates/coloradio/event_pure1.html: fix ical link
* full_title concats series_name and title with hyphen.
* escape=hyphen prevents breaking filenames by whitespace.
2023-03-19 21:12:24 +01:00
Milan
147a1dfd32 Merge remote-tracking branch 'calcms/master'
* HTML/Template/Compiled/Plugin/Hyphen: add
2023-03-19 21:07:04 +01:00
Milan
626d16b74a HTML/Template/Compiled/Plugin/Hyphen: add
use escape "hyphen" at HTC templates to concatenate words by hyphens.
This fill fix URLs with filenames generated from series or program
title.
2023-03-19 21:02:21 +01:00
Milan
4bbdb94359 Merge remote-tracking branch 'calcms/master' 2023-03-18 22:27:31 +01:00