Update ChangeLog
This commit is contained in:
@@ -15,6 +15,7 @@ Contributors:
|
|||||||
- [Ashbike](https://github.com/ashbike)
|
- [Ashbike](https://github.com/ashbike)
|
||||||
- [Ashish Kulkarni](https://github.com/ashkulz)
|
- [Ashish Kulkarni](https://github.com/ashkulz)
|
||||||
- [António Pereira](https://github.com/Shaxine)
|
- [António Pereira](https://github.com/Shaxine)
|
||||||
|
- [Bernhard Kau](https://github.com/2ndkauboy)
|
||||||
- [Biniou180](https://github.com/Biniou180)
|
- [Biniou180](https://github.com/Biniou180)
|
||||||
- [Bitcoin 333](https://github.com/bitcoin333)
|
- [Bitcoin 333](https://github.com/bitcoin333)
|
||||||
- [Busfreak](https://github.com/Busfreak)
|
- [Busfreak](https://github.com/Busfreak)
|
||||||
@@ -146,6 +147,7 @@ Contributors:
|
|||||||
- [Vedovator](https://github.com/vedovator)
|
- [Vedovator](https://github.com/vedovator)
|
||||||
- [Vitaliy S. Orlov](https://github.com/orlov0562)
|
- [Vitaliy S. Orlov](https://github.com/orlov0562)
|
||||||
- [Vladimir Babin](https://github.com/Chiliec)
|
- [Vladimir Babin](https://github.com/Chiliec)
|
||||||
|
- [Volodymyr Kushnir](https://github.com/volodymyr-kushnir)
|
||||||
- [Yannick Ihmels](https://github.com/ihmels)
|
- [Yannick Ihmels](https://github.com/ihmels)
|
||||||
- [Yakovenkov](https://github.com/yakovenkov)
|
- [Yakovenkov](https://github.com/yakovenkov)
|
||||||
- [Ybarc](https://github.com/ybarc)
|
- [Ybarc](https://github.com/ybarc)
|
||||||
|
|||||||
19
ChangeLog
19
ChangeLog
@@ -1,15 +1,21 @@
|
|||||||
Version 1.0.38 (unreleased)
|
Version 1.0.38 (Jan 28, 2017)
|
||||||
---------------------------
|
-----------------------------
|
||||||
|
|
||||||
New features:
|
New features:
|
||||||
|
|
||||||
* User invites
|
* User invitations by email
|
||||||
* Add command to execute individual job (mostly for debugging)
|
|
||||||
|
|
||||||
Improvements:
|
Improvements:
|
||||||
|
|
||||||
|
* Simplify user creation form
|
||||||
|
* Add modification date for comments
|
||||||
|
* Add project creation links to project management pages
|
||||||
* More API procedures are now available to project members and project viewers
|
* More API procedures are now available to project members and project viewers
|
||||||
* Simplify date and time configuration to avoid potential validation issues
|
* Simplify date and time configuration to avoid potential validation issues
|
||||||
|
* Show dashboard column visibility in columns page
|
||||||
|
* Add new template hooks
|
||||||
|
* Update translations (id_ID, de_DE, ru_RU, fr_FR, pt_PT)
|
||||||
|
* Add command to execute individual job (mostly for debugging)
|
||||||
|
|
||||||
Regressions:
|
Regressions:
|
||||||
|
|
||||||
@@ -18,9 +24,14 @@ Regressions:
|
|||||||
|
|
||||||
Bug fixes:
|
Bug fixes:
|
||||||
|
|
||||||
|
* Fix broken link when clicking on user avatar for tasks on board
|
||||||
* Fix wrong datetime formatting when task form shows validation errors
|
* Fix wrong datetime formatting when task form shows validation errors
|
||||||
* Empty arrays are serialized to a list instead of a dict (Json API)
|
* Empty arrays are serialized to a list instead of a dict (Json API)
|
||||||
* Always unbind internal listeners when closing a modal dialog
|
* Always unbind internal listeners when closing a modal dialog
|
||||||
|
* Fix installation errors on MySQL 8.0.0 (unescaped reserved keyword)
|
||||||
|
* Avoid PHP notice when column form validation failed
|
||||||
|
* Fix wrong default value for add group member modal
|
||||||
|
* Add missing filter (completed) for task search
|
||||||
|
|
||||||
Version 1.0.37 (Jan 14, 2017)
|
Version 1.0.37 (Jan 14, 2017)
|
||||||
-----------------------------
|
-----------------------------
|
||||||
|
|||||||
@@ -202,6 +202,7 @@ List of template hooks:
|
|||||||
| `template:board:task:footer` | Task in board: footer |
|
| `template:board:task:footer` | Task in board: footer |
|
||||||
| `template:board:task:icons` | Task in board: tooltip icon |
|
| `template:board:task:icons` | Task in board: tooltip icon |
|
||||||
| `template:board:column:dropdown` | Dropdown menu in board columns |
|
| `template:board:column:dropdown` | Dropdown menu in board columns |
|
||||||
|
| `template:board:column:header` | Board column header |
|
||||||
| `template:board:tooltip:subtasks:header:before-assignee` | Header of Subtask table on tootip before Assignee |
|
| `template:board:tooltip:subtasks:header:before-assignee` | Header of Subtask table on tootip before Assignee |
|
||||||
| `template:board:tooltip:subtasks:rows` | Column on row of Subtask table on tooltip |
|
| `template:board:tooltip:subtasks:rows` | Column on row of Subtask table on tooltip |
|
||||||
| `template:config:sidebar` | Sidebar on settings page |
|
| `template:config:sidebar` | Sidebar on settings page |
|
||||||
|
|||||||
Reference in New Issue
Block a user