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
Martin Filser
ba41533128
Default Spinner can be configured through environment variables
2021-06-11 13:34:33 +02:00
Martin Filser
1d66058240
Spinner class in own .js library file
2021-06-11 13:34:33 +02:00
Lauri Ojansivu
c2da477735
Fixed Non-ASCII attachment filename will crash when downloading.
...
Thanks to xet7 !
Fixes #2759
2021-04-29 13:26:49 +03:00
Mike Crute
e7186b47b0
Support filtering by due date
2021-04-19 07:44:09 -07:00
Martin Filser
5e7efa0098
Bugfix, date format not changed to local format
...
- Fixes #3718
- intoduced by commit 4aee129cdc
2021-04-16 17:04:36 +02:00
Lauri Ojansivu
e709094533
Merge pull request #3708 from jrsupplee/issue-3698
...
Bug fix for issue #3698
2021-04-14 00:35:43 +03:00
John R. Supplee
07a3301414
Bug fix for issue #3698
...
* Rewrite routine for building the My Cards hierarchical list
* Use a separate publication for retrieving My Cards
* Fix bug with limit and skip projectsion
2021-04-12 17:34:02 +02:00
John R. Supplee
4aee129cdc
Remove redundant and unused code
2021-04-06 18:00:03 +02:00
John R. Supplee
0e593c7d81
Add admin reports to admin panel
...
* Broken cards
* Attachments
* Orphaned Attachments
2021-04-06 12:24:08 +02:00
John R. Supplee
302ba75729
* Fix bug with multiple label predicates
...
* Add new constants
2021-04-03 01:19:02 +02:00
Lauri Ojansivu
454d3b5bbe
Fix Link dialog closes card when clicking in dialog.
...
Thanks to ryanMushy !
Fixes #3455
2021-04-01 01:34:23 +03:00
John R. Supplee
392b701956
Fix bug in My Cards and Global Search
2021-03-31 13:05:39 +02:00
John R. Supplee
07aa20a3cd
Fix for Due Cards and some cleanup
2021-03-11 02:05:46 +02:00
John R. Supplee
4ed5c3e4b8
Create array of cards from card search result card ids instead of re-running
...
the search on the client side.
2021-03-07 02:12:58 +02:00
John R. Supplee
9061180983
Code cleanup
2021-03-07 02:12:31 +02:00
John Supplee
58020863a8
Handle subscriptions better
...
* use onReady and onStop callbacks when subscribing
* show an server error message when the server returns an error
* call stop() on subscriptions
2021-03-05 21:20:55 +02:00
John R. Supplee
e0b544fc7e
Add new Blaze search component
2021-03-01 20:18:44 +02:00
Lauri Ojansivu
1bc07b1b4a
Teams/Organizations: Added more code to Admin Panel for saving and editing. In Progress.
...
Thanks to xet7 !
Related #802
2021-02-11 19:07:34 +02:00
lindhork
29c22efed0
Error message corrected
2021-02-11 03:55:16 +01:00
lindhork
650519683c
Added compatibility for single digit hours in 24 hours format
2021-02-11 03:54:12 +01:00
Lauri Ojansivu
f40c9804f8
Disable some console.log code, that is only needed while developing.
...
Thanks to xet7 !
2021-02-02 18:31:13 +02:00
John R. Supplee
e4f50d4713
Hopeful fix for i18n not working in onRendered()
...
* Remove the i18n initialization code from an `autorun()` block
* Add some console statements to help with debugging production.
* Add functions to `Boards` for label colors and color mapping
2021-02-02 17:56:18 +02:00
John R. Supplee
6920c39752
Don't reload page when returning default sort
2021-01-29 21:09:28 +02:00
John R. Supplee
55b121e0d3
Development and fixes to My Cards and Due Cards
2021-01-09 18:36:27 +02:00
John R. Supplee
1abdd5177d
Initial work on due cards page
2021-01-07 22:36:10 +02:00