summaryrefslogtreecommitdiffstats
path: root/client/components/cards
Commit message (Collapse)AuthorAgeFilesLines
...
* | Use lighter and smaller font sizes.Lauri Ojansivu2018-04-052-3/+3
| | | | | | | | Thanks to xet7 !
* | - Removed checkbox from checklist name to have more of material design look.Lauri Ojansivu2018-04-051-2/+2
| | | | | | | | | | | | Thanks to quantazelle and xet7 ! Related #1568
* | Changed icon of checklist name. Related #1568Lauri Ojansivu2018-04-041-1/+1
| |
* | Add additional dates (received & end), default title of checklists to ↵RJevnikar2018-03-266-16/+177
| | | | | | | | | | | | | | | | 'Checklist' Remove translations Add additional dates (received & end), default name checklists to Checklist
* | Fix class name change when clicking check boxAndrés Manelli2018-03-191-1/+1
| |
* | Add stylingAndrés Manelli2018-03-193-2/+17
| |
* | Add checklist ordering capabilityAndrés Manelli2018-03-193-35/+88
| |
* | Fix migration. Replace old checklist-item sort algorithm.Andrés Manelli2018-03-193-64/+73
| |
* | Fix scroll board when opening cardDetailsAndrés Manelli2018-03-171-1/+1
| |
* | Fix card copy and move with swimlanesAndrés Manelli2018-03-072-19/+36
| |
* | Partial fix for scroll bar inside cardDetailsAndrés Manelli2018-03-061-1/+0
| |
* | changed variable namesErik Turk2018-02-152-5/+5
| |
* | change copyMany to copyChecklistToManyCards for instructions and titleErik Turk2018-02-151-2/+2
| |
* | i18n fixesErik Turk2018-02-141-2/+2
| |
* | spaces/tabs okay - no 'git add i18n/en-GB.i18n.json'Erik Turk2018-02-081-2/+2
| |
* | Merge branch 'devel' into copyManyErik Turk2018-02-081-5/+5
|\ \
| * | Fix move parametersAndrés Manelli2018-02-071-5/+5
| | |
* | | more spacing/tabs fixesErik Turk2018-02-081-20/+20
| | |
* | | fixed spacing & indentation - changed var to constErik Turk2018-02-081-36/+32
| | |
* | | remove console.log statementsErik Turk2018-02-081-7/+1
| | |
* | | finish adding[4~ copyManyErik Turk2018-02-082-6/+13
| | |
* | | missing )Erik Turk2018-02-051-1/+1
| | |
* | | add titleList.split to copyManyCardErik Turk2018-02-051-23/+28
| | |
* | | added copyManyCardErik Turk2018-02-051-0/+14
| | |
* | | added PopupErik Turk2018-02-051-0/+49
| | |
* | | added copyManyCardErik Turk2018-02-051-0/+1
| | |
* | | Revert "added copyManyCard"Erik Turk2018-02-051-1/+0
| | | | | | | | | | | | This reverts commit c3fe70e09433346f25ad3701dca7f07ad441624f.
* | | added copyManyCardErik Turk2018-02-051-0/+1
|/ /
* | First swimlane draft, no functionalityAndrés Manelli2018-01-191-6/+6
| |
* | different icons for start and due dateMatthias Marschall2018-01-042-8/+20
| |
* | Update - auto update card cover with new image uploaded via drag&dropThuan Pham Quoc2017-12-181-1/+6
| |
* | Merge branch 'keep-attachment-section-for-uploading-attachment-easier' of ↵Lauri Ojansivu2017-12-111-6/+5
|\ \ | | | | | | | | | https://github.com/thuanpq/wekan into thuanpq-keep-attachment-section-for-uploading-attachment-easier
| * | Always display attachment section for uploading file quicklyThuan Pham Quoc2017-12-101-6/+5
| | |
* | | Merge branch 'auto-update-card-cover-with-latest-uploaded-image' of ↵Lauri Ojansivu2017-12-111-1/+7
|\ \ \ | | | | | | | | | | | | https://github.com/thuanpq/wekan into thuanpq-auto-update-card-cover-with-latest-uploaded-image
| * | | Added - auto update card cover with latest uploaded image attachment of cardThuan Pham Quoc2017-12-091-1/+7
| |/ /
* | | Merge branch 'dont-open-swipebox-overlay-while-downloading-update-cover' of ↵Lauri Ojansivu2017-12-111-2/+2
|\ \ \ | | | | | | | | | | | | https://github.com/thuanpq/wekan into thuanpq-dont-open-swipebox-overlay-while-downloading-update-cover
| * | | Fixed - don't open swipebox on update card cover - download file - delete fileThuan Pham Quoc2017-12-081-2/+2
| |/ /
* / / Fix lint errors.Lauri Ojansivu2017-12-031-2/+2
|/ /
* | Fix lint error.Lauri Ojansivu2017-12-021-2/+0
| |
* | Move global subscription to template subscription so that subscriptionLauri Ojansivu2017-12-021-0/+4
| | | | | | | | | | will stop when template is unused. It's very important for efficiency espacially with large number of users. Thanks to mfshiu !
* | Merge branch 'card-spent-time' of https://github.com/thuanpq/wekan into ↵Lauri Ojansivu2017-11-216-4/+138
|\ \ | | | | | | | | | thuanpq-card-spent-time
| * | Update spent time title to indicate Overtime or normal Spent timeThuan Pham Quoc2017-11-201-1/+5
| | |
| * | Add card spent time to log time what can be overtime or not (will support ↵Thuan Pham Quoc2017-11-206-4/+134
| | | | | | | | | | | | filtering in future)
* | | Merge branch 'fix-title-editing-shift-key-firefox' of ↵Lauri Ojansivu2017-11-211-1/+1
|\ \ \ | | | | | | | | | | | | https://github.com/couscous3/wekan into couscous3-fix-title-editing-shift-key-firefox
| * | | card detail: fix title editing with shift keycouscous32017-11-201-1/+1
| |/ / | | | | | | in firefox there is no global `event` object, therefore we should use the `evt` argument from the event handler
* | | Merge branch 'remove-minicard-title-whitespace' of ↵Lauri Ojansivu2017-11-211-0/+3
|\ \ \ | | | | | | | | | | | | https://github.com/couscous3/wekan into couscous3-remove-minicard-title-whitespace
| * | | remove erroneous minicard title whitespacecouscous32017-11-201-0/+3
| |/ / | | | | | | introduced by the markdown viewer in commit #309c1d0 (the markdown viewer uses <p> tags which have a margin-bottom)
* | | Fix Copy/Move cards. Thanks to thuanpq !Lauri Ojansivu2017-11-212-3/+6
| | |
* | | Merge branch 'feature/copy-move-cards-x-boards' of ↵Lauri Ojansivu2017-11-202-2/+54
|\ \ \ | |/ / |/| | | | | https://github.com/GhassenRjab/wekan into GhassenRjab-feature/copy-move-cards-x-boards
| * | Hide list of boards in Copy|Move cards for Sandstorm usersGhassen Rjab2017-11-141-2/+8
| | |