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
John R. Supplee
e55b50bc5a
My Cards development
...
* Popup.open() not working so simply toggle between board sort and 'due by'
* clean-up CSS classes
* code clean-up
2021-01-07 12:04:14 +02:00
John R. Supplee
1ea99a5dc8
My Cards development
...
* Add cards due view
* Add input for selecting sort (not working)
* Add methods to `Utils` to save sort to local browser storage
* CSS updates to make lists display horizontally within swimlanes
2021-01-06 20:13:36 +02:00
Lauri Ojansivu
3c406d955e
Removed cookie code that is not in use.
...
Thanks to xet7 !
2020-12-15 22:34:57 +02:00
Lauri Ojansivu
bec0b7ec56
Update ChangeLog. Fix lint.
2020-11-29 04:24:53 +02:00
helioguardabaxo
69fc2cd8f8
Add keyboard shortcut for search
2020-11-16 19:20:57 -03:00
Martin Filser
fd41e8ba45
Drag handles for checklist #3240
2020-11-11 00:13:26 +01:00
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 !
2020-10-28 15:45:37 +02:00
Tomasz Borychowski
d887e553ce
fix(scrollbar): remove custom scrollbar
2020-08-28 11:46:51 +01:00
Lauri Ojansivu
39519d1cc9
1) Public board default view to Swimlane.
...
2) When changing Public board view (sets view cookie), also reload page so view is changed immediately.
Thanks to xet7 !
2020-06-08 19:12:17 +03:00
Giacomo Vespignani
c9a28db3ab
Added an API to get the cards for a specific custom field value
2020-05-27 11:16:35 +02:00
Lauri Ojansivu
05349a5deb
Prettifier fixes.
2020-05-25 18:04:32 +03:00