seve12
106009316f
more fixes
2025-09-10 17:17:51 +03:00
seve12
cb10ad3a20
Fixed 9.2.4.6, 9.1.3.5 and 11.7
2025-09-10 13:04:37 +03:00
Lauri Ojansivu
1a1a44616f
Revert accessibility changes temporarily.
...
Thanks to xet7 !
Related https://github.com/wekan/wekan/pull/5857
2025-08-09 14:23:40 +03:00
seve12
9f0c37352e
Enhance accessibility for modal dialogs and improve DOM structure
2025-08-07 23:59:34 +03:00
seve12
6a713d9e8d
Refactor header and layout templates for improved accessibility and consistency
2025-08-06 19:18:01 +03:00
Nadav Tasher
3e01231874
Allow vertical scrollbars to be disabled (user preferences, visible by default)
2024-12-30 23:22:54 +02:00
Nadav Tasher
96e11cb727
Display new swimlane creation button when no swimlanes exist
2024-12-30 01:25:25 +02:00
Nadav Tasher
30a2e8b990
Fix dragscroll getting stuck on view changes
2024-12-11 23:04:10 +02:00
Martin Filser
c925a27870
Fixing opening cards and slow performance of closing cards
...
Fixes : #5533
Fixes : #5548
Revert "Switch from kadira:flow-router to ostrio:flow-router-extra"
This reverts commit 718c1a393d .
2024-10-22 21:45:36 +02:00
Denis Perov
718c1a393d
Switch from kadira:flow-router to ostrio:flow-router-extra
2024-09-23 19:25:55 +03:00
Lauri Ojansivu
45674806d7
Fix dragscroll package name.
...
Thanks to xet7 !
2024-08-03 21:35:04 +03:00
Martin Filser
c76959ff25
Dragscroll possible, scroll the screen with the mouse at desktop view
...
- click on a empty list area and drag the view left/right to scroll
2024-08-03 19:45:45 +02:00
DimDz
0be4eff3f4
Update boardBody.js
...
Fix for create card.
2023-08-25 12:42:28 +03:00
DimDz
be8374d100
Update boardBody.js
2023-07-20 14:30:42 +03:00
Martin Filser
f483b162ce
Speed up board loading, skip loading the full sidebar
...
- only load the sidebar when viewing
2023-07-18 21:25:29 +02:00
Martin Filser
9125ab440d
Move every Swimlanes.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory client/)
2023-07-18 21:25:28 +02:00
Martin Filser
4a8dcde8ee
Move every Lists.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory client/)
2023-07-18 21:25:28 +02:00
Martin Filser
5e3a9dc059
Move every Meteor.user() to the ReactiveCache
2023-07-18 21:25:28 +02:00
Martin Filser
3b65113d05
Move every Cards.findOne() to the ReactiveCache
2023-07-18 21:25:28 +02:00
Martin Filser
9022e9949f
Move every Boards.findOne(Session.get('currentBoard')) to the ReactiveCache
2023-07-18 21:25:28 +02:00
Martin Filser
583f114c68
Utils of canModifyCard and canModifyBoard + move this general functions to Utils class
2023-06-28 22:21:36 +02:00
DimDz
b0a2c590fe
Made X close button
2023-05-29 16:38:08 +03:00
Lauri Ojansivu
dad5d2a905
Fix typo.
...
Thanks to xet7 !
Related #2687 ,
related https://github.com/wekan/wekan/pull/4923
2023-05-12 17:07:45 +03:00
DimDz
c082a48e67
bugfix for calendar month view
2023-05-12 09:40:05 +03:00
DimDz
4a5d05a19f
Fix typo
2023-05-11 13:15:38 +03:00
DimDz
0bd8b298d7
Create Card from Calendar View
2023-05-11 12:48:11 +03:00
Lauri Ojansivu
6b4613d3ed
Fix 2) Due date is not created nor changed, when cards are moved in the calendar view.
...
Thanks to DimDz !
Related #2917
2022-09-05 13:35:14 +03:00
Repmovs
d7bb0b4cc0
Set drag handle on touch screen not miniscreen
2022-08-12 17:21:45 +00:00
Denis Perov
4277d89514
Fix various bugs
2022-04-18 18:09:46 +03:00
Jan Küster
60af7766bf
Switch tap:i18n to custom TAPi18n implementation
2022-04-18 18:02:14 +03:00
Martin Filser
7ced602be4
More robust logic if isMiniScreen or isShowDesktopDragHandles
2021-10-20 22:28:49 +02:00
Martin Filser
a72f1ae8de
Card Details Popup close, list moved to top -> fixed
2021-10-20 18:41:33 +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
d06ac09485
Added week numbers to dates at card, minicard, Custom Field dates, DatePicker and Calendar.
...
Thanks to xet7 !
2021-10-04 15:34:32 +03:00
Emile NDAGIJIMANA
6d9d69e01d
Fix bugs #3978 and #3979
2021-08-30 15:49:37 +02:00
Majed6
43482d9e48
Fixed Bug: Calendar & parent cards URLs used absolute URLs
2021-03-13 15:08:28 +03: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
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
Lauri Ojansivu
f73ea218ee
Add Calendar Month Event List view.
...
Thanks to xet7 !
2020-05-30 17:12:09 +03:00
Lauri Ojansivu
f9018fc3a8
Sorry marc1006, I had to revert deepcode.ai arrow function fixes because
...
Python API docs generator does not work all when code has arrow functions.
Thanks to xet7 !
2020-05-25 21:33:38 +03:00
Marc Hartmayer
fc9f0d8392
Sort callback should return 0 if values are equal
...
Fixes:
"The callback [:381] provided to sort [:381] should return 0 if the compared values are equal."
2020-05-24 13:19:24 +02:00
Marc Hartmayer
b2fee6a6c1
Use an arrow function inside forEach() instead of an anonymous function
...
Suggested by deepcode.ai.
2020-05-24 12:44:14 +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
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
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
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