John R. Supplee
7e8475e64d
Add link to search header for storing search
2021-01-17 21:04:05 +02:00
John R. Supplee
409b8559d7
Merge branch 'master' of https://github.com/wekan/wekan into search
2021-01-17 16:07:43 +02:00
John R. Supplee
d74dc92681
Global Search improvements
...
* support for searching from the URL
* add support for searching by assignee and member
2021-01-17 16:01:42 +02:00
Lauri Ojansivu
5f62d7307f
Update ChangeLog.
2021-01-17 14:26:41 +02:00
Lauri Ojansivu
3866ed3196
Use table-cell instead of inline-block in my-cards-list-wrapper CSS.
...
Thanks to johappel and xet7 !
Related #1667
2021-01-17 14:22:54 +02:00
Lauri Ojansivu
b039bad649
v4.79
2021-01-17 03:41:39 +02:00
Lauri Ojansivu
58a6354010
Update translations.
2021-01-17 03:36:00 +02:00
Lauri Ojansivu
429d9474a9
Updated ChangeLog.
2021-01-17 03:29:16 +02:00
Lauri Ojansivu
be03d2ae9a
Fixed: Linked card makes board not load.
...
Thanks to akitzing, galletl, pdonias, olivierlambert and xet7 !
Fixes #3367
2021-01-17 03:25:28 +02:00
Lauri Ojansivu
5db40beb79
Updated ChangeLog.
2021-01-17 01:06:26 +02:00
Lauri Ojansivu
10f74f5152
At Search All Cards, now it's possible to click found card to open it.
...
Thanks to xet7 !
Related #2074
2021-01-17 01:00:12 +02:00
Lauri Ojansivu
0580237270
Update translations.
2021-01-17 00:50:32 +02:00
John R. Supplee
8059856c39
Convert global search instructions to translatable tags
2021-01-17 00:35:39 +02:00
John R. Supplee
a3518a3bcf
cleanup
2021-01-16 21:08:15 +02:00
John R. Supplee
7b8d67de63
Global search - fix label not found
2021-01-16 21:07:49 +02:00
John R. Supplee
7a5aa469cd
Modify search results translations
...
* use named place holders in translation tag with multiple values
2021-01-16 20:45:05 +02:00
John R. Supplee
1e415b38d2
Fix URL reference in resultCard
template
2021-01-16 19:26:39 +02:00
John R. Supplee
ff626fb559
Add a new SessionData collection and limit user fields
...
* Add new SessionData collection to store user session data available to
server and client
* Limit the Users fields sent to the client by `myCards`, `dueCards`,
`brokenCards`, and `globalSearch` using new `Users.safeFields`
* clean-up
2021-01-16 19:26:06 +02:00
Lauri Ojansivu
ab183acac3
v4.78
2021-01-16 05:08:10 +02:00
Lauri Ojansivu
d9b967a74d
Updated translations.
2021-01-16 05:03:07 +02:00
Lauri Ojansivu
4180224fd9
Limit visibility of Global Search, My Cards and Due Cards to logged in users, because they do not work without logging in.
...
Thanks to xet7 !
2021-01-16 04:59:17 +02:00
Lauri Ojansivu
aa34da61fe
Fixed Display issues with assignee on minicard.
...
Thanks to bronger and xet7 !
Fixes #3434
2021-01-16 04:54:54 +02:00
Lauri Ojansivu
058b95f4eb
Update ChangeLog.
2021-01-16 03:13:00 +02:00
Lauri Ojansivu
4115d62bac
Limit amount of data in publications where possible.
...
Thanks to xet7 !
2021-01-16 03:10:20 +02:00
Lauri Ojansivu
3d72c82bca
Update translations.
2021-01-16 02:43:45 +02:00
Lauri Ojansivu
4bed5059c2
Update translations.
2021-01-15 18:10:25 +02:00
Lauri Ojansivu
ac57df409e
Update translations.
2021-01-15 17:25:07 +02:00
Lauri Ojansivu
e242e2b137
Update ChangeLog.
2021-01-15 17:08:52 +02:00
Lauri Ojansivu
94cb33a0ce
Merge pull request #3433 from jrsupplee/search
...
Search
2021-01-15 16:50:59 +02:00
Lauri Ojansivu
a2894bf0cb
HTML is not needed in Rules translations, so disabled it.
...
Thanks to jrsuplee and xet7 !
2021-01-15 16:47:52 +02:00
John R. Supplee
a56d47c768
Global search fixes
...
* use @ and # as the abbrevs for the user and list operators
* comment out debug code
* Modify display of card result counts
* Fix bug with publication not returning current user document
2021-01-15 00:33:24 +02:00
John R. Supplee
3214800741
Global search display total hits
...
* modify User model to store some session data for searches
* Display total hits in search results
2021-01-14 16:54:44 +02:00
John R. Supplee
c11c3f9a88
code cleanup
2021-01-14 12:53:45 +02:00
John R. Supplee
81d120ac50
Update search instructions
2021-01-14 12:47:23 +02:00
John R. Supplee
50b25572f1
Make search operators translatable
2021-01-14 12:46:52 +02:00
John R. Supplee
39ac19db20
Fix search returning data for all users
2021-01-14 00:42:10 +02:00
John R. Supplee
5dbbaae6fd
Merge branch 'master' of https://github.com/wekan/wekan into search
2021-01-13 21:55:13 +02:00
John R. Supplee
423480903f
Fix bug in displaying results count
2021-01-13 21:54:15 +02:00
John R. Supplee
f00395a6b6
Add resultCard component for standard display of a card search result
2021-01-13 21:46:18 +02:00
John R. Supplee
391c0606d1
Comment out debug statements
2021-01-13 20:34:20 +02:00
John R. Supplee
a27aaca918
Global search instructions edits
2021-01-13 20:31:41 +02:00
John R. Supplee
03e5d84e0e
Edit search operator help text
2021-01-13 18:12:21 +02:00
John R. Supplee
8f21c86737
Add global search to user menu
...
* Add an entry to the user menu to access the global search page
* remove some useless code
2021-01-13 17:05:02 +02:00
John R. Supplee
25dc779a73
Global search development
...
* Add translation tags
* Use translation tags for showing result count
* Add logic for selecting cards by labels
* Readd code for searching card text that was mistakenly deleted
2021-01-13 16:52:56 +02:00
Lauri Ojansivu
4396d7cfd5
v4.77
2021-01-13 16:17:54 +02:00
Lauri Ojansivu
4700ed52da
Update translations.
2021-01-13 16:12:55 +02:00
Lauri Ojansivu
115d2c5fe9
Update ChangeLog.
2021-01-13 16:09:55 +02:00
Lauri Ojansivu
afd5d1d0c0
Show membertype (admin, normal etc) in avatar/initials tooltip for board members.
...
Thanks to bronger and xet7 !
Fixes #3430
2021-01-13 16:05:22 +02:00
John R. Supplee
a647768368
Merge branch 'master' of https://github.com/wekan/wekan into search
2021-01-13 01:29:46 +02:00
Lauri Ojansivu
a9eddbbe9d
v4.76
2021-01-13 01:19:03 +02:00