summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | |
* | | Merge branch 'feature-custom-fields' of https://github.com/feuerball11/wekan ↵IgnatzHome2018-06-1476-444/+3081
|\ \ \ | | |/ | |/| | | | into feature-custom-fields
| * | testing markdown support for custom fieldsIgnatz2018-06-141-1/+2
| | |
| * | fix for not able to remove "Show on Card"Ignatz2018-06-141-2/+2
| | |
| * | correcting error in advanced filterIgnatz2018-06-141-2/+2
| | |
| * | trying to fix integer searchIgnatz2018-06-141-6/+6
| | |
| * | fixing search for dropdown fields, and error on loading boardIgnatz2018-06-142-100/+116
| | |
| * | trying to fix display Issue with dropdown custom fieldsIgnatz2018-06-142-4/+18
| | |
| * | hotfix public boardIgnatz2018-06-141-0/+2
| |/
| * Removed duplicate text.Lauri Ojansivu2018-06-131-2/+0
| |
| * v1.04v1.04Lauri Ojansivu2018-06-123-5/+5
| |
| * Add SECURITY.mdLauri Ojansivu2018-06-121-0/+129
| |
| * Merge branch 'rjevnikar-labelText' into develLauri Ojansivu2018-06-122-2/+14
| |\
| | * - Change label text colour to black for specific label colours for better ↵Lauri Ojansivu2018-06-121-1/+3
| | | | | | | | | | | | | | | | | | visibility Thanks to rjevnikar !
| | * Update translations.Lauri Ojansivu2018-06-1243-0/+20554
| | |
| | * Merge branch 'labelText' of https://github.com/rjevnikar/wekan into ↵Lauri Ojansivu2018-06-1244-20555/+11
| |/| | | | | | | | | | rjevnikar-labelText
| | * Change label text colour to black for specific label colours for better ↵RJevnikar2018-06-1144-20555/+11
| | | | | | | | | | | | visibility