mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Merge branch 'master' of https://github.com/wekan/wekan into new-search
This commit is contained in:
commit
9eca4566bf
12 changed files with 52 additions and 23 deletions
17
CHANGELOG.md
17
CHANGELOG.md
|
|
@ -1,9 +1,20 @@
|
||||||
# Upcoming Wekan release
|
# v4.85 2021-01-23 Wekan release
|
||||||
|
|
||||||
This release adds the following new features:
|
This release adds the following new features:
|
||||||
|
|
||||||
- [Option to add custom field to all cards](https://github.com/wekan/wekan/pulls/3466).
|
- [Option to add custom field to all cards](https://github.com/wekan/wekan/pulls/3466).
|
||||||
Thanks to jrsupplee.
|
Thanks to jrsupplee.
|
||||||
|
- [Added checkbox as an option to custom field create dialog](https://github.com/wekan/wekan/pull/3472).
|
||||||
|
Thanks to jrsupplee.
|
||||||
|
|
||||||
|
and adds the following improvements:
|
||||||
|
|
||||||
|
- [Display My Cards lists using inline-grid](https://github.com/wekan/wekan/pull/3474).
|
||||||
|
Thanks to jrsupplee.
|
||||||
|
- [Added board title link and background color to My Cards](https://github.com/wekan/wekan/pull/3471).
|
||||||
|
Thanks to helioguardabaxo.
|
||||||
|
- [Use simple border at My Cards](https://github.com/wekan/wekan/pull/3475).
|
||||||
|
Thanks to helioguardabaxo.
|
||||||
|
|
||||||
and adds the following updates:
|
and adds the following updates:
|
||||||
|
|
||||||
|
|
@ -20,6 +31,10 @@ and fixes the following bugs:
|
||||||
Thanks to jrsupplee and xet7.
|
Thanks to jrsupplee and xet7.
|
||||||
- [Fix for search operators with uppercase letters](https://github.com/wekan/wekan/pull/3470).
|
- [Fix for search operators with uppercase letters](https://github.com/wekan/wekan/pull/3470).
|
||||||
Thanks to jrsupplee.
|
Thanks to jrsupplee.
|
||||||
|
- [Boards.copyTitle - escape string used in regex](https://github.com/wekan/wekan/pull/3473).
|
||||||
|
Thanks to jrsupplee.
|
||||||
|
- [Bug fix: import regex escape function](https://github.com/wekan/wekan/pull/3476).
|
||||||
|
Thanks to jrsupplee.
|
||||||
|
|
||||||
Thanks to above GitHub users for their contributions and translators for their translations.
|
Thanks to above GitHub users for their contributions and translators for their translations.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
appId: wekan-public/apps/77b94f60-dec9-0136-304e-16ff53095928
|
appId: wekan-public/apps/77b94f60-dec9-0136-304e-16ff53095928
|
||||||
appVersion: "v4.84.0"
|
appVersion: "v4.85.0"
|
||||||
files:
|
files:
|
||||||
userUploads:
|
userUploads:
|
||||||
- README.md
|
- README.md
|
||||||
|
|
|
||||||
|
|
@ -1,14 +1,14 @@
|
||||||
.my-cards-board-wrapper
|
.my-cards-board-wrapper
|
||||||
border-radius: 8px
|
border-radius: 0 0 4px 4px;
|
||||||
//padding: 0.5rem
|
//padding: 0.5rem
|
||||||
min-width: 400px
|
min-width: 400px
|
||||||
border-width: 8px
|
|
||||||
border-color: grey
|
|
||||||
border-style: solid
|
|
||||||
margin-bottom: 2rem
|
margin-bottom: 2rem
|
||||||
margin-right: auto
|
margin-right: auto
|
||||||
margin-left: auto
|
margin-left: auto
|
||||||
|
border-width: 2px
|
||||||
|
border-style: solid
|
||||||
|
border-color: #a2a2a2
|
||||||
|
|
||||||
.my-cards-board-title
|
.my-cards-board-title
|
||||||
font-size: 1.4rem
|
font-size: 1.4rem
|
||||||
font-weight: bold
|
font-weight: bold
|
||||||
|
|
|
||||||
|
|
@ -601,8 +601,8 @@
|
||||||
"minutes": "Minuten",
|
"minutes": "Minuten",
|
||||||
"seconds": "Sekunden",
|
"seconds": "Sekunden",
|
||||||
"show-field-on-card": "Zeige dieses Feld auf der Karte",
|
"show-field-on-card": "Zeige dieses Feld auf der Karte",
|
||||||
"automatically-field-on-card": "Add field to new cards",
|
"automatically-field-on-card": "Füge Feld neuen Karten hinzu",
|
||||||
"always-field-on-card": "Add field to all cards",
|
"always-field-on-card": "Füge Feld allen Karten hinzu",
|
||||||
"showLabel-field-on-card": "Feldbezeichnung auf Minikarte anzeigen",
|
"showLabel-field-on-card": "Feldbezeichnung auf Minikarte anzeigen",
|
||||||
"yes": "Ja",
|
"yes": "Ja",
|
||||||
"no": "Nein",
|
"no": "Nein",
|
||||||
|
|
|
||||||
|
|
@ -601,8 +601,8 @@
|
||||||
"minutes": "minuten",
|
"minutes": "minuten",
|
||||||
"seconds": "seconden",
|
"seconds": "seconden",
|
||||||
"show-field-on-card": "Toon dit veld op kaart",
|
"show-field-on-card": "Toon dit veld op kaart",
|
||||||
"automatically-field-on-card": "Add field to new cards",
|
"automatically-field-on-card": "Voeg veld toe aan nieuwe kaarten",
|
||||||
"always-field-on-card": "Add field to all cards",
|
"always-field-on-card": "Voeg veld toe aan alle kaarten",
|
||||||
"showLabel-field-on-card": "Toon veldnaam op minikaart",
|
"showLabel-field-on-card": "Toon veldnaam op minikaart",
|
||||||
"yes": "Ja",
|
"yes": "Ja",
|
||||||
"no": "Nee",
|
"no": "Nee",
|
||||||
|
|
|
||||||
|
|
@ -601,8 +601,8 @@
|
||||||
"minutes": "minutos",
|
"minutes": "minutos",
|
||||||
"seconds": "segundos",
|
"seconds": "segundos",
|
||||||
"show-field-on-card": "Mostrar este campo no cartão",
|
"show-field-on-card": "Mostrar este campo no cartão",
|
||||||
"automatically-field-on-card": "Add field to new cards",
|
"automatically-field-on-card": "Adicionar campo aos novos cartões",
|
||||||
"always-field-on-card": "Add field to all cards",
|
"always-field-on-card": "Adicionar campo a todos os cartões",
|
||||||
"showLabel-field-on-card": "Mostrar etiqueta do campo no minicartão",
|
"showLabel-field-on-card": "Mostrar etiqueta do campo no minicartão",
|
||||||
"yes": "Sim",
|
"yes": "Sim",
|
||||||
"no": "Não",
|
"no": "Não",
|
||||||
|
|
@ -860,7 +860,7 @@
|
||||||
"context-separator": "/",
|
"context-separator": "/",
|
||||||
"myCardsSortChange-title": "Ordenar Meus Cartões",
|
"myCardsSortChange-title": "Ordenar Meus Cartões",
|
||||||
"myCardsSortChangePopup-title": "Ordenar Meus Cartões",
|
"myCardsSortChangePopup-title": "Ordenar Meus Cartões",
|
||||||
"myCardsSortChange-choice-board": "por Quadro",
|
"myCardsSortChange-choice-board": "Por Quadro",
|
||||||
"myCardsSortChange-choice-dueat": "Por Prazo Final",
|
"myCardsSortChange-choice-dueat": "Por Prazo Final",
|
||||||
"dueCards-title": "Cartões com prazo final",
|
"dueCards-title": "Cartões com prazo final",
|
||||||
"dueCardsViewChange-title": "Visão de Cartões com prazo final",
|
"dueCardsViewChange-title": "Visão de Cartões com prazo final",
|
||||||
|
|
|
||||||
|
|
@ -601,8 +601,8 @@
|
||||||
"minutes": "минуты",
|
"minutes": "минуты",
|
||||||
"seconds": "секунды",
|
"seconds": "секунды",
|
||||||
"show-field-on-card": "Показать это поле на карточке",
|
"show-field-on-card": "Показать это поле на карточке",
|
||||||
"automatically-field-on-card": "Add field to new cards",
|
"automatically-field-on-card": "Добавить поле на новую карточку",
|
||||||
"always-field-on-card": "Add field to all cards",
|
"always-field-on-card": "Добавить поле на все карточки",
|
||||||
"showLabel-field-on-card": "Показать имя поля на карточке",
|
"showLabel-field-on-card": "Показать имя поля на карточке",
|
||||||
"yes": "Да",
|
"yes": "Да",
|
||||||
"no": "Нет",
|
"no": "Нет",
|
||||||
|
|
|
||||||
2
package-lock.json
generated
2
package-lock.json
generated
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "wekan",
|
"name": "wekan",
|
||||||
"version": "v4.84.0",
|
"version": "v4.85.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "wekan",
|
"name": "wekan",
|
||||||
"version": "v4.84.0",
|
"version": "v4.85.0",
|
||||||
"description": "Open-Source kanban",
|
"description": "Open-Source kanban",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
||||||
|
|
@ -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">
|
<ul class="toc-list-h1">
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
<a href="#wekan-rest-api" class="toc-h1 toc-link" data-title="Wekan REST API v4.84">Wekan REST API v4.84</a>
|
<a href="#wekan-rest-api" class="toc-h1 toc-link" data-title="Wekan REST API v4.85">Wekan REST API v4.85</a>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
|
@ -1982,7 +1982,7 @@ var n=this.pipeline.run(e.tokenizer(t)),r=new e.Vector,i=[],o=this._fields.reduc
|
||||||
<div class="page-wrapper">
|
<div class="page-wrapper">
|
||||||
<div class="dark-box"></div>
|
<div class="dark-box"></div>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<h1 id="wekan-rest-api">Wekan REST API v4.84</h1>
|
<h1 id="wekan-rest-api">Wekan REST API v4.85</h1>
|
||||||
<blockquote>
|
<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>
|
<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>
|
</blockquote>
|
||||||
|
|
@ -7706,6 +7706,7 @@ System.out.println(response.toString());
|
||||||
},
|
},
|
||||||
<span class="hljs-attr">"showOnCard"</span>: <span class="hljs-literal">true</span>,
|
<span class="hljs-attr">"showOnCard"</span>: <span class="hljs-literal">true</span>,
|
||||||
<span class="hljs-attr">"automaticallyOnCard"</span>: <span class="hljs-literal">true</span>,
|
<span class="hljs-attr">"automaticallyOnCard"</span>: <span class="hljs-literal">true</span>,
|
||||||
|
<span class="hljs-attr">"alwaysOnCard"</span>: <span class="hljs-literal">true</span>,
|
||||||
<span class="hljs-attr">"showLabelOnMiniCard"</span>: <span class="hljs-literal">true</span>,
|
<span class="hljs-attr">"showLabelOnMiniCard"</span>: <span class="hljs-literal">true</span>,
|
||||||
<span class="hljs-attr">"createdAt"</span>: <span class="hljs-string">"string"</span>,
|
<span class="hljs-attr">"createdAt"</span>: <span class="hljs-string">"string"</span>,
|
||||||
<span class="hljs-attr">"modifiedAt"</span>: <span class="hljs-string">"string"</span>
|
<span class="hljs-attr">"modifiedAt"</span>: <span class="hljs-string">"string"</span>
|
||||||
|
|
@ -13992,6 +13993,7 @@ UserSecurity
|
||||||
},
|
},
|
||||||
<span class="hljs-attr">"showOnCard"</span>: <span class="hljs-literal">true</span>,
|
<span class="hljs-attr">"showOnCard"</span>: <span class="hljs-literal">true</span>,
|
||||||
<span class="hljs-attr">"automaticallyOnCard"</span>: <span class="hljs-literal">true</span>,
|
<span class="hljs-attr">"automaticallyOnCard"</span>: <span class="hljs-literal">true</span>,
|
||||||
|
<span class="hljs-attr">"alwaysOnCard"</span>: <span class="hljs-literal">true</span>,
|
||||||
<span class="hljs-attr">"showLabelOnMiniCard"</span>: <span class="hljs-literal">true</span>,
|
<span class="hljs-attr">"showLabelOnMiniCard"</span>: <span class="hljs-literal">true</span>,
|
||||||
<span class="hljs-attr">"createdAt"</span>: <span class="hljs-string">"string"</span>,
|
<span class="hljs-attr">"createdAt"</span>: <span class="hljs-string">"string"</span>,
|
||||||
<span class="hljs-attr">"modifiedAt"</span>: <span class="hljs-string">"string"</span>
|
<span class="hljs-attr">"modifiedAt"</span>: <span class="hljs-string">"string"</span>
|
||||||
|
|
@ -14054,6 +14056,13 @@ UserSecurity
|
||||||
<td>should the custom fields automatically be added on cards?</td>
|
<td>should the custom fields automatically be added on cards?</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
<td>alwaysOnCard</td>
|
||||||
|
<td>boolean</td>
|
||||||
|
<td>true</td>
|
||||||
|
<td>none</td>
|
||||||
|
<td>should the custom field be automatically added to all cards?</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
<td>showLabelOnMiniCard</td>
|
<td>showLabelOnMiniCard</td>
|
||||||
<td>boolean</td>
|
<td>boolean</td>
|
||||||
<td>true</td>
|
<td>true</td>
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
swagger: '2.0'
|
swagger: '2.0'
|
||||||
info:
|
info:
|
||||||
title: Wekan REST API
|
title: Wekan REST API
|
||||||
version: v4.84
|
version: v4.85
|
||||||
description: |
|
description: |
|
||||||
The REST API allows you to control and extend Wekan with ease.
|
The REST API allows you to control and extend Wekan with ease.
|
||||||
|
|
||||||
|
|
@ -2392,6 +2392,10 @@ definitions:
|
||||||
description: |
|
description: |
|
||||||
should the custom fields automatically be added on cards?
|
should the custom fields automatically be added on cards?
|
||||||
type: boolean
|
type: boolean
|
||||||
|
alwaysOnCard:
|
||||||
|
description: |
|
||||||
|
should the custom field be automatically added to all cards?
|
||||||
|
type: boolean
|
||||||
showLabelOnMiniCard:
|
showLabelOnMiniCard:
|
||||||
description: |
|
description: |
|
||||||
should the label of the custom field be shown on minicards?
|
should the label of the custom field be shown on minicards?
|
||||||
|
|
@ -2408,6 +2412,7 @@ definitions:
|
||||||
- settings
|
- settings
|
||||||
- showOnCard
|
- showOnCard
|
||||||
- automaticallyOnCard
|
- automaticallyOnCard
|
||||||
|
- alwaysOnCard
|
||||||
- showLabelOnMiniCard
|
- showLabelOnMiniCard
|
||||||
- modifiedAt
|
- modifiedAt
|
||||||
CustomFieldsSettings:
|
CustomFieldsSettings:
|
||||||
|
|
|
||||||
|
|
@ -22,10 +22,10 @@ const pkgdef :Spk.PackageDefinition = (
|
||||||
appTitle = (defaultText = "Wekan"),
|
appTitle = (defaultText = "Wekan"),
|
||||||
# The name of the app as it is displayed to the user.
|
# The name of the app as it is displayed to the user.
|
||||||
|
|
||||||
appVersion = 484,
|
appVersion = 485,
|
||||||
# Increment this for every release.
|
# Increment this for every release.
|
||||||
|
|
||||||
appMarketingVersion = (defaultText = "4.84.0~2021-01-22"),
|
appMarketingVersion = (defaultText = "4.85.0~2021-01-23"),
|
||||||
# Human-readable presentation of the app version.
|
# Human-readable presentation of the app version.
|
||||||
|
|
||||||
minUpgradableAppVersion = 0,
|
minUpgradableAppVersion = 0,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue