From 96abe3c6914ce37d9fb44da8fda375e40ad65c9e Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Mon, 18 Nov 2019 22:23:49 +0200 Subject: New feature: Now there is popup selection of Lists/Swimlanes/Calendar/Roles. New feature, not set visible yet, because switching to it does not work properly yet: Collapsible Swimlanes #2804 Fix: Public board now loads correctly. When you select one of Lists/Swimlanes/Calendar view and reload webbrowser page, it can change view. Closes #2311 Fix: List sorting commented out. Closes #2800 Fix: Errors hasHiddenMinicardText, hasShowDragHandles, showSort, hasSortBy, profile, FirefoxAndroid/IE11/Vivaldi/Chromium browsers not working by using cookies instead of database. More details at https://github.com/wekan/wekan/issues/2643#issuecomment-554907955 Note: Cookie changes are not always immediate, if there is no effect, you may need to reload webbrowser page. Closes #2643 . Thanks to xet7 ! --- .meteor/packages | 1 + 1 file changed, 1 insertion(+) (limited to '.meteor/packages') diff --git a/.meteor/packages b/.meteor/packages index f234baea..81b25125 100644 --- a/.meteor/packages +++ b/.meteor/packages @@ -96,3 +96,4 @@ konecty:mongo-counter percolate:synced-cron easylogic:summernote cfs:filesystem +ostrio:cookies -- cgit v1.2.3-1-g7c22 From 38dfe0b9a71a083adc2de1a81170fea0e4a8e53f Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Wed, 20 Nov 2019 19:57:16 +0200 Subject: Update to Meteor 1.8.2. Update dependencies. Thanks to xet7 ! --- .meteor/packages | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.meteor/packages') diff --git a/.meteor/packages b/.meteor/packages index 81b25125..7fa85bee 100644 --- a/.meteor/packages +++ b/.meteor/packages @@ -6,9 +6,9 @@ meteor-base@1.4.0 # Build system -ecmascript@0.12.4 -standard-minifier-css@1.5.3 -standard-minifier-js@2.4.1 +ecmascript@0.13.0 +standard-minifier-css@1.5.4 +standard-minifier-js@2.5.0 mquandalle:jade # Polyfills @@ -22,7 +22,7 @@ dburles:collection-helpers idmontie:migrations matb33:collection-hooks matteodem:easy-search -mongo@1.6.2 +mongo@1.7.0 mquandalle:collection-mutations # Account system -- cgit v1.2.3-1-g7c22