summaryrefslogtreecommitdiffstats
path: root/client/components/cards/cardDetails.js
Commit message (Collapse)AuthorAgeFilesLines
* Add stylingAndrés Manelli2018-03-191-1/+1
|
* Add checklist ordering capabilityAndrés Manelli2018-03-191-0/+46
|
* Fix scroll board when opening cardDetailsAndrés Manelli2018-03-171-1/+1
|
* Fix card copy and move with swimlanesAndrés Manelli2018-03-071-13/+25
|
* changed variable namesErik Turk2018-02-151-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-081-3/+13
| |
* | missing )Erik Turk2018-02-051-1/+1
| |
* | add titleList.split to copyManyCardErik Turk2018-02-051-23/+28
| |
* | 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
|
* 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-211-0/+1
|\ | | | | | | thuanpq-card-spent-time
| * Add card spent time to log time what can be overtime or not (will support ↵Thuan Pham Quoc2017-11-201-0/+1
| | | | | | | | 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
* | Fix Copy/Move cards. Thanks to thuanpq !Lauri Ojansivu2017-11-211-2/+4
| |
* | Merge branch 'feature/copy-move-cards-x-boards' of ↵Lauri Ojansivu2017-11-201-0/+31
|\ \ | |/ |/| | | https://github.com/GhassenRjab/wekan into GhassenRjab-feature/copy-move-cards-x-boards
| * Copy cards cross boardsGhassen Rjab2017-11-141-0/+31
| |
* | Updated comments about pressing enter on formsBrooks Becton2017-11-141-0/+1
| |
* | Added markdown support to card-titles, minicard-titles, checklist title, and ↵Brooks Becton2017-11-141-1/+1
|/ | | | checklist items
* Use Meteor.subscribe instead of DOM manipulation for Hide system messagesnztqa2017-10-031-1/+1
|
* Remove console lognztqa2017-10-031-1/+0
|
* Merge branch 'improve-activities' of https://github.com/nztqa/wekan into ↵Lauri Ojansivu2017-10-011-0/+8
|\ | | | | | | nztqa-improve-activities
| * Disable button when "Hide system messages" in user profile setting is validnztqa2017-09-251-0/+5
| |
| * Add comments only in activity feednztqa2017-09-251-0/+3
| |
* | Remove cover idnztqa2017-09-251-0/+1
|/
* Added copy card functionalityJim Martens2017-09-051-0/+45
|
* Copy card link to clipboard. Thanks to xet7 ! Closes #1188Lauri Ojansivu2017-08-261-15/+41
|
* comment only working, naive implementation completeRyan Helsing2017-03-181-0/+4
|
* current progressRyan Helsing2017-03-181-0/+4
|
* Merge pull request #30 from dwrensha/show-card-commentsLauri Ojansivu2016-11-291-0/+3
|\ | | | | set isLoaded to true on both transitionend and animationend
| * set isLoaded to true on both transitionend and animationendDavid Renshaw2016-11-231-0/+3
| |
* | Add basic start and due dates for cards.shoetten2016-11-211-0/+2
|/
* Fix an event name from animationend to transitionendMaxime Quandalle2016-07-191-1/+1
| | | | Closes #646
* Fix move to topAlexander Sulfrian2016-07-181-2/+2
| | | | | If the minOrder is 0, the previous code does not work. This code is now doing the obvious stuff to change the order.
* cardDetails: allow to move cards to top / bottomFriedrich von Never2016-03-191-0/+10
|
* Fix a bug with the inheritance modelMaxime Quandalle2016-02-101-1/+1
| | | | See https://github.com/meteor/meteor/issues/6162
* Add notification, allow watch boards / lists / cardsLiming Xie2016-01-051-0/+18
|
* Remove unnecessary template name declarationMaxime Quandalle2016-01-031-4/+0
| | | | | | This code was duplicate with the name we use to `register` the component. A update of blaze-component removed the need to duplicate this declaration.
* Fix card infinite scrolling on card activitiesMaxime Quandalle2016-01-031-2/+6
| | | | | | | | I imagine blaze-component changed their Mixins API since I written this code. We need some tests to avoid this kind of regressions when updating dependencies! Fixes #420