summaryrefslogtreecommitdiffstats
path: root/models/swimlanes.js
Commit message (Collapse)AuthorAgeFilesLines
* New feature: Now there is popup selection of Lists/Swimlanes/Calendar/Roles.Lauri Ojansivu2019-11-181-2/+6
| | | | | | | | | | | | | | | | | | | | New feature, not set visible yet, because switching to it does not work properly yet: Collapsible Swimlanes #2804 Fix: Public board now loads correctly. When you select one of Lists/Swimlanes/Calendar view and reload webbrowser page, it can change view. Closes #2311 Fix: List sorting commented out. Closes #2800 Fix: Errors hasHiddenMinicardText, hasShowDragHandles, showSort, hasSortBy, profile, FirefoxAndroid/IE11/Vivaldi/Chromium browsers not working by using cookies instead of database. More details at https://github.com/wekan/wekan/issues/2643#issuecomment-554907955 Note: Cookie changes are not always immediate, if there is no effect, you may need to reload webbrowser page. Closes #2643 . Thanks to xet7 !
* Add Features: allowing lists to be sorted by modifiedAt when not in ↵Lauri Ojansivu2019-10-291-0/+15
| | | | | | | | | | | | draggable mode. Bug Fix #2093: the broken should be prior to file attachment feature introduced, and tested export board is working. Thanks to whowillcare ! ( xet7 merged this pull request manually from https://github.com/wekan/wekan/pull/2756 ) Closes #2093
* Fixes #2596 incorrect date types for created & updatedJustin Reynolds2019-09-051-0/+2
|
* Prettier & eslint project style updateJustin Reynolds2019-06-281-16/+11
|
* Add createdAt and modifiedAt to all collectionsJustin Reynolds2019-06-271-138/+198
|
* Fix missing profile checksJustin Reynolds2019-05-081-3/+3
|
* remove featureguillaume2019-04-231-1/+19
|
* - [Add Filter fix back](https://github.com/wekan/wekan/issues/2213),Lauri Ojansivu2019-03-011-5/+5
| | | | | | | | | because there was no bug in filter fix. Thanks to xet7 ! Closes #2213, related #2209
* Revert [Filter fix](https://github.com/wekan/wekan/issues/2213) because ofLauri Ojansivu2019-03-011-5/+5
| | | | | | [mongodb data tampered](https://github.com/wekan/wekan-snap/issues/83). Thanks to xet7 !
* Fix filter in swimlanes viewAndrés Manelli2019-02-281-5/+5
|
* Standarize copy functions. Match labels by nameAndrés Manelli2019-02-271-3/+5
|
* Fix list view issues. Allow creation of boards from templatesAndrés Manelli2019-02-251-7/+12
|
* Fix miniscreen renderAndrés Manelli2019-02-241-3/+4
|
* Fix lint errorsAndrés Manelli2019-02-241-24/+24
|
* Allow swimlane creation from templateAndrés Manelli2019-02-241-0/+31
| | | | Mix lists with same name to avoid duplicates
* Avoid links on a template-boardAndrés Manelli2019-02-241-1/+1
| | | | | Allow creation of template boards with a linked card Avoid changing the name of the template-container swimlanes
* Remove links from templates board for the momentAndrés Manelli2019-02-241-0/+22
| | | | | | Insert the correct template type in templates board Allow independant lists in templates board Add some helpers
* Save template swimlanes in profile. Fix swimlane view for templates board. ↵Andrés Manelli2019-02-241-0/+4
| | | | Avoid deleting template containers
* Add first draft of data model and user interface. No actions.Andrés Manelli2019-02-241-0/+11
|
* api: fix the sort field when inserting a swimlane or a listBenjamin Tissoires2019-01-251-0/+2
| | | | This has the side effect of always inserting the element at the end.
* Add colors to swimlanesBenjamin Tissoires2019-01-251-0/+32
| | | | fixes #1688
* RESTAPI: Add some JSDocBenjamin Tissoires2019-01-181-0/+59
| | | | So we can have a decent REST API documentation generated.
* - Add permission "No comments". It is like normal user, but does not show ↵Lauri Ojansivu2018-09-041-3/+3
| | | | | | comments and activities. Thanks to xet7 !
* Fix lint warningsGhassen Rjab2018-02-271-4/+4
|
* First swimlane draft, no functionalityAndrés Manelli2018-01-191-0/+219