Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typo. | Lauri Ojansivu | 2018-06-14 | 1 | -1/+1 |
| | |||||
* | Merge branch 'feature-custom-fields' of https://github.com/feuerball11/wekan ↵ | Lauri Ojansivu | 2018-06-14 | 2 | -6/+40 |
|\ | | | | | | | into feuerball11-feature-custom-fields | ||||
| * | changing loca to explain regex and escape character | IgnatzHome | 2018-06-14 | 1 | -1/+1 |
| | | |||||
| * | regex for advanced filter | IgnatzHome | 2018-06-14 | 1 | -5/+39 |
| | | |||||
* | | v1.06v1.06 | Lauri Ojansivu | 2018-06-14 | 2 | -3/+3 |
| | | |||||
* | | v1.06 | Lauri Ojansivu | 2018-06-14 | 1 | -0/+8 |
|/ | |||||
* | Merge branch 'devel' of https://github.com/wekan/wekan into ↵ | IgnatzHome | 2018-06-14 | 8 | -134/+159 |
|\ | | | | | | | feature-custom-fields | ||||
| * | v1.05v1.05 | Lauri Ojansivu | 2018-06-14 | 3 | -4/+4 |
| | | |||||
| * | Fix lint errors. | Lauri Ojansivu | 2018-06-14 | 1 | -98/+98 |
| | | |||||
| * | Merge branch 'rjevnikar-fixRDate' into devel | Lauri Ojansivu | 2018-06-14 | 2 | -3/+5 |
| |\ | |||||
| | * | Fix minicardReceivedDate typo in | Lauri Ojansivu | 2018-06-14 | 1 | -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 Ojansivu | 2018-06-14 | 1 | -1/+1 |
| |/| | | | | | | | | | | rjevnikar-fixRDate | ||||
| | * | Add back language files | RJevnikar | 2018-06-14 | 43 | -0/+20554 |
| | | | |||||
| | * | Fix minicardReceivedDate typo identified in #1694 | RJevnikar | 2018-06-14 | 44 | -20555/+1 |
| | | | |||||
| * | | Merge branch 'feuerball11-feature-custom-fields' into devel | Lauri Ojansivu | 2018-06-14 | 7 | -102/+154 |
| |\ \ | | |/ | |/| | |||||
| | * | - Markdown support in Custom Fields, and view on minicard | Lauri Ojansivu | 2018-06-14 | 1 | -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 Ojansivu | 2018-06-14 | 1 | -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 Ojansivu | 2018-06-14 | 5 | -101/+134 |
| |/| | | | | | | | | | | into feuerball11-feature-custom-fields | ||||
| * | | Merge branch 'rjevnikar-dateColourFix' into devel | Lauri Ojansivu | 2018-06-14 | 2 | -31/+35 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix data colour changes on cards. Related https://github.com/wekan/wekan/pull/1698 Fixes #1693 | ||||
| | * | | Update translations. | Lauri Ojansivu | 2018-06-14 | 43 | -0/+20554 |
| | | | | |||||
| | * | | Fix lint errors | RJevnikar | 2018-06-13 | 1 | -5/+5 |
| | | | | |||||
| | * | | Fix data colour changes on cards. | RJevnikar | 2018-06-13 | 44 | -20562/+12 |
| |/ / | | | | | | | | | | Addressing both #1685 and #1693 | ||||
* | | | This seems to make more sense. | IgnatzHome | 2018-06-14 | 1 | -14/+15 |
| | | | |||||
* | | | trying to understand hirachy | IgnatzHome | 2018-06-14 | 1 | -0/+4 |
| | | | |||||
* | | | Merge branch 'feature-custom-fields' of https://github.com/feuerball11/wekan ↵ | IgnatzHome | 2018-06-14 | 76 | -444/+3081 |
|\ \ \ | | |/ | |/| | | | | into feature-custom-fields | ||||
| * | | testing markdown support for custom fields | Ignatz | 2018-06-14 | 1 | -1/+2 |
| | | | |||||
| * | | fix for not able to remove "Show on Card" | Ignatz | 2018-06-14 | 1 | -2/+2 |
| | | | |||||
| * | | correcting error in advanced filter | Ignatz | 2018-06-14 | 1 | -2/+2 |
| | | | |||||
| * | | trying to fix integer search | Ignatz | 2018-06-14 | 1 | -6/+6 |
| | | | |||||
| * | | fixing search for dropdown fields, and error on loading board | Ignatz | 2018-06-14 | 2 | -100/+116 |
| | | | |||||
| * | | trying to fix display Issue with dropdown custom fields | Ignatz | 2018-06-14 | 2 | -4/+18 |
| | | | |||||
| * | | hotfix public board | Ignatz | 2018-06-14 | 1 | -0/+2 |
| |/ | |||||
| * | Removed duplicate text. | Lauri Ojansivu | 2018-06-13 | 1 | -2/+0 |
| | | |||||
| * | v1.04v1.04 | Lauri Ojansivu | 2018-06-12 | 3 | -5/+5 |
| | | |||||
| * | Add SECURITY.md | Lauri Ojansivu | 2018-06-12 | 1 | -0/+129 |
| | | |||||
| * | Merge branch 'rjevnikar-labelText' into devel | Lauri Ojansivu | 2018-06-12 | 2 | -2/+14 |
| |\ | |||||
| | * | - Change label text colour to black for specific label colours for better ↵ | Lauri Ojansivu | 2018-06-12 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | visibility Thanks to rjevnikar ! | ||||
| | * | Update translations. | Lauri Ojansivu | 2018-06-12 | 43 | -0/+20554 |
| | | | |||||
| | * | Merge branch 'labelText' of https://github.com/rjevnikar/wekan into ↵ | Lauri Ojansivu | 2018-06-12 | 44 | -20555/+11 |
| |/| | | | | | | | | | | rjevnikar-labelText | ||||
| | * | Change label text colour to black for specific label colours for better ↵ | RJevnikar | 2018-06-11 | 44 | -20555/+11 |
| | | | | | | | | | | | | visibility | ||||
| * | | - Modify card covers/mini-cards so that: | Lauri Ojansivu | 2018-06-12 | 1 | -3/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 1) Received date is shown unless there is a start date 2) Due Date is shown, unless there is an end date. This begins to address #1668 Thanks to rjevnikar ! | ||||
| * | | Merge branch 'rjevnikar-cardCoverTimeBadges' into devel | Lauri Ojansivu | 2018-06-12 | 4 | -37/+50 |
| |\ \ | |||||
| | * | | Update translations. | Lauri Ojansivu | 2018-06-12 | 2 | -33/+33 |
| | | | | |||||
| | * | | Merge branch 'cardCoverTimeBadges' of https://github.com/rjevnikar/wekan ↵ | Lauri Ojansivu | 2018-06-12 | 2 | -4/+17 |
| |/| | | | | | | | | | | | | | | into rjevnikar-cardCoverTimeBadges | ||||
| | * | | Adjust classes given to due date to take into account end date | RJevnikar | 2018-06-08 | 1 | -3/+6 |
| | | | | |||||
| | * | | Modify mini cards so that received date is shown if there is no start date, ↵ | RJevnikar | 2018-06-08 | 1 | -1/+11 |
| | | | | | | | | | | | | | | | | and due date is shown if there is no end date. | ||||
| * | | | - SECURITY FIX: Do not publish all of people collection. | Lauri Ojansivu | 2018-06-12 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | Thanks to Adrian Genaid. | ||||
| * | | | - Security Fix: Do not publish all of people collection. | Lauri Ojansivu | 2018-06-12 | 1 | -5/+23 |
| | |/ | |/| | | | | | | | Thanks to Adrian Genaid ! | ||||
| * | | - Add Khmer language. | Lauri Ojansivu | 2018-06-10 | 1 | -0/+9 |
| | | | | | | | | | | | | Thanks to xet7 and translators ! | ||||
| * | | Add Khmer language. | Lauri Ojansivu | 2018-06-10 | 1 | -0/+478 |
| | | |