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
feb936ed15
remove sync_jobs
2023-02-26 23:06:58 +01:00
Milan
3ee57b448e
remove sync_cms
...
sync from google calendar is not used anymore
2023-02-26 23:02:18 +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
cf1acaaa82
index.html: Basis-URL configurable
2023-02-25 23:22:03 +01:00
Milan
5aa42ebf34
fixup! Merge remote-tracking branch 'calcms/master'
2023-02-25 23:21:31 +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
e067bc1448
calcms.js: fix last day of month
2023-02-24 22:08:58 +01:00
Milan
89c5e80afa
events.pm: remove time_of_day
2023-02-24 22:08:58 +01:00
Milan
45c79f26f9
calcms.cust.js: catch exception in scrollTo()
2023-02-24 22:08:58 +01:00
Milan
0ac1fce42d
index.html: improve readability
2023-02-24 22:08:58 +01:00
Milan
03c21de220
install/INSTALL.md: add some installation hints
2023-02-24 22:08:58 +01:00
Milan
4c448d8fa6
update docs dates
2023-02-24 22:08:58 +01:00
Milan
320da87467
events.pm: fix undef on prev/next event
2023-02-24 22:08:58 +01:00
Milan
69228780e0
programm/.htaccess: add single event route
2023-02-24 22:08:58 +01:00
Milan
f1618c2ddb
apache2-sites/calcms.conf: add
...
move apache config to separate file
2023-02-24 22:08:58 +01:00
Milan
67df87cbbb
apache2-sites/calcms.conf: add configuration
2023-02-24 22:05:31 +01:00
Milan
e1ed70cb6b
fix htaccess
2023-02-23 21:10:01 +01:00
Milan
5b105fb4e4
.htaccess: open end
2023-02-23 21:09:16 +01:00
Milan
1339171c33
agenda/index.html: fix css import
2023-02-23 21:08:58 +01:00
Milan
27684c4f54
calendar_colo.html
2023-02-23 21:07:50 +01:00
Milan
84c59e179a
cache removed
2023-02-23 21:07:30 +01:00
Milan
7de61cd887
add_commit.cgi: use coloradio url
2023-02-23 21:06:25 +01:00
Milan
f626c510ad
remove time_of_day
2023-02-23 21:05:47 +01:00
JohannesKuhfuss
9d42bf9016
scripted DB and user creation
2023-02-20 19:39:40 +01:00
Milan
4bca8650aa
config: update some values
2023-02-19 23:23:11 +01:00
Milan
b84ce1f60a
create.sql: fresh update with some basic entries
...
A fresh basic database export with mysql8.
This comes with a basic setup containing a
project, a studio, a series, roles, time assignments.
2023-02-19 23:13:38 +01:00
Milan
885921c9b0
INSTALL.md: hint to connect to local mysql database
2023-02-19 23:13:02 +01:00
Milan
f5303e5dec
studio.cgi: fix missing value for modified_by
2023-02-19 22:39:53 +01:00
Milan
2b91b3aa7d
roles.cgi: fix missing value for created_at
2023-02-19 22:39:25 +01:00
Milan
d3adec275b
INSTALL.md: remove CPAN install hint for mod_perl
2023-02-19 17:56:52 +01:00
Milan
553f2cb72c
INSTALL.md: hint to reset admin account
...
after update from legacy crypto to Blowfish an update is needed.
User still can let send them a link to change the password.
2023-02-19 17:54:01 +01:00
Milan
855b103e99
INSTALL.md: enable apache2 prefork mode
2023-02-18 23:36:15 +01:00
Milan
1492045e98
startup.pl: fix perl lib path
2023-02-18 23:33:11 +01:00
Milan
abd7815e1a
install/INSTALL.md: add some missing packages
...
found with Ubuntu 20.04
2023-02-18 23:32:06 +01:00
JohannesKuhfuss
d050fc2826
added init script for DB and user creation.
2023-02-18 23:26:02 +01:00
johannes-kuhfuss
2c3e64b2a2
Update INSTALL.md
...
Adjusted GRANT statements
2023-02-18 23:26:02 +01:00
Johannes Kuhfuss
9d93791cfe
fix some insert statements in create.sql (JKU, 2023-02-15)
2023-02-18 23:26:02 +01:00
Milan
96c5bad0e6
db.pm: fix table columns
...
-query the previously connected database on fetching table columns
-avoid small/big letter on accessing the database schema
2023-02-17 21:45:56 +01:00
Milan
2dab044b7c
htaccess: add deflate filter
2022-12-03 22:51:38 +01:00