summaryrefslogtreecommitdiffstats
path: root/client/components/lists/listBody.js
Commit message (Collapse)AuthorAgeFilesLines
* Fix popup titleAndrés Manelli2019-02-271-0/+5
| | | | Add element title modification
* Standarize copy functions. Match labels by nameAndrés Manelli2019-02-271-9/+3
|
* Removed console.log.Lauri Ojansivu2019-02-261-1/+0
|
* Fix list view issues. Allow creation of boards from templatesAndrés Manelli2019-02-251-17/+38
|
* Fix miniscreen renderAndrés Manelli2019-02-241-2/+2
|
* Fix lint errorsAndrés Manelli2019-02-241-40/+40
|
* Allow swimlane creation from templateAndrés Manelli2019-02-241-9/+10
| | | | Mix lists with same name to avoid duplicates
* Allow list creation from templateAndrés Manelli2019-02-241-19/+43
|
* Allow card creation from templateAndrés Manelli2019-02-241-17/+18
|
* Prepare to create card from templateAndrés Manelli2019-02-241-3/+4
|
* Add template search in Add Card menuAndrés Manelli2019-02-241-19/+24
| | | | | | Archive all cards in list when list is archived Remove default board in link popup Only list non-template boards in card link and search
* Avoid links on a template-boardAndrés Manelli2019-02-241-10/+28
| | | | | Allow creation of template boards with a linked card Avoid changing the name of the template-container swimlanes
* Remove links from templates board for the momentAndrés Manelli2019-02-241-3/+8
| | | | | | Insert the correct template type in templates board Allow independant lists in templates board Add some helpers
* - When writing to minicard, press Shift-Enter on minicard to go to next line ↵Lauri Ojansivu2019-02-011-1/+1
| | | | | | | | below, to continue writing on same minicard 2nd line. Thanks to bentiss!
* Use infinite-scrolling on listsBenjamin Tissoires2019-02-011-0/+81
| | | | | | | | | | | This allows to reduce the loading time of a big board. Note that there is an infinite scroll implementation in the mixins, but this doesn't fit well as the cards in the list can have arbitrary height. The idea to rely on the visibility of a spinner is based on http://www.meteorpedia.com/read/Infinite_Scrolling
* custom fields upgrade -- correctNunes Nelson2018-11-071-3/+3
|
* custom fields upgradeNunes Nelson2018-11-051-0/+10
|
* Fix #1885Andrés Manelli2018-09-121-4/+30
|
* Fix and improve linked cardsAndrés Manelli2018-08-211-6/+7
|
* Refactor imported -> linked in componentsAndrés Manelli2018-08-111-14/+14
|
* Fix lint errorsAndrés Manelli2018-08-111-1/+1
|
* Avoid reimport imported cardAndrés Manelli2018-08-111-1/+2
|
* Allow description and member two way bindingAndrés Manelli2018-08-101-3/+3
|
* Avoid importing imported cards or boardsAndrés Manelli2018-08-101-1/+2
|
* Link descriptionAndrés Manelli2018-08-101-1/+5
|
* Import card-as-card, board-as-card. Add styling. Missing details and linksAndrés Manelli2018-08-101-18/+101
|
* Avoid showing current boardAndrés Manelli2018-08-101-3/+9
|
* Add UI for importing card-as-card and board-as-cardAndrés Manelli2018-08-101-0/+106
|
* Merge branch 'devel' into nested-tasksNicu Tofan2018-06-281-7/+4
|\
| * Introducing third board view: calendar.Nicu Tofan2018-06-261-1/+1
| | | | | | | | A dependency to rzymek:fullcalendar has also been added.
* | implement getDefaultSwimline for boardsNicu Tofan2018-06-261-1/+1
|/
* linter correctionsIgnatz2018-05-181-3/+3
|
* resolving merge conflictsIgnatzHome2018-05-171-0/+7
|\
| * card model and card ui preparation for custom fieldsPouyan Savoli2017-09-221-0/+7
| |
* | Fix #1567Andrés Manelli2018-04-161-5/+5
| |
* | Add card on first swimlane foundAndrés Manelli2018-01-221-1/+8
| |
* | Allow toogle of lists and swimlanes viewsAndrés Manelli2018-01-221-0/+7
| |
* | Fix lint errorsAndrés Manelli2018-01-221-1/+1
| |
* | First swimlane draft, no functionalityAndrés Manelli2018-01-191-0/+2
| |
* | added soft wip limit feature, fixed wipLimit=0 bug (??)amadilsons2017-10-311-2/+1
| |
* | feature implemented, known bugs fixedamadilsons2017-10-051-1/+2
| |
* | most work concluded, code needs clean up, further testing requiredamadilsons2017-10-041-7/+9
|/
* Usernames should be able to include dots (.)Jonas Oberg2017-08-251-1/+1
|
* current progressRyan Helsing2017-03-181-0/+7
|
* Upgrade ESLint to v2Maxime Quandalle2016-03-171-1/+3
| | | | This commit also tweak the code style following backward-incompatible v2 rules.
* Remove unnecessary template name declarationMaxime Quandalle2016-01-031-8/+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.
* Dynamically resize the new card form if the title is too longMaxime Quandalle2015-12-091-1/+6
|
* bugfix: only care active members, also optimize some codefloatinghotpot2015-12-081-1/+1
|
* Finish the minicard editor auto-completion featureMaxime Quandalle2015-11-081-85/+71
| | | | | | | | | | | This commit stands on the initial support implemented in #342. We now avoid error-prone parsing step by adding the member or the label directly to the card object. We also added support for `Tab` to completion on our textComplete component. Closes #342
* Merge branch 'devel' into minicard-editorMaxime Quandalle2015-10-311-5/+5
|\ | | | | | | | | Conflicts: client/components/lists/listBody.js