Commit Graph
201 Commits
Author SHA1 Message Date
Milan 9e074f6122 audio.pm: fix division by zero 2020-11-15 20:29:17 +01:00
Milan 9b8095b1a4 calendar.css: shadow on selected event 2020-11-15 20:29:17 +01:00
Milan 000b6ace49 format recurrence date 2020-11-15 20:29:17 +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 a12bffde44 playout.pm: always update
disable need for update, seems not to be working…
2020-11-15 20:29:17 +01:00
Milan aca95f627c playout.pm: fix unitialized warnings 2020-11-15 20:29:17 +01:00
Milan 11f7609f32 event_list.html: hide title on small screens 2020-11-15 20:29:17 +01:00
Milan e4eb6db1b8 events.pm: allow title field keys: ekey, skey, stkey
now single fields of full_title can be used in templates.

ekey:  episode
skey:  series
stkey: separator between series and title
2020-11-15 20:29:17 +01:00
Milan 80d7e1bb01 events.pm: remove program 2020-11-15 20:29:16 +01:00
Milan 8008e505b4 calendar: show playout errors 2020-11-15 20:29:16 +01:00
Milan 0232ee97eb default.js: copyToClipboard() 2020-11-15 20:29:16 +01:00
Milan f311ce01e5 edit_event: copy event to clipboard button 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 877cc1a347 templates: replace key with full_title 2020-11-15 20:29:16 +01:00
Milan eb5bfa7d62 calcms.js: own show, hide, toggle 2020-11-15 20:29:16 +01:00
Milan 549791bca5 calcms.js: remove $post 2020-11-15 20:29:16 +01:00
Milan c46465e062 fix badge margins 2020-11-15 20:29:16 +01:00
Milan 4587ca9fcb remove jquery.autocomplete 2020-11-15 20:29:16 +01:00
Milan 3c904cf80c remove tablesorter.*.js 2020-11-15 20:29:16 +01:00
Milan 480a1282b1 update jquery.tablesorter.min.js 2020-11-15 20:29:16 +01:00
Milan 050b303829 update jquery-ui-timepicker.js 2020-11-15 20:29:16 +01:00
Milan ab0902a9b3 calcms.js: use fetch api for updateContainer 2020-11-15 20:29:16 +01:00
Milan 6a8ca64c80 .htaccess: remove special trigger 2020-11-15 20:29:16 +01:00
Milan 5a9da1bf5d jquery: update to 3.5.1 2020-11-15 20:29:16 +01:00
Milan f8989b95a5 calcms.cust.js: remove slider 2020-11-15 20:29:16 +01:00
Milan c6fc558ffb remove unused templated 2020-11-15 20:29:16 +01:00
Milan 829bcf1c29 fix spacing 2020-11-15 20:29:16 +01:00
Milan 0ad734f4a8 replace header by default 2020-11-15 20:29:16 +01:00
Milan 2360926840 configure site title and description 2020-11-15 20:29:16 +01:00
Milan 4229cb80ad read config as UTF8 2020-11-15 20:29:16 +01:00
Milan e316b53462 fix: calendar cells clickable 2020-11-15 20:29:16 +01:00
Milan 5e5e36ba22 replace table height calculation by plain javascript 2020-11-15 20:29:16 +01:00
Milan d3fe389af3 configure email for sending comment notifications 2020-11-15 20:29:16 +01:00
Milan ad9e27418a set search button color 2020-11-15 20:29:16 +01:00
Milan f77556908a compress_templates.cgi: remove obsolete 2020-11-15 20:29:16 +01:00
Milan f1d860efcb add access control origin to html headers 2020-11-15 20:29:16 +01:00
Milan 836a1fe839 calendar.js: remove dead code 2020-11-15 20:29:16 +01:00
Milan 14c10e3be0 reformat javascript sources 2020-11-15 20:29:16 +01:00
Milan 051f8bd8f7 remove category selectbox from GUI 2020-11-15 20:29:16 +01:00
Milan 1c461bfc2b remove unused javascript code 2020-11-15 20:29:16 +01:00
Milan cbb4b64ec0 update jquery 2020-11-15 20:29:16 +01:00
Milan 3474c6b88f roles.cgi: sort keys 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 7fcc2d1789 remove cache directory
directories for file-based cache are removed as the feature has been
removed.
2020-11-15 20:29:16 +01:00
Milan 2a8906b598 update documentation
update configuration using variables
use markdown
2020-11-15 20:29:16 +01:00
Milan fffe3899df aggregate.cgi: refactor 2020-11-15 20:29:16 +01:00
Milan 655957922e fixup! copy current state of medienstaatsvertrag.org, to be verified 2020-11-15 20:29:16 +01:00
Milan 9cd40e14f5 config.cgi: use variables in configuration 2020-11-15 20:29:16 +01:00
Milan 726c5e8fe8 config.pm: replace Config::General
Config::General does not support Apache like definition and use of
variables. A minimal implementation of Apache-like configuration
allows to define variables by
  Define <variable-name> <variable-value>
and use them later by
  ${variable-name}
.
2020-11-15 20:29:16 +01:00