Martin Filser
54a55a4a23
Header, Home-Button is now at the left of the Quick Access and not scrolled anymore
2021-01-27 12:20:06 +01:00
Martin Filser
bad4cc12b4
Header, Quick Access Navigation now scrollable
2021-01-27 12:20:06 +01:00
tod31
2c30714c6f
Update editor.js
...
add custom URL schemes for SolidWorks PDM (conisio:) and abas ERP (abasurl:)
2021-01-26 13:54:22 +01:00
John R. Supplee
74ad7b9f8d
Move call to URL search to onRendered
2021-01-25 00:08:58 +02:00
Lauri Ojansivu
9b813dd6a1
Merge pull request #3475 from helioguardabaxo/master
...
Use simple border at My Cards
2021-01-23 17:45:03 +02:00
helioguardabaxo
66f5f254d0
Remove box-shadow in board to My Cards
2021-01-23 12:43:11 -03:00
helioguardabaxo
7909af6a56
Remove border and add box-shadow in boards to My Cards
2021-01-23 11:55:09 -03:00
Lauri Ojansivu
ef37cb762d
Merge pull request #3474 from jrsupplee/patch-3
...
Display My Cards lists using inline-grid
2021-01-23 16:32:40 +02:00
Lauri Ojansivu
81d496bac7
Merge pull request #3472 from jrsupplee/patch-1
...
Add checkbox as an option to custom field create dialog
2021-01-23 16:30:23 +02:00
John R. Supplee
3b876b2d20
Display My Cards lists using inline-grid
2021-01-23 12:17:53 +02:00
John R. Supplee
f8f14613f9
Add checkbox as an option to custom field create dialog
2021-01-23 12:04:39 +02:00
helioguardabaxo
8dd088d727
Remove unsed class
2021-01-22 23:15:37 -03:00
helioguardabaxo
e1c14b04ad
Add link to board title and remove horizontal scroll to My Cards
2021-01-22 23:06:25 -03:00
helioguardabaxo
545c72fca3
Merge remote-tracking branch 'upstream/master'
2021-01-22 22:12:22 -03:00
Lauri Ojansivu
2531cf549e
Merge pull request #3470 from jrsupplee/master
...
Fix for search operators with uppercase letters
2021-01-23 00:57:57 +02:00
Lauri Ojansivu
80c395906b
Merge branch 'master' of github.com:wekan/wekan
2021-01-23 00:56:43 +02:00
Lauri Ojansivu
da12c84609
Revert table-cell back to inline-block at my-cards-list-wrapper.
...
Thanks to jrsupplee and xet7 !
Fixes #1667 ,
related https://github.com/wekan/wekan/pull/3469
2021-01-23 00:52:58 +02:00
Lauri Ojansivu
69c0a3cba3
Merge pull request #3468 from bronger/issue-3467
...
Limited number of cards highlighting to true overbooking.
2021-01-23 00:48:53 +02:00
Lauri Ojansivu
124bce8f80
Merge pull request #3466 from jrsupplee/issue-3460
...
Option to add custom field to all cards
2021-01-23 00:32:06 +02:00
John R. Supplee
1d37f170fd
Fix for search operators with uppercase letters
2021-01-22 23:07:38 +02:00
helioguardabaxo
99bdee5b12
Add link to open board in My Cards boards
2021-01-22 17:44:30 -03:00
Torsten Bronger
5476a5984c
Limited number of cards highlighting to true overbooking.
...
Addresses <https://github.com/wekan/wekan/issues/3467 >.
2021-01-22 21:02:15 +01:00
John R. Supplee
74d93a6adc
Option to add custom field to all cards
2021-01-22 21:28:37 +02:00
helioguardabaxo
fb9524bba8
Add horizontal scroll to My Cards boards
2021-01-22 16:02:25 -03:00
Lauri Ojansivu
1971037049
Merge pull request #3458 from jrsupplee/issue-2924
...
Issue 2924: Rules not copied during board copy
2021-01-22 16:57:18 +02:00
Lauri Ojansivu
8f553497e4
Tried to fix possible prototype pollution reported by Deepcode.ai.
...
Thanks to Deepcode.ai and xet7 !
2021-01-22 16:37:42 +02:00
Lauri Ojansivu
1df060b8f6
Merge pull request #3459 from jrsupplee/new-search
...
Search All Boards: Added list of board, list and color names.
2021-01-22 16:21:01 +02:00
John R. Supplee
b249fcbb2e
Use the copyBoard method to duplicate a board
...
* Use `copyBoard` instead of `cloneBoard` to duplicate a board
* Give duplicated boards a unique title by appending number
2021-01-22 14:24:39 +02:00
John R. Supplee
ff8a36653a
Use a Meteor call to copy a board
...
The current method was to copy a board on the client side. But
not all data was available for copying rules. Moving the copy
function to the server side solves this problem.
2021-01-22 12:49:48 +02:00
John R. Supplee
319783b008
Global search: add new operators
...
* add operators for due, created and modified
2021-01-21 18:11:09 +02:00
Lauri Ojansivu
a5f6dd6399
Fixed Upper/lowercase errors in some languages due to .toLowerCase.
...
Thanks to bronger and xet7 !
Fixes #3452
2021-01-21 12:48:15 +02:00
John R. Supplee
7ced6318a5
Global search
...
* Make some heading translatable
* set focus back to search phrase input after clicking a predicate
* Some spacing issues
2021-01-21 11:55:58 +02:00
John R. Supplee
61c691a267
Add support for clicking label names and board titles
2021-01-21 01:48:24 +02:00
John R. Supplee
52f920db12
Add clickable list titles
2021-01-20 21:52:27 +02:00
John R. Supplee
6d9928ea8f
Add color palette and allow selection
2021-01-20 13:15:10 +02:00
John R. Supplee
ad759f2f9f
Remove code pulled in by git hook
2021-01-20 13:05:41 +02:00
John R. Supplee
5553277a1e
Global search fixes
...
* Fix error with infinite loop if whitespace on front of query
* Translate color to user's language if not found
2021-01-20 12:52:49 +02:00
John R. Supplee
f0c9740c13
Merge branch 'patch' into search
2021-01-19 20:43:06 +02:00
Lauri Ojansivu
8e4eade002
Fixed Card activity shows only 20 last entries of activities and comments, by changing limit to 500 entries.
...
Thanks to xet7 !
Fixes #2934
2021-01-19 19:03:29 +02:00
John R. Supplee
a556953a11
Merge branch 'master' of https://github.com/wekan/wekan into issue-3287
2021-01-19 18:04:52 +02:00
Lauri Ojansivu
b8ab5e0e8d
Merge branch 'trello-import' of https://github.com/jrsupplee/wekan into jrsupplee-trello-import
2021-01-19 16:49:45 +02:00
John R. Supplee
4fa0c2da4d
remove unneeded template
2021-01-19 16:11:48 +02:00
John R. Supplee
b09d656636
Fix custom date to display short version on minicard
2021-01-19 16:08:16 +02:00
Lauri Ojansivu
fc68354e83
Translations: Added ar-EG = Arabic (Egypt), simply Masri (مَصرى, [ˈmɑsˤɾi], Egyptian, Masr refers to Cairo).
...
Thanks to translators and xet7 !
2021-01-19 16:03:40 +02:00
John R. Supplee
22c868b4e6
Use materialCheckBox for displaying checkbox on minicard
2021-01-19 15:40:13 +02:00
John R. Supplee
f476143e92
Use checklist checkbox for the custom field checkbox
2021-01-19 15:28:01 +02:00
Lauri Ojansivu
855151a8d1
Export to Excel XLSX. Does work, but does not export all fields yet correctly. In Progress.
...
Thanks to gameendman, alfredgu and xet7 !
Related #3173
2021-01-19 14:22:17 +02:00
John R. Supplee
b793716e85
Trello custom field import basically working
2021-01-18 23:56:08 +02:00
John R. Supplee
6f18a75e5c
Global Search: translate color names
2021-01-18 17:17:44 +02:00
John R. Supplee
c89a0eb694
Initial work on import of custom fields from Trello
...
* start adding import functionality
* Add checkbox type to customFields
2021-01-18 16:41:35 +02:00