From 534b20fedac9162d2d316bd74eff743d636f2b3d Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Tue, 28 Aug 2018 23:23:24 +0300 Subject: [PATCH 1/5] - Fix Delete Board and keep confirmation popup. Thanks to xet7 ! --- client/components/boards/boardArchive.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client/components/boards/boardArchive.js b/client/components/boards/boardArchive.js index dbebdd70c..8f4d54345 100644 --- a/client/components/boards/boardArchive.js +++ b/client/components/boards/boardArchive.js @@ -37,8 +37,7 @@ BlazeComponent.extendComponent({ const currentBoard = Boards.findOne(Session.get('currentBoard')); Boards.remove(currentBoard._id); } - const board = this.currentData(); - Boards.remove(board._id); + Boards.remove(this._id); FlowRouter.go('home'); }), }]; From 652f4e693bfff78c740faeb32df83152a60f2158 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Tue, 28 Aug 2018 23:28:57 +0300 Subject: [PATCH 2/5] - Fix Delete Board. Thanks to rjevnikar and xet7 ! --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 462f4f1f5..847688676 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# Upcoming Wekan release + +This release fixes the following bugs: + +- [Fix Delete Board](https://github.com/wekan/wekan/commit/534b20fedac9162d2d316bd74eff743d636f2b3d). + +Thanks to GitHub users rjevnikar and xet7 for their contributions. + # v1.37 2018-08-28 Wekan release This release fixes the following bugs: From ebaccbcccafe9c506ae41d60ee51145003367994 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Tue, 28 Aug 2018 23:36:54 +0300 Subject: [PATCH 3/5] - Add msavin:userCache. https://forums.meteor.com/t/introducing-a-new-approach-to-meteor-user-this-simple-trick-can-save-you-millions-of-database-requests/45336/7 https://github.com/msavin/userCache Thanks to msavin and xet7 ! Related #1672 --- .meteor/packages | 1 + .meteor/versions | 1 + 2 files changed, 2 insertions(+) diff --git a/.meteor/packages b/.meteor/packages index c525dbbd4..ebe35f812 100644 --- a/.meteor/packages +++ b/.meteor/packages @@ -87,3 +87,4 @@ momentjs:moment@2.22.2 atoy40:accounts-cas browser-policy-framing mquandalle:moment +msavin:usercache diff --git a/.meteor/versions b/.meteor/versions index c116172ac..f1f52d23e 100644 --- a/.meteor/versions +++ b/.meteor/versions @@ -118,6 +118,7 @@ mquandalle:jquery-ui-drag-drop-sort@0.2.0 mquandalle:moment@1.0.1 mquandalle:mousetrap-bindglobal@0.0.1 mquandalle:perfect-scrollbar@0.6.5_2 +msavin:usercache@1.0.0 npm-bcrypt@0.9.3 npm-mongo@2.2.33 oauth@1.2.1 From 670ace6a8d39d7189f404715aa920d307ad2e3c5 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Tue, 28 Aug 2018 23:43:01 +0300 Subject: [PATCH 4/5] - Add msavin:userCache to speedup Wekan. https://forums.meteor.com/t/introducing-a-new-approach-to-meteor-user-this-simple-trick-can-save-you-millions-of-database-requests/45336/7 https://github.com/msavin/userCache Thanks to msavin and xet7 ! Related #1672 --- CHANGELOG.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 847688676..2d6315aa2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,15 @@ # Upcoming Wekan release -This release fixes the following bugs: +This release adds the following new features: + +- Add [msavin:userCache](https://github.com/msavin/userCache) to speedup Wekan. + See [meteor forums post](https://forums.meteor.com/t/introducing-a-new-approach-to-meteor-user-this-simple-trick-can-save-you-millions-of-database-requests/45336/7). + +and fixes the following bugs: - [Fix Delete Board](https://github.com/wekan/wekan/commit/534b20fedac9162d2d316bd74eff743d636f2b3d). -Thanks to GitHub users rjevnikar and xet7 for their contributions. +Thanks to GitHub users msavin, rjevnikar and xet7 for their contributions. # v1.37 2018-08-28 Wekan release From 70f37c55fdd501bc3dd5c0c706ac44edc70b1e71 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Wed, 29 Aug 2018 00:10:40 +0300 Subject: [PATCH 5/5] v1.38 --- CHANGELOG.md | 2 +- package.json | 2 +- sandstorm-pkgdef.capnp | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d6315aa2..ae395e964 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Upcoming Wekan release +# v1.38 2018-08-29 Wekan release This release adds the following new features: diff --git a/package.json b/package.json index 76d616844..597dc521a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wekan", - "version": "1.37.0", + "version": "1.38.0", "description": "The open-source kanban", "private": true, "scripts": { diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp index 92ef8ae75..cab36a72f 100644 --- a/sandstorm-pkgdef.capnp +++ b/sandstorm-pkgdef.capnp @@ -22,10 +22,10 @@ const pkgdef :Spk.PackageDefinition = ( appTitle = (defaultText = "Wekan"), # The name of the app as it is displayed to the user. - appVersion = 122, + appVersion = 123, # Increment this for every release. - appMarketingVersion = (defaultText = "1.37.0~2018-08-28"), + appMarketingVersion = (defaultText = "1.38.0~2018-08-29"), # Human-readable presentation of the app version. minUpgradableAppVersion = 0,