Lauri Ojansivu
09b05ea3fb
v1.61
2018-10-24 12:15:11 +03:00
Lauri Ojansivu
90a0478d0b
- Fix lint error. Thanks to xet7 !
2018-10-24 12:13:20 +03:00
Lauri Ojansivu
ecb3a18206
v1.60
2018-10-24 12:07:43 +03:00
Lauri Ojansivu
e580109dd6
Update translations.
2018-10-24 12:06:33 +03:00
Lauri Ojansivu
9561049668
v1.59
2018-10-24 11:57:16 +03:00
Lauri Ojansivu
d4dd646bf4
This release adds the beginning of following new features:
...
- Custom Product Name in Admin Panel / Layout. In Progress, setting does not affect change UI yet. Thanks to xet7.
and fixes the following bugs:
- Fix LDAP User Search Scope. Thanks to Vnimos and Akuket. Related #119
- Fix Save Admin Panel STMP password. Thanks to saurabharch and xet7. Closes #1856
2018-10-24 11:53:47 +03:00
Lauri Ojansivu
4cb25a5bcf
- Custom Product Name in Admin Panel / Layout. In Progress, setting does not affect change UI yet. Thanks to xet7 !
...
- Fix LDAP User Search Scope. Thanks to Vnimos and Akuket ! Related #119
- Fix Save Admin Panel STMP password. Thanks to saurabharch and xet7 ! Closes #1856
2018-10-24 11:39:45 +03:00
Lauri Ojansivu
82e90f7b94
v1.58
2018-10-23 21:19:48 +03:00
Lauri Ojansivu
760c008f5b
Adds [following new features and fixes]( https://github.com/wekan/wekan/pull/1962 ), with Apache I-CLA:
...
- Also export the cards created with an older wekan instance (without linked cards) (related to #1873 );
- Fix the GET customFields API that was failing;
- Allow to directly overwrite the members of cards and boards with a PUT call (this avoids to do multiple calls to add and remove users);
- Allow to change the swimlane of a card from the API.
Thanks to bentiss !
2018-10-23 21:08:04 +03:00
Lauri Ojansivu
54f8d4f308
Merge branch 'bentiss-api-fixes' into edge
2018-10-23 21:02:13 +03:00
Lauri Ojansivu
0de0135619
Merge branch 'api-fixes' of https://github.com/bentiss/wekan into bentiss-api-fixes
2018-10-23 20:44:35 +03:00
Benjamin Tissoires
dfdba25ea0
api: add the ability to change the Swimlane of a card
2018-10-23 18:48:05 +02:00
Benjamin Tissoires
f61942e5cb
models: boards: add PUT members entry point
...
Allows to change the members from the API.
2018-10-23 18:48:05 +02:00
Benjamin Tissoires
33d4ad76ca
models: cards: add members PUT entry point
...
Allows to change the members from the API
2018-10-23 18:48:05 +02:00
Benjamin Tissoires
53c8e63a09
models: customFields: fix GET api
...
Calling GET on /api/board/XXXX/customfields
returns a 500 error:
TypeError: Converting circular structure to JSON
2018-10-23 18:48:01 +02:00
Benjamin Tissoires
9aa5584c9c
models: make the REST API more uniform
...
All of the other REST API are in the form 'modelId' but a few ones in
boards.js and users.js.
Change it for a more uniform API.
2018-10-23 18:02:15 +02:00
Benjamin Tissoires
24f66c9f88
fix cards export
...
6eeb708e4d
(Fix cards export and add customFields export.) is
incomplete as it allows to export newer cards inserted in the db after
the linkedId has been set, but not older cards present in an earlier
version of wekan.
Allow both null and empty value to be retrieved to match all cards.
related #1873
2018-10-23 18:02:15 +02:00
Lauri Ojansivu
fa548a4c32
v1.57
2018-10-23 14:21:59 +03:00
Lauri Ojansivu
10bc2c0d1a
v1.56
2018-10-23 14:19:31 +03:00
Lauri Ojansivu
5188f2f2c9
- This docker-compose.yml uses prebuilt image.
...
Thanks to xet7 !
2018-10-23 14:18:17 +03:00
Lauri Ojansivu
1019f6272e
- Add separate docker-compose-build.yml
...
Thanks to xet7 !
2018-10-23 14:17:00 +03:00
Lauri Ojansivu
dbd34c3254
Update translations.
2018-10-23 14:16:34 +03:00
Lauri Ojansivu
20af78e50b
- Back to Meteor 1.6.0.1 and MongoDB 3.2.21 to make Snap work.
...
Thanks to xet7 !
2018-10-23 14:15:33 +03:00
Lauri Ojansivu
96151a54fb
Merge branch 'devel' into edge
2018-10-23 13:35:32 +03:00
Benjamin Tissoires
ccf66905e7
Dockerfile: use set -o xtrace
...
This allows to see the progress of the generation of the
Docker image.
2018-10-23 11:52:24 +02:00
Lauri Ojansivu
ced56ed83f
- Add info about using prebuild image.
...
Thanks to xet7 !
2018-10-17 12:11:26 +03:00
Lauri Ojansivu
790234775f
Update translations.
2018-10-17 12:00:51 +03:00
Lauri Ojansivu
aac8933186
Update translations.
2018-10-17 11:59:06 +03:00
Lauri Ojansivu
73edfd90a6
v1.55.1
2018-10-16 20:01:55 +03:00
Lauri Ojansivu
a168f885d9
Update translations.
2018-10-16 19:58:43 +03:00
Lauri Ojansivu
50136fe314
v1.55
2018-10-16 14:11:33 +03:00
Lauri Ojansivu
6308352f90
Update translations.
2018-10-16 14:05:47 +03:00
Lauri Ojansivu
ba5ee34d83
- [Automatically close the sidebar]( https://github.com/wekan/wekan/pull/1954 ).
...
- [Fix: Update broke the ability to mute notifications](https://github.com/wekan/wekan/issues/1952 ).
Thanks to Akuket !
2018-10-16 13:57:38 +03:00
Lauri Ojansivu
849f15ceee
- Fix: Update broke the ability to mute notifications;
...
- Automatically close the sidebar.
Thanks to Akuket !
Closes #1952
2018-10-16 13:52:45 +03:00
Lauri Ojansivu
5979fc1d3d
- [Automatically close the sidebar]( https://github.com/wekan/wekan/pull/1954 );
...
- [Fix: Update broke the ability to mute notifications](https://github.com/wekan/wekan/pull/1954 ).
Thanks to Akuket !
2018-10-16 13:42:58 +03:00
Lauri Ojansivu
81f98e2da1
Merge branch 'Akuket-edge' into edge
2018-10-16 13:40:17 +03:00
Akuket
50edffee47
Merge branch 'edge' into edge
2018-10-16 11:46:21 +02:00
guillaume
41330b15dc
update broke ability to mute notifications
2018-10-16 11:33:16 +02:00
Lauri Ojansivu
f5125b76bc
v1.54
2018-10-14 00:37:00 +03:00
Lauri Ojansivu
ad663d2df9
- [REST API: Get cards by swimlane id]( https://github.com/wekan/wekan/pull/1944 ). Please [add docs]( https://github.com/wekan/wekan/wiki/REST-API-Swimlanes ).
...
Thanks to dcmcand !
Closes #1934
2018-10-14 00:19:41 +03:00
Lauri Ojansivu
9faa85a1c3
- [REST API: Get cards by swimlane id]( https://github.com/wekan/wekan/pull/1944 ). Please [add docs]( https://github.com/wekan/wekan/wiki/REST-API-Swimlanes ).
...
Thanks to dcmcand !
Closes #1934
2018-10-14 00:18:20 +03:00
Lauri Ojansivu
cb98b1326d
- [Improve notifications]( https://github.com/wekan/wekan/pull/1948 ).
...
Thanks to Akuket !
Closes #1304
2018-10-14 00:11:18 +03:00
Lauri Ojansivu
e9f8e150e7
- [Improve notifications]( https://github.com/wekan/wekan/pull/1948 ).
...
Thanks to Akuket !
Closes #1304
2018-10-14 00:09:41 +03:00
Lauri Ojansivu
a90f648d5e
- [Fix deleting Custom Fields, removing broken references]( https://github.com/wekan/wekan/issues/1872 ).
...
Thanks to Akuket and Clement87 !
Closes #1872
2018-10-13 23:53:41 +03:00
Lauri Ojansivu
8cd5f7c185
- [Fix deleting Custom Fields, removing broken references]( https://github.com/wekan/wekan/issues/1872 ).
...
Thanks to Akuket and Clement87 !
2018-10-13 23:51:54 +03:00
Lauri Ojansivu
bedd3767ce
Update translations.
2018-10-13 23:42:13 +03:00
Lauri Ojansivu
63ee764a9b
- [Fix vertical text for swimlanes in IE11]( https://github.com/wekan/wekan/issues/1798 ).
...
Thanks to tomodwyer !
Closes #1798
2018-10-13 23:37:46 +03:00
Lauri Ojansivu
3dcebe8a9e
- [Fix vertical text for swimlanes in IE11]( https://github.com/wekan/wekan/issues/1798 ).
...
Thanks to tomodwyer !
Closes #1798
2018-10-13 23:33:52 +03:00
Lauri Ojansivu
232685919f
- Fix vertical text for swimlanes in IE11
...
Thanks to tomodwyer !
Closes #1798
2018-10-13 23:27:40 +03:00
Lauri Ojansivu
b7f59db03c
Merge pull request #1951 from tomodwyer/ie11-fix-swimlanes
...
Fix vertical text for swimlanes in IE11
2018-10-13 23:23:40 +03:00