summaryrefslogtreecommitdiffstats
path: root/client/components/cards/cardDetails.js
Commit message (Collapse)AuthorAgeFilesLines
* fix(scrollbar): remove custom scrollbarTomasz Borychowski2020-08-281-8/+1
|
* edit_card start voteNico2020-06-111-19/+3
| | | | better visibility what was voted
* Sorry marc1006, I had to revert deepcode.ai arrow function fixes becauseLauri Ojansivu2020-05-251-2/+2
| | | | | | Python API docs generator does not work all when code has arrow functions. Thanks to xet7 !
* 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.
* 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.
* | Card vote options in new forkNico2020-05-031-21/+81
|/
* 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-271-7/+16
| | | | | | Thanks to xet7 ! Related https://github.com/wekan/wekan/pull/3048
* Additional vote featuresNico2020-04-261-16/+7
|
* Don't interpret dragging an element as a clickMarc Hartmayer2020-04-251-7/+1
| | | | Remove `enableClickOnTouch` as this behavior is not intuitive.
* Make it compatible with newer and older versions of jQuery sortableMarc Hartmayer2020-04-251-2/+2
| | | | While at it, fix comments and prettify it.
* Newer versions of jQuery sortable use `uiSortable` keyMarc Hartmayer2020-04-231-10/+5
| | | | | 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 !
* Multiple lint issue fixesMarc Hartmayer2020-04-211-3/+3
| | | | Found by using the command `meteor npm run lint:eslint:fix`.
* Add sortDefault helper for sorting boardsboeserwolf2020-04-191-3/+3
|
* Make linked card clickableboeserwolf2020-04-191-0/+3
|
* Public voteNico2020-04-101-6/+19
|
* Add setting default NOTIFICATION_TRAY_AFTER_READ_DAYS_BEFORE_REMOVE=2Lauri Ojansivu2020-04-081-26/+23
| | | | | | to all Wekan platforms https://github.com/wekan/wekan/pull/2998 Thanks to xet7 !
* Voteing featureNico2020-04-071-5/+72
|
* Try to disable dragging Swimlanes/Lists/Cards/Checklists/Subtasks on small ↵Lauri Ojansivu2020-02-071-0/+6
| | | | | | mobile smartphones webbrowsers, and hide drag handles on mobile web. Thanks to xet7 !
* Merge branch 'dollybean' of https://github.com/2020product/wekan into ↵Lauri Ojansivu2020-02-051-0/+87
|\ | | | | | | 2020product-dollybean
| * Customize of some card's functionsdollybean2020-02-041-0/+87
|/
* Add Worker role.Lauri Ojansivu2020-01-051-1/+2
| | | | | | | | | | This was originally added at Wekan v3.58, reverted at Wekan v3.60 because of bugs, and now after fixes added back. Thanks to xet7 ! Closes #2788
* Revert to Wekan v3.57 version of client and models directories,Lauri Ojansivu2020-01-031-38/+1
| | | | | | | removing Worker role temporarily, because Worker role changes broke saving card. Thanks to xet7 !
* Fix not being able to edit received date.Lauri Ojansivu2020-01-031-6/+1
| | | | Thanks to xet7 !
* Add Worker role.Lauri Ojansivu2020-01-031-2/+44
| | | | | | | | | Add more Font Awesome icons. Fix browser console errors when editing user profile name etc. Thanks to xet7 ! Closes #2788
* Fix: Allow to set empty card title, AssignedBy and RequestedBy.Lauri Ojansivu2019-12-131-0/+6
| | | | Thanks to xet7 !
* Assignee field like Jira #2452 , in progress.Lauri Ojansivu2019-11-071-0/+8
| | | | | | | When there is one selected assignee on card, don't show + button for adding more assignees, because there can only be one assignee. Thanks to xet7 !
* Fix prettier.Lauri Ojansivu2019-11-051-4/+4
|
* fixed #2780jymcheong2019-11-051-11/+15
| | | | https://github.com/wekan/wekan/issues/2780
* Assignee field like Jira #2452 , in progress.Lauri Ojansivu2019-11-021-0/+13
| | | | | | | | | | Added features: - When selecting new assignee (+) icon, list shows names who to add. TODO: - When selecting new assignee (+) icon, list does not yet show avatars who to add. Thanks to xet7 !
* Assignee field like Jira #2452 , in progress.Lauri Ojansivu2019-11-021-0/+104
| | | | | | | | | | | | Added features: - Assignee can now be added and removed. - Avatar icon is at card and assignee details TODO: - When selecting new assignee (+) icon, list does not yet show avatars and names who to add. There is empty avatar without name. Thanks to xet7 !
* Assignee field like Jira #2452 , in progress.Lauri Ojansivu2019-10-311-0/+3
| | | | | | Assignee can not be removed yet, it removes member, wrong link in popup. Thanks to xet7 !
* Drag handles. In progress.Lauri Ojansivu2019-10-031-2/+1
|
* Drag handles continue. In progress.Lauri Ojansivu2019-10-011-1/+2
| | | | Thanks to xet7 !
* Fix #2451 unable to drag select text without closing card detailsJustin Reynolds2019-09-061-1/+21
|
* Add setting CARD_OPENED_WEBHOOK_ENABLED=false as default.Lauri Ojansivu2019-08-151-27/+29
| | | | | | | Thanks to xet7 ! Related https://github.com/wekan/wekan/commit/843478ac40b7718f1096a75295522487f0ca6dbe , related #2518
* Webhook cardDetails onRenderedjymcheong2019-08-141-0/+29
| | | | Send webhook when cardDetails is rendered.
* Prettier & eslint project style updateJustin Reynolds2019-06-281-168/+221
|
* Inferface: Can move cardToTop/Bottom. Fixes #2289Christoph Jahn2019-06-211-2/+2
|
* Fixed #2338 -> Slow opening of big boards with too many archived itemswekan2019-05-131-3/+3
|
* - Fix card copy & move between boards with customFieldsAndrés Manelli2019-03-161-3/+5
| | | | | | - Fix card copy & move between boards with labels with same name - Fix activities for labels when copying and moving card - Fix activities for customFields when copying and moving card
* Avoid set self as parent card, for realAndrés Manelli2019-03-081-23/+16
|
* Avoid setting same card as parentCard.Andrés Manelli2019-03-061-1/+9
| | | | Avoid listing templates board in copy/move/more menus
* Fix card copyAndrés Manelli2019-02-281-4/+4
|
* Allow swimlane creation from templateAndrés Manelli2019-02-241-3/+0
| | | | Mix lists with same name to avoid duplicates