Commit Graph

55 Commits

Author SHA1 Message Date
Milan
fd952dadfa events.pm: load recordings for params
in the past all recordings have been loaded. At some point this has been
changed to load only active recordings. Now there are params supported
for both forms

all_recordings - all recordings for a broadcast
active_recording - add path of active recordings to broadcast
only_active_recording - show only broadcasts with active recordings
2024-04-18 23:19:54 +02:00
Milan
92554ebe95 remove deprecated role model 2023-03-22 00:07:11 +01:00
Milan
4521c3ed6c remove debug 2023-02-26 22:28:12 +01:00
Milan
3ec3917978 calendar: name wiki format 2022-12-03 22:47:09 +01:00
Milan
6536df7361 calendar.cgi: remove undef warnings 2022-11-18 01:26:44 +01:00
Milan
0a3656f734 templates: move includes into *-header.html files 2022-11-18 01:26:44 +01:00
Milan
591a2f41b0 calendar.js: show/hide excerpts 2022-01-27 21:53:25 +01:00
Milan
88760f0cd7 calendar.cgi: replace checkbox with switch 2021-06-27 14:54:51 +02:00
Milan
53300266b2 calendar.cgi: refactoring 2021-06-27 13:25:46 +02:00
Milan
d510c975a6 calendar.cgi: add button to pin toolbar 2021-06-27 13:25:46 +02:00
Milan
bb7eb6f8fa calendar.cgi: fix height for current time line 2021-06-27 13:25:46 +02:00
Milan
4b247f4477 calendar.cgi: undef warning 2021-04-11 13:16:43 +02:00
Milan
873d546e13 category: remove
as not used for a long time by now
2021-04-11 13:13:00 +02:00
Milan
ca6098f07a calendar.js: move RMS plots to /media
/media/playout should be used instead of /agenda_files/playout.
/media/ should include uploaded images as well (thumbs,images,icons).
2021-04-11 13:10:42 +02:00
Milan
cd8c69f602 jquery-ui: replace datetime-picker by flatpickr 2021-04-11 13:10:42 +02:00
Milan
f434f6e4ce replace fas by google icons 2021-04-11 13:10:42 +02:00
Milan
15708d951b calendar.js: save selected day start time
set the day start time to the last selecved value for each studio
the user is assigned to.
2021-04-11 13:10:42 +02:00
Milan
7ffc6914b9 audio-recordings.cgi: set upload status
on uploading and audio processing the status is updated
2021-04-11 13:10:42 +02:00
Milan
fe27ca0483 calendar.cgi: show series id 2021-04-11 13:10:42 +02:00
Milan
fb5ad9efe9 calendar.cgi: remove undef warnings 2021-04-11 13:10:42 +02:00
Milan
7b978f7f28 calendar.cgi: fix list titles 2020-12-15 13:35:30 +01:00
Milan
55c47f774f calendar.cgi: sort list by date 2020-12-15 13:35:30 +01:00
Milan
cd868da8c6 calendar.cgi: show playout status in list 2020-12-15 13:35:30 +01:00
Milan
2dae999521 series.cgi: warn on event predecessor self-reference 2020-12-15 13:10:26 +01:00
Milan
c27bbdc27e audio.pm: fix loudness error 2020-11-15 20:29:17 +01:00
Milan
41bd4be39a refactor: remove dead code 2020-11-15 20:29:17 +01:00
Milan
8008e505b4 calendar: show playout errors 2020-11-15 20:29:16 +01:00
Milan
380b167354 calendar: show playout path on icon
move icon generation from javascript to perl
2020-11-15 20:29:16 +01:00
Milan
3c904cf80c remove tablesorter.*.js 2020-11-15 20:29:16 +01:00
Milan
bec3b9c898 list events from predecessor series
if the predecessor series id set at the series form, the list of events
includes the predecessor dates. This can help to get an overview, if the
series moved to another project or studio, or editors change continue
their work in another series.
2020-11-15 20:29:16 +01:00
Milan
f9c4e183df uue same order of imports 2020-11-15 20:29:16 +01:00
Milan
94d4ca59d8 set numbered parameters using entry::set_numbers 2020-11-14 21:06:23 +01:00
Milan
b00704cc4b revision and fix episode numbers
episodes can be checked and fixed. On checking errors and warnings are
displayed.  Once only warnings exist, episodes can be fixed.
2020-11-14 21:06:22 +01:00
Milan
f6f1f33576 calendar.cgi: remove comments 2020-11-14 21:06:22 +01:00
Milan
0e2fc1dbf9 calendar.cgi: first day events before start of day
In calendar view events before the configured start of day where
excluded from query, because start time default was start of day.
2020-11-14 21:06:22 +01:00
Milan
79d2d2069d playout improvements
* show playout attributes as tabs
* mouseover for durations
* show only audio uploads for selected project and studio
2019-06-30 18:29:46 +02:00
Milan
60aa3387f0 verify uploads and playout
check if attributes for uploaded audio match expected ranges and mark
them by colors to help finding issues with duration, channels, RMS, mode
(CBR, ABR), bitrate.

increase upload limit to 400 MB for audio
2019-06-30 01:26:06 +02:00
Milan
d3fc5f998a remove cache
* remove cache, cache setup is not easy, todays servers do not really
* need it anymore
* add prototypes and fix parameter issues
* suppress redefinition
2019-04-22 00:59:40 +02:00
Milan
6f6d264c8b fix calendar table view 2018-12-10 12:58:42 +01:00
Milan
a949cea7bd use central methods for setting default project and studio 2018-10-14 00:01:19 +02:00
Milan
8eb6a64209 use new icon set
adopt UI to use new icon set
2018-10-05 00:28:11 +02:00
Milan
7ff41cecd2 remove CGI where possible
use mod_perl request with fallback to CGI::Simple where possible.
2018-09-23 15:47:03 +02:00
Milan
afa56e9e1e config cache issues
By default the configuration cached by the mod_perl2 instance.
You can disable cache by setting cache/config=0.
You should disable cache only if you have multiple calcms instances
running on the same mod_perl2 server with different configuration.

The Location of the configuration will be determined by config module
now.
2018-09-22 21:39:20 +02:00
Milan
e043493847 fix template configuration 2018-09-06 23:06:48 +02:00
Milan
a6b656779b refactoring
update package definition
fix dependencies
remove global variables
2018-09-02 09:39:24 +02:00
Milan
3e338758e9 fix array length determining and cleanup 2018-08-31 23:15:57 +02:00
Milan
05b1251c1a refactoring
optimize imports
reformat source code
remove unused cpu and memory log functionality
2018-08-29 00:10:15 +02:00
Milan
c37c71f29e optimize imports 2018-08-27 00:21:39 +02:00
Milan
d7e1f02198 reorganize database columns, fix series search, show image licences 2018-06-18 00:43:02 +02:00
Milan
41d209f05a rewrite image editor, make images editable at projects and studios 2018-05-14 23:11:32 +02:00