Commit Graph
175 Commits
Author SHA1 Message Date
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
Milan b620a7032d dark mode 2020-11-15 20:29:16 +01:00
Milan a37974bb5e entry.pm: use parser functions 2020-11-15 20:29:16 +01:00
Milan 29951c2f63 category.cgi: remove debug 2020-11-15 20:29:16 +01:00
Milan b442bf0fc8 update_program.pl: refactor 2020-11-15 20:29:16 +01:00
Milan 90cd9b9620 events.cgi: refactor 2020-11-15 20:29:16 +01:00
Milan d3762084d6 add_comment.cgi: perltidy 2020-11-15 20:29:16 +01:00
Milan b72f71e0ac migrate.sql: remove database name 2020-11-15 20:29:16 +01:00
Milan f9c4e183df uue same order of imports 2020-11-15 20:29:16 +01:00
Milan 219d6d6965 fix image publishing and refactor 2020-11-15 20:29:16 +01:00
Milan accc9393c7 use entry::element_of to set action parameter 2020-11-15 20:29:16 +01:00
Milan 5c73484638 use entry::set_numbers and setbools for parameters 2020-11-15 20:29:16 +01:00
Milan 07219ad3ee set parameter strings with entry::set_strings 2020-11-14 21:06:23 +01:00
Milan 94d4ca59d8 set numbered parameters using entry::set_numbers 2020-11-14 21:06:23 +01:00
Milan b2dc101354 parameter passing and dead code 2020-11-14 21:06:23 +01:00
Milan dea7f65cea events.pm: parameter passing 2020-11-14 21:06:23 +01:00
Milan ef7dbb7849 calcms/auth.pm: parameter passing 2020-11-14 21:06:23 +01:00
Milan 25094e45ba calcms/db.pm: parameter passing 2020-11-14 21:06:23 +01:00
Milan a769424a6e remove use base Exporter;
no need to call import
2020-11-14 21:06:23 +01:00
Milan 7b565c6d9b use map for table columns 2020-11-14 21:06:23 +01:00
Milan ea9590f6dc remove brackets from conditions that are not needed 2020-11-14 21:06:23 +01:00
Milan 4584125923 remove comments and cleanup 2020-11-14 21:06:23 +01:00
Milan 9b7a1ebc88 support markdown in editor
events can be edited in markdown. markup language can be set in series
template for newly created events.
2020-11-14 21:06:22 +01:00
Milan 1607b5468f calcms/series: reformat 2020-11-14 21:06:22 +01:00
Milan 41b0495c2e use map instead for on creating hash tables 2020-11-14 21:06:22 +01:00
Milan da5f7f673d user_default_studios.pm: user defaults
save default studio for each project. on project change the default
studio will be selected.
2020-11-14 21:06:22 +01:00
Milan 87094ac537 refactor event and series editor 2020-11-14 21:06:22 +01:00