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
4 years ago
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
4 years ago
John R. Supplee
4fa0c2da4d
remove unneeded template
4 years ago
John R. Supplee
b09d656636
Fix custom date to display short version on minicard
4 years ago
Lauri Ojansivu
fc68354e83
Translations: Added ar-EG = Arabic (Egypt), simply Masri (مَصرى, [ˈmɑsˤɾi], Egyptian, Masr refers to Cairo).
...
Thanks to translators and xet7 !
4 years ago
John R. Supplee
22c868b4e6
Use materialCheckBox for displaying checkbox on minicard
4 years ago
John R. Supplee
f476143e92
Use checklist checkbox for the custom field checkbox
4 years ago
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
4 years ago
John R. Supplee
b793716e85
Trello custom field import basically working
4 years ago
John R. Supplee
6f18a75e5c
Global Search: translate color names
4 years ago
John R. Supplee
c89a0eb694
Initial work on import of custom fields from Trello
...
* start adding import functionality
* Add checkbox type to customFields
4 years ago
Lauri Ojansivu
6253bbdc0b
Fix file permissions.
4 years ago
John R. Supplee
74f89ef80d
Use `resultCard` for displaying results in `MyCards` and `DueCards`
4 years ago
John R. Supplee
b5124d0f6a
cleanup debug code
4 years ago
John R. Supplee
7e8475e64d
Add link to search header for storing search
4 years ago
John R. Supplee
d74dc92681
Global Search improvements
...
* support for searching from the URL
* add support for searching by assignee and member
4 years ago
Lauri Ojansivu
3866ed3196
Use table-cell instead of inline-block in my-cards-list-wrapper CSS.
...
Thanks to johappel and xet7 !
Related #1667
4 years ago
Lauri Ojansivu
10f74f5152
At Search All Cards, now it's possible to click found card to open it.
...
Thanks to xet7 !
Related #2074
4 years ago
John R. Supplee
8059856c39
Convert global search instructions to translatable tags
4 years ago
John R. Supplee
7b8d67de63
Global search - fix label not found
4 years ago
John R. Supplee
7a5aa469cd
Modify search results translations
...
* use named place holders in translation tag with multiple values
4 years ago
John R. Supplee
1e415b38d2
Fix URL reference in `resultCard` template
4 years ago
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
4 years ago
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 !
4 years ago
Lauri Ojansivu
aa34da61fe
Fixed Display issues with assignee on minicard.
...
Thanks to bronger and xet7 !
Fixes #3434
4 years ago
Lauri Ojansivu
a2894bf0cb
HTML is not needed in Rules translations, so disabled it.
...
Thanks to jrsuplee and xet7 !
4 years ago
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
4 years ago
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
4 years ago
John R. Supplee
c11c3f9a88
code cleanup
4 years ago
John R. Supplee
81d120ac50
Update search instructions
4 years ago
John R. Supplee
50b25572f1
Make search operators translatable
4 years ago
John R. Supplee
423480903f
Fix bug in displaying results count
4 years ago
John R. Supplee
f00395a6b6
Add resultCard component for standard display of a card search result
4 years ago
John R. Supplee
391c0606d1
Comment out debug statements
4 years ago
John R. Supplee
a27aaca918
Global search instructions edits
4 years ago
John R. Supplee
03e5d84e0e
Edit search operator help text
4 years ago
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
4 years ago
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
4 years ago
Lauri Ojansivu
afd5d1d0c0
Show membertype (admin, normal etc) in avatar/initials tooltip for board members.
...
Thanks to bronger and xet7 !
Fixes #3430
4 years ago
John R. Supplee
80b23e5cc1
Global search - add error messages for terms that are not found
4 years ago
Lauri Ojansivu
3977f2187a
Try to allow links to onenote, mailspring and file.
...
Thanks to lime918, rgalonso, ocdtrekkie, gkarachuk and xet7 !
Fixes #1615
4 years ago
John R. Supplee
2e17f2b4b9
Global search development
...
* Add text query ability
* limit results to 50
* display results count
4 years ago
Lauri Ojansivu
de27be0911
Removed wekan- from export filenames for whitelabeling.
...
Thanks to xet7 !
4 years ago
John R. Supplee
34000ad159
Move global search to cards model
...
* add some explanation of the operators
4 years ago
John R. Supplee
bbcb236a46
Add methods to models for archived entities
4 years ago
Lauri Ojansivu
801d0aacf0
Due Cards and Broken Cards: In All Users view, fixed to show cards only from other users Public Boards. Not anymore from private boards.
...
Thanks to xet7 !
Related #1667
4 years ago
Lauri Ojansivu
9293de541b
My Cards and Broken Cards: Added popup title and horizontal line between menu options.
...
Thanks to xet7 !
4 years ago
John R. Supplee
01bd94d2b3
Global search limited working prototype
...
* added publication
* need to filter cards on client side
4 years ago
John R. Supplee
5913a4af1b
Global search development
...
* search input
* parse query with operators
4 years ago
Lauri Ojansivu
9ec1904119
Fixed language names to lowercase español.
...
Thanks to xet7 !
4 years ago