diff options
61 files changed, 159 insertions, 88 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 1c80c2b0..0b810905 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -7,8 +7,9 @@ Other Wekan issues can be added here. **Server Setup Information**: +* Note: Please anonymize info, and do not add to this public issue any of your Wekan board URLs, passwords, API tokens etc, do you understand?: * Did you test in newest Wekan?: -* For new Wekan install, did you configure root-url correctly https://github.com/wekan/wekan/wiki/Settings ? +* For new Wekan install, did you configure root-url correctly so Wekan cards open correctly https://github.com/wekan/wekan/wiki/Settings ? * Wekan version: * If this is about old version of Wekan, what upgrade problem you have?: * Operating System: @@ -16,13 +17,12 @@ Other Wekan issues can be added here. * Http frontend if any (Caddy, Nginx, Apache, see config examples from Wekan GitHub wiki first): * Node Version: * MongoDB Version: -* ROOT_URL environment variable http(s)://(subdomain).example.com(/suburl): * Wekan only works on newest desktop Firefox/Chromium/Chrome/Edge/Chromium Edge and mobile Chrome. What webbrowser version are you using? **Problem description**: - *REQUIRED: Add recorded animated gif about how it works currently, and screenshot mockups how it should work. Use peek to record animgif in Linux https://github.com/phw/peek* - *Explain steps how to reproduce* - *In webbrowser, what does show Right Click / Inspect / Console ? Chrome shows more detailed info than Firefox.* -- *If using Snap, what does show command `sudo snap logs wekan.wekan` ?* -- *If using Docker, what does show command `sudo docker logs wekan-app` ?* +- *If using Snap, what does show command `sudo snap logs wekan.wekan` ? Please anonymize logs.* +- *If using Docker, what does show command `sudo docker logs wekan-app` ? Please anonymize logs.* - *If logs are very long, attach them in .zip file* diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b3595d8..efc3f761 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,39 @@ +# v3.42 2019-09-14 Wekan release + +This release removed the following new features: + +- [Revert drag handle changes of Wekan v3.41](https://github.com/wekan/wekan/commit/57119868bbb49f47c7d0b51b9952df9bd83d46f5). + Thanks to Keelan. + +Thanks to above GitHub users for their contributions and translators for their translations. + +# v3.41 2019-09-13 Wekan release + +This release adds the following new features: + +- [More Mobile and Desktop drag handles for Swimlanes/Lists/Cards. Part 1](https://github.com/wekan/wekan/commit/ff550e91103115e7b731dd80c4588b93b2d4c64f). + Thanks to xet7. + +Thanks to above GitHub users for their contributions and translators for their translations. + +# v3.40 2019-09-11 Wekan release + +This release fixes the following bugs: + +- [Fix subcard selector](https://github.com/wekan/wekan/pull/2697). + Thanks to justinr1234. + +Thanks to above GitHub users for their contributions and translators for their translations. + +# v3.39 2019-09-11 Wekan release + +This release fixes the following bugs: + +- [To load all boards, revert Wekan v3.37 Fix Linked cards make load all cards of database](https://github.com/wekan/wekan/commit/6ce8eeee6c477cd39b684c47bf122b5872818ada). + Thanks to xet7. + +Thanks to above GitHub users for their contributions and translators for their translations. + # v3.38 2019-09-11 Wekan release - Update translations. Thanks to translators. @@ -54,13 +54,12 @@ that by providing one-click installation on various platforms. - [Features][features]: Wekan has real-time user interface. - [Platforms][platforms]: Wekan supports many platforms. Wekan is critical part of new platforms Wekan is currently being integrated to. -- [Integrations][integrations]: Current possible integrations and future plans. ## Requirements - 64bit: Linux [Snap](https://github.com/wekan/wekan-snap/wiki/Install) or [Sandstorm](https://sandstorm.io) / [Mac](https://github.com/wekan/wekan/wiki/Mac) / [Windows](https://github.com/wekan/wekan/wiki/Install-Wekan-from-source-on-Windows). - [More Platforms](https://github.com/wekan/wekan/wiki/Platforms). [ARM progress](https://github.com/wekan/wekan/issues/1053#issuecomment-410919264). + [More Platforms](https://github.com/wekan/wekan/wiki/Platforms), bundle for RasPi3 ARM and other CPUs where Node.js and MongoDB exists. - 1 GB RAM minimum free for Wekan. Production server should have minimum total 4 GB RAM. For thousands of users, for example with [Docker](https://github.com/wekan/wekan/blob/devel/docker-compose.yml): 3 frontend servers, each having 2 CPU and 2 wekan-app containers. One backend wekan-db server with many CPUs. @@ -84,31 +83,19 @@ that by providing one-click installation on various platforms. [many times a day](https://github.com/wekan/wekan/blob/devel/CHANGELOG.md). - [Please add Add new Feature Requests and Bug Reports immediately](https://github.com/wekan/wekan/issues). - [Commercial Support](https://wekan.team). -- [Bounties](https://wekan.team/bounties/index.html). We also welcome sponsors for features and bugfixes. By working directly with Wekan you get the benefit of active maintenance and new features added by growing Wekan developer community. ## Demo -[Wekan demo][roadmap_wefork] +[Wekan demo][roadmap_wekan] ## Screenshot [More screenshots at Features page](https://github.com/wekan/wekan/wiki/Features) -[![Screenshot of Wekan][screenshot_wefork]][roadmap_wefork] - -## Stable - -- master+devel branch. At release, devel is merged to master. -- Receives fixes and features that have been tested at edge that they work. -- If you want automatic updates, [use Snap](https://github.com/wekan/wekan-snap/wiki/Install). -- If you want to test before update, [use Docker quay.io release tags](https://github.com/wekan/wekan/wiki/Docker). - -## Edge - -- edge branch. All new fixes and features are added to here first. [Testing Edge](https://github.com/wekan/wekan-snap/wiki/Snap-Developer-Docs). +[![Screenshot of Wekan][screenshot_wekan]][roadmap_wekan] ## License @@ -117,14 +104,11 @@ with [Meteor](https://www.meteor.com). [platforms]: https://github.com/wekan/wekan/wiki/Platforms [dev_docs]: https://github.com/wekan/wekan/wiki/Developer-Documentation -[screenshot_wekan]: http://i.imgur.com/cI4jW2h.png -[screenshot_wefork]: https://wekan.github.io/wekan-markdown.png +[screenshot_wekan]: https://wekan.github.io/wekan-markdown.png [features]: https://github.com/wekan/wekan/wiki/Features -[integrations]: https://github.com/wekan/wekan/wiki/Integrations -[roadmap_wekan]: http://try.wekan.io/b/MeSsFJaSqeuo9M6bs/wekan-roadmap -[roadmap_wefork]: https://wekan.indie.host/b/t2YaGmyXgNkppcFBq/wekan-fork-roadmap +[roadmap_wekan]: https://boards.wekan.team/b/D2SzJKZDS4Z48yeQH/wekan-open-source-kanban-board-with-mit-license +[wekan_issues]: https://github.com/wekan/wekan/issues [wekan_issues]: https://github.com/wekan/wekan/issues -[wefork_issues]: https://github.com/wefork/wekan/issues [docker_image]: https://hub.docker.com/r/wekanteam/wekan/ [travis_badge]: https://travis-ci.org/wekan/wekan.svg?branch=devel [travis_status]: https://travis-ci.org/wekan/wekan diff --git a/Stackerfile.yml b/Stackerfile.yml index 59c071f6..95ede5a6 100644 --- a/Stackerfile.yml +++ b/Stackerfile.yml @@ -1,5 +1,5 @@ appId: wekan-public/apps/77b94f60-dec9-0136-304e-16ff53095928 -appVersion: "v3.38.0" +appVersion: "v3.42.0" files: userUploads: - README.md diff --git a/i18n/ar.i18n.json b/i18n/ar.i18n.json index 7fed5ef0..d0574932 100644 --- a/i18n/ar.i18n.json +++ b/i18n/ar.i18n.json @@ -735,5 +735,6 @@ "act-atUserComment": "You were mentioned in [__board__] __card__", "delete-user-confirm-popup": "Are you sure you want to delete this account? There is no undo.", "accounts-allowUserDelete": "Allow users to self delete their account", - "hide-minicard-label-text": "Hide minicard label text" + "hide-minicard-label-text": "Hide minicard label text", + "show-desktop-drag-handles": "Show desktop drag handles" } diff --git a/i18n/bg.i18n.json b/i18n/bg.i18n.json index e099b07e..2aeafa5e 100644 --- a/i18n/bg.i18n.json +++ b/i18n/bg.i18n.json @@ -735,5 +735,6 @@ "act-atUserComment": "You were mentioned in [__board__] __card__", "delete-user-confirm-popup": "Are you sure you want to delete this account? There is no undo.", "accounts-allowUserDelete": "Allow users to self delete their account", - "hide-minicard-label-text": "Hide minicard label text" + "hide-minicard-label-text": "Hide minicard label text", + "show-desktop-drag-handles": "Show desktop drag handles" } diff --git a/i18n/br.i18n.json b/i18n/br.i18n.json index 4ed6c01c..1c50686c 100644 --- a/i18n/br.i18n.json +++ b/i18n/br.i18n.json @@ -735,5 +735,6 @@ "act-atUserComment": "You were mentioned in [__board__] __card__", "delete-user-confirm-popup": "Are you sure you want to delete this account? There is no undo.", "accounts-allowUserDelete": "Allow users to self delete their account", - "hide-minicard-label-text": "Hide minicard label text" + "hide-minicard-label-text": "Hide minicard label text", + "show-desktop-drag-handles": "Show desktop drag handles" } diff --git a/i18n/ca.i18n.json b/i18n/ca.i18n.json index f0dcf7a5..8dc7d08f 100644 --- a/i18n/ca.i18n.json +++ b/i18n/ca.i18n.json @@ -735,5 +735,6 @@ "act-atUserComment": "You were mentioned in [__board__] __card__", "delete-user-confirm-popup": "Are you sure you want to delete this account? There is no undo.", "accounts-allowUserDelete": "Allow users to self delete their account", - "hide-minicard-label-text": "Hide minicard label text" + "hide-minicard-label-text": "Hide minicard label text", + "show-desktop-drag-handles": "Show desktop drag handles" } diff --git a/i18n/cs.i18n.json b/i18n/cs.i18n.json index 3557560f..8e1abf68 100644 --- a/i18n/cs.i18n.json +++ b/i18n/cs.i18n.json @@ -735,5 +735,6 @@ "act-atUserComment": "You were mentioned in [__board__] __card__", "delete-user-confirm-popup": "Are you sure you want to delete this account? There is no undo.", "accounts-allowUserDelete": "Allow users to self delete their account", - "hide-minicard-label-text": "Hide minicard label text" + "hide-minicard-label-text": "Hide minicard label text", + "show-desktop-drag-handles": "Show desktop drag handles" } diff --git a/i18n/da.i18n.json b/i18n/da.i18n.json index ace0087d..b2f41f65 100644 --- a/i18n/da.i18n.json +++ b/i18n/da.i18n.json @@ -735,5 +735,6 @@ "act-atUserComment": "You were mentioned in [__board__] __card__", "delete-user-confirm-popup": "Are you sure you want to delete this account? There is no undo.", "accounts-allowUserDelete": "Allow users to self delete their account", - "hide-minicard-label-text": "Hide minicard label text" + "hide-minicard-label-text": "Hide minicard label text", + "show-desktop-drag-handles": "Show desktop drag handles" } diff --git a/i18n/de.i18n.json b/i18n/de.i18n.json index ae2882e6..d4463234 100644 --- a/i18n/de.i18n.json +++ b/i18n/de.i18n.json @@ -735,5 +735,6 @@ "act-atUserComment": "Du wurdest erwähnt in [__board__] __card__", "delete-user-confirm-popup": "Sind Sie sicher, dass Sie diesen Account löschen wollen? Die Aktion kann nicht rückgängig gemacht werden.", "accounts-allowUserDelete": "Erlaube Benutzern ihren eigenen Account zu löschen", - "hide-minicard-label-text": "Labeltext auf Minikarte ausblenden" + "hide-minicard-label-text": "Labeltext auf Minikarte ausblenden", + "show-desktop-drag-handles": "Show desktop drag handles" } diff --git a/i18n/el.i18n.json b/i18n/el.i18n.json index 4b00e7f8..8a073ffe 100644 --- a/i18n/el.i18n.json +++ b/i18n/el.i18n.json @@ -735,5 +735,6 @@ "act-atUserComment": "You were mentioned in [__board__] __card__", "delete-user-confirm-popup": "Are you sure you want to delete this account? There is no undo.", "accounts-allowUserDelete": "Allow users to self delete their account", - "hide-minicard-label-text": "Hide minicard label text" + "hide-minicard-label-text": "Hide minicard label text", + "show-desktop-drag-handles": "Show desktop drag handles" } diff --git a/i18n/en-GB.i18n.json b/i18n/en-GB.i18n.json index cf508c78..0e25ed74 100644 --- a/i18n/en-GB.i18n.json +++ b/i18n/en-GB.i18n.json @@ -735,5 +735,6 @@ "act-atUserComment": "You were mentioned in [__board__] __card__", "delete-user-confirm-popup": "Are you sure you want to delete this account? There is no undo.", "accounts-allowUserDelete": "Allow users to self delete their account", - "hide-minicard-label-text": "Hide minicard label text" + "hide-minicard-label-text": "Hide minicard label text", + "show-desktop-drag-handles": "Show desktop drag handles" } diff --git a/i18n/en.i18n.json b/i18n/en.i18n.json index c10f95c0..1adee4fc 100644 --- a/i18n/en.i18n.json +++ b/i18n/en.i18n.json @@ -738,5 +738,6 @@ "act-atUserComment": "You were mentioned in [__board__] __card__", "delete-user-confirm-popup": "Are you sure you want to delete this account? There is no undo.", "accounts-allowUserDelete": "Allow users to self delete their account", - "hide-minicard-label-text": "Hide minicard label text" + "hide-minicard-label-text": "Hide minicard label text", + "show-desktop-drag-handles": "Show desktop drag handles" } diff --git a/i18n/eo.i18n.json b/i18n/eo.i18n.json index bf887386..f3582588 100644 --- a/i18n/eo.i18n.json +++ b/i18n/eo.i18n.json @@ -735,5 +735,6 @@ "act-atUserComment": "You were mentioned in [__board__] __card__", "delete-user-confirm-popup": "Are you sure you want to delete this account? There is no undo.", "accounts-allowUserDelete": "Allow users to self delete their account", - "hide-minicard-label-text": "Hide minicard label text" + "hide-minicard-label-text": "Hide minicard label text", + "show-desktop-drag-handles": "Show desktop drag handles" } diff --git a/i18n/es-AR.i18n.json b/i18n/es-AR.i18n.json index 37c5e87b..9244188e 100644 --- a/i18n/es-AR.i18n.json +++ b/i18n/es-AR.i18n.json @@ -735,5 +735,6 @@ "act-atUserComment": "You were mentioned in [__board__] __card__", "delete-user-confirm-popup": "Are you sure you want to delete this account? There is no undo.", "accounts-allowUserDelete": "Allow users to self delete their account", - "hide-minicard-label-text": "Hide minicard label text" + "hide-minicard-label-text": "Hide minicard label text", + "show-desktop-drag-handles": "Show desktop drag handles" } diff --git a/i18n/es.i18n.json b/i18n/es.i18n.json index eea79bcd..7acd8184 100644 --- a/i18n/es.i18n.json +++ b/i18n/es.i18n.json @@ -735,5 +735,6 @@ "act-atUserComment": "Te mencionaron en [__board__] __card__", "delete-user-confirm-popup": "¿Seguro que quieres eliminar esta cuenta? Esta acción no puede deshacerse.", "accounts-allowUserDelete": "Permitir a los usuarios eliminar su cuenta", - "hide-minicard-label-text": "Ocultar el texto de la etiqueta de la minitarjeta" + "hide-minicard-label-text": "Ocultar el texto de la etiqueta de la minitarjeta", + "show-desktop-drag-handles": "Show desktop drag handles" } diff --git a/i18n/eu.i18n.json b/i18n/eu.i18n.json index 38aa13da..189ffefc 100644 --- a/i18n/eu.i18n.json +++ b/i18n/eu.i18n.json @@ -735,5 +735,6 @@ "act-atUserComment": "You were mentioned in [__board__] __card__", "delete-user-confirm-popup": "Are you sure you want to delete this account? There is no undo.", "accounts-allowUserDelete": "Allow users to self delete their account", - "hide-minicard-label-text": "Hide minicard label text" + "hide-minicard-label-text": "Hide minicard label text", + "show-desktop-drag-handles": "Show desktop drag handles" } diff --git a/i18n/fa.i18n.json b/i18n/fa.i18n.json index c601073b..dece0d64 100644 --- a/i18n/fa.i18n.json +++ b/i18n/fa.i18n.json @@ -735,5 +735,6 @@ "act-atUserComment": "به شما در [__board__] __card__ اشاره شده", "delete-user-confirm-popup": "Are you sure you want to delete this account? There is no undo.", "accounts-allowUserDelete": "Allow users to self delete their account", - "hide-minicard-label-text": "Hide minicard label text" + "hide-minicard-label-text": "Hide minicard label text", + "show-desktop-drag-handles": "Show desktop drag handles" } diff --git a/i18n/fi.i18n.json b/i18n/fi.i18n.json index 992f96d9..7ccecf37 100644 --- a/i18n/fi.i18n.json +++ b/i18n/fi.i18n.json @@ -735,5 +735,6 @@ "act-atUserComment": "Sinut mainittiin [__board__] __card__", "delete-user-confirm-popup": "Haluatko varmasti poistaa tämän käyttäjätilin? Tätä ei voi peruuttaa.", "accounts-allowUserDelete": "Salli käyttäjien poistaa tilinsä itse", - "hide-minicard-label-text": "Piilota minikortin tunniste teksti" + "hide-minicard-label-text": "Piilota minikortin tunniste teksti", + "show-desktop-drag-handles": "Näytä työpöydän vedon kahvat" } diff --git a/i18n/fr.i18n.json b/i18n/fr.i18n.json index da8ee88f..fde129c8 100644 --- a/i18n/fr.i18n.json +++ b/i18n/fr.i18n.json @@ -735,5 +735,6 @@ "act-atUserComment": "Vous avez été mentionné dans [__board__] __card__", "delete-user-confirm-popup": "Êtes-vous sûr de vouloir supprimer ce compte ? Cette opération ne peut pas être annulée. ", "accounts-allowUserDelete": "Autoriser les utilisateurs à supprimer leur compte", - "hide-minicard-label-text": "Cacher le label de la minicarte" + "hide-minicard-label-text": "Cacher le label de la minicarte", + "show-desktop-drag-handles": "Show desktop drag handles" } diff --git a/i18n/gl.i18n.json b/i18n/gl.i18n.json index 1e27abfc..15835062 100644 --- a/i18n/gl.i18n.json +++ b/i18n/gl.i18n.json @@ -735,5 +735,6 @@ "act-atUserComment": "You were mentioned in [__board__] __card__", "delete-user-confirm-popup": "Are you sure you want to delete this account? There is no undo.", "accounts-allowUserDelete": "Allow users to self delete their account", - "hide-minicard-label-text": "Hide minicard label text" + "hide-minicard-label-text": "Hide minicard label text", + "show-desktop-drag-handles": "Show desktop drag handles" } diff --git a/i18n/he.i18n.json b/i18n/he.i18n.json index 487fcd64..8b30664a 100644 --- a/i18n/he.i18n.json +++ b/i18n/he.i18n.json @@ -735,5 +735,6 @@ "act-atUserComment": "אוזכרת תחת [__board__] __card__", "delete-user-confirm-popup": "למחוק את החשבון הזה? אי אפשר לבטל.", "accounts-allowUserDelete": "לאפשר למשתמשים למחוק את החשבונות של עצמם", - "hide-minicard-label-text": "הסתרת טקסט התווית של מיני כרטיס" + "hide-minicard-label-text": "הסתרת טקסט התווית של מיני כרטיס", + "show-desktop-drag-handles": "Show desktop drag handles" } diff --git a/i18n/hi.i18n.json b/i18n/hi.i18n.json index b12d12b1..d011e26b 100644 --- a/i18n/hi.i18n.json +++ b/i18n/hi.i18n.json @@ -735,5 +735,6 @@ "act-atUserComment": "You were mentioned in [__board__] __card__", "delete-user-confirm-popup": "Are you sure you want to delete this account? There is no undo.", "accounts-allowUserDelete": "Allow users to self delete their account", - "hide-minicard-label-text": "Hide minicard label text" + "hide-minicard-label-text": "Hide minicard label text", + "show-desktop-drag-handles": "Show desktop drag handles" } diff --git a/i18n/hu.i18n.json b/i18n/hu.i18n.json index 36fb0ec9..eb7d37ed 100644 --- a/i18n/hu.i18n.json +++ b/i18n/hu.i18n.json @@ -735,5 +735,6 @@ "act-atUserComment": "You were mentioned in [__board__] __card__", "delete-user-confirm-popup": "Are you sure you want to delete this account? There is no undo.", "accounts-allowUserDelete": "Allow users to self delete their account", - "hide-minicard-label-text": "Hide minicard label text" + "hide-minicard-label-text": "Hide minicard label text", + "show-desktop-drag-handles": "Show desktop drag handles" } diff --git a/i18n/hy.i18n.json b/i18n/hy.i18n.json index 83062540..c698f56f 100644 --- a/i18n/hy.i18n.json +++ b/i18n/hy.i18n.json @@ -735,5 +735,6 @@ "act-atUserComment": "You were mentioned in [__board__] __card__", "delete-user-confirm-popup": "Are you sure you want to delete this account? There is no undo.", "accounts-allowUserDelete": "Allow users to self delete their account", - "hide-minicard-label-text": "Hide minicard label text" + "hide-minicard-label-text": "Hide minicard label text", + "show-desktop-drag-handles": "Show desktop drag handles" } diff --git a/i18n/id.i18n.json b/i18n/id.i18n.json index de302b4e..ef04e72f 100644 --- a/i18n/id.i18n.json +++ b/i18n/id.i18n.json @@ -735,5 +735,6 @@ "act-atUserComment": "You were mentioned in [__board__] __card__", "delete-user-confirm-popup": "Are you sure you want to delete this account? There is no undo.", "accounts-allowUserDelete": "Allow users to self delete their account", - "hide-minicard-label-text": "Hide minicard label text" + "hide-minicard-label-text": "Hide minicard label text", + "show-desktop-drag-handles": "Show desktop drag handles" } diff --git a/i18n/ig.i18n.json b/i18n/ig.i18n.json index 53a9612c..8e8db309 100644 --- a/i18n/ig.i18n.json +++ b/i18n/ig.i18n.json @@ -735,5 +735,6 @@ "act-atUserComment": "You were mentioned in [__board__] __card__", "delete-user-confirm-popup": "Are you sure you want to delete this account? There is no undo.", "accounts-allowUserDelete": "Allow users to self delete their account", - "hide-minicard-label-text": "Hide minicard label text" + "hide-minicard-label-text": "Hide minicard label text", + "show-desktop-drag-handles": "Show desktop drag handles" } diff --git a/i18n/it.i18n.json b/i18n/it.i18n.json index dc41b9be..8b6c543a 100644 --- a/i18n/it.i18n.json +++ b/i18n/it.i18n.json @@ -735,5 +735,6 @@ "act-atUserComment": "You were mentioned in [__board__] __card__", "delete-user-confirm-popup": "Sei sicuro di voler cancellare questo profilo? Non sarà possibile ripristinarlo.", "accounts-allowUserDelete": "Permetti agli utenti di cancellare il loro profilo", - "hide-minicard-label-text": "Hide minicard label text" + "hide-minicard-label-text": "Hide minicard label text", + "show-desktop-drag-handles": "Show desktop drag handles" } diff --git a/i18n/ja.i18n.json b/i18n/ja.i18n.json index e834f064..b17e3b83 100644 --- a/i18n/ja.i18n.json +++ b/i18n/ja.i18n.json @@ -735,5 +735,6 @@ "act-atUserComment": "You were mentioned in [__board__] __card__", "delete-user-confirm-popup": "Are you sure you want to delete this account? There is no undo.", "accounts-allowUserDelete": "Allow users to self delete their account", - "hide-minicard-label-text": "Hide minicard label text" + "hide-minicard-label-text": "Hide minicard label text", + "show-desktop-drag-handles": "Show desktop drag handles" } diff --git a/i18n/ka.i18n.json b/i18n/ka.i18n.json index ebfae1d6..4f7a66a6 100644 --- a/i18n/ka.i18n.json +++ b/i18n/ka.i18n.json @@ -735,5 +735,6 @@ "act-atUserComment": "You were mentioned in [__board__] __card__", "delete-user-confirm-popup": "Are you sure you want to delete this account? There is no undo.", "accounts-allowUserDelete": "Allow users to self delete their account", - "hide-minicard-label-text": "Hide minicard label text" + "hide-minicard-label-text": "Hide minicard label text", + "show-desktop-drag-handles": "Show desktop drag handles" } diff --git a/i18n/km.i18n.json b/i18n/km.i18n.json index ec7337db..36294fa9 100644 --- a/i18n/km.i18n.json +++ b/i18n/km.i18n.json @@ -735,5 +735,6 @@ "act-atUserComment": "You were mentioned in [__board__] __card__", "delete-user-confirm-popup": "Are you sure you want to delete this account? There is no undo.", "accounts-allowUserDelete": "Allow users to self delete their account", - "hide-minicard-label-text": "Hide minicard label text" + "hide-minicard-label-text": "Hide minicard label text", + "show-desktop-drag-handles": "Show desktop drag handles" } diff --git a/i18n/ko.i18n.json b/i18n/ko.i18n.json index ff067d6a..0fa35545 100644 --- a/i18n/ko.i18n.json +++ b/i18n/ko.i18n.json @@ -735,5 +735,6 @@ "act-atUserComment": "You were mentioned in [__board__] __card__", "delete-user-confirm-popup": "Are you sure you want to delete this account? There is no undo.", "accounts-allowUserDelete": "Allow users to self delete their account", - "hide-minicard-label-text": "Hide minicard label text" + "hide-minicard-label-text": "Hide minicard label text", + "show-desktop-drag-handles": "Show desktop drag handles" } diff --git a/i18n/lv.i18n.json b/i18n/lv.i18n.json index 434f07b0..cca4d832 100644 --- a/i18n/lv.i18n.json +++ b/i18n/lv.i18n.json @@ -735,5 +735,6 @@ "act-atUserComment": "You were mentioned in [__board__] __card__", "delete-user-confirm-popup": "Are you sure you want to delete this account? There is no undo.", "accounts-allowUserDelete": "Allow users to self delete their account", - "hide-minicard-label-text": "Hide minicard label text" + "hide-minicard-label-text": "Hide minicard label text", + "show-desktop-drag-handles": "Show desktop drag handles" } diff --git a/i18n/mk.i18n.json b/i18n/mk.i18n.json index c7060aeb..887fad89 100644 --- a/i18n/mk.i18n.json +++ b/i18n/mk.i18n.json @@ -735,5 +735,6 @@ "act-atUserComment": "You were mentioned in [__board__] __card__", "delete-user-confirm-popup": "Are you sure you want to delete this account? There is no undo.", "accounts-allowUserDelete": "Allow users to self delete their account", - "hide-minicard-label-text": "Hide minicard label text" + "hide-minicard-label-text": "Hide minicard label text", + "show-desktop-drag-handles": "Show desktop drag handles" } diff --git a/i18n/mn.i18n.json b/i18n/mn.i18n.json index c28fdf43..a5462401 100644 --- a/i18n/mn.i18n.json +++ b/i18n/mn.i18n.json @@ -735,5 +735,6 @@ "act-atUserComment": "You were mentioned in [__board__] __card__", "delete-user-confirm-popup": "Are you sure you want to delete this account? There is no undo.", "accounts-allowUserDelete": "Allow users to self delete their account", - "hide-minicard-label-text": "Hide minicard label text" + "hide-minicard-label-text": "Hide minicard label text", + "show-desktop-drag-handles": "Show desktop drag handles" } diff --git a/i18n/nb.i18n.json b/i18n/nb.i18n.json index d7b8eeea..b20ae15f 100644 --- a/i18n/nb.i18n.json +++ b/i18n/nb.i18n.json @@ -735,5 +735,6 @@ "act-atUserComment": "You were mentioned in [__board__] __card__", "delete-user-confirm-popup": "Are you sure you want to delete this account? There is no undo.", "accounts-allowUserDelete": "Allow users to self delete their account", - "hide-minicard-label-text": "Hide minicard label text" + "hide-minicard-label-text": "Hide minicard label text", + "show-desktop-drag-handles": "Show desktop drag handles" } diff --git a/i18n/nl.i18n.json b/i18n/nl.i18n.json index 7c085c3a..474485d5 100644 --- a/i18n/nl.i18n.json +++ b/i18n/nl.i18n.json @@ -559,8 +559,8 @@ "setCardActionsColorPopup-title": "Kies een kleur", "setSwimlaneColorPopup-title": "Kies een kleur", "setListColorPopup-title": "Kies een kleur", - "assigned-by": "Toegewezen Door", - "requested-by": "Aangevraagd Door", + "assigned-by": "Toegewezen door", + "requested-by": "Aangevraagd door", "board-delete-notice": "Verwijdering kan niet ongedaan gemaakt worden. Je raakt alle met dit bord gerelateerde lijsten, kaarten en acties kwijt.", "delete-board-confirm-popup": "Alle lijsten, kaarten, labels en activiteiten zullen worden verwijderd en je kunt de bordinhoud niet terughalen. Er is geen herstelmogelijkheid. ", "boardDeletePopup-title": "Bord verwijderen?", @@ -735,5 +735,6 @@ "act-atUserComment": "Je bent genoemd op [__board__] op __card__", "delete-user-confirm-popup": "Weet je zeker dat je dit account wilt verwijderen? Er is geen herstelmogelijkheid.", "accounts-allowUserDelete": "Sta gebruikers toe om hun eigen account te verwijderen", - "hide-minicard-label-text": "Verberg minikaart labeltekst" + "hide-minicard-label-text": "Verberg minikaart labeltekst", + "show-desktop-drag-handles": "Show desktop drag handles" } diff --git a/i18n/oc.i18n.json b/i18n/oc.i18n.json index 0a0bfe73..450ade4d 100644 --- a/i18n/oc.i18n.json +++ b/i18n/oc.i18n.json @@ -735,5 +735,6 @@ "act-atUserComment": "You were mentioned in [__board__] __card__", "delete-user-confirm-popup": "Are you sure you want to delete this account? There is no undo.", "accounts-allowUserDelete": "Allow users to self delete their account", - "hide-minicard-label-text": "Hide minicard label text" + "hide-minicard-label-text": "Hide minicard label text", + "show-desktop-drag-handles": "Show desktop drag handles" } diff --git a/i18n/pl.i18n.json b/i18n/pl.i18n.json index 7f4e53a4..b0f538ea 100644 --- a/i18n/pl.i18n.json +++ b/i18n/pl.i18n.json @@ -735,5 +735,6 @@ "act-atUserComment": "Zostałeś wspomniany na __board__ (__card__)", "delete-user-confirm-popup": "Czy jesteś pewien, że chcesz usunąć te konto? Nie można tego wycofać.", "accounts-allowUserDelete": "Pozwól użytkownikom na usuwanie własnych kont", - "hide-minicard-label-text": "Ukryj opisy etykiet minikart" + "hide-minicard-label-text": "Ukryj opisy etykiet minikart", + "show-desktop-drag-handles": "Show desktop drag handles" } diff --git a/i18n/pt-BR.i18n.json b/i18n/pt-BR.i18n.json index 96a8f276..e48bb04e 100644 --- a/i18n/pt-BR.i18n.json +++ b/i18n/pt-BR.i18n.json @@ -735,5 +735,6 @@ "act-atUserComment": "Você foi mencionado no [__board__] __card__", "delete-user-confirm-popup": "Você realmente quer apagar esta conta? Não há como desfazer.", "accounts-allowUserDelete": "Permitir que usuários apaguem a própria conta", - "hide-minicard-label-text": "Esconder rótulo da etiqueta do mini cartão" + "hide-minicard-label-text": "Esconder rótulo da etiqueta do mini cartão", + "show-desktop-drag-handles": "Show desktop drag handles" } diff --git a/i18n/pt.i18n.json b/i18n/pt.i18n.json index 06022155..44a9aa2e 100644 --- a/i18n/pt.i18n.json +++ b/i18n/pt.i18n.json @@ -735,5 +735,6 @@ "act-atUserComment": "Foi mencionado em [__board__] __card__", "delete-user-confirm-popup": "Tem a certeza que pretende apagar esta conta? Não há como desfazer.", "accounts-allowUserDelete": "Permitir aos utilizadores apagar as suas próprias contas", - "hide-minicard-label-text": "Ocultar texto das etiquetas dos mini-cartões" + "hide-minicard-label-text": "Ocultar texto das etiquetas dos mini-cartões", + "show-desktop-drag-handles": "Show desktop drag handles" } diff --git a/i18n/ro.i18n.json b/i18n/ro.i18n.json index a18e9e38..c8a4b1c5 100644 --- a/i18n/ro.i18n.json +++ b/i18n/ro.i18n.json @@ -735,5 +735,6 @@ "act-atUserComment": "You were mentioned in [__board__] __card__", "delete-user-confirm-popup": "Are you sure you want to delete this account? There is no undo.", "accounts-allowUserDelete": "Allow users to self delete their account", - "hide-minicard-label-text": "Hide minicard label text" + "hide-minicard-label-text": "Hide minicard label text", + "show-desktop-drag-handles": "Show desktop drag handles" } diff --git a/i18n/ru.i18n.json b/i18n/ru.i18n.json index 524f1eca..05a3e535 100644 --- a/i18n/ru.i18n.json +++ b/i18n/ru.i18n.json @@ -735,5 +735,6 @@ "act-atUserComment": "Вас упомянули в [__board__] __card__", "delete-user-confirm-popup": "Вы уверены, что хотите удалить аккаунт? Данное действие необратимо.", "accounts-allowUserDelete": "Разрешить пользователям удалять собственные аккаунты", - "hide-minicard-label-text": "Скрыть текст меток на карточках" + "hide-minicard-label-text": "Скрыть текст меток на карточках", + "show-desktop-drag-handles": "Show desktop drag handles" } diff --git a/i18n/sr.i18n.json b/i18n/sr.i18n.json index 0f5a9168..e3a02d27 100644 --- a/i18n/sr.i18n.json +++ b/i18n/sr.i18n.json @@ -735,5 +735,6 @@ "act-atUserComment": "You were mentioned in [__board__] __card__", "delete-user-confirm-popup": "Are you sure you want to delete this account? There is no undo.", "accounts-allowUserDelete": "Allow users to self delete their account", - "hide-minicard-label-text": "Hide minicard label text" + "hide-minicard-label-text": "Hide minicard label text", + "show-desktop-drag-handles": "Show desktop drag handles" } diff --git a/i18n/sv.i18n.json b/i18n/sv.i18n.json index 0ac611ca..5d7679b7 100644 --- a/i18n/sv.i18n.json +++ b/i18n/sv.i18n.json @@ -735,5 +735,6 @@ "act-atUserComment": "Du nämndes i [__board__] __card__", "delete-user-confirm-popup": "Är du säker på att du vill ta bort det här kontot? Det går inte att ångra sig.", "accounts-allowUserDelete": "Tillåt användare att själv ta bort sina konton", - "hide-minicard-label-text": "Hide minicard label text" + "hide-minicard-label-text": "Hide minicard label text", + "show-desktop-drag-handles": "Show desktop drag handles" } diff --git a/i18n/sw.i18n.json b/i18n/sw.i18n.json index fc7d7143..4fd0fd53 100644 --- a/i18n/sw.i18n.json +++ b/i18n/sw.i18n.json @@ -735,5 +735,6 @@ "act-atUserComment": "You were mentioned in [__board__] __card__", "delete-user-confirm-popup": "Are you sure you want to delete this account? There is no undo.", "accounts-allowUserDelete": "Allow users to self delete their account", - "hide-minicard-label-text": "Hide minicard label text" + "hide-minicard-label-text": "Hide minicard label text", + "show-desktop-drag-handles": "Show desktop drag handles" } diff --git a/i18n/ta.i18n.json b/i18n/ta.i18n.json index 06fd12cd..06ff9c49 100644 --- a/i18n/ta.i18n.json +++ b/i18n/ta.i18n.json @@ -735,5 +735,6 @@ "act-atUserComment": "You were mentioned in [__board__] __card__", "delete-user-confirm-popup": "Are you sure you want to delete this account? There is no undo.", "accounts-allowUserDelete": "Allow users to self delete their account", - "hide-minicard-label-text": "Hide minicard label text" + "hide-minicard-label-text": "Hide minicard label text", + "show-desktop-drag-handles": "Show desktop drag handles" } diff --git a/i18n/th.i18n.json b/i18n/th.i18n.json index 670b36f1..76e4d410 100644 --- a/i18n/th.i18n.json +++ b/i18n/th.i18n.json @@ -735,5 +735,6 @@ "act-atUserComment": "You were mentioned in [__board__] __card__", "delete-user-confirm-popup": "Are you sure you want to delete this account? There is no undo.", "accounts-allowUserDelete": "Allow users to self delete their account", - "hide-minicard-label-text": "Hide minicard label text" + "hide-minicard-label-text": "Hide minicard label text", + "show-desktop-drag-handles": "Show desktop drag handles" } diff --git a/i18n/tr.i18n.json b/i18n/tr.i18n.json index d3888e6f..043efcf0 100644 --- a/i18n/tr.i18n.json +++ b/i18n/tr.i18n.json @@ -735,5 +735,6 @@ "act-atUserComment": "You were mentioned in [__board__] __card__", "delete-user-confirm-popup": "Are you sure you want to delete this account? There is no undo.", "accounts-allowUserDelete": "Allow users to self delete their account", - "hide-minicard-label-text": "Hide minicard label text" + "hide-minicard-label-text": "Hide minicard label text", + "show-desktop-drag-handles": "Show desktop drag handles" } diff --git a/i18n/uk.i18n.json b/i18n/uk.i18n.json index 1a97d94f..cc08e36a 100644 --- a/i18n/uk.i18n.json +++ b/i18n/uk.i18n.json @@ -735,5 +735,6 @@ "act-atUserComment": "You were mentioned in [__board__] __card__", "delete-user-confirm-popup": "Are you sure you want to delete this account? There is no undo.", "accounts-allowUserDelete": "Allow users to self delete their account", - "hide-minicard-label-text": "Hide minicard label text" + "hide-minicard-label-text": "Hide minicard label text", + "show-desktop-drag-handles": "Show desktop drag handles" } diff --git a/i18n/vi.i18n.json b/i18n/vi.i18n.json index d14e210b..c962b211 100644 --- a/i18n/vi.i18n.json +++ b/i18n/vi.i18n.json @@ -735,5 +735,6 @@ "act-atUserComment": "You were mentioned in [__board__] __card__", "delete-user-confirm-popup": "Are you sure you want to delete this account? There is no undo.", "accounts-allowUserDelete": "Allow users to self delete their account", - "hide-minicard-label-text": "Hide minicard label text" + "hide-minicard-label-text": "Hide minicard label text", + "show-desktop-drag-handles": "Show desktop drag handles" } diff --git a/i18n/zh-CN.i18n.json b/i18n/zh-CN.i18n.json index efabfc6c..c1b79048 100644 --- a/i18n/zh-CN.i18n.json +++ b/i18n/zh-CN.i18n.json @@ -735,5 +735,6 @@ "act-atUserComment": "您在 [__board__] __card__中被提到", "delete-user-confirm-popup": "确实要删除此帐户吗?此操作无法撤销。", "accounts-allowUserDelete": "允许用户自行删除其帐户", - "hide-minicard-label-text": "隐藏迷你卡片标签文本" + "hide-minicard-label-text": "隐藏迷你卡片标签文本", + "show-desktop-drag-handles": "Show desktop drag handles" } diff --git a/i18n/zh-HK.i18n.json b/i18n/zh-HK.i18n.json index 0346ff15..bca40ba6 100644 --- a/i18n/zh-HK.i18n.json +++ b/i18n/zh-HK.i18n.json @@ -735,5 +735,6 @@ "act-atUserComment": "You were mentioned in [__board__] __card__", "delete-user-confirm-popup": "Are you sure you want to delete this account? There is no undo.", "accounts-allowUserDelete": "Allow users to self delete their account", - "hide-minicard-label-text": "Hide minicard label text" + "hide-minicard-label-text": "Hide minicard label text", + "show-desktop-drag-handles": "Show desktop drag handles" } diff --git a/i18n/zh-TW.i18n.json b/i18n/zh-TW.i18n.json index d20c8c65..ec96eb49 100644 --- a/i18n/zh-TW.i18n.json +++ b/i18n/zh-TW.i18n.json @@ -735,5 +735,6 @@ "act-atUserComment": "You were mentioned in [__board__] __card__", "delete-user-confirm-popup": "Are you sure you want to delete this account? There is no undo.", "accounts-allowUserDelete": "Allow users to self delete their account", - "hide-minicard-label-text": "Hide minicard label text" + "hide-minicard-label-text": "Hide minicard label text", + "show-desktop-drag-handles": "Show desktop drag handles" } diff --git a/package-lock.json b/package-lock.json index e9a519df..44f3467d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "wekan", - "version": "v3.38.0", + "version": "v3.42.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index cd34de6a..f432ed2d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wekan", - "version": "v3.38.0", + "version": "v3.42.0", "description": "Open-Source kanban", "private": true, "scripts": { diff --git a/public/api/wekan.html b/public/api/wekan.html index 4f6a3522..fb1cd442 100644 --- a/public/api/wekan.html +++ b/public/api/wekan.html @@ -1524,7 +1524,7 @@ var n=this.pipeline.run(e.tokenizer(t)),r=new e.Vector,i=[],o=this._fields.reduc <ul class="toc-list-h1"> <li> - <a href="#wekan-rest-api" class="toc-h1 toc-link" data-title="Wekan REST API v3.37">Wekan REST API v3.37</a> + <a href="#wekan-rest-api" class="toc-h1 toc-link" data-title="Wekan REST API v3.41">Wekan REST API v3.41</a> </li> @@ -2017,7 +2017,7 @@ var n=this.pipeline.run(e.tokenizer(t)),r=new e.Vector,i=[],o=this._fields.reduc <div class="page-wrapper"> <div class="dark-box"></div> <div class="content"> - <h1 id="wekan-rest-api">Wekan REST API v3.37</h1> + <h1 id="wekan-rest-api">Wekan REST API v3.41</h1> <blockquote> <p>Scroll down for code samples, example requests and responses. Select a language for code samples from the tabs above or the mobile navigation menu.</p> </blockquote> diff --git a/public/api/wekan.yml b/public/api/wekan.yml index 5ba79eb3..6261574b 100644 --- a/public/api/wekan.yml +++ b/public/api/wekan.yml @@ -1,7 +1,7 @@ swagger: '2.0' info: title: Wekan REST API - version: v3.37 + version: v3.41 description: | The REST API allows you to control and extend Wekan with ease. diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp index c2579d32..360050bb 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 = 340, + appVersion = 344, # Increment this for every release. - appMarketingVersion = (defaultText = "3.38.0~2019-09-11"), + appMarketingVersion = (defaultText = "3.42.0~2019-09-14"), # Human-readable presentation of the app version. minUpgradableAppVersion = 0, diff --git a/server/publications/boards.js b/server/publications/boards.js index bb8ac786..e3095833 100644 --- a/server/publications/boards.js +++ b/server/publications/boards.js @@ -138,7 +138,7 @@ Meteor.publishRelations('board', function(boardId, isArchived) { parentCards.selector = _ids => ({ parentId: _ids }); const boards = this.join(Boards); const subCards = this.join(Cards); - subCards.selector = () => ({ archived: isArchived }); + subCards.selector = _ids => ({ _id: _ids, archived: isArchived }); this.cursor( Cards.find({ |