322 Commits

Author SHA1 Message Date
Yuriy Bakhtin
7415609bd3
Improve content search (#7028)
* Improve content search

* Fix search with short word

* Improve URL highlighting on content search

* Test for mysql keyword search
2024-05-27 09:35:44 +00:00
Yuriy Bakhtin
0a97d4f68e
Content Search: use AND operator by default and don't apply mask for phrases (#6979)
* Content Search: use AND operator by default and don't apply mask for phrases

* Fix test

* Fix SearchQueryTest

* Fix creating of FULLTEXT index for mysql 8+

* Fix mysql search driver for short words

* Improve keyword highlighting

* Use fixed value instead of `mysql.ft_min_word_len`

* Exclude highlighting on console request

* Escape special char `@` on mysql search driver

* Escape special chars on mysql search driver

* Escape char `/` on mysql search driver

* Escape quote chars on mysql search driver

* Improve word highlighting with quote or apostrophe

* Add code comment for search query and driver

* Refactor search query

* Fix test for ZendLucence Driver

* Fix ZendLucence Driver for phrases

---------

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2024-05-21 17:20:02 +00:00
Marc Farré
d5342e4f7e
When a JS file has module.initOnAjaxLoad = true, if the initOnAjaxUrl… (#6996)
* When a JS file has module.initOnAjaxLoad = true, if the initOnAjaxUrls contains multiple params in the URL, the init function is not triggered

* Added Issue ID
2024-05-07 13:58:18 +00:00
Yuriy Bakhtin
735718aded
Meta search: Highlight keyword in single content view (#6971)
* Meta search: Highlight keyword in single content view

* Meta search: Highlight keyword in single content view

---------

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2024-05-01 20:49:54 +00:00
Yuriy Bakhtin
a3072f9f74
Fix people dropdown filter without defined keys (#6965)
* Fix people dropdown filter without defined keys

* Validate options of profile select field

* Fix wrong options of the profile fields "Select List" and "Checkbox List"

* Fix profile list field tests
2024-04-24 16:25:31 +00:00
Yuriy Bakhtin
1e50f6f978
Fix search out of viewport on mobile (#6954) 2024-04-19 13:57:58 +00:00
Yuriy Bakhtin
619191f871
Enhancing of meta search for advanced search providers (#6920)
* Enhancing of meta search for advanced search providers

* Sort meta search providers

* Update meta search cache key for same provider with different params

* Update meta searching

* Update CHANGELOG_DEV.md

* Update meta search

* Refactor meta search for external providers with unique route
2024-04-15 13:54:12 +00:00
Yuriy Bakhtin
6724475ef3
Allow module initializing on ajax loading (#6563)
* Allow module initializing on each loading

* Allow module initializing on ajax loading

* Remove URL params when checking ajax source and allow multiple URLs

* Restrict to URLs including the r param for non pretty urls

* Removed initOnAjaxLoad and allow initOnAjaxUrls to be a string

* Re-added initOnAjaxLoad and added usage doc

---------

Co-authored-by: Marc Farré <contact@marc.fun>
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2024-04-04 14:52:36 +00:00
Yuriy Bakhtin
8580cffa4c
Refactor meta search classes (#6911) 2024-04-02 13:11:10 +00:00
Yuriy Bakhtin
4c67823259
Meta search: Hide provider on error from server side (#6903) 2024-03-26 21:41:37 +00:00
Yuriy Bakhtin
88a959684f
Fix initialization of js module ui.navigation (#6902) 2024-03-26 15:09:49 +00:00
Yuriy Bakhtin
5217197061 Set meta search panel width to 400px 2024-03-25 16:23:16 +01:00
Yuriy Bakhtin
ed4e833807 Fix meta search with spaces in keyword 2024-03-19 09:29:36 +01:00
Yuriy Bakhtin
97b4893fe0 Meta search: use post content for record title 2024-03-18 14:02:05 +01:00
Yuriy Bakhtin
6920445828 Meta Search: Fix on empty keyword 2024-03-12 17:26:22 +01:00
Yuriy Bakhtin
95f2dc051a Meta search: Improve focus switching by keys arrow up/down 2024-03-11 18:22:54 +01:00
Yuriy Bakhtin
6f90999141 Meta search: Allow typing a search keyword when first result is autofocused 2024-03-11 10:19:37 +01:00
Yuriy Bakhtin
2378a1cc76 Meta search: autofocus first result 2024-03-07 16:32:55 +01:00
Lucas Bartholemy
2e1877e4a0 Merge branch 'develop' into enh/search 2024-03-07 15:14:20 +01:00
Yuriy Bakhtin
a371d9642e Meta search: Update styles 2024-03-07 15:05:49 +01:00
Yuriy Bakhtin
97868df274 Reset search form after PJAX request 2024-03-06 18:50:50 +01:00
Yuriy Bakhtin
3b80a830f3 Display a search loader immediately before run a search process 2024-03-06 11:29:49 +01:00
Yuriy Bakhtin
64b5bfc475 Improve meta searching 2024-03-05 11:47:22 +01:00
Yuriy Bakhtin
aeac9286a5 Meta search: Intelligent TypeAhead searching 2024-03-01 12:32:05 +01:00
Yuriy Bakhtin
ba2f112b31 Meta search: fix position 2024-03-01 11:44:36 +01:00
Yuriy Bakhtin
17188276e2 Meta search updates 2024-02-29 10:49:18 +01:00
Yuriy Bakhtin
be5bdc420b Meta search from external form 2024-02-27 18:40:45 +01:00
Yuriy Bakhtin
783d791b49 Meta search from external form 2024-02-27 15:09:11 +01:00
Yuriy Bakhtin
36365887c1 Meta search from external form 2024-02-27 12:13:14 +01:00
Yuriy Bakhtin
b4055f7089 Meta search from external form 2024-02-26 18:46:59 +01:00
Marc Farré
a5aaa654ce
If a top menu entry opens a modal box, don't mark it as active when clicked (#6863)
* If a top menu entry opens a modal box, don't mark it as active when clicked

* Added PR ID
2024-02-24 19:24:06 +00:00
Yuriy Bakhtin
831fd9b9ce Meta search from external form 2024-02-23 18:11:00 +01:00
Yuriy Bakhtin
39342c967a Improve meta search window size on small screen 2024-02-22 14:52:57 +01:00
Yuriy Bakhtin
90bc8b34dd Meta Search: Improve auto height 2024-02-20 18:30:47 +01:00
Yuriy Bakhtin
f1fba9a050 Meta Search 2024-02-19 18:57:13 +01:00
Yuriy Bakhtin
15581f228c Meta Search 2024-02-16 18:43:15 +01:00
Serhiy Moskalenko
1127f01739
Fix #6810: Top menu on small screens: the previous page remains active when the new page is in the drop-down submenu (#6821)
Co-authored-by: Serhiy Moskalenko <serg.mosk.dev@gmail.com>
2024-01-29 13:44:48 +00:00
Lucas Bartholemy
2fb823397d Merge branch 'master' into develop 2023-12-16 10:02:43 +01:00
Yuriy Bakhtin
9e2411392c
Fix displaying of alert when RichText is changed on refresh a page (#6736) 2023-12-14 15:56:30 +01:00
Marc Farré
d5f6e7f11e
Fix #6721: Top menu entries for spaces are not highlighted when clicked (#6727)
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2023-12-13 10:43:55 +00:00
Marc Farré
a3dafde4d9
Fix #6725: Allow theme without second topbar menu (#6728) 2023-12-13 10:05:55 +00:00
Yuriy Bakhtin
ae8f2fa342
Fix people and space filters (#6656)
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2023-11-20 21:36:46 +01:00
Lucas Bartholemy
f0879da513 Merge branch 'master' into develop 2023-09-12 15:44:14 +02:00
Gevorg Mansuryan
01cdb573a7
Fix/modal actions errors (#6555)
* Page 2 or more of participant list doesn't loads into the modal box

* Page 2 or more of participant list doesn't loads into the modal box

---------

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2023-09-12 10:02:42 +02:00
Yuriy Bakhtin
02a436d159
Fix submit form in modal window (#6501) 2023-08-11 09:58:56 +00:00
Yuriy Bakhtin
64a5099897
Fix module form "Set as default" (#6494)
* Fix module form "Set as default"

* Display status bar after save module form "Set as default"

---------

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2023-08-10 21:36:01 +00:00
Lucas Bartholemy
2366096406 Merge branch 'master' into develop 2023-07-27 18:19:22 +02:00
Yuriy Bakhtin
a7fc6f9dd5
Display topics and content types in filters header on load page with selected filters (#6446) 2023-07-19 19:55:14 +02:00
Yuriy Bakhtin
b049303037
Marketplace / Modules Redesign (#6348)
* Marketplace / Modules Redesign

* Marketplace / Modules Redesign

* Marketplace / Modules Redesign

* Fix missed assets for install module from marketplace

* Display installed modules on Marketplace

* Display header for installing module process

* Update module action buttons after adding of a licence key

* Don't show the close icon during install module

* Improve redirects after module actions from marketplace

* Factorize Marketplace module

* Refactor the module managers(Marketplace, Administration, Container Modules)

* Fix enabling modules list on Space creating

* Remove unused page of module info

* Marketplace filter service

* Remove unused method `isFilteredBySingleTag`

* Factorize adding of licence key

* Factorize install, activate and update modules from Marketplace

* Add menu item for "Add Licence Key" form

* Update module links on Marketplace

* Remove unused code

* Fix space and profile module list wrapper

* Update module list styles

* Improve alignment of icons in top account menu

* Cache pending module update count in database

* Refresh theme styles

* Fix category for translatable strings

* Fix tests

* Update style of Module Configuration page

* Change style for page description

* Update styles for admin modules and marketplace

* Fix filter modules by ID in Marketplace

* Update wording

* Update wording

---------

Co-authored-by: Lucas Bartholemy <lucas@bartholemy.com>
2023-07-12 16:07:57 +00:00
Martin Rüegg
fdf04d2b2c
Fix log.fata in frontend logging (#6423) 2023-07-10 15:24:23 +00:00