Lilou
|
223c38c50d
|
Set sortable methods of lists only once
|
2025-12-29 02:45:48 +01:00 |
|
Lilou
|
c1981dee9b
|
Merge list component methods with same name
Probably results in inconsistant behavior (which one overwrites the other?)
|
2025-12-29 01:48:33 +01:00 |
|
Lauri Ojansivu
|
a039bb1066
|
Per-User and Board-level data save fixes. Part 3.
Docker / build (push) Waiting to run
Docker Image CI / build (push) Waiting to run
Release Charts / release (push) Waiting to run
Test suite / Meteor tests (push) Waiting to run
Test suite / Coverage report (push) Blocked by required conditions
Thanks to xet7 !
|
2025-12-23 09:03:41 +02:00 |
|
Lauri Ojansivu
|
58f4884ad6
|
Collapse Swimlane, List, Opened Card. Opened Card window X and Y position can be moved freely from drag handle. Fix some dragging not possible. Fix iPhone Safari.
Thanks to xet7 !
Fixes #6040,
fixes #6027,
fixes #6021,
fixes #6002
|
2025-12-23 06:47:02 +02:00 |
|
Lauri Ojansivu
|
034dc08269
|
Disabled migrations that happen when opening board. Defaulting to per-swimlane lists and drag drop list to same or different swimlane.
Thanks to xet7 !
|
2025-10-25 19:17:09 +03:00 |
|
Lauri Ojansivu
|
0cebd8aa4d
|
Fix drag lists did not work. Part 2.
Thanks to xet7 !
|
2025-10-23 04:35:33 +03:00 |
|
Lauri Ojansivu
|
8662c96d1c
|
Fix drag lists did not work.
Thanks to xet7 !
|
2025-10-23 04:33:34 +03:00 |
|
Lauri Ojansivu
|
3514335247
|
At Public Board, drag resize list width and swimlane height. For logged in users, fix adding labels.
Thanks to xet7 !
Fixes #5922
|
2025-10-19 23:15:55 +03:00 |
|
Lauri Ojansivu
|
55bec31a3f
|
Fix drag drop lists. Part 2.
Docker / build (push) Waiting to run
Docker Image CI / build (push) Waiting to run
Release Charts / release (push) Waiting to run
Test suite / Meteor tests (push) Waiting to run
Test suite / Coverage report (push) Blocked by required conditions
Thanks to xet7 !
Fixes #5951
|
2025-10-19 22:22:21 +03:00 |
|
Lauri Ojansivu
|
324f3f7794
|
Fix drag drop lists. Part 1.
Thanks to xet7 !
Related #5951
|
2025-10-19 21:38:55 +03:00 |
|
Lauri Ojansivu
|
09631d6b0c
|
Resize height of swimlane by dragging. Font Awesome to Unicode icons.
Thanks to xet7 !
|
2025-10-17 05:58:53 +03:00 |
|
Lauri Ojansivu
|
6b848b318d
|
Make sure that all cards are visible.
Thanks to xet7 !
Related #5915
|
2025-10-15 07:15:46 +03:00 |
|
Lauri Ojansivu
|
3ccdc2e307
|
Made possible to start WeKan immediately without running any database migrations.
Thanks to xet7 !
|
2025-10-11 10:15:08 +03:00 |
|
Lauri Ojansivu
|
734165f3c7
|
Fix sizes of drag handles at desktop mode.
Thanks to xet7 !
|
2025-10-11 01:44:38 +03:00 |
|
Lauri Ojansivu
|
719ef87efc
|
Make possible for lists to have different names at different swimlanes. Make possible to drag list from one swimlane to another swimlane.
Thanks to xet7 !
|
2025-10-10 21:14:44 +03:00 |
|
Lauri Ojansivu
|
7d1a1475ba
|
Add missing code of fix insertion order of list.
Thanks to xet7 !
Fixes https://github.com/wekan/wekan/pull/5767,
fixes #5732
|
2025-05-13 18:54:14 +03:00 |
|
valhalla-creator
|
a927685bc6
|
Update swimlanes.js
|
2025-05-12 22:33:42 +01:00 |
|
Martin Filser
|
bff96f6ae2
|
change Meteor.user() to ReactiveCache.getCurrentUser()
- see also: https://github.com/wekan/wekan/issues/5000
|
2024-08-06 22:33:03 +02:00 |
|
mark
|
406766a82b
|
make default swimlane auto-height
|
2023-08-03 22:03:30 -05:00 |
|
Lauri Ojansivu
|
a2f479f4bd
|
Merge branch 'master' of https://github.com/mark-i-m/wekan into mark-i-m-master
|
2023-07-30 01:41:45 +03:00 |
|
Martin Filser
|
7673c77c57
|
Move every Cards.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory client/)
|
2023-07-18 21:25:28 +02:00 |
|
Martin Filser
|
10a9306abd
|
Move every Boards.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory client/)
|
2023-07-18 21:25:28 +02:00 |
|
Martin Filser
|
9e557f6887
|
Move every Lists.findOne(idOrFirstObjectSelector, options) to the ReactiveCache
|
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
|
bf48d4371c
|
Move every Swimlanes.findOne() to the ReactiveCache
|
2023-07-18 21:25:28 +02:00 |
|
Martin Filser
|
0926943670
|
Move every Lists.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 |
|
mark
|
26d2efdedb
|
make swimlane height adjustable
|
2023-06-13 13:43:09 -05:00 |
|
helioguardabaxo
|
bd747cea24
|
Added conditional to show after list field only if board has at least one list. Now after list shows the last list by default.
|
2023-06-01 08:50:04 -03:00 |
|
helioguardabaxo
|
986bc27001
|
Added list position when create a new list on board
|
2023-05-31 09:12:35 -03:00 |
|
Repmovs
|
d7bb0b4cc0
|
Set drag handle on touch screen not miniscreen
|
2022-08-12 17:21:45 +00:00 |
|
Lauri Ojansivu
|
063ad08e9e
|
Fix In Lists view, Card Details pop-up does not appear in 6.31 release.
Thanks to Sdub76, niels, m4teh, r4nc0r, mfilser, medjedovicm and xet7 !
Fixes #4616
|
2022-08-04 00:26:42 +03:00 |
|
Lauri Ojansivu
|
d37adbb046
|
Fix Login Page Error, Lists can't move anymore, reverted incomplete Change Lists Width.
Thanks to johnnytolengo, gda140 and xet7 !
Fixes #4592,
related #4558
|
2022-07-30 10:29:19 -04:00 |
|
Emile840
|
404fbacc41
|
Fix the bug that displayed a card popup to all swimlanes for public board (when a user is not logged)
|
2022-07-28 19:15:15 +02:00 |
|
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 |
|
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
|
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 |
|
John R. Supplee
|
4940af0573
|
Add copy swimlane functionality
|
2021-04-22 14:16:35 +02:00 |
|