Lauri Ojansivu
01d0dd3b1d
Resizeable size of list width and height. Size is not saved yet. In Progress.
...
Thanks to NLBlackEagle and xet7 !
Related #4558
2022-06-19 09:28:50 +03:00
Lauri Ojansivu
072778b9aa
Converted Stylus to CSS. Removed Stylus. This change removed many error messages.
...
Thanks to xet7 !
2022-05-17 12:36:10 +03:00
Martin Filser
32af18b33d
Lists now moveable when swimlane requires scrolling
...
Fixes : #4322
2022-02-03 17:29:20 +01:00
Martin Filser
a48e537b2d
List sorting show's now the drag/drop placeholder
2022-02-03 17:29:20 +01:00
Martin Filser
424bc0e7c5
Swimlanes scrolls right/left while sorting the list column at the screen end
2022-02-03 17:29:20 +01:00
Ben0it-T
9eb6a1d6af
Fix : Clicking to view Lists or Swimlanes Archive adds temporarily many empty Lists to board
2021-12-08 06:53:22 +01:00
Martin Filser
bfb3837ee4
Fix: On mobile infinite scrolling didn't work anymore
...
- listBody.js:755 doesn't trigger an event when scrolling
2021-11-25 23:42:07 +01:00
Martin Filser
2b7c5cfcb1
List adding has now a cancel button
2021-11-25 23:04:33 +01:00
Martin Filser
0fb6b6e519
List add always at the end of all lists
...
- if a sort number is higher than the count of lists, the list wasn't
added at the end
2021-11-15 18:56:12 +01:00
Martin Filser
fa9641ba7b
Fix adding list at mobile view, every list had a sort number 1
...
- html class list doesn't exist at mobile view. class js-list exists on
mobile and desktop view
2021-11-15 18:56:12 +01:00
Ben0it-T
6c83cb5b44
Try to fix : Filter List by Title - prevent showing only the list title - Hiding empty lists in Swimlane view
2021-10-30 00:58:57 +02:00
Martin Filser
b9250e4be4
Use Popup.back() instead of Popup.close() to get no conflicts if a Popup is opened as "Sub Popup"
...
- .back() is also .close() if there is no "popup layer" left
2021-10-25 12:53:04 +02:00
Martin Filser
7ced602be4
More robust logic if isMiniScreen or isShowDesktopDragHandles
2021-10-20 22:28:49 +02:00
Martin Filser
b59e4d8fc7
Swimlade, List drag/drop now works again
...
happened at commit:
b9178cfcb6 isMiniScreen and showDesktopDragHandles centralized in class Utils
2021-10-20 22:28:49 +02:00
Martin Filser
fdf40f4584
Use Utils#getCurrentCard() everywhere in the code
2021-10-20 18:41:33 +02:00
Martin Filser
b9178cfcb6
isMiniScreen and showDesktopDragHandles centralized in class Utils
...
- a lot of same code everywhere in many files, this is against the
concept "don't repeat yourself"
2021-10-20 18:40:41 +02:00
Martin Filser
1b06997001
Public boards loaded incompletly
...
seen at: #4024
Console:
Meteor.user().isBoardAdmin() is undefined
2021-10-13 13:44:17 +02:00
Lauri Ojansivu
7f17bc9fb0
Shared Templates. In Progress.
...
Part 3:
- Template container titles "Card/List/Board Templates" automatically
translated.
Thanks to xet7 !
Related #3313
2021-06-16 19:59:59 +03:00
Lauri Ojansivu
6ce5ab40a7
Moved many button texts etc to tooltips. Added more tooltips.
...
Thanks to xet7 !
Fixes #3848
2021-06-09 20:08:42 +03:00
John R. Supplee
4940af0573
Add copy swimlane functionality
2021-04-22 14:16:35 +02:00
Lauri Ojansivu
0b263cf582
- Fixed Bug: Move Swimlane to Archive does not work anymore.
...
- Fixed lint in router.js
Thanks to marcungeschikts and xet7 !
Fixes #3690
2021-03-31 17:52:22 +03:00
John R. Supplee
ed54c09b48
Use a method call to move the swimlane server side
2021-03-27 18:50:05 +02:00
John R. Supplee
aad300613d
Add UI code and make some fixes to list move code
...
Still need to add new lists to all swimlanes
2021-03-27 00:56:44 +02:00
Lauri Ojansivu
855151a8d1
Export to Excel XLSX. Does work, but does not export all fields yet correctly. In Progress.
...
Thanks to gameendman, alfredgu and xet7 !
Related #3173
2021-01-19 14:22:17 +02:00
John R. Supplee
0497d38c1d
Fix bug with new return value for swimlane colorClass()
2021-01-04 22:04:24 +02:00
Lauri Ojansivu
0592b0c56a
Moved Public/Archive/Templates/etc options to click right top username Member Settings menu, where My Cards also is.
...
Thanks to xet7 !
2021-01-02 16:39:58 +02:00
Martin Filser
e39e0c9a85
Swimlane + and = Icons resized for better handling at mobile view
2020-12-30 19:40:10 +01:00
Lauri Ojansivu
7f3c4acf62
Add some permission code, to see does it fix something.
...
Thanks to xet7 !
Related #3377
2020-12-17 21:27:02 +02:00
Lauri Ojansivu
4a205fcfcb
Prevent normal user deleting or modifying too much.
...
Allow normal user to export board.
Thanks to Samunosuke, pgh2357 and xet7 !
Related #3377
2020-12-15 11:52:57 +02:00
Lauri Ojansivu
7b82a80fb4
Fix typo.
2020-11-27 19:08:57 +00:00
progressify
a2d298f493
sticky swimlane again :)
2020-11-26 18:25:33 +01:00
progressify
4687a866f5
sticky swimlane
2020-11-25 22:54:17 +01:00
Lauri Ojansivu
460b1d3a66
Changed public board changing Swimlanes/Lists/Calendar view
...
and changing Hide minicard label text
from using cookies to using browser localStorage.
Thanks to xet7 !
2020-10-28 15:45:37 +02:00
Marc Hartmayer
1aa8f502ae
Fix condition whether a card is in list
...
This fixes the issues https://github.com/wekan/wekan/issues/3164 ,
https://github.com/wekan/wekan/issues/3162 , and
https://github.com/wekan/wekan/issues/3163 . While at it, remove now useless
comments.
2020-06-09 17:24:17 +02:00
Lauri Ojansivu
61e682470c
Default view Swimlanes part 2.
...
Thanks to xet7 !
2020-06-08 17:33:38 +03:00
Lauri Ojansivu
6b22f96313
Use markdown in Swimlane titles.
...
Thanks to xet7 !
2020-06-08 17:30:26 +03:00
Lauri Ojansivu
8c3322f9a9
Change default view to Swimlanes.
...
Thanks to xet7 !
2020-06-08 17:28:53 +03:00
Marc Hartmayer
5c02850bc1
Fix move selection
...
This fixes https://github.com/wekan/wekan/issues/3119 .
2020-05-25 22:48:57 +02:00
Marc Hartmayer
f1b18d79cd
Don't interpret dragging an element as a click
...
Remove `enableClickOnTouch` as this behavior is not intuitive.
2020-04-25 09:49:41 +02:00
Marc Hartmayer
6d1cdebfe2
Make it compatible with newer and older versions of jQuery sortable
...
While at it, fix comments and prettify it.
2020-04-25 09:49:10 +02:00
Marc Hartmayer
6476503137
Fix drag-and-drop and scrolling on mobile devices
...
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
2020-04-23 03:02:03 +02:00
Marc Hartmayer
981ed546f1
Newer versions of jQuery sortable use uiSortable key
...
Newer versions of jQuery sortable use `uiSortable` as key to store the data.
Let's adapt the code. While at it, refactor the code.
2020-04-23 02:55:33 +02:00
Lauri Ojansivu
bf78b093ba
Try to disable dragging Swimlanes/Lists/Cards/Checklists/Subtasks on small mobile smartphones webbrowsers, and hide drag handles on mobile web.
...
Thanks to xet7 !
2020-02-07 03:16:16 +02:00
Lauri Ojansivu
f6f7705f23
Add Worker role.
...
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
2020-01-05 21:28:14 +02:00
Lauri Ojansivu
27943796ad
Revert to Wekan v3.57 version of client and models directories,
...
removing Worker role temporarily, because Worker role changes
broke saving card.
Thanks to xet7 !
2020-01-03 16:02:31 +02:00
Lauri Ojansivu
2bf004120d
Add Worker role.
...
Add more Font Awesome icons.
Fix browser console errors when editing user profile name etc.
Thanks to xet7 !
Closes #2788
2020-01-03 06:49:35 +02:00
Lauri Ojansivu
d5a8ec1c36
Remove 1st implementation of collapse swimlanes. I will do it
...
differently in next 2nd implementation.
Thanks to xet7 !
2019-11-29 03:25:52 +02:00
Lauri Ojansivu
8898862d36
Fix lint errors.
2019-11-26 02:29:36 +02:00
Lauri Ojansivu
788dd0a81a
Fix lint errors.
2019-11-20 21:10:11 +02:00
Lauri Ojansivu
115d23f929
Use database when logged in. Continued.
...
Thanks to xet7 !
2019-11-19 21:55:43 +02:00