Merge remote-tracking branch 'calcms/master'
492bc44(calcms/master) lib/calcms/user_sessions.pm: always write session80cbaf7fixup! templates: fix javascript escaping4689deenotify-events: show resultsb7ff85fcreate-events.cgi: remove comments0c7cf10website/agenda/.htaccess: add route for running id61405a2install/create.sql: new index for events6744123calcms.css: use woff2 fonts onlyf71d6e9mail.pm: convert to ascii642e739fixup! lib/calcms: remove comments and shorten expressions
This commit is contained in:
@@ -96,6 +96,7 @@ apt-get install <deb-package>
|
||||
libmime-tools-perl
|
||||
libsession-token-perl
|
||||
libtext-multimarkdown-perl
|
||||
libtext-unidecode
|
||||
libtext-wikicreole-perl
|
||||
liburi-escape-xs-perl
|
||||
perlmagick
|
||||
|
||||
@@ -1816,3 +1816,5 @@ CHANGE COLUMN `email` `email` VARCHAR(100) NULL DEFAULT NULL ;
|
||||
|
||||
ALTER TABLE `calcms`.`calcms_user_selected_events`
|
||||
CHANGE COLUMN `user` `user` VARCHAR(100) NOT NULL ;
|
||||
|
||||
CREATE INDEX idx_covering ON calcms_events (start, end, id);
|
||||
@@ -361,4 +361,6 @@ ADD COLUMN `week_of_month` INT UNSIGNED NULL AFTER `weekday`,
|
||||
ADD COLUMN `month` INT UNSIGNED NULL AFTER `week_of_month`,
|
||||
CHANGE COLUMN `frequency` `frequency` INT UNSIGNED NULL ;
|
||||
|
||||
update `calcms_studio_timeslot_schedule` set period_type = 'days' where period_type = '';
|
||||
update `calcms_studio_timeslot_schedule` set period_type = 'days' where period_type = '';
|
||||
|
||||
CREATE INDEX idx_covering ON calcms_events (start, end, id);
|
||||
Reference in New Issue
Block a user