Martin Filser
6eb1495c3b
_getTopStack(), comment type error
2022-08-05 20:53:12 +02:00
Daniel Kaiser
339e044a30
Fix and update easysearch
2022-08-05 13:06:02 +02:00
Martin Filser
2e5ec0308f
Adjust all other moment imports to moment-with-locales
2022-04-27 17:24:42 +02:00
Martin Filser
d1714abc6a
Card Details dates in user language format
2022-04-27 17:24:42 +02:00
Denis Perov
8f43b74bbc
Fix language auto-detection
2022-04-21 19:41:56 +03:00
Lauri Ojansivu
0c3ca14699
Merge branch 'upgrade-meteor-2.6' of https://github.com/majus/wekan into upgrade-meteor
2022-04-18 21:25:47 +03:00
David Arnold
5e131f4c76
fixup! Ref: original & and use fileObj.meta
2022-04-18 18:17:01 +03:00
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.
2022-04-18 18:16:23 +03:00
David Arnold
ccbc53cb9b
Ref: Attachment upload handlers
2022-04-18 18:16:23 +03:00
Jan Küster
60af7766bf
Switch tap:i18n to custom TAPi18n implementation
2022-04-18 18:02:14 +03:00
helioguardabaxo
147a3d99cb
Added Table View to My Cards
2022-04-17 22:23:29 -03:00
Lauri Ojansivu
b378bb55ac
Merge remote-tracking branch 'remotes/origin/master' into feature-meteor-files
2022-03-01 21:09:55 +02:00
viehlieb
4d31985eb9
enable add/remove labels for multiselect via shortcut
2022-02-23 14:58:13 +01:00
viehlieb
7d73f2bbba
bring back functionality for selectedCard which is currentCard and assigned functionality to numpad for label shortcuts
2022-02-23 12:49:08 +01:00
David Arnold
e2f7b94cde
fixup! Ref: original & and use fileObj.meta
2022-02-06 13:19:58 +03:00
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.
2022-02-06 13:19:58 +03:00
David Arnold
55acce9f0c
Ref: Attachment upload handlers
2022-02-06 13:19:57 +03:00
John Supplee
94525a4d3d
Add new debug operator to search and fix some bugs
2021-12-20 10:26:00 +02:00
Martin Filser
7444c11c82
Moved "copied!" code to Utils
...
- same implementation in all files, so it's better to have one function
for it
2021-11-25 23:16:09 +01:00
Martin Filser
4bfa727e9e
Show a "copied!" tooltip after successfull URL copy
2021-11-25 23:16:09 +01:00
Martin Filser
0227b38845
Copy card url works now again
...
Fixes : #4155
2021-11-25 23:13:29 +01:00
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
2021-11-25 22:42:06 +01:00
Martin Filser
292e43466e
Card drag/drop scrolls now the list at top/bottom
2021-11-25 22:42:06 +01:00
Lauri Ojansivu
1975673152
Merge pull request #4153 from marook/multi-selection-panel-opening
...
improve multi selection sidebar opening and closing
2021-11-16 18:05:52 +02:00
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.
2021-11-16 08:19:21 +01:00
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
2021-11-15 11:58:08 +01:00
Martin Filser
f4a3363f6f
replace Session key popupCard with popupCardId (better meaning of what the variable contains)
2021-11-12 17:45:52 +01:00
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
2021-11-12 17:45:52 +01:00
Lauri Ojansivu
ea01c5c1b9
Disable console.log
2021-11-11 19:12:25 +02: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
fecb9cdb66
Popup#afterConfirm popup broke features like "Archiv Cards", "Upload Attachements" and so on -> fixed
2021-10-28 12:40:18 +02:00
Martin Filser
0025212b3e
Minicard, label popup only opened if a label is clicked
2021-10-25 22:39:23 +02:00
Ben0it-T
8550213146
Fix : Filter List by Card Title - see #4066 comments
2021-10-25 20:05:07 +02:00
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
2021-10-25 12:53:04 +02:00
Martin Filser
95719cbd24
Boards weren't loaded because of missing filter
2021-10-25 12:32:48 +02:00
Ben0it-T
5b5b8fe427
Fix : Filter List by Card Title #3594
2021-10-23 13:16:33 +02:00
Martin Filser
ea7136816d
Card Details Popup, edit dates now closes not the Popup
2021-10-20 18:41:33 +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
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
2021-10-20 18:41:33 +02:00
Martin Filser
8c3ce4bb73
Card Details Popup possible on desktop view
...
- until now a new form in the popup closed the popup itself
2021-10-20 18:41:33 +02:00
Martin Filser
fb66b84b58
Card Details, description edit is now saved at popup
2021-10-20 18:41:33 +02:00
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
2021-10-20 18:41:30 +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
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
Lauri Ojansivu
7f648720af
Try to fix tests. Part 2.
...
Thanks to xet7 !
2021-06-24 23:08:14 +03:00
Jan Küster
48dbeb1e14
initial tests added
2021-06-23 12:12:29 +02:00
Jan Küster
20452d7296
initial tests added
2021-06-23 12:08:14 +02:00
Lauri Ojansivu
488b765f95
Added remaining WAIT_SPINNER settings.
...
Thanks to xet7 !
Related https://github.com/wekan/wekan/pull/3858
2021-06-11 15:17:43 +03:00
Martin Filser
0caff7d5d5
Spinner Cube-Grid now available
...
Spinner from: https://tobiasahlin.com/spinkit/
2021-06-11 13:34:33 +02:00