summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Board level settings for subtasksNicu Tofan2018-06-268-4/+140
|
* Check for null and undefined in board defaultsNicu Tofan2018-06-261-2/+2
|
* implement getDefaultSwimline for boardsNicu Tofan2018-06-264-11/+15
|
* change all mentions of Kids => ChildrenNicu Tofan2018-06-261-3/+3
|
* typo in renaming itemDetail to checklistItemDetailNicu Tofan2018-06-262-4/+4
|
* A better name for incoming subtasksNicu Tofan2018-06-262-2/+3
|
* Can now navigate to subtaskNicu Tofan2018-06-263-0/+15
|
* Get rid of old implementation for substacksNicu Tofan2018-06-267-177/+29
|
* Archive subtask instead of permanent deleteNicu Tofan2018-06-261-1/+1
|
* Take archived status into consideration for subtasksNicu Tofan2018-06-261-3/+18
|
* Can add cards as subtasksNicu Tofan2018-06-264-5/+92
|
* Switch from subtasks to cards in modelNicu Tofan2018-06-261-3/+3
|
* Helpers for dealing with trees of cardsNicu Tofan2018-06-262-1/+19
|
* added ability to create a tree of cardsNicu Tofan2018-06-262-0/+17
|
* Change order using drag-n-drop for subtasksNicu Tofan2018-06-264-44/+82
|
* Remove leftovers from checklist conversionNicu Tofan2018-06-261-52/+1
|
* Initial implementation for subtasksNicu Tofan2018-06-2613-34/+478
|
* Some inspiration from checklists to subtasksNicu Tofan2018-06-261-0/+34
|
* Added subtasks model and APIs for itNicu Tofan2018-06-262-0/+140
|
* Update translations.Lauri Ojansivu2018-06-235-57/+57
|
* Update translations (de).Lauri Ojansivu2018-06-151-1/+1
|
* Try to fix broken markdown of \ character.Lauri Ojansivu2018-06-141-1/+1
|
* v1.07v1.07Lauri Ojansivu2018-06-142-3/+3
|
* - Regex for Advanced filter.Lauri Ojansivu2018-06-141-0/+10
| | | | | | | It aims to solve search in bigger text fields, and using wildcards. A change to translations was made for adding info about regex and escaping characters with \ Thanks to feuerball11 and xet7 !
* Merge branch 'feuerball11-feature-custom-fields' into develLauri Ojansivu2018-06-1445-49/+83
|\
| * Update translations.Lauri Ojansivu2018-06-1443-43/+43
| |
| * Fix typo.Lauri Ojansivu2018-06-141-1/+1
| |
| * Merge branch 'feature-custom-fields' of https://github.com/feuerball11/wekan ↵Lauri Ojansivu2018-06-142-6/+40
|/| | | | | | | into feuerball11-feature-custom-fields
| * changing loca to explain regex and escape characterIgnatzHome2018-06-141-1/+1
| |
| * regex for advanced filterIgnatzHome2018-06-141-5/+39
| |
* | v1.06v1.06Lauri Ojansivu2018-06-142-3/+3
| |
* | v1.06Lauri Ojansivu2018-06-141-0/+8
|/
* Merge branch 'devel' of https://github.com/wekan/wekan into ↵IgnatzHome2018-06-148-134/+159
|\ | | | | | | feature-custom-fields
| * v1.05v1.05Lauri Ojansivu2018-06-143-4/+4
| |
| * Fix lint errors.Lauri Ojansivu2018-06-141-98/+98
| |
| * Merge branch 'rjevnikar-fixRDate' into develLauri Ojansivu2018-06-142-3/+5
| |\
| | * Fix minicardReceivedDate typo inLauri Ojansivu2018-06-141-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | 1.04 regression: Socket connection error and boards not loading Thanks to Fran-KTA and rjevnikar ! Closes #1694
| | * Merge branch 'fixRDate' of https://github.com/rjevnikar/wekan into ↵Lauri Ojansivu2018-06-141-1/+1
| |/| | | | | | | | | | rjevnikar-fixRDate
| | * Add back language filesRJevnikar2018-06-1443-0/+20554
| | |
| | * Fix minicardReceivedDate typo identified in #1694RJevnikar2018-06-1444-20555/+1
| | |
| * | Merge branch 'feuerball11-feature-custom-fields' into develLauri Ojansivu2018-06-147-102/+154
| |\ \ | | |/ | |/|
| | * - Markdown support in Custom Fields, and view on minicardLauri Ojansivu2018-06-141-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fixes to Advanced Filter, you are now able to filter for Dropdown and Numbers, also Dropdown are now correctly displayed on minicard - Fix Issue with custom fields shown on card - Fix showing public board in list mode - Fix for not able to remove Custom Field "Show on Card" Related #807 Closes #1659, closes #1623, closes #1683
| | * Another fix for checklists item migration error "title is required"Lauri Ojansivu2018-06-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | https://github.com/wekan/wekan/commit/8d5cbf1e6c2b6d467fe1c0708cd794fd11b98a2e#commitcomment-29362180 Thanks to oec ! Closes #1576
| | * Merge branch 'feature-custom-fields' of https://github.com/feuerball11/wekan ↵Lauri Ojansivu2018-06-145-101/+134
| |/| | | | | | | | | | into feuerball11-feature-custom-fields
| * | Merge branch 'rjevnikar-dateColourFix' into develLauri Ojansivu2018-06-142-31/+35
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix data colour changes on cards. Related https://github.com/wekan/wekan/pull/1698 Fixes #1693
| | * | Update translations.Lauri Ojansivu2018-06-1443-0/+20554
| | | |
| | * | Fix lint errorsRJevnikar2018-06-131-5/+5
| | | |
| | * | Fix data colour changes on cards.RJevnikar2018-06-1344-20562/+12
| |/ / | | | | | | | | | Addressing both #1685 and #1693
* | | This seems to make more sense.IgnatzHome2018-06-141-14/+15
| | |
* | | trying to understand hirachyIgnatzHome2018-06-141-0/+4
| | |