summaryrefslogtreecommitdiffstats
path: root/client/components/cards
Commit message (Collapse)AuthorAgeFilesLines
* Move In Progress ostrio-files changes to separate branch, and revert ↵Lauri Ojansivu2020-05-255-111/+21
| | | | | | | | | | | | ostrio-files changes, so that: - Export to CSV/TSV with custom fields works - Attachments are not exported to disk - It is possible to build arm64/s390x versions again. Thanks to xet7 ! Related #3110
* Merge pull request #3112 from marc1006/deepcodeLauri Ojansivu2020-05-241-2/+2
|\ | | | | Some fixes suggested by deepcode.ai
| * Use an arrow function inside forEach() instead of an anonymous functionMarc Hartmayer2020-05-241-2/+2
| | | | | | | | Suggested by deepcode.ai.
* | Make scrollParentContainer() more robust as it's used in a timeout callbackMarc Hartmayer2020-05-241-1/+8
|/ | | | | | | | | | | | | Example exception: Exception in setTimeout callback: TypeError: Cannot read property 'parentComponent' of null at constructor.scrollParentContainer (cardDetails.js:77) at cardDetails.js:190 at Meteor.EnvironmentVariable.EVp.withValue (meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:1207) at meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:588 at meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:1234 Probably there is a better fix for this.
* Merge branch 'lib-change' of https://github.com/PDIS/wekan into lib-changeRomulus Urakagi Tsai2020-05-205-53/+187
|\
| * Merge branch 'master' into lib-changeRomulus Tsai 蔡仲明2020-05-145-53/+187
| |\
| | * Add popup and changelog for linked card fixes.Lauri Ojansivu2020-05-141-1/+12
| | |
| | * Merge branch 'fixes' of https://github.com/marc1006/wekan into marc1006-fixesLauri Ojansivu2020-05-141-1/+6
| | |\
| | | * Refuse to delete a card as long as there is link to itMarc Hartmayer2020-04-301-1/+6
| | | | | | | | | | | | | | | | This fixes https://github.com/wekan/wekan/issues/2785.
| | * | Merge branch 'master' of https://github.com/NicoP-S/wekan into NicoP-S-masterLauri Ojansivu2020-05-135-51/+164
| | |\ \
| | | * | Card vote options in new forkNico2020-05-035-51/+164
| | | |/
| | * | Merge branch 'master' of https://github.com/krupupakku/wekan into ↵Lauri Ojansivu2020-05-131-0/+2
| | |\ \ | | | | | | | | | | | | | | | krupupakku-master
| | | * | avatar-image fixMarco Volo2020-05-081-0/+2
| | | |/
| | * / Add white-space:normal to copy-to-clipboard button in card detailshelioguardabaxo2020-05-022-1/+4
| | |/
* | / Fix migrated attachment not readable bugRomulus Urakagi Tsai2020-05-201-1/+4
|/ / | | | | | | Remove reduandant files
* | Merge branch 'master' into lib-changeRomulus Tsai 蔡仲明2020-05-0811-45/+224
|\|
| * Revert part 2, related https://github.com/wekan/wekan/pull/3048Lauri Ojansivu2020-04-271-1/+4
| |
| * Revert In Progress additional vote features. Translations are not removed.Lauri Ojansivu2020-04-274-22/+23
| | | | | | | | | | | | Thanks to xet7 ! Related https://github.com/wekan/wekan/pull/3048
| * Remove old codeNico2020-04-261-5/+0
| |
| * Additional vote featuresNico2020-04-263-18/+21
| |
| * Put checkbox and label in same rowNico2020-04-261-3/+4
| |
| * Don't interpret dragging an element as a clickMarc Hartmayer2020-04-252-11/+2
| | | | | | | | Remove `enableClickOnTouch` as this behavior is not intuitive.
| * Make it compatible with newer and older versions of jQuery sortableMarc Hartmayer2020-04-252-5/+9
| | | | | | | | While at it, fix comments and prettify it.
| * Fix drag-and-drop and scrolling on mobile devicesMarc Hartmayer2020-04-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | Use drag handles on "miniscreens" whenever useful, this is especially useful on mobile device. This should hopefully fix https://github.com/wekan/wekan/issues/2947. While at it, simplify the condition Utils.isMiniScreen() || (!Utils.isMiniScreen() && showDesktopDragHandles) to Utils.isMiniScreen() || showDesktopDragHandle
| * Newer versions of jQuery sortable use `uiSortable` keyMarc Hartmayer2020-04-232-15/+7
| | | | | | | | | | Newer versions of jQuery sortable use `uiSortable` as key to store the data. Let's adapt the code. While at it, refactor the code.
| * Fix lint errors in lint error fix.Lauri Ojansivu2020-04-221-9/+8
| | | | | | | | Thanks to xet7 !
| * Merge pull request #3031 from marc1006/style_issuesLauri Ojansivu2020-04-221-3/+3
| |\ | | | | | | Multiple lint issue fixes
| | * Multiple lint issue fixesMarc Hartmayer2020-04-211-3/+3
| | | | | | | | | | | | Found by using the command `meteor npm run lint:eslint:fix`.
| * | Pre-fill the title of checklists (Trello-style)boeserwolf2020-04-211-1/+12
| |/
| * Add sortDefault helper for sorting boardsboeserwolf2020-04-191-3/+3
| |
| * Make linked card clickableboeserwolf2020-04-192-1/+4
| |
| * Improve card layout on mobile devicesMarc Hartmayer2020-04-171-0/+1
| |
| * Allows for use of checklist on mobileDevin McAllester2020-04-143-3/+7
| |
| * Fix margin in card labelsboeserwolf2020-04-131-0/+2
| |
| * Public voteNico2020-04-103-12/+50
| |
| * Add setting default NOTIFICATION_TRAY_AFTER_READ_DAYS_BEFORE_REMOVE=2Lauri Ojansivu2020-04-082-29/+35
| | | | | | | | | | | | to all Wekan platforms https://github.com/wekan/wekan/pull/2998 Thanks to xet7 !
| * Fix typos.Lauri Ojansivu2020-04-081-6/+6
| |
| * Merge branch 'vote'Nico2020-04-074-5/+121
| |\
| | * Voteing featureNico2020-04-074-5/+121
| | |
| * | Merge branch 'feature/subtask-use-parent-swimlane' of ↵Lauri Ojansivu2020-04-041-1/+7
| |\ \ | | |/ | |/| | | | https://github.com/daniel-eder/wekan into daniel-eder-feature/subtask-use-parent-swimlane
| | * subtasks now use swimlane with title matching parent lane titleDaniel Eder2020-04-021-1/+7
| | | | | | | | | As discussed in #1953 this is required to handle two-board scenarios correctly.
| | * subtasks now use parent task swimlane by defaultDaniel Eder2020-03-261-1/+1
| | |
| * | Minicard labels on the top and title on bottom.Lauri Ojansivu2020-04-011-1/+1
| | | | | | | | | | | | | | | | | | Thanks to helioguardabaxo and xet7 ! Closes #2980
| * | Improvements on card details visualization.Lauri Ojansivu2020-03-312-5/+8
| |/ | | | | | | | | | | Thanks to helioguardabaxo and xet7 ! Closes #2974
* | Attachments downloadRomulus Urakagi Tsai2020-05-051-2/+2
| |
* | Merge branch 'master' of https://github.com/wekan/wekan into lib-changeRomulus Urakagi Tsai2020-02-1311-209/+504
|\|
| * Remove card element grouping to create compact card layout.Lauri Ojansivu2020-02-122-36/+43
| | | | | | | | | | | | | | | | Card Settings / Show on Card: Description Title and Description Text. Thanks to e-stoniauk, 2020product and xet7 ! Fixes https://github.com/wekan/wekan/pull/2922
| * Part 2: Fix Copy Card Link to Clipboard button at card title did not work.Lauri Ojansivu2020-02-102-1/+7
| | | | | | | | | | | | Thanks to 2020product and xet7 ! Related https://github.com/wekan/wekan/pull/2922
| * Fix Copy Card Link to Clipboard button at card title did not work.Lauri Ojansivu2020-02-101-1/+2
| | | | | | | | | | | | Thanks to 2020product and xet7 ! Related https://github.com/wekan/wekan/pull/2922
| * Remove hiding comments and activities.Lauri Ojansivu2020-02-101-9/+8
| |