summaryrefslogtreecommitdiffstats
path: root/client/components/boards/boardBody.js
Commit message (Collapse)AuthorAgeFilesLines
* Fix lint errors.Lauri Ojansivu2019-11-261-22/+13
|
* Fix lint errors.Lauri Ojansivu2019-11-201-16/+14
|
* Use database when logged in. Continued.Lauri Ojansivu2019-11-191-1/+2
| | | | Thanks to xet7 !
* When logged in, use database for setting, so that changes areLauri Ojansivu2019-11-191-21/+36
| | | | | | | immediate. Only on public board use cookies. Comment out Collapse CSS that is not in use. Thanks to xet7 !
* New feature: Now there is popup selection of Lists/Swimlanes/Calendar/Roles.Lauri Ojansivu2019-11-181-5/+24
| | | | | | | | | | | | | | | | | | | | New feature, not set visible yet, because switching to it does not work properly yet: Collapsible Swimlanes #2804 Fix: Public board now loads correctly. When you select one of Lists/Swimlanes/Calendar view and reload webbrowser page, it can change view. Closes #2311 Fix: List sorting commented out. Closes #2800 Fix: Errors hasHiddenMinicardText, hasShowDragHandles, showSort, hasSortBy, profile, FirefoxAndroid/IE11/Vivaldi/Chromium browsers not working by using cookies instead of database. More details at https://github.com/wekan/wekan/issues/2643#issuecomment-554907955 Note: Cookie changes are not always immediate, if there is no effect, you may need to reload webbrowser page. Closes #2643 . Thanks to xet7 !
* Fix card, list and swimlane move.Lauri Ojansivu2019-11-131-1/+18
| | | | | | | | | Allow moving cards in multiselect mode. Closes #2771, closes #2743, closes #2704, related #2081
* Add Features: allowing lists to be sorted by modifiedAt when not in ↵Lauri Ojansivu2019-10-291-1/+1
| | | | | | | | | | | | draggable mode. Bug Fix #2093: the broken should be prior to file attachment feature introduced, and tested export board is working. Thanks to whowillcare ! ( xet7 merged this pull request manually from https://github.com/wekan/wekan/pull/2756 ) Closes #2093
* Drag handles. In progress.Lauri Ojansivu2019-10-031-1/+1
|
* Merge remote-tracking branch 'upstream/master'Sam X. Chen2019-09-261-1/+1
|\
| * Drag handles. In Progress.Lauri Ojansivu2019-09-171-1/+1
| |
| * Revert drag handle changes.Lauri Ojansivu2019-09-141-1/+1
| | | | | | | | | | | | Thanks to Keelan ! Related #2704
| * Mobile and Desktop drag handles part 1.Lauri Ojansivu2019-09-131-1/+1
| | | | | | | | | | | | Thanks to xet7 ! Related #2081
* | Add feature: Add due timeline into Calendar viewSam X. Chen2019-09-261-16/+36
|/
* add card color to calendar event (#2651)Steffen2019-08-291-0/+1
|
* dont remove boardoverlay when mouse leaves carddetailsFelix Nüsse2019-07-101-5/+0
|
* Prettier & eslint project style updateJustin Reynolds2019-06-281-55/+83
|
* - If board does not exist, redirect to All Boards page, at all Wekan platforms.Lauri Ojansivu2019-06-211-0/+4
| | | | | | | | So now at Sandstorm when loading Wekan grain, if first Sandstorm board is found, it is opened. If first Sandstorm board is not found (it's deleted or archived), then redirect automatically to All Boards page. Closes #3132
* Fixed #2338 -> Slow opening of big boards with too many archived itemswekan2019-05-131-1/+1
|
* Fix missing profile checks.Lauri Ojansivu2019-05-091-4/+4
| | | | Thanks to justinr1234 !
* Fix swimlanes sortingBenjamin Tissoires2019-02-081-4/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since 7cc185ac "Properly fix horizontal rendering on Chrome and Firefox" The rendering of the new design of the swimlanes was correct, but this commit broke the reordering capability. Having the swimlane header at the same level than the lists of cards makes the whole sortable pattern fail. 2 solutions: - revert to only have 1 div per swimlane. But this introduces the firefox bug mentioned in 7cc185ac, so not ideal - force the sortable pattern to do what we want. To force the sortable pattern, we need: - add in the helper a clone of the list of cards (to not just move the header) - make sure the placeholder never get placed between the header and the list of cards in a swimlane - fix the finding of the next and previous list of cards. For all of this to be successful, we need to resize the swimlanes to a known value. This can lead to some visual jumps with scrolling when you drag or drop the swimlanea. I tried to remedy that by computing the new scroll value. Still not ideal however, as there are still some jumps when dropping. Fixes #2159
* - Fix: Bug: Not logged in public board page has calendar.Lauri Ojansivu2019-01-311-1/+6
| | | | | | Thanks to xet7 ! Closes #2061
* Make sure Swimlanes and Lists have a populated sort fieldBenjamin Tissoires2019-01-251-0/+31
| | | | | | | | | When moving around the swimlanes or the lists, if one element has a sort with a null value, the computation of the new sort value is aborted, meaning that there are glitches in the UI. This happens on the first swimlane created with the new board, or when a swimlane or a list gets added through the API.
* - Fix Card URL https://github.com/wekan/wekan/pull/1932/filesLauri Ojansivu2018-10-031-0/+7
| | | | Thanks to schulz !
* Hotfix more sortable elementsHaocen Xu2018-07-061-3/+1
|
* Hotfix for mobile deviceHaocen Xu2018-07-061-1/+6
|
* Changing events in calendar updates the cardNicu Tofan2018-06-281-1/+31
|
* Reactive change when a date is modified.Nicu Tofan2018-06-271-2/+21
|
* Can show card on event clickNicu Tofan2018-06-271-0/+24
|
* Can show card on top of calendarNicu Tofan2018-06-271-57/+6
|
* Show cards in calendarNicu Tofan2018-06-261-0/+56
|
* Introducing third board view: calendar.Nicu Tofan2018-06-261-0/+6
| | | | A dependency to rzymek:fullcalendar has also been added.
* hotfix public boardIgnatz2018-06-141-0/+2
|
* Fix #1567Andrés Manelli2018-04-161-6/+4
|
* Fix scroll board when opening cardDetailsAndrés Manelli2018-03-171-2/+2
|
* Fix drag and drop issues when re-enter boardAndrés Manelli2018-03-161-21/+82
|
* Fix order lists in lists viewAndrés Manelli2018-02-281-0/+3
|
* Allow toogle of lists and swimlanes viewsAndrés Manelli2018-01-221-0/+12
|
* First swimlane draft, no functionalityAndrés Manelli2018-01-191-146/+0
|
* Fix Drag Board To Scrollnztqa2017-06-061-1/+1
|
* cant see add list if comment onlyRyan Helsing2017-03-181-0/+6
|
* Fix undefined variables errorsMaxime Quandalle2016-07-211-2/+5
|
* 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.
* Fix drag and drop on SandstormMaxime Quandalle2015-12-301-6/+8
| | | | | | | | | | | | | | This bug was introduced with the introduction of fast-render in 41b23f8. With fast-render data is available instantly after the page logging, but calls to `Meteor.userId()` still return `null` as the user isn't authenticated on the DDP channel yet (previously the data was loaded on DDP after user authentication). Which mean that we know need to reactively activate Drag and Drop on user log in. I'm not sure why I was not able to reproduce this bug outside of Sandstorm. Fixes #453
* add: support compact mode for mobile web, auto adapt to small screen/windowLiming Xie2015-12-171-0/+4
|
* bugfix: template. does not accept dom elements, but jquery canfloatinghotpot2015-11-271-3/+3
|
* Fix an exception introduced in 41b23f8Maxime Quandalle2015-11-011-1/+2
|
* Fix some bugs introduced in aa974aaMaxime Quandalle2015-10-291-2/+4
| | | | | Yes Wekan need some tests. Yes I need to stop refactoring my code when I’m halp-sleeping in my bed at 4am.
* Update packages and update Meteor to 1.2.1Maxime Quandalle2015-10-291-2/+2
| | | | Blaze-components had yet another methods rename.
* Upgrade Meteor to 1.2.1-rc4Maxime Quandalle2015-10-231-3/+3
| | | | | | This version includes a more complete selection of ES2015 polyfills that I started used across the code base, for instance by replacing `$.trim(str)` by `str.trim()`.
* Upgrade peerlibrary:blaze-components to v0.14Maxime Quandalle2015-10-211-2/+2
| | | | | This change includes method renames and others UI related packages updates.