mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
commit
14de17b667
63 changed files with 36142 additions and 36125 deletions
|
@ -11,7 +11,7 @@ allow-deny@1.1.0
|
|||
arillo:flow-router-helpers@0.5.2
|
||||
audit-argument-checks@1.0.7
|
||||
autoupdate@1.6.0
|
||||
babel-compiler@7.5.2
|
||||
babel-compiler@7.5.3
|
||||
babel-runtime@1.5.0
|
||||
base64@1.0.12
|
||||
binary-heap@1.0.11
|
||||
|
@ -20,7 +20,7 @@ blaze-tools@1.0.10
|
|||
boilerplate-generator@1.7.0
|
||||
browser-policy-common@1.0.11
|
||||
browser-policy-framing@1.1.0
|
||||
caching-compiler@1.2.1
|
||||
caching-compiler@1.2.2
|
||||
caching-html-compiler@1.1.3
|
||||
callback-hook@1.3.0
|
||||
cfs:access-point@0.1.49
|
||||
|
@ -55,9 +55,9 @@ ddp-rate-limiter@1.0.7
|
|||
ddp-server@2.3.1
|
||||
deps@1.0.12
|
||||
diff-sequence@1.1.1
|
||||
dynamic-import@0.5.1
|
||||
dynamic-import@0.5.2
|
||||
easylogic:summernote@0.8.8
|
||||
ecmascript@0.14.2
|
||||
ecmascript@0.14.3
|
||||
ecmascript-runtime@0.7.0
|
||||
ecmascript-runtime-client@0.10.0
|
||||
ecmascript-runtime-server@0.9.0
|
||||
|
@ -110,7 +110,7 @@ modern-browsers@0.1.5
|
|||
modules@0.15.0
|
||||
modules-runtime@0.12.0
|
||||
momentjs:moment@2.24.0
|
||||
mongo@1.9.0
|
||||
mongo@1.9.1
|
||||
mongo-decimal@0.1.1
|
||||
mongo-dev-server@1.1.0
|
||||
mongo-id@1.0.7
|
||||
|
@ -186,7 +186,7 @@ useraccounts:core@1.14.2
|
|||
useraccounts:flow-routing@1.14.2
|
||||
useraccounts:unstyled@1.14.2
|
||||
verron:autosize@3.0.8
|
||||
webapp@1.9.0
|
||||
webapp@1.9.1
|
||||
webapp-hashing@1.0.9
|
||||
wekan-accounts-cas@0.1.0
|
||||
wekan-accounts-oidc@1.0.10
|
||||
|
|
2
.sandstorm-meteor-1.8/package-lock.json
generated
2
.sandstorm-meteor-1.8/package-lock.json
generated
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "wekan",
|
||||
"version": "v3.88.0",
|
||||
"version": "v3.90.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "wekan",
|
||||
"version": "v3.88.0",
|
||||
"version": "v3.90.0",
|
||||
"description": "Open-Source kanban",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
|
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -1,4 +1,17 @@
|
|||
# Upcoming Wekan release
|
||||
# v3.90 2020-04-06 Wekan release
|
||||
|
||||
This release makes the following updates:
|
||||
|
||||
- [Update dependencies](https://github.com/wekan/wekan/commit/d798f6e3ef09595ce4f1d1fbc053eec70fc91fb9).
|
||||
|
||||
and updates the following translations:
|
||||
|
||||
- [Update layouts.js for zh-TW language name](https://github.com/wekan/wekan/pull/2988).
|
||||
Thanks to doggy8088.
|
||||
|
||||
Thanks to above GitHub users for their contributions and translators for their translations.
|
||||
|
||||
# v3.89 2020-04-05 Wekan release
|
||||
|
||||
This release adds the following new features:
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
appId: wekan-public/apps/77b94f60-dec9-0136-304e-16ff53095928
|
||||
appVersion: "v3.88.0"
|
||||
appVersion: "v3.90.0"
|
||||
files:
|
||||
userUploads:
|
||||
- README.md
|
||||
|
|
|
@ -73,6 +73,8 @@ Template.userFormsLayout.helpers({
|
|||
name = 'Igbo';
|
||||
} else if (lang.name === 'oc') {
|
||||
name = 'Occitan';
|
||||
} else if (lang.name === '繁体中文(台湾)') {
|
||||
name = '繁體中文(台灣)';
|
||||
}
|
||||
return { tag, name };
|
||||
}).sort(function(a, b) {
|
||||
|
|
|
@ -166,6 +166,8 @@ Template.changeLanguagePopup.helpers({
|
|||
name = 'Igbo';
|
||||
} else if (lang.name === 'oc') {
|
||||
name = 'Occitan';
|
||||
} else if (lang.name === '繁体中文(台湾)') {
|
||||
name = '繁體中文(台灣)';
|
||||
}
|
||||
return { tag, name };
|
||||
}).sort(function(a, b) {
|
||||
|
|
1536
i18n/ar.i18n.json
1536
i18n/ar.i18n.json
File diff suppressed because it is too large
Load diff
1536
i18n/bg.i18n.json
1536
i18n/bg.i18n.json
File diff suppressed because it is too large
Load diff
1536
i18n/br.i18n.json
1536
i18n/br.i18n.json
File diff suppressed because it is too large
Load diff
1536
i18n/ca.i18n.json
1536
i18n/ca.i18n.json
File diff suppressed because it is too large
Load diff
1536
i18n/cs.i18n.json
1536
i18n/cs.i18n.json
File diff suppressed because it is too large
Load diff
1536
i18n/da.i18n.json
1536
i18n/da.i18n.json
File diff suppressed because it is too large
Load diff
|
@ -440,7 +440,7 @@
|
|||
"save": "Speichern",
|
||||
"search": "Suchen",
|
||||
"rules": "Regeln",
|
||||
"search-cards": "Search from card/list titles, descriptions and custom fields on this board",
|
||||
"search-cards": "Suche nach Karten-/Listentiteln, Beschreibungen und personalisierten Feldern auf diesem Brett ",
|
||||
"search-example": "Suchbegriff",
|
||||
"select-color": "Farbe auswählen",
|
||||
"set-wip-limit-value": "Setzen Sie ein Limit für die maximale Anzahl von Aufgaben in dieser Liste",
|
||||
|
@ -762,7 +762,7 @@
|
|||
"newUserPopup-title": "Neuer Benutzer",
|
||||
"notifications": "Benachrichtigungen",
|
||||
"view-all": "Alle anzeigen",
|
||||
"filter-by-unread": "Filter by Unread",
|
||||
"filter-by-unread": "Nach Ungelesenen filtern",
|
||||
"mark-all-as-read": "Als ungelesen markieren",
|
||||
"allow-rename": "Umbenennen erlauben",
|
||||
"allowRenamePopup-title": "Umbenennen erlauben"
|
||||
|
|
1536
i18n/el.i18n.json
1536
i18n/el.i18n.json
File diff suppressed because it is too large
Load diff
1536
i18n/en-GB.i18n.json
1536
i18n/en-GB.i18n.json
File diff suppressed because it is too large
Load diff
1536
i18n/eo.i18n.json
1536
i18n/eo.i18n.json
File diff suppressed because it is too large
Load diff
1536
i18n/es-AR.i18n.json
1536
i18n/es-AR.i18n.json
File diff suppressed because it is too large
Load diff
|
@ -440,7 +440,7 @@
|
|||
"save": "Añadir",
|
||||
"search": "Buscar",
|
||||
"rules": "Reglas",
|
||||
"search-cards": "Search from card/list titles, descriptions and custom fields on this board",
|
||||
"search-cards": "Buscar entre los títulos, las descripciones de las tarjetas/listas y los campos personalizados en este tablero. ",
|
||||
"search-example": "¿Texto a buscar?",
|
||||
"select-color": "Seleccionar el color",
|
||||
"set-wip-limit-value": "Cambiar el límite para el número máximo de tareas en esta lista.",
|
||||
|
|
1536
i18n/eu.i18n.json
1536
i18n/eu.i18n.json
File diff suppressed because it is too large
Load diff
1536
i18n/fa.i18n.json
1536
i18n/fa.i18n.json
File diff suppressed because it is too large
Load diff
1536
i18n/fi.i18n.json
1536
i18n/fi.i18n.json
File diff suppressed because it is too large
Load diff
1536
i18n/fr.i18n.json
1536
i18n/fr.i18n.json
File diff suppressed because it is too large
Load diff
1536
i18n/gl.i18n.json
1536
i18n/gl.i18n.json
File diff suppressed because it is too large
Load diff
1536
i18n/he.i18n.json
1536
i18n/he.i18n.json
File diff suppressed because it is too large
Load diff
1536
i18n/hi.i18n.json
1536
i18n/hi.i18n.json
File diff suppressed because it is too large
Load diff
1536
i18n/hu.i18n.json
1536
i18n/hu.i18n.json
File diff suppressed because it is too large
Load diff
1536
i18n/hy.i18n.json
1536
i18n/hy.i18n.json
File diff suppressed because it is too large
Load diff
1536
i18n/id.i18n.json
1536
i18n/id.i18n.json
File diff suppressed because it is too large
Load diff
1536
i18n/ig.i18n.json
1536
i18n/ig.i18n.json
File diff suppressed because it is too large
Load diff
|
@ -440,7 +440,7 @@
|
|||
"save": "Salva",
|
||||
"search": "Cerca",
|
||||
"rules": "Regole",
|
||||
"search-cards": "Search from card/list titles, descriptions and custom fields on this board",
|
||||
"search-cards": "Ricerca per titolo, descrizione scheda/lista e campi personalizzati su questa bacheca",
|
||||
"search-example": "Testo da ricercare?",
|
||||
"select-color": "Seleziona Colore",
|
||||
"set-wip-limit-value": "Seleziona un limite per il massimo numero di attività in questa lista",
|
||||
|
|
1536
i18n/ja.i18n.json
1536
i18n/ja.i18n.json
File diff suppressed because it is too large
Load diff
1536
i18n/ka.i18n.json
1536
i18n/ka.i18n.json
File diff suppressed because it is too large
Load diff
1536
i18n/km.i18n.json
1536
i18n/km.i18n.json
File diff suppressed because it is too large
Load diff
1536
i18n/ko.i18n.json
1536
i18n/ko.i18n.json
File diff suppressed because it is too large
Load diff
1536
i18n/lv.i18n.json
1536
i18n/lv.i18n.json
File diff suppressed because it is too large
Load diff
1536
i18n/mk.i18n.json
1536
i18n/mk.i18n.json
File diff suppressed because it is too large
Load diff
1536
i18n/mn.i18n.json
1536
i18n/mn.i18n.json
File diff suppressed because it is too large
Load diff
1536
i18n/nb.i18n.json
1536
i18n/nb.i18n.json
File diff suppressed because it is too large
Load diff
|
@ -64,7 +64,7 @@
|
|||
"activity-unchecked-item": "%s uitgevinkt in checklist %s van %s",
|
||||
"activity-checklist-added": "checklist toegevoegd aan %s",
|
||||
"activity-checklist-removed": "checklist verwijderd van %s",
|
||||
"activity-checklist-completed": "completed checklist %s of %s",
|
||||
"activity-checklist-completed": "checklist %s afgewerkt van %s",
|
||||
"activity-checklist-uncompleted": "checklist %s onafgewerkt van %s",
|
||||
"activity-checklist-item-added": "checklist item toegevoegd aan '%s' in '%s'",
|
||||
"activity-checklist-item-removed": "checklist item verwijderd van '%s' in %s",
|
||||
|
@ -440,7 +440,7 @@
|
|||
"save": "Opslaan",
|
||||
"search": "Zoek",
|
||||
"rules": "Regels",
|
||||
"search-cards": "Search from card/list titles, descriptions and custom fields on this board",
|
||||
"search-cards": "Zoek in kaart/lijst, titels, beschrijvingen en maatwerkvelden op dit bord",
|
||||
"search-example": "Tekst om naar te zoeken?",
|
||||
"select-color": "Selecteer kleur",
|
||||
"set-wip-limit-value": "Zet een limiet voor het maximaal aantal taken in deze lijst",
|
||||
|
@ -760,10 +760,10 @@
|
|||
"new": "Nieuw",
|
||||
"editUserPopup-title": "Wijzig gebruiker",
|
||||
"newUserPopup-title": "Nieuwe gebruiker",
|
||||
"notifications": "Notifications",
|
||||
"view-all": "View All",
|
||||
"filter-by-unread": "Filter by Unread",
|
||||
"mark-all-as-read": "Mark all as read",
|
||||
"allow-rename": "Allow Rename",
|
||||
"allowRenamePopup-title": "Allow Rename"
|
||||
"notifications": "Meldingen",
|
||||
"view-all": "Bekijk alles",
|
||||
"filter-by-unread": "Filter op Ongelezen",
|
||||
"mark-all-as-read": "Markeer alles als gelezen",
|
||||
"allow-rename": "Sta Hernoemen toe",
|
||||
"allowRenamePopup-title": "Sta Hernoemen toe"
|
||||
}
|
||||
|
|
1536
i18n/oc.i18n.json
1536
i18n/oc.i18n.json
File diff suppressed because it is too large
Load diff
1536
i18n/pl.i18n.json
1536
i18n/pl.i18n.json
File diff suppressed because it is too large
Load diff
1536
i18n/pt-BR.i18n.json
1536
i18n/pt-BR.i18n.json
File diff suppressed because it is too large
Load diff
1536
i18n/pt.i18n.json
1536
i18n/pt.i18n.json
File diff suppressed because it is too large
Load diff
1536
i18n/ro.i18n.json
1536
i18n/ro.i18n.json
File diff suppressed because it is too large
Load diff
1536
i18n/ru.i18n.json
1536
i18n/ru.i18n.json
File diff suppressed because it is too large
Load diff
1536
i18n/sl.i18n.json
1536
i18n/sl.i18n.json
File diff suppressed because it is too large
Load diff
1536
i18n/sr.i18n.json
1536
i18n/sr.i18n.json
File diff suppressed because it is too large
Load diff
1536
i18n/sv.i18n.json
1536
i18n/sv.i18n.json
File diff suppressed because it is too large
Load diff
1536
i18n/sw.i18n.json
1536
i18n/sw.i18n.json
File diff suppressed because it is too large
Load diff
1536
i18n/ta.i18n.json
1536
i18n/ta.i18n.json
File diff suppressed because it is too large
Load diff
1536
i18n/th.i18n.json
1536
i18n/th.i18n.json
File diff suppressed because it is too large
Load diff
1536
i18n/tr.i18n.json
1536
i18n/tr.i18n.json
File diff suppressed because it is too large
Load diff
1536
i18n/uk.i18n.json
1536
i18n/uk.i18n.json
File diff suppressed because it is too large
Load diff
1536
i18n/vi.i18n.json
1536
i18n/vi.i18n.json
File diff suppressed because it is too large
Load diff
1536
i18n/zh-CN.i18n.json
1536
i18n/zh-CN.i18n.json
File diff suppressed because it is too large
Load diff
1536
i18n/zh-HK.i18n.json
1536
i18n/zh-HK.i18n.json
File diff suppressed because it is too large
Load diff
1536
i18n/zh-TW.i18n.json
1536
i18n/zh-TW.i18n.json
File diff suppressed because it is too large
Load diff
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "wekan",
|
||||
"version": "v3.88.0",
|
||||
"version": "v3.90.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "wekan",
|
||||
"version": "v3.88.0",
|
||||
"version": "v3.90.0",
|
||||
"description": "Open-Source kanban",
|
||||
"private": true,
|
||||
"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">
|
||||
|
||||
<li>
|
||||
<a href="#wekan-rest-api" class="toc-h1 toc-link" data-title="Wekan REST API v3.88">Wekan REST API v3.88</a>
|
||||
<a href="#wekan-rest-api" class="toc-h1 toc-link" data-title="Wekan REST API v3.90">Wekan REST API v3.90</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.88</h1>
|
||||
<h1 id="wekan-rest-api">Wekan REST API v3.90</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>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
swagger: '2.0'
|
||||
info:
|
||||
title: Wekan REST API
|
||||
version: v3.88
|
||||
version: v3.90
|
||||
description: |
|
||||
The REST API allows you to control and extend Wekan with ease.
|
||||
|
||||
|
|
|
@ -22,10 +22,10 @@ const pkgdef :Spk.PackageDefinition = (
|
|||
appTitle = (defaultText = "Wekan"),
|
||||
# The name of the app as it is displayed to the user.
|
||||
|
||||
appVersion = 388,
|
||||
appVersion = 390,
|
||||
# Increment this for every release.
|
||||
|
||||
appMarketingVersion = (defaultText = "3.88.0~2020-04-02"),
|
||||
appMarketingVersion = (defaultText = "3.90.0~2020-04-06"),
|
||||
# Human-readable presentation of the app version.
|
||||
|
||||
minUpgradableAppVersion = 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue