a5f818116c
aura.xml rm comment
2025-04-25 12:23:44 +02:00
62d7044721
rm aura image
2025-04-25 12:06:45 +02:00
852aa897a2
Fix playable urls
2025-04-25 12:06:29 +02:00
2d63521d0b
Add valid aura.xml
2025-04-25 11:58:12 +02:00
3349ea882d
kind of working
2025-04-11 11:06:01 +02:00
Milan
5e8eac8b7b
/agenda/templates/coloradio: update image urls
2023-03-28 21:27:55 +02: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
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
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
4bbdb94359
Merge remote-tracking branch 'calcms/master'
2023-03-18 22:27:31 +01:00
Milan
2798e368b1
fixup! remove server_cache and client_cache
2023-03-18 22:24:58 +01:00
Milan
de2dcd37f7
Merge remote-tracking branch 'calcms/master'
2023-03-18 22:19:41 +01:00
Milan
66ee4ce41e
remove server_cache and client_cache
2023-02-26 23:00:14 +01:00
Milan
9c2cb45047
move config cache/base_url to locations/widget_render_url
2023-02-26 22:52:22 +01:00
Milan
4521c3ed6c
remove debug
2023-02-26 22:28:12 +01:00
Milan
1da6032c9a
fixup! Merge remote-tracking branch 'calcms/master'
2023-02-25 23:17:25 +01:00
Milan
7dc128752f
templates/coloradio: back to original filenames for template coloradio
2023-02-25 23:05:53 +01:00
Milan
d10b249b6b
templates/coloradio: remove client cache
2023-02-25 22:55:19 +01:00
Milan
7aa432fd1e
Merge remote-tracking branch 'calcms/master'
2023-02-25 22:49:39 +01:00
Milan
58726b06c6
move modifications to theme coloradio
2023-02-25 22:36:51 +01:00
Milan
26d56bd757
config: remove client_cache parameter
2023-02-25 22:27:47 +01:00
Milan
ebd521452a
template: custom themes for agenda
...
For agenda a custom theme can be configured in locations/theme.
Templates are read from the subdirectory "templates/<theme>/". The
default theme is "default". All Templates are moved to
templates/default.
2023-02-25 11:32:51 +01:00
Milan
89c5e80afa
events.pm: remove time_of_day
2023-02-24 22:08:58 +01:00
Milan
27684c4f54
calendar_colo.html
2023-02-23 21:07:50 +01:00
Milan
5c24c4c1ab
event_dashboard.html: add
2022-11-18 01:26:44 +01:00
Milan
60c37a4bca
event_redirect.html: add
2022-11-18 01:26:44 +01:00
Milan
006b5ae583
template/*: add CORS
2022-04-22 13:35:26 +02:00
Milan
2787bb5d5f
event_media.rss.xml: add broadcast template
2022-04-22 13:34:48 +02:00
Milan
b707cbe449
templates: fix javascript escaping
2022-01-27 21:53:25 +01:00
Milan
dcb750edef
event_playlist.html: remove line break
2021-12-10 17:14:18 +01:00
Milan
d063957645
event_details.html: show image instead of thumb
2021-12-10 17:14:18 +01:00
Milan
e264e92c0c
event_details.html: remove icon bar
2021-12-10 17:14:18 +01:00
Milan
3c967af9d2
calcms.css: icons and image settings
2021-12-10 17:14:18 +01:00
Milan
103e27969b
events.pm: show previous and next event
...
When retrieving individual events, the previous and the following event are determined
according to the current filters to allow navigation between events.
2021-06-27 13:25:46 +02:00
Milan
e000786afc
event_list: remove line breaks
2021-04-11 13:17:11 +02:00
Milan
9d2ec39bc4
event_detail.html: add missing div
2021-04-11 13:16:56 +02:00
Milan
10a19398d5
events: infinity scroll
2021-04-11 13:13:00 +02:00
Milan
7855df8076
agenda/image -> agenda/images
2021-04-11 13:12:53 +02:00
Milan
afa492e6cb
event_details.html: fix template
2020-12-15 13:37:48 +01:00
Milan
a4e480fb16
.htaccess: cleanup
2020-11-15 20:29:17 +01:00
Milan
25620ab1f5
listen to records
...
After the end of a show, the audio recordings are uploaded to a
directory "listen_dir" under a secret name, beginning with the
transmission date "yyyy-mm-dd hh_mm". The directory is available as URL
"listen_url", but must not be listable. In order to gain access to the
recording for 7 days after the show, a check is done to determine
whether the file is available. A random key for the show is stored in
the database if a file matching the date is found in listen_dir. With
this key as a name, a symbolic link to the original audio file is
created. The random name can be used in public documents. If the show
data is read again, the key will be retrieved from the database. File
access can be restricted by the Apache2 handler ListenerAccess.pm. With
it, access to the public symlink is possible for one week.
2020-11-15 20:29:17 +01:00
Milan
000b6ace49
format recurrence date
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
877cc1a347
templates: replace key with full_title
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
root
509535fbf8
Anpassungen fuer coloradio
2020-07-22 18:25:28 +02:00