Commit Graph

571 Commits

Author SHA1 Message Date
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
9a85c74b38 warn on unsaved changes after adding image 2020-11-14 21:06:22 +01:00
Milan
9792336ac8 filenames
use kebab-case for file names
remove camelCase and snake_case
2020-11-14 21:06:22 +01:00
Milan
c93b394307 fix comment statistics 2020-11-14 21:06:22 +01:00
Milan
72b0408515 db.pm: connection cache 2020-11-14 21:06:22 +01:00
Milan
a7828b52d9 user sessions: use database instead of filesystem
User sessions will be stored in database and not in files anymore.
CGI::Session is not used anymore for this purpose.  The new module
user_sessions.pm provides functions on new database table user_sessions.
2020-11-14 21:06:22 +01:00
Milan
ce59e89420 improve image related messages 2020-11-14 21:06:22 +01:00
Milan
29103161b2 load image editor for selected image 2020-11-14 21:06:22 +01:00
Milan
8b52c8ec4d user view: fix undef error 2020-11-14 21:06:22 +01:00
Milan
6622f2de86 user view: make headline separate line 2020-11-14 21:06:22 +01:00
Milan
4cc6f7ba8c fix whitespaces (tabs) in javascript 2020-11-14 21:06:22 +01:00
Milan
a80afcad99 reformat css 2020-11-14 21:06:22 +01:00
Milan
edb2aa29d7 redesign image editor
- remove zoom
- separate setting public/private from edit form
- prevent assigning image without it has been published
- prevent publishing image without licence
- show buttons depending on license state
- reload view on state change
- gray out not-selected images
2020-11-14 21:06:22 +01:00
root
1d4f5051df fixed fix of streaming links aftrer 3 months of not working page :-( 2020-09-20 12:29:48 +02:00
root
72ff702fe2 fixed streaming.fueralle.org URL to https 2020-07-22 18:28:27 +02:00
root
509535fbf8 Anpassungen fuer coloradio 2020-07-22 18:25:28 +02:00
Milan
f0be286f47 remove camel-case from file names 2019-10-04 14:18:34 +02:00
Milan
9c85a86caf rename selectEvent|Series to select_event|series 2019-10-04 13:52:40 +02:00
Milan
a88a79a420 rename admins.css|.js to default.css|.js 2019-10-04 13:04:34 +02:00
Milan
5e2f21abc1 rename calcms_admin_menu to calcms_nav 2019-10-04 12:52:51 +02:00
Milan
edf6028f5f remove unused css 2019-10-04 12:52:34 +02:00
Milan
253740c5ef remove feed icons from detail view 2019-10-04 00:41:41 +02:00
Milan
d191193795 redesign timepicker in calendar 2019-10-04 00:41:41 +02:00
Milan
300165a7f4 prevent undef in calendar checkbox/toolbar 2019-10-04 00:41:41 +02:00
Milan
1cb4c6b23e disable not-working history fix 2019-10-04 00:41:41 +02:00
Milan
bad6d301e5 add nav menu to decrease number of items 2019-10-04 00:41:41 +02:00
Milan
39864053db remove compression from template 2019-10-04 00:41:41 +02:00
Milan
80b1e484d3 redesign login box 2019-10-04 00:41:41 +02:00
Milan
131548fe0d enhance link if password forgotten 2019-10-04 00:41:41 +02:00
Milan
d05f037d1e use css selector for badges 2019-10-04 00:41:41 +02:00
Milan
2086e63e67 fix audio error calculation 2019-10-04 00:41:41 +02:00
Milan
8d90423041 update jquery 2019-10-04 00:41:41 +02:00
Milan
d7f25d91c9 set blue color scheme for toolbar 2019-10-04 00:22:07 +02:00
Milan
f28400dbcb remove unused JS libs 2019-10-04 00:21:38 +02:00
Milan
dca397cd13 fix series title
as template engine is case sensitive, conditions have to use camelCase.
2019-07-17 00:08:42 +02: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
667d6c715f use html5 color input 2019-04-22 00:59:40 +02:00
Milan
aaa3f01a98 fix studio_id parameter on loading image 2019-04-22 00:59:40 +02:00
Milan
dcec151f7b fix command line parsing of mod_perl scripts 2019-04-22 00:59:40 +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
e90ea3929d remove some fix colors from theme to allow dark mode 2019-03-18 15:25:40 +01:00
Milan
6c2a6ac0cc remove program entry from title 2019-03-18 15:25:14 +01:00
Milan
a455017084 use download text from template 2019-03-18 15:24:24 +01:00
Milan
cb2e1bc30d compress html output 2019-03-18 15:20:44 +01:00
Milan
95ff06592d update template defaults and escaping 2019-03-02 16:04:08 +01:00
Milan
88a52dd674 limit session timeout and write sessions to sub temp dir 2019-03-02 16:03:24 +01:00
Milan
8776fc1652 add page leave handler on image editor 2019-01-13 21:58:13 +01:00
Milan
5a66cde01c reuse edit_image.js
remove outdated code and insert code to update form field value for
checkbox
2019-01-13 21:58:00 +01:00
Milan
4e9db1cf4f fix image upload
parse project_id and studio_id
2019-01-13 21:55:22 +01:00