Martin Filser
610bd66122
Checklist copy/move dialog was sometimes empty
...
- a Exception was thrown the return value was an object because #each only accepts arrays and cursors
See also:
https://github.com/wekan/wekan/issues/4655#issuecomment-1250106151
3 years ago
Martin Filser
18d88035fb
CustomFieldStringTemplate regular expressions, .{1,10} also possible
3 years ago
Martin Filser
53bfa967c6
CustomFieldStringTemplate regular expressions now on minicard too
3 years ago
Repmovs
03a75c9c05
set miniscreen to 250px
3 years ago
Martin Filser
c437c0d3f1
get all cards sometimes failed because the list was undefined
3 years ago
Martin Filser
97109df673
copy/move checklist uses now the same code as copy/move card
3 years ago
Martin Filser
d4338dd5cc
Moving DialogWithBoardSwimlaneList class to it's own file
3 years ago
Repmovs
d7bb0b4cc0
Set drag handle on touch screen not miniscreen
3 years ago
Martin Filser
6eb1495c3b
_getTopStack(), comment type error
3 years ago
Daniel Kaiser
339e044a30
Fix and update easysearch
3 years ago
Martin Filser
2e5ec0308f
Adjust all other moment imports to moment-with-locales
3 years ago
Martin Filser
d1714abc6a
Card Details dates in user language format
3 years ago
Denis Perov
8f43b74bbc
Fix language auto-detection
3 years ago
David Arnold
5e131f4c76
fixup! Ref: original & and use fileObj.meta
3 years ago
David Arnold
97356603aa
Ref: original & and use fileObj.meta
...
fileObj.meta is part of the ostrio:files API and be passed to the
constructor. This is less hacky than trying tu update a persistet object
after the fact.
3 years ago
David Arnold
ccbc53cb9b
Ref: Attachment upload handlers
3 years ago
Jan Küster
60af7766bf
Switch tap:i18n to custom TAPi18n implementation
3 years ago
helioguardabaxo
147a3d99cb
Added Table View to My Cards
3 years ago
viehlieb
4d31985eb9
enable add/remove labels for multiselect via shortcut
3 years ago
viehlieb
7d73f2bbba
bring back functionality for selectedCard which is currentCard and assigned functionality to numpad for label shortcuts
3 years ago
David Arnold
e2f7b94cde
fixup! Ref: original & and use fileObj.meta
3 years ago
David Arnold
e702f17c7b
Ref: original & and use fileObj.meta
...
fileObj.meta is part of the ostrio:files API and be passed to the
constructor. This is less hacky than trying tu update a persistet object
after the fact.
3 years ago
David Arnold
55acce9f0c
Ref: Attachment upload handlers
3 years ago
John Supplee
94525a4d3d
Add new debug operator to search and fix some bugs
3 years ago
Martin Filser
7444c11c82
Moved "copied!" code to Utils
...
- same implementation in all files, so it's better to have one function
for it
4 years ago
Martin Filser
4bfa727e9e
Show a "copied!" tooltip after successfull URL copy
4 years ago
Martin Filser
0227b38845
Copy card url works now again
...
Fixes : #4155
4 years ago
Martin Filser
c9071a74bc
jquery-ui works now with touch devices
...
- the "old" implementation at wekan source code didn't work anymore with
jquery-ui@1.13.0, so it's necessary to use another package to get it
work again
4 years ago
Martin Filser
292e43466e
Card drag/drop scrolls now the list at top/bottom
4 years ago
Markus Peröbner
1d523c1ede
improve multi selection sidebar opening and closing
...
this patch changes the open/close behavior of the sidebar when
activating and deactiviting the multi selection.
in the past activating the multi selection on a mini screen will hide
the cards and show the multi selection sidebar on the whole screen. a
user would need to hide the sidebar in order to select multiple
cards. this patch changes this behavior. the sidebar will no longer be
opened if the user is on a mini screen while activating the multi
selection.
in the past deactivating the multi selection would show the default
sidebar instead of the multi selection sidebar. after this patch the
default sidebar will only be shown if the sidebar was visible before
activating the multi selection.
4 years ago
Martin Filser
a4ac34d8aa
Fixed trim whitespace at multiline editor fields
...
- before whitespaces were only trimmed if 2 or more whitespaces were at
the end of the line
- now every whitespace is trimmed at the end of each line
4 years ago
Martin Filser
f4a3363f6f
replace Session key popupCard with popupCardId (better meaning of what the variable contains)
4 years ago
Martin Filser
4733afe4eb
Global Search Card Popup has now every data if the search was opened from another board
...
- the global search only returns the card details data needed to display
the search results, but for opening the popup card details a lot more
information is needed. It already worked if the data was already in the
minimongo, but if not, nearly nothing was displayed
4 years ago
Lauri Ojansivu
ea01c5c1b9
Disable console.log
4 years ago
Ben0it-T
6c83cb5b44
Try to fix : Filter List by Title - prevent showing only the list title - Hiding empty lists in Swimlane view
4 years ago
Martin Filser
fecb9cdb66
Popup#afterConfirm popup broke features like "Archiv Cards", "Upload Attachements" and so on -> fixed
4 years ago
Martin Filser
0025212b3e
Minicard, label popup only opened if a label is clicked
4 years ago
Ben0it-T
8550213146
Fix : Filter List by Card Title - see #4066 comments
4 years ago
Martin Filser
a59dfa8fc0
Card Details Popup, every "Sub-Popup" must use .back() instead of .close()
...
- .close() closes the popup. Until now it was ok, but as the Card
Details are opened in a popup too, .back() must be used to get the
same behaviour back
- .back() is also .close() if there is no "popup layer" left
4 years ago
Martin Filser
95719cbd24
Boards weren't loaded because of missing filter
4 years ago
Ben0it-T
5b5b8fe427
Fix : Filter List by Card Title #3594
4 years ago
Martin Filser
ea7136816d
Card Details Popup, edit dates now closes not the Popup
4 years ago
Martin Filser
a72f1ae8de
Card Details Popup close, list moved to top -> fixed
4 years ago
Martin Filser
fdf40f4584
Use Utils#getCurrentCard() everywhere in the code
4 years ago
Martin Filser
4994f23134
textarea, remove every whitespace at line end
...
- whitespaces aren't needed at the end of the line, that's why
String.trim() is already implemented at input fields
4 years ago
Martin Filser
8c3ce4bb73
Card Details Popup possible on desktop view
...
- until now a new form in the popup closed the popup itself
4 years ago
Martin Filser
fb66b84b58
Card Details, description edit is now saved at popup
4 years ago
Martin Filser
5f58ede7e3
Card Details Popup, edit of Checklist, Checklistitems and Description now works
...
- problem is that if a inlined-form is opened within a popup, the popup
is closed first
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
Lauri Ojansivu
d06ac09485
Added week numbers to dates at card, minicard, Custom Field dates, DatePicker and Calendar.
...
Thanks to xet7 !
4 years ago