summaryrefslogtreecommitdiffstats
path: root/models
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring rules descriptionAngelo Gallarello2018-09-142-27/+164
|
* Fixed rule allowsAngelo Gallarello2018-09-123-62/+29
|
* Completed rulesAngelo Gallarello2018-08-193-0/+22
|
* Fixed triggers to use names and not idAngelo Gallarello2018-08-173-0/+11
|
* Complete checklist activitiesAngelo Gallarello2018-08-162-0/+85
|
* Remove attachment activityAngelo Gallarello2018-08-161-0/+7
|
* Labels activitiesAngelo Gallarello2018-08-162-0/+45
|
* Fixed removeAngelo Gallarello2018-08-161-0/+4
|
* Main flow implementedAngelo Gallarello2018-08-165-14/+17
|
* Almost full circleAngelo Gallarello2018-08-154-40/+74
|
* Add and remove uiAngelo Gallarello2018-08-031-1/+16
|
* UI for rules listAngelo Gallarello2018-08-034-0/+113
|
* - Fix Title is required by setting Checklist titleLauri Ojansivu2018-07-061-1/+0
| | | | | | | | | during migration. Thanks to centigrade-kdk and xet7 ! Closes #1576, closes #1753
* - Fix [Title is required](https://github.com/wekan/wekan/issues/1576)Lauri Ojansivu2018-07-061-0/+1
| | | | | | | | | by making [Checkist title optional](https://github.com/wekan/wekan/issues/1753). Thanks to xet7 ! Closes #1576, closes #1753
* Merge branch 'devel' into nested-tasksNicu Tofan2018-06-282-0/+32
|\
| * Show cards in calendarNicu Tofan2018-06-261-0/+27
| |
| * Introducing third board view: calendar.Nicu Tofan2018-06-261-0/+5
| | | | | | | | A dependency to rzymek:fullcalendar has also been added.
* | Added ability to change card's parent.Nicu Tofan2018-06-262-3/+16
| |
* | Show parent in card (no links, yet)Nicu Tofan2018-06-262-0/+69
| |
* | Board level settings for subtasksNicu Tofan2018-06-262-1/+17
| |
* | Check for null and undefined in board defaultsNicu Tofan2018-06-261-2/+2
| |
* | implement getDefaultSwimline for boardsNicu Tofan2018-06-261-0/+12
| |
* | change all mentions of Kids => ChildrenNicu Tofan2018-06-261-3/+3
| |
* | A better name for incoming subtasksNicu Tofan2018-06-261-1/+1
| |
* | Get rid of old implementation for substacksNicu Tofan2018-06-264-169/+8
| |
* | Take archived status into consideration for subtasksNicu Tofan2018-06-261-3/+18
| |
* | Can add cards as subtasksNicu Tofan2018-06-261-0/+54
| |
* | Switch from subtasks to cards in modelNicu Tofan2018-06-261-3/+3
| |
* | Helpers for dealing with trees of cardsNicu Tofan2018-06-261-0/+19
| |
* | added ability to create a tree of cardsNicu Tofan2018-06-261-0/+5
| |
* | Initial implementation for subtasksNicu Tofan2018-06-264-7/+30
| |
* | Some inspiration from checklists to subtasksNicu Tofan2018-06-261-0/+34
| |
* | Added subtasks model and APIs for itNicu Tofan2018-06-261-0/+139
|/
* fixing search for dropdown fields, and error on loading boardIgnatz2018-06-141-5/+5
|
* trying to fix display Issue with dropdown custom fieldsIgnatz2018-06-141-3/+17
|
* Fix lint errorRJevnikar2018-06-051-1/+1
|
* Fix problems highlighted by Codacy/PR Quality ReviewRJevnikar2018-06-051-1/+1
|
* Add additional label colours (from pull by JamesLavin), Add Assigned & ↵RJevnikar2018-06-052-0/+19
| | | | Requested By text fields.
* possible quickfix for all customFields Import errorsIgnatz2018-05-231-0/+1
|
* Fix lint errors back to eslint requirements.Lauri Ojansivu2018-05-181-79/+79
|
* template literals correctionIgnatz2018-05-181-1/+1
|
* linter correctionsIgnatz2018-05-182-16/+19
|
* removing checkbox typeIgnatzHome2018-05-171-1/+1
|
* resolving merge conflictsIgnatzHome2018-05-174-0/+210
|\
| * dropdown itemsPouyan Savoli2017-09-221-0/+19
| |
| * text custom fields are now editable using inlinedFormPouyan Savoli2017-09-221-2/+10
| |
| * show custom fields on cards but still with dummy valuePouyan Savoli2017-09-221-0/+21
| |
| * card model and card ui preparation for custom fields #2Pouyan Savoli2017-09-221-2/+6
| |
| * card model and card ui preparation for custom fieldsPouyan Savoli2017-09-221-0/+33
| |
| * many custom fields model and UI enhancementsPouyan Savoli2017-09-222-12/+13
| |