summaryrefslogtreecommitdiffstats
path: root/client/components/cards
Commit message (Collapse)AuthorAgeFilesLines
* Fix missing utility function.Haocen Xu2018-07-061-1/+1
|
* Hotfix more sortable elementsHaocen Xu2018-07-062-3/+7
|
* Hotfix for mobile deviceHaocen Xu2018-07-061-1/+6
|
* Fix missing space in jade file.Lauri Ojansivu2018-07-051-1/+1
| | | | Thanks to xet7 !
* Merge branch 'nested-tasks' of https://github.com/TNick/wekan into ↵Lauri Ojansivu2018-07-059-56/+654
|\ | | | | | | TNick-nested-tasks
| * Merge branch 'devel' into nested-tasksNicu Tofan2018-06-282-23/+38
| |\
| * | Added ability to change card's parent.Nicu Tofan2018-06-262-27/+137
| | |
| * | Links for parents in card details.Nicu Tofan2018-06-262-2/+19
| | |
| * | Fix minicard parents displayNicu Tofan2018-06-262-14/+20
| | |
| * | Show parent in card (no links, yet)Nicu Tofan2018-06-263-1/+29
| | |
| * | Board level settings for subtasksNicu Tofan2018-06-262-2/+4
| | |
| * | implement getDefaultSwimline for boardsNicu Tofan2018-06-261-1/+1
| | |
| * | typo in renaming itemDetail to checklistItemDetailNicu Tofan2018-06-262-4/+4
| | |
| * | Can now navigate to subtaskNicu Tofan2018-06-263-0/+15
| | |
| * | Get rid of old implementation for substacksNicu Tofan2018-06-261-7/+7
| | |
| * | Archive subtask instead of permanent deleteNicu Tofan2018-06-261-1/+1
| | |
| * | Can add cards as subtasksNicu Tofan2018-06-261-4/+22
| | |
| * | 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-267-27/+442
| | |
* | | - Fix lint warning: EditCardDate is assigned a value but never used ↵Lauri Ojansivu2018-07-031-1/+1
| | | | | | | | | | | | | | | | | | no-unused-vars Thanks to xet7 !
* | | - More margin-bottom after minicard.Lauri Ojansivu2018-06-301-1/+1
| | | | | | | | | | | | Thanks to pravdomil and xet7 !
* | | - Revert previous More margin-bottom after minicard.Lauri Ojansivu2018-06-301-1/+1
| | | | | | | | | | | | Thanks to pravdomil and xet7 !
* | | Merge branch 'patch-7' of https://github.com/pravdomil/wekan into ↵Lauri Ojansivu2018-06-301-1/+1
|\ \ \ | |_|/ |/| | | | | pravdomil-patch-7
| * | revert 6a58729pravdomil2018-06-261-1/+1
| | |
* | | Prevent errors due to missing date fieldsNicu Tofan2018-06-271-21/+36
|/ /
* | - Add more card inner shadow.Lauri Ojansivu2018-06-261-1/+1
| | | | | | | | | | | | Thanks to pravdomil and xet7 ! Related #1690
* | less margin-bottom after minicardpravdomil2018-06-191-1/+1
|/
* Merge branch 'devel' of https://github.com/wekan/wekan into ↵IgnatzHome2018-06-142-9/+13
|\ | | | | | | feature-custom-fields
| * Merge branch 'fixRDate' of https://github.com/rjevnikar/wekan into ↵Lauri Ojansivu2018-06-141-1/+1
| |\ | | | | | | | | | rjevnikar-fixRDate
| | * Fix minicardReceivedDate typo identified in #1694RJevnikar2018-06-141-1/+1
| | |
| * | Merge branch 'feature-custom-fields' of https://github.com/feuerball11/wekan ↵Lauri Ojansivu2018-06-141-1/+2
| |\ \ | | |/ | |/| | | | into feuerball11-feature-custom-fields
| * | Fix lint errorsRJevnikar2018-06-131-5/+5
| | |
| * | Fix data colour changes on cards.RJevnikar2018-06-131-8/+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-147-12/+179
|\ \ \ | | |/ | |/| | | | into feature-custom-fields
| * | testing markdown support for custom fieldsIgnatz2018-06-141-1/+2
| | |
| * | trying to fix display Issue with dropdown custom fieldsIgnatz2018-06-141-1/+1
| |/
| * Merge branch 'labelText' of https://github.com/rjevnikar/wekan into ↵Lauri Ojansivu2018-06-121-1/+11
| |\ | | | | | | | | | rjevnikar-labelText
| | * Change label text colour to black for specific label colours for better ↵RJevnikar2018-06-111-1/+11
| | | | | | | | | | | | visibility
| * | Adjust classes given to due date to take into account end dateRJevnikar2018-06-081-3/+6
| | |
| * | Modify mini cards so that received date is shown if there is no start date, ↵RJevnikar2018-06-081-1/+11
| |/ | | | | | | and due date is shown if there is no end date.
| * Fix spacing on cardDetails.jade to get 'Add' buttons in <a> tag for ↵RJevnikar2018-06-071-10/+10
| | | | | | | | RequestedBy & AssignedBy
| * Remove delete option from board hamburger menuRJevnikar2018-06-061-1/+1
| |
| * Fix AssignedBy & RequestedBy fields & formsRJevnikar2018-06-061-5/+3
| |
| * Fix display of card details - cardDetails.styl - remove trailing commaRJevnikar2018-06-061-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-054-4/+133
| | | | | | | | Requested By text fields.
| * Extend editCardReceivedDatePopup and editCardEndDatePopup from DatePicker to ↵Daniel Kreuter2018-05-251-3/+2
| | | | | | | | fix #1654