654 Commits

Author SHA1 Message Date
Marc Farré
15a23d6ce6
Chg #7136: When opening a modal box, don't autofocus automatically on… (#7137)
* Chg #7136: When opening a modal box, don't autofocus automatically on the first form input

* Add MIGRATE info

* Fix BasePicker focus
2024-07-24 15:06:25 +00:00
Leandra
1e0257b7bd
Update color of wall-entry-controls (links) in stream.less (#7129)
* Update color of wall-entry-controls (links) in stream.less

Changes the color of the wall-entry-controls (link / comment/like link) to a standard color -> `@text-color-soft`

* Update CHANGELOG.md

linking `wall-entry-controls`- color to `--text-color-soft`

* Update CHANGELOG.md

formatting error

---------

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2024-07-22 08:33:10 +00:00
Lucas Bartholemy
5db85e9fef Merge branch 'develop' of github.com:humhub/humhub into develop 2024-07-05 22:34:50 +02:00
Lucas Bartholemy
9448c0e6aa Merge branch 'master' into develop 2024-07-05 22:33:38 +02:00
Yuriy Bakhtin
9306a052e8
Restyle top dropdown notifications (#7101)
* Restyle top dropdown notifications

* Fix tests for new style of notifications

* Fix tests for new style of notifications

* Restyle notifications

* Restyle notifications

* Restyle notifications

* Restyle notifications

* Wording
2024-07-05 20:30:37 +00:00
Marc Farré
9c7d74d054
Fix: Missing --text-color-default CSS variable (#7104)
* Fix: Missing --text-color-default CSS variable

* Add PR ID to changelog
2024-07-03 12:35:29 +02:00
Lucas Bartholemy
677a6326ad Merge branch 'develop' of github.com:humhub/humhub into develop 2024-07-01 09:48:53 +02:00
Yuriy Bakhtin
000dff3870
Add a link to notification settings on top dropdown list (#7073)
* Add a link to notification settings on top dropdown list

* Update styles for notification dropdown list
2024-07-01 07:46:33 +00:00
Yuriy Bakhtin
70fefe9c27
Allow color boxes in picker (#7094)
* Allow color boxes in picker

* Display color box for select2 options if it is provided

* Update CHANGELOG.md

* Update data color attribute name for content tag selector
2024-06-28 13:38:15 +02:00
Yuriy Bakhtin
da5f9a520f
Fix markdown list style (#7091) 2024-06-27 12:10:40 +02:00
Yuriy Bakhtin
c5863b42dd
Fix markdown sub list style (#7089) 2024-06-25 19:40:01 +02:00
Marc Farré
6d9cd9e0bf
Cgh #7074: Text in lists is smaller than in paragraphs (#7077)
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2024-06-19 10:20:06 +00:00
Yuriy Bakhtin
c6b6414454
Implement new field template radio pills (#7060) 2024-06-11 18:06:19 +00:00
Lucas Bartholemy
186c8ca5a6 Merge branch 'master' into develop 2024-06-10 16:33:53 +02:00
Yuriy Bakhtin
f7a0b14132
Fix list style near aligned image (#7030)
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2024-06-10 16:24:47 +02:00
Yuriy Bakhtin
84a8044fbe
Fix meta search panel position (#7046) 2024-06-03 19:19:36 +00:00
Felix Hahn
d046358caf
Update search.less (#7035)
* Update search.less

* Update theme.css

* Update CHANGELOG-DEV.md
2024-05-29 12:41:03 +00:00
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
Lucas Bartholemy
36989eabe1 Merge branch 'master' into develop 2024-05-24 09:48:51 +02: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é
46535dc9ad
Enh #7010: Rich text tables: Vertical align top instead of middle (#7012) 2024-05-20 19:09:33 +00:00
Yuriy Bakhtin
ef41e8ab37
Fix opening more auth clients (#7013)
* Fix opening more auth clients

* Update CHANGELOG.md

---------

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2024-05-20 21:07:19 +02:00
Lucas Bartholemy
2d64020420 Merge branch 'master' into develop 2024-05-08 13:46:50 +02: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
Marc Farré
0dab6f67f0
Enh #6984: In forms, change checkbox style to match other input types (#6985) 2024-05-02 08:40:13 +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
f73803bdfe
Fix wide dropdown on small screens (#6982) 2024-05-01 20:13:30 +02: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
1c4e20d0a4
Merge branch 'develop' into enh/search 2024-03-18 11:58:33 +01:00
Marc Farré
d615ae4897
Fix #6889: Issue with modal boxes when positioning an element at the bottom of the screen (#6890) 2024-03-17 21:19:14 +00:00
Serhiy Moskalenko
3e72d2bb04
Enh #25: Improve contrast of @default button color (#6886)
Co-authored-by: Serhiy Moskalenko <serg.mosk.dev@gmail.com>
2024-03-14 17:14:37 +00:00
Lucas Bartholemy
3c81bee312
Lighten Wells/BG-Color-Secondary (#6884) 2024-03-13 13:20:47 +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
ffa3ff6a8c Update search styles 2024-03-07 17:54:00 +01:00
Yuriy Bakhtin
7ecd808d72 Display content search header with results number 2024-03-07 17:50:44 +01:00
Yuriy Bakhtin
eae0d494aa Meta search: Fix highlight font weight 2024-03-07 16:49:57 +01:00
Yuriy Bakhtin
2378a1cc76 Meta search: autofocus first result 2024-03-07 16:32:55 +01:00
Yuriy Bakhtin
ca560dd0de Meta search: Set result icon background 2024-03-07 15:55:52 +01:00
Yuriy Bakhtin
3520801624 Meta search: Update styles 2024-03-07 15:21:45 +01:00