Lauri Ojansivu
73a25775e1
Fix Swimlane Default title from "key default returned an object instead of string" to translated title of "Default".
...
Thanks to titho85, hpvb and xet7 !
Fixes #4763 ,
fixes #4742
2 years ago
mark
7536c7b532
allow -1 as 'auto'
2 years ago
mark
406766a82b
make default swimlane auto-height
2 years ago
Martin Filser
5e3a9dc059
Move every Meteor.user() to the ReactiveCache
2 years ago
Martin Filser
9022e9949f
Move every Boards.findOne(Session.get('currentBoard')) to the ReactiveCache
2 years ago
mark
26d2efdedb
make swimlane height adjustable
2 years ago
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
4 years ago
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"
4 years ago
John R. Supplee
4940af0573
Add copy swimlane functionality
4 years ago
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
4 years ago
John R. Supplee
aad300613d
Add UI code and make some fixes to list move code
...
Still need to add new lists to all swimlanes
4 years ago
Lauri Ojansivu
7f3c4acf62
Add some permission code, to see does it fix something.
...
Thanks to xet7 !
Related #3377
4 years ago
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 !
5 years ago
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
5 years ago
Lauri Ojansivu
8898862d36
Fix lint errors.
6 years ago
Lauri Ojansivu
351d4767d7
When logged in, use database for setting, so that changes are
...
immediate. Only on public board use cookies.
Comment out Collapse CSS that is not in use.
Thanks to xet7 !
6 years ago
Lauri Ojansivu
96abe3c691
New feature: Now there is popup selection of Lists/Swimlanes/Calendar/Roles.
...
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 !
6 years ago
Lauri Ojansivu
7d6d3af54a
Add Features: allowing lists to be sorted by modifiedAt when not in 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
6 years ago
Lauri Ojansivu
f3b858ca21
Revert drag handle changes.
6 years ago
Lauri Ojansivu
03d7fc02ec
Drag handles. In Progress.
6 years ago
Justin Reynolds
3eb4d2c341
Prettier & eslint project style update
6 years ago
Andrés Manelli
60be4df76e
Allow swimlane creation from template
...
Mix lists with same name to avoid duplicates
6 years ago
Andrés Manelli
cdf070189e
Remove links from templates board for the moment
...
Insert the correct template type in templates board
Allow independant lists in templates board
Add some helpers
6 years ago
Benjamin Tissoires
03efeaeb1a
Add colors to swimlanes
...
fixes #1688
6 years ago
Benjamin Tissoires
c075187088
swimlane: insert the new swimlane after the one we clicked on
6 years ago
Benjamin Tissoires
416b17062e
Remove the 'Add Swimlane' entry and replace it by a plus sign
...
Still need to create the swimlane right after the one that has been
created
6 years ago
Andrés Manelli
5953fb8a44
Add popup menu and archive action
7 years ago
Andrés Manelli
3414cb84ad
Add ability to edit swimlane name
7 years ago