From f094efa929181e35bb7837dc2da618c72ce084b5 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Wed, 11 Sep 2019 16:04:26 +0300 Subject: [PATCH 01/20] Update ChangeLog. --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b3595d81..610ee5610 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# Upcoming 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. From 82f73ab58cd8cecb8e24944c557e6d07bf4783cd Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Wed, 11 Sep 2019 16:05:58 +0300 Subject: [PATCH 02/20] Update translations. --- i18n/nl.i18n.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/i18n/nl.i18n.json b/i18n/nl.i18n.json index 7c085c3a7..29de62ab7 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?", From f14dce2f190982cc65efb8c8e23b6e9901c8b006 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Wed, 11 Sep 2019 16:11:55 +0300 Subject: [PATCH 03/20] v3.39 --- CHANGELOG.md | 2 +- Stackerfile.yml | 2 +- package-lock.json | 2 +- package.json | 2 +- public/api/wekan.html | 4 ++-- public/api/wekan.yml | 2 +- sandstorm-pkgdef.capnp | 4 ++-- server/publications/boards.js | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 610ee5610..e9effe6c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Upcoming Wekan release +# v3.39 2019-09-11 Wekan release This release fixes the following bugs: diff --git a/Stackerfile.yml b/Stackerfile.yml index 59c071f69..7b6bf4659 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.39.0" files: userUploads: - README.md diff --git a/package-lock.json b/package-lock.json index e9a519dfd..b941ea114 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "wekan", - "version": "v3.38.0", + "version": "v3.39.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index cd34de6ab..45b31b5cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wekan", - "version": "v3.38.0", + "version": "v3.39.0", "description": "Open-Source kanban", "private": true, "scripts": { diff --git a/public/api/wekan.html b/public/api/wekan.html index 4f6a35228..f0fdd91a1 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
  • - Wekan REST API v3.37 + Wekan REST API v3.38
  • @@ -2017,7 +2017,7 @@ var n=this.pipeline.run(e.tokenizer(t)),r=new e.Vector,i=[],o=this._fields.reduc
    -

    Wekan REST API v3.37

    +

    Wekan REST API v3.38

    Scroll down for code samples, example requests and responses. Select a language for code samples from the tabs above or the mobile navigation menu.

    diff --git a/public/api/wekan.yml b/public/api/wekan.yml index 5ba79eb38..13905b830 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.38 description: | The REST API allows you to control and extend Wekan with ease. diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp index c2579d32a..c3458a1a7 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 = 341, # Increment this for every release. - appMarketingVersion = (defaultText = "3.38.0~2019-09-11"), + appMarketingVersion = (defaultText = "3.39.0~2019-09-11"), # Human-readable presentation of the app version. minUpgradableAppVersion = 0, diff --git a/server/publications/boards.js b/server/publications/boards.js index 6864e7b7d..bb8ac7867 100644 --- a/server/publications/boards.js +++ b/server/publications/boards.js @@ -148,7 +148,7 @@ Meteor.publishRelations('board', function(boardId, isArchived) { function(cardId, card) { if (card.type === 'cardType-linkedCard') { const impCardId = card.linkedId; - subCards.push(impCardId); // GitHub issue #2688 and #2693 + subCards.push(impCardId); // GitHub issue #2688 and #2693 cardComments.push(impCardId); attachments.push(impCardId); checklists.push(impCardId); From 4d967360b22c9f83d71f9b8a41528534ac9a0204 Mon Sep 17 00:00:00 2001 From: justinr1234 Date: Wed, 11 Sep 2019 10:54:32 -0500 Subject: [PATCH 04/20] Fix #2688 subcard selector --- server/publications/boards.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/publications/boards.js b/server/publications/boards.js index bb8ac7867..e30958332 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({ From 273dc5223b64f87710ca6f5d135c050adcff9534 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Wed, 11 Sep 2019 21:02:55 +0300 Subject: [PATCH 05/20] Update ChangeLog. --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9effe6c1..92e8792c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# Upcoming 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: From 389ed2f1ad3d4ce8fd43a01917c3e25c44ed37ef Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Wed, 11 Sep 2019 21:07:54 +0300 Subject: [PATCH 06/20] Update translations. From ecd9b9b5f42df67cba003830d02d32de0c2a9c99 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Wed, 11 Sep 2019 21:12:58 +0300 Subject: [PATCH 07/20] v3.40 --- CHANGELOG.md | 2 +- Stackerfile.yml | 2 +- package-lock.json | 2 +- package.json | 2 +- public/api/wekan.html | 4 ++-- public/api/wekan.yml | 2 +- sandstorm-pkgdef.capnp | 4 ++-- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92e8792c9..de801453c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Upcoming Wekan release +# v3.40 2019-09-11 Wekan release This release fixes the following bugs: diff --git a/Stackerfile.yml b/Stackerfile.yml index 7b6bf4659..719b1f056 100644 --- a/Stackerfile.yml +++ b/Stackerfile.yml @@ -1,5 +1,5 @@ appId: wekan-public/apps/77b94f60-dec9-0136-304e-16ff53095928 -appVersion: "v3.39.0" +appVersion: "v3.40.0" files: userUploads: - README.md diff --git a/package-lock.json b/package-lock.json index b941ea114..7ed8620fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "wekan", - "version": "v3.39.0", + "version": "v3.40.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 45b31b5cc..0450a294d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wekan", - "version": "v3.39.0", + "version": "v3.40.0", "description": "Open-Source kanban", "private": true, "scripts": { diff --git a/public/api/wekan.html b/public/api/wekan.html index f0fdd91a1..e3c57adc6 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
    • - Wekan REST API v3.38 + Wekan REST API v3.39
    • @@ -2017,7 +2017,7 @@ var n=this.pipeline.run(e.tokenizer(t)),r=new e.Vector,i=[],o=this._fields.reduc
      -

      Wekan REST API v3.38

      +

      Wekan REST API v3.39

      Scroll down for code samples, example requests and responses. Select a language for code samples from the tabs above or the mobile navigation menu.

      diff --git a/public/api/wekan.yml b/public/api/wekan.yml index 13905b830..989a8c2fc 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.38 + version: v3.39 description: | The REST API allows you to control and extend Wekan with ease. diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp index c3458a1a7..f379e0c24 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 = 341, + appVersion = 342, # Increment this for every release. - appMarketingVersion = (defaultText = "3.39.0~2019-09-11"), + appMarketingVersion = (defaultText = "3.40.0~2019-09-11"), # Human-readable presentation of the app version. minUpgradableAppVersion = 0, From a0e5737e4c03ec63cee56bdac6641c306aee0f30 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 12 Sep 2019 10:18:53 +0300 Subject: [PATCH 08/20] Anonymize data please. --- .github/ISSUE_TEMPLATE.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 1c80c2b08..0b810905b 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* From 50744dead805435e16e0696d33432d165531f123 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 12 Sep 2019 12:59:27 +0300 Subject: [PATCH 09/20] Update links at readme. --- README.md | 25 +++++-------------------- 1 file changed, 5 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 22634bc7d..6849e201e 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,6 @@ 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 @@ -91,24 +90,13 @@ By working directly with Wekan you get the benefit of active maintenance and new ## 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 +105,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 From f95d19ab49e3038ec95e2fd04961682d2ac722e1 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 12 Sep 2019 13:05:01 +0300 Subject: [PATCH 10/20] Update readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6849e201e..7b46cc97c 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ that by providing one-click installation on various platforms. - 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. From 0fcfc3a34039954a04f2f3549408baaf1dce1b0c Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 12 Sep 2019 13:06:35 +0300 Subject: [PATCH 11/20] Update readme. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 7b46cc97c..4ff5b3de4 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,6 @@ 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. From ff550e91103115e7b731dd80c4588b93b2d4c64f Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Fri, 13 Sep 2019 03:45:55 +0300 Subject: [PATCH 12/20] Mobile and Desktop drag handles part 1. Thanks to xet7 ! Related #2081 --- client/components/boards/boardBody.js | 2 +- client/components/cards/minicard.jade | 4 ++-- client/components/cards/minicard.styl | 2 +- client/components/lists/list.js | 8 +++---- client/components/lists/list.styl | 22 ++++++++++++++----- client/components/lists/listHeader.jade | 3 +++ .../components/swimlanes/swimlaneHeader.jade | 1 + client/components/swimlanes/swimlanes.js | 5 +++-- client/components/swimlanes/swimlanes.styl | 8 +++++++ 9 files changed, 39 insertions(+), 16 deletions(-) diff --git a/client/components/boards/boardBody.js b/client/components/boards/boardBody.js index 07cd306a5..713b6cbcf 100644 --- a/client/components/boards/boardBody.js +++ b/client/components/boards/boardBody.js @@ -89,7 +89,7 @@ BlazeComponent.extendComponent({ helper.append(list.clone()); return helper; }, - handle: '.js-swimlane-header', + handle: '.js-swimlane-header-handle', items: '.swimlane:not(.placeholder)', placeholder: 'swimlane placeholder', distance: 7, diff --git a/client/components/cards/minicard.jade b/client/components/cards/minicard.jade index 3806ce416..4c166c5cc 100644 --- a/client/components/cards/minicard.jade +++ b/client/components/cards/minicard.jade @@ -3,6 +3,8 @@ template(name="minicard") class="{{#if isLinkedCard}}linked-card{{/if}}" class="{{#if isLinkedBoard}}linked-board{{/if}}" class="minicard-{{colorClass}}") + .handle + .fa.fa-arrows if cover .minicard-cover(style="background-image: url('{{cover.url}}');") if labels @@ -15,8 +17,6 @@ template(name="minicard") if hiddenMinicardLabelText .minicard-label(class="card-label-{{color}}" title="{{name}}") .minicard-title - .handle - .fa.fa-arrows if $eq 'prefix-with-full-path' currentBoard.presentParentTask .parent-prefix | {{ parentString ' > ' }} diff --git a/client/components/cards/minicard.styl b/client/components/cards/minicard.styl index c41725726..9997fd5fd 100644 --- a/client/components/cards/minicard.styl +++ b/client/components/cards/minicard.styl @@ -105,7 +105,7 @@ right: 5px; top: 5px; display:none; - @media only screen and (max-width: 1199px) { + @media only screen { display:block; } .fa-arrows diff --git a/client/components/lists/list.js b/client/components/lists/list.js index c2b39be94..650d12953 100644 --- a/client/components/lists/list.js +++ b/client/components/lists/list.js @@ -31,11 +31,9 @@ BlazeComponent.extendComponent({ const itemsSelector = '.js-minicard:not(.placeholder, .js-card-composer)'; const $cards = this.$('.js-minicards'); - if (window.matchMedia('(max-width: 1199px)').matches) { - $('.js-minicards').sortable({ - handle: '.handle', - }); - } + $('.js-minicards').sortable({ + handle: '.handle', + }); $cards.sortable({ connectWith: '.js-minicards:not(.js-list-full)', diff --git a/client/components/lists/list.styl b/client/components/lists/list.styl index 81938c1a0..459481ea0 100644 --- a/client/components/lists/list.styl +++ b/client/components/lists/list.styl @@ -84,17 +84,16 @@ padding-left: 10px color: #a6a6a6 - .list-header-menu position: absolute padding: 27px 19px margin-top: 1px top: -7px - right: -7px + right: 3px .list-header-plus-icon color: #a6a6a6 - margin-right: 10px + margin-right: 15px .highlight color: #ce1414 @@ -165,7 +164,12 @@ @media screen and (max-width: 800px) .list-header-menu - margin-right: 30px + position: absolute + padding: 27px 19px + margin-top: 1px + top: -7px + margin-right: 50px + right: -3px .mini-list flex: 0 0 60px @@ -221,9 +225,17 @@ padding: 7px top: 50% transform: translateY(-50%) - right: 17px + margin-right: 27px font-size: 20px + .list-header-menu-handle + position: absolute + padding: 7px + top: 50% + transform: translateY(-50%) + right: 10px + font-size: 24px + .link-board-wrapper display: flex align-items: baseline diff --git a/client/components/lists/listHeader.jade b/client/components/lists/listHeader.jade index f930e57af..bbb944454 100644 --- a/client/components/lists/listHeader.jade +++ b/client/components/lists/listHeader.jade @@ -29,8 +29,10 @@ template(name="listHeader") if canSeeAddCard a.js-add-card.fa.fa-plus.list-header-plus-icon a.fa.fa-navicon.js-open-list-menu + a.list-header-menu-handle.handle.fa.fa-arrows.js-list-handle else a.list-header-menu-icon.fa.fa-angle-right.js-select-list + a.list-header-menu-handle.handle.fa.fa-arrows.js-list-handle else if currentUser.isBoardMember if isWatching i.list-header-watch-icon.fa.fa-eye @@ -39,6 +41,7 @@ template(name="listHeader") if canSeeAddCard a.js-add-card.fa.fa-plus.list-header-plus-icon a.fa.fa-navicon.js-open-list-menu + a.list-header-menu-handle.handle.fa.fa-arrows.js-list-handle template(name="editListTitleForm") .list-composer diff --git a/client/components/swimlanes/swimlaneHeader.jade b/client/components/swimlanes/swimlaneHeader.jade index 8c6aa5a37..e50b3a3f9 100644 --- a/client/components/swimlanes/swimlaneHeader.jade +++ b/client/components/swimlanes/swimlaneHeader.jade @@ -16,6 +16,7 @@ template(name="swimlaneFixedHeader") unless currentUser.isCommentOnly a.fa.fa-plus.js-open-add-swimlane-menu.swimlane-header-plus-icon a.fa.fa-navicon.js-open-swimlane-menu + a.swimlane-header-menu-handle.handle.fa.fa-arrows.js-swimlane-header-handle template(name="editSwimlaneTitleForm") .list-composer diff --git a/client/components/swimlanes/swimlanes.js b/client/components/swimlanes/swimlanes.js index e0857003d..81780a71d 100644 --- a/client/components/swimlanes/swimlanes.js +++ b/client/components/swimlanes/swimlanes.js @@ -56,7 +56,7 @@ function initSortable(boardComponent, $listsDom) { $listsDom.sortable({ tolerance: 'pointer', helper: 'clone', - handle: '.js-list-header', + handle: '.js-list-handle', items: '.js-list:not(.js-list-composer)', placeholder: 'list placeholder', distance: 7, @@ -156,7 +156,8 @@ BlazeComponent.extendComponent({ 'input', 'textarea', 'p', - '.js-list-header', + '.js-list-handle', + '.js-swimlane-header-handle', ]; if ( $(evt.target).closest(noDragInside.join(',')).length === 0 && diff --git a/client/components/swimlanes/swimlanes.styl b/client/components/swimlanes/swimlanes.styl index 1056e1e35..503091eea 100644 --- a/client/components/swimlanes/swimlanes.styl +++ b/client/components/swimlanes/swimlanes.styl @@ -50,6 +50,14 @@ margin-left: 5px margin-right: 10px + .swimlane-header-menu-handle + position: absolute + padding: 7px + top: 50% + transform: translateY(-50%) + left: 300px + font-size: 18px + .list-group height: 100% From b34960d1bd427336d7257a2998f9e4a524666aea Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Fri, 13 Sep 2019 03:50:09 +0300 Subject: [PATCH 13/20] Update ChangeLog. --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index de801453c..0c2d7eeee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# Upcoming Wekan release + +This release adds the following new features: + +- [More Mobile and Desktop drag handles 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: From 5f27a763124f91674e92a1e83c3c63dc29613946 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Fri, 13 Sep 2019 03:56:37 +0300 Subject: [PATCH 14/20] Update translations. From 7b445dfc9321a5364c9530b1d7ab08cd4003aa3c Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Fri, 13 Sep 2019 03:59:51 +0300 Subject: [PATCH 15/20] v3.41 --- CHANGELOG.md | 4 ++-- Stackerfile.yml | 2 +- package-lock.json | 2 +- package.json | 2 +- public/api/wekan.html | 4 ++-- public/api/wekan.yml | 2 +- sandstorm-pkgdef.capnp | 4 ++-- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c2d7eeee..eee99b4bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ -# Upcoming Wekan release +# v3.41 2019-09-13 Wekan release This release adds the following new features: -- [More Mobile and Desktop drag handles part 1](https://github.com/wekan/wekan/commit/ff550e91103115e7b731dd80c4588b93b2d4c64f). +- [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. diff --git a/Stackerfile.yml b/Stackerfile.yml index 719b1f056..284b63593 100644 --- a/Stackerfile.yml +++ b/Stackerfile.yml @@ -1,5 +1,5 @@ appId: wekan-public/apps/77b94f60-dec9-0136-304e-16ff53095928 -appVersion: "v3.40.0" +appVersion: "v3.41.0" files: userUploads: - README.md diff --git a/package-lock.json b/package-lock.json index 7ed8620fb..e0342cc1d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "wekan", - "version": "v3.40.0", + "version": "v3.41.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0450a294d..2d8ecb52c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wekan", - "version": "v3.40.0", + "version": "v3.41.0", "description": "Open-Source kanban", "private": true, "scripts": { diff --git a/public/api/wekan.html b/public/api/wekan.html index e3c57adc6..6ffb76ac9 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
      • - Wekan REST API v3.39 + Wekan REST API v3.40
      • @@ -2017,7 +2017,7 @@ var n=this.pipeline.run(e.tokenizer(t)),r=new e.Vector,i=[],o=this._fields.reduc
        -

        Wekan REST API v3.39

        +

        Wekan REST API v3.40

        Scroll down for code samples, example requests and responses. Select a language for code samples from the tabs above or the mobile navigation menu.

        diff --git a/public/api/wekan.yml b/public/api/wekan.yml index 989a8c2fc..5739a4c9f 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.39 + version: v3.40 description: | The REST API allows you to control and extend Wekan with ease. diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp index f379e0c24..c2b4e08bd 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 = 342, + appVersion = 343, # Increment this for every release. - appMarketingVersion = (defaultText = "3.40.0~2019-09-11"), + appMarketingVersion = (defaultText = "3.41.0~2019-09-13"), # Human-readable presentation of the app version. minUpgradableAppVersion = 0, From 57119868bbb49f47c7d0b51b9952df9bd83d46f5 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sat, 14 Sep 2019 05:55:32 +0300 Subject: [PATCH 16/20] Revert drag handle changes. Thanks to Keelan ! Related #2704 --- client/components/boards/boardBody.js | 2 +- client/components/cards/minicard.jade | 4 ++-- client/components/cards/minicard.styl | 2 +- client/components/lists/list.js | 8 ++++--- client/components/lists/list.styl | 22 +++++-------------- client/components/lists/listHeader.jade | 3 --- .../components/swimlanes/swimlaneHeader.jade | 1 - client/components/swimlanes/swimlanes.js | 5 ++--- client/components/swimlanes/swimlanes.styl | 8 ------- 9 files changed, 16 insertions(+), 39 deletions(-) diff --git a/client/components/boards/boardBody.js b/client/components/boards/boardBody.js index 713b6cbcf..07cd306a5 100644 --- a/client/components/boards/boardBody.js +++ b/client/components/boards/boardBody.js @@ -89,7 +89,7 @@ BlazeComponent.extendComponent({ helper.append(list.clone()); return helper; }, - handle: '.js-swimlane-header-handle', + handle: '.js-swimlane-header', items: '.swimlane:not(.placeholder)', placeholder: 'swimlane placeholder', distance: 7, diff --git a/client/components/cards/minicard.jade b/client/components/cards/minicard.jade index 4c166c5cc..3806ce416 100644 --- a/client/components/cards/minicard.jade +++ b/client/components/cards/minicard.jade @@ -3,8 +3,6 @@ template(name="minicard") class="{{#if isLinkedCard}}linked-card{{/if}}" class="{{#if isLinkedBoard}}linked-board{{/if}}" class="minicard-{{colorClass}}") - .handle - .fa.fa-arrows if cover .minicard-cover(style="background-image: url('{{cover.url}}');") if labels @@ -17,6 +15,8 @@ template(name="minicard") if hiddenMinicardLabelText .minicard-label(class="card-label-{{color}}" title="{{name}}") .minicard-title + .handle + .fa.fa-arrows if $eq 'prefix-with-full-path' currentBoard.presentParentTask .parent-prefix | {{ parentString ' > ' }} diff --git a/client/components/cards/minicard.styl b/client/components/cards/minicard.styl index 9997fd5fd..c41725726 100644 --- a/client/components/cards/minicard.styl +++ b/client/components/cards/minicard.styl @@ -105,7 +105,7 @@ right: 5px; top: 5px; display:none; - @media only screen { + @media only screen and (max-width: 1199px) { display:block; } .fa-arrows diff --git a/client/components/lists/list.js b/client/components/lists/list.js index 650d12953..c2b39be94 100644 --- a/client/components/lists/list.js +++ b/client/components/lists/list.js @@ -31,9 +31,11 @@ BlazeComponent.extendComponent({ const itemsSelector = '.js-minicard:not(.placeholder, .js-card-composer)'; const $cards = this.$('.js-minicards'); - $('.js-minicards').sortable({ - handle: '.handle', - }); + if (window.matchMedia('(max-width: 1199px)').matches) { + $('.js-minicards').sortable({ + handle: '.handle', + }); + } $cards.sortable({ connectWith: '.js-minicards:not(.js-list-full)', diff --git a/client/components/lists/list.styl b/client/components/lists/list.styl index 459481ea0..81938c1a0 100644 --- a/client/components/lists/list.styl +++ b/client/components/lists/list.styl @@ -84,16 +84,17 @@ padding-left: 10px color: #a6a6a6 + .list-header-menu position: absolute padding: 27px 19px margin-top: 1px top: -7px - right: 3px + right: -7px .list-header-plus-icon color: #a6a6a6 - margin-right: 15px + margin-right: 10px .highlight color: #ce1414 @@ -164,12 +165,7 @@ @media screen and (max-width: 800px) .list-header-menu - position: absolute - padding: 27px 19px - margin-top: 1px - top: -7px - margin-right: 50px - right: -3px + margin-right: 30px .mini-list flex: 0 0 60px @@ -225,17 +221,9 @@ padding: 7px top: 50% transform: translateY(-50%) - margin-right: 27px + right: 17px font-size: 20px - .list-header-menu-handle - position: absolute - padding: 7px - top: 50% - transform: translateY(-50%) - right: 10px - font-size: 24px - .link-board-wrapper display: flex align-items: baseline diff --git a/client/components/lists/listHeader.jade b/client/components/lists/listHeader.jade index bbb944454..f930e57af 100644 --- a/client/components/lists/listHeader.jade +++ b/client/components/lists/listHeader.jade @@ -29,10 +29,8 @@ template(name="listHeader") if canSeeAddCard a.js-add-card.fa.fa-plus.list-header-plus-icon a.fa.fa-navicon.js-open-list-menu - a.list-header-menu-handle.handle.fa.fa-arrows.js-list-handle else a.list-header-menu-icon.fa.fa-angle-right.js-select-list - a.list-header-menu-handle.handle.fa.fa-arrows.js-list-handle else if currentUser.isBoardMember if isWatching i.list-header-watch-icon.fa.fa-eye @@ -41,7 +39,6 @@ template(name="listHeader") if canSeeAddCard a.js-add-card.fa.fa-plus.list-header-plus-icon a.fa.fa-navicon.js-open-list-menu - a.list-header-menu-handle.handle.fa.fa-arrows.js-list-handle template(name="editListTitleForm") .list-composer diff --git a/client/components/swimlanes/swimlaneHeader.jade b/client/components/swimlanes/swimlaneHeader.jade index e50b3a3f9..8c6aa5a37 100644 --- a/client/components/swimlanes/swimlaneHeader.jade +++ b/client/components/swimlanes/swimlaneHeader.jade @@ -16,7 +16,6 @@ template(name="swimlaneFixedHeader") unless currentUser.isCommentOnly a.fa.fa-plus.js-open-add-swimlane-menu.swimlane-header-plus-icon a.fa.fa-navicon.js-open-swimlane-menu - a.swimlane-header-menu-handle.handle.fa.fa-arrows.js-swimlane-header-handle template(name="editSwimlaneTitleForm") .list-composer diff --git a/client/components/swimlanes/swimlanes.js b/client/components/swimlanes/swimlanes.js index 81780a71d..e0857003d 100644 --- a/client/components/swimlanes/swimlanes.js +++ b/client/components/swimlanes/swimlanes.js @@ -56,7 +56,7 @@ function initSortable(boardComponent, $listsDom) { $listsDom.sortable({ tolerance: 'pointer', helper: 'clone', - handle: '.js-list-handle', + handle: '.js-list-header', items: '.js-list:not(.js-list-composer)', placeholder: 'list placeholder', distance: 7, @@ -156,8 +156,7 @@ BlazeComponent.extendComponent({ 'input', 'textarea', 'p', - '.js-list-handle', - '.js-swimlane-header-handle', + '.js-list-header', ]; if ( $(evt.target).closest(noDragInside.join(',')).length === 0 && diff --git a/client/components/swimlanes/swimlanes.styl b/client/components/swimlanes/swimlanes.styl index 503091eea..1056e1e35 100644 --- a/client/components/swimlanes/swimlanes.styl +++ b/client/components/swimlanes/swimlanes.styl @@ -50,14 +50,6 @@ margin-left: 5px margin-right: 10px - .swimlane-header-menu-handle - position: absolute - padding: 7px - top: 50% - transform: translateY(-50%) - left: 300px - font-size: 18px - .list-group height: 100% From 5e963375cbf0c50293b11a680921ba8d0b4352f2 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sat, 14 Sep 2019 06:00:05 +0300 Subject: [PATCH 17/20] Update translations. From d896f6dbcfc484f5ce514d845b4141d940540922 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sat, 14 Sep 2019 06:06:08 +0300 Subject: [PATCH 18/20] v3.42 --- CHANGELOG.md | 9 +++++++++ Stackerfile.yml | 2 +- package-lock.json | 2 +- package.json | 2 +- public/api/wekan.html | 4 ++-- public/api/wekan.yml | 2 +- sandstorm-pkgdef.capnp | 4 ++-- 7 files changed, 17 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eee99b4bb..efc3f761b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# 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: diff --git a/Stackerfile.yml b/Stackerfile.yml index 284b63593..95ede5a63 100644 --- a/Stackerfile.yml +++ b/Stackerfile.yml @@ -1,5 +1,5 @@ appId: wekan-public/apps/77b94f60-dec9-0136-304e-16ff53095928 -appVersion: "v3.41.0" +appVersion: "v3.42.0" files: userUploads: - README.md diff --git a/package-lock.json b/package-lock.json index e0342cc1d..44f3467d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "wekan", - "version": "v3.41.0", + "version": "v3.42.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2d8ecb52c..f432ed2d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wekan", - "version": "v3.41.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 6ffb76ac9..fb1cd442c 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
        • - Wekan REST API v3.40 + Wekan REST API v3.41
        • @@ -2017,7 +2017,7 @@ var n=this.pipeline.run(e.tokenizer(t)),r=new e.Vector,i=[],o=this._fields.reduc
          -

          Wekan REST API v3.40

          +

          Wekan REST API v3.41

          Scroll down for code samples, example requests and responses. Select a language for code samples from the tabs above or the mobile navigation menu.

          diff --git a/public/api/wekan.yml b/public/api/wekan.yml index 5739a4c9f..6261574b5 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.40 + 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 c2b4e08bd..360050bb2 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 = 343, + appVersion = 344, # Increment this for every release. - appMarketingVersion = (defaultText = "3.41.0~2019-09-13"), + appMarketingVersion = (defaultText = "3.42.0~2019-09-14"), # Human-readable presentation of the app version. minUpgradableAppVersion = 0, From 6c7e1ed3ae6c7ab7700890153a6cc8d6b7c08b48 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sat, 14 Sep 2019 23:53:56 +0300 Subject: [PATCH 19/20] Add translation for "Show desktop drag handles". Thanks to xet7 ! --- i18n/en.i18n.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/i18n/en.i18n.json b/i18n/en.i18n.json index c10f95c0c..1adee4fc5 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" } From 6e6e7ded82d589fe290cbf7b8b9aac0892fd30da Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sun, 15 Sep 2019 00:03:27 +0300 Subject: [PATCH 20/20] Update translations. --- i18n/ar.i18n.json | 3 ++- i18n/bg.i18n.json | 3 ++- i18n/br.i18n.json | 3 ++- i18n/ca.i18n.json | 3 ++- i18n/cs.i18n.json | 3 ++- i18n/da.i18n.json | 3 ++- i18n/de.i18n.json | 3 ++- i18n/el.i18n.json | 3 ++- i18n/en-GB.i18n.json | 3 ++- i18n/eo.i18n.json | 3 ++- i18n/es-AR.i18n.json | 3 ++- i18n/es.i18n.json | 3 ++- i18n/eu.i18n.json | 3 ++- i18n/fa.i18n.json | 3 ++- i18n/fi.i18n.json | 3 ++- i18n/fr.i18n.json | 3 ++- i18n/gl.i18n.json | 3 ++- i18n/he.i18n.json | 3 ++- i18n/hi.i18n.json | 3 ++- i18n/hu.i18n.json | 3 ++- i18n/hy.i18n.json | 3 ++- i18n/id.i18n.json | 3 ++- i18n/ig.i18n.json | 3 ++- i18n/it.i18n.json | 3 ++- i18n/ja.i18n.json | 3 ++- i18n/ka.i18n.json | 3 ++- i18n/km.i18n.json | 3 ++- i18n/ko.i18n.json | 3 ++- i18n/lv.i18n.json | 3 ++- i18n/mk.i18n.json | 3 ++- i18n/mn.i18n.json | 3 ++- i18n/nb.i18n.json | 3 ++- i18n/nl.i18n.json | 3 ++- i18n/oc.i18n.json | 3 ++- i18n/pl.i18n.json | 3 ++- i18n/pt-BR.i18n.json | 3 ++- i18n/pt.i18n.json | 3 ++- i18n/ro.i18n.json | 3 ++- i18n/ru.i18n.json | 3 ++- i18n/sr.i18n.json | 3 ++- i18n/sv.i18n.json | 3 ++- i18n/sw.i18n.json | 3 ++- i18n/ta.i18n.json | 3 ++- i18n/th.i18n.json | 3 ++- i18n/tr.i18n.json | 3 ++- i18n/uk.i18n.json | 3 ++- i18n/vi.i18n.json | 3 ++- i18n/zh-CN.i18n.json | 3 ++- i18n/zh-HK.i18n.json | 3 ++- i18n/zh-TW.i18n.json | 3 ++- 50 files changed, 100 insertions(+), 50 deletions(-) diff --git a/i18n/ar.i18n.json b/i18n/ar.i18n.json index 7fed5ef05..d0574932b 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 e099b07e9..2aeafa5eb 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 4ed6c01c9..1c50686c7 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 f0dcf7a5b..8dc7d08f9 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 3557560f0..8e1abf68b 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 ace0087d2..b2f41f657 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 ae2882e64..d4463234b 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 4b00e7f8b..8a073ffe7 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 cf508c786..0e25ed749 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/eo.i18n.json b/i18n/eo.i18n.json index bf8873862..f35825881 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 37c5e87b2..9244188e3 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 eea79bcde..7acd81844 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 38aa13dae..189ffefc5 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 c601073bb..dece0d643 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 992f96d98..7ccecf37a 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 da8ee88f7..fde129c82 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 1e27abfc6..158350625 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 487fcd645..8b30664a7 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 b12d12b1b..d011e26be 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 36fb0ec9d..eb7d37ed9 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 830625402..c698f56fd 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 de302b4ea..ef04e72f1 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 53a9612c2..8e8db309c 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 dc41b9be4..8b6c543a8 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 e834f0644..b17e3b838 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 ebfae1d6f..4f7a66a68 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 ec7337db6..36294fa9b 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 ff067d6a0..0fa355458 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 434f07b0c..cca4d8324 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 c7060aeb6..887fad891 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 c28fdf43e..a5462401f 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 d7b8eeea3..b20ae15f8 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 29de62ab7..474485d55 100644 --- a/i18n/nl.i18n.json +++ b/i18n/nl.i18n.json @@ -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 0a0bfe73c..450ade4d7 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 7f4e53a40..b0f538ea4 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 96a8f2763..e48bb04ed 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 06022155a..44a9aa2e8 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 a18e9e38f..c8a4b1c53 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 524f1eca7..05a3e5357 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 0f5a91680..e3a02d276 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 0ac611ca3..5d7679b7f 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 fc7d71432..4fd0fd539 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 06fd12cd8..06ff9c496 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 670b36f1b..76e4d4106 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 d3888e6fa..043efcf0f 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 1a97d94fd..cc08e36a4 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 d14e210b2..c962b211c 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 efabfc6cd..c1b790483 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 0346ff159..bca40ba6a 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 d20c8c65f..ec96eb493 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" }