531 Commits

Author SHA1 Message Date
Yuriy Bakhtin
184c33ad46
Change background color for confirmation of oembed content (#6285)
* Change background color for confirmation of oembed content

* Change background color for confirmation of oembed content
2023-05-03 09:06:04 +00:00
Lucas Bartholemy
4efa764e8b Merge branch 'master' into develop 2023-04-28 23:14:13 +02:00
Yuriy Bakhtin
7c5bff3cf3
Fix hidden submit button on edit long code in post/comment content (#6269) 2023-04-28 20:39:59 +02:00
Gevorg Mansuryan
75e9e3bb28
Enh/right sidebar swipe (#6253)
* Remove Right Sidebar Swipe checkbox

* Remove Right Sidebar Swipe checkbox

* Enh/right sidebar swipe

* Enh/right sidebar swipe
2023-04-27 15:06:14 +00:00
Lucas Bartholemy
92aa8b70c9 Merge branch 'master' into develop 2023-03-23 14:23:32 +01:00
Yuriy Bakhtin
9c4e74d925
Use same font for RichText editor as it looks on view mode (#6184)
* Use same font for RichText editor as it looks on view mode

* Update CHANGELOG-DEV.md

---------

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2023-03-21 12:42:06 +00:00
Yuriy Bakhtin
401f9d8f48
Replace png "search" icon with font-awesome icon (#6181)
* Replace png "search" icon with font-awesome icon

* Update CHANGELOG-DEV.md
2023-03-21 12:24:42 +00:00
Yuriy Bakhtin
5f7cd820c3
Enh/theme var background color highlight (#6175)
* Update theme variable `@background-color-highlight`

* Update CHANGELOG-DEV.md

* New theme variable `@background-color-highlight-soft`

* Improve theme var `background-color-highlight`
2023-03-17 09:21:11 +00:00
Yuriy Bakhtin
3857983534
Theme variables background-color-highlight and background-color-highlight-soft (#6173)
* Update theme variable `@background-color-highlight`

* Update CHANGELOG-DEV.md

* New theme variable `@background-color-highlight-soft`
2023-03-16 08:57:00 +00:00
Yuriy Bakhtin
f78e21e6bc
Update styles of "Show all notifications" button (#6167)
* Update styles of "Show all notifications" button

* Use theme variables
2023-03-15 08:47:01 +00:00
Felix Hahn
4e2c0f535f
Add @prev-select2 (#6170) 2023-03-14 17:46:34 +01:00
Lucas Bartholemy
bbeb4c73e5 Merge branch 'develop' of github.com:humhub/humhub into develop 2023-03-10 18:24:28 +01:00
Lucas Bartholemy
bd8e160bc7 Merge branch 'master' into develop 2023-03-10 18:22:09 +01:00
Yuriy Bakhtin
0d3b7b92bb
Remove theme variable mail-font-url (#6157) 2023-03-10 09:23:05 +00:00
Yuriy Bakhtin
a288cabaad
Fix @prev-directory (#6153) 2023-03-09 16:05:18 +01:00
Yuriy Bakhtin
5ad48262fb
Scheduled content publishing (#6116)
* Scheduled content publishing

* Allow to update scheduled options on create new content

* Allow to edit scheduled options of existing content

* Fix updating of schedule options

* Publish scheduled content by cron job

* Update CHANGELOG-DEV.md

* Changes for scheduled contents

* Set state to draft after reset scheduled options of existing content

* Check permissions for schedule options

* Update wording

* Acceptance tests for scheduling options

* Update wording

* Test publishing of the scheduled contents

* Fix wording category

* Deleted content.modules message category

---------

Co-authored-by: Lucas Bartholemy <lucas@bartholemy.com>
2023-02-28 08:25:27 +01:00
Lucas Bartholemy
ab5feaab51
Also handle mail module notification in page title (#6102) 2023-02-15 11:57:06 +01:00
Lucas Bartholemy
032aea3dd3
Added Content State (#6076)
* Added new Content State

* Added Content SoftDelete

* Added Draft option on WallEntryCreate

* Draft Stream Handling

* Fix show drafts on dashboard

* Reset draft state in Content Form

* Remove Notifications/Activities on soft delete

* Hide new content notifications on draft content

* Added ActivityHelper

* Added possibility to publish draft content

* Added missing message text [skip ci]

* Handle search for non published content

* Mark default delete implementation as deprecated

* Make sure files of deleted content are not longer accessible [skip ci]

* Show badge for deleted content

* Added State Filter for Content Queries

* Added doc

* Added ContentContainerStreamTest

* Added Acceptance Tests

* Fixed UserReleated exception for Guest users

* Fixed popover less

* Minor improvements
2023-02-09 12:16:01 +01:00
aronbos
c44257c66a
Remove image-orientation as it was temporary (was already moved to m… (#5973)
* Remove  image-orientation as it was temporary (was already moved to media.less)

protected/humhub/widgets/LayoutAddons.php)

// Temporary fix until v1.6 then bundled with css pack
 Yii::$app->view->registerCss('img { image-orientation: from-image; }', [], 'fix-orient');

Which is already set in static/less/media.less)

img {
    image-orientation: from-image;
}

I propose to remove to temporary fix in LayoutAddons.php

* Remove old prefixes

* Remove old prefixes

* Update flatelements.css

* Update flatelements.css

* Update flatelements.css

---------

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2023-02-07 19:12:38 +01:00
Yuriy Bakhtin
8cc278dd94
Implement CSS variables (#6081)
* Implement CSS variables

* Update CHANGELOG-DEV.md

* Update CHANGELOG-DEV.md

---------

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2023-02-01 15:00:32 +01:00
Yuriy Bakhtin
9ac30de56f
Display all newer comments after current comment (#5981)
* Display all newer comments after current comment

* Implement links to display previous and next comments

* Fix sub-comments display of the current parent comment

* Improve styles for sub-comments of current comment

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2023-01-20 15:24:33 +01:00
aronbos
c83ca28a42
Remove old prefixes (#5972)
* Update base.less

* Update button.less

* Update login.less

* Update tooltip.less

* Update richtext.less

* Update progress.less

* Update mentioning.less

* Update loader.less

* Remove old prefixes

* Update datepicker.less

* Update comment.less

* Remove old-prefixes

* Remove old prefixes

* Remove old prefixes

* Remove old prefixes

* Remove old prefixes

* Update modal.less

* Remove old prefixes
2022-12-30 13:02:33 +01:00
Lucas Bartholemy
f79aafe4f8 Enh #4803: Added more panel styles ( and ) 2022-12-28 16:33:47 +01:00
Sven Eschlbeck
bd9bce564e
Changed theme.css file (#5979)
* Changed theme.css file

* Changed location of code change

* Added color variable instead of hard-coded color

* Formatting

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2022-12-28 16:28:34 +01:00
Yuriy Bakhtin
ee8a1ca9f5
Clear margin bottom of control label (#5954)
* Clear margin bottom of control label

* Update CHANGELOG-DEV.md
2022-12-01 13:56:57 +01:00
Yuriy Bakhtin
84f07d32cc
Fix left border from divider of dropdown menu (#5953) 2022-11-29 16:43:16 +01:00
Yuriy Bakhtin
418812dbed
Improve style of button with single icon without text (#5952) 2022-11-29 15:27:38 +01:00
Yuriy Bakhtin
d01a384ded
Add space between icon and text inside button (#5951) 2022-11-29 11:45:29 +01:00
Yuriy Bakhtin
605e9dbe5c
Improve styles of wall entry create form (#5936)
* Improve styles of wall entry create form

* Autofocus and display full form of wall stream entry after load by menu
2022-11-21 11:22:58 +01:00
Yuriy Bakhtin
7993120486
Remove "regular" style of checkbox and radio (#5821)
* Remove "regular" style of checkbox and radio

* Update CHANGELOG-DEV.md (#5821)

* Fix checkbox style on oembed confirmation

* Fix test

* Fix test

* Fix checkbox style on widget "ContentVisibilitySelect"

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2022-11-10 14:28:55 +01:00
Yuriy Bakhtin
b548233701
Layout for wall create content form menu (#5827)
* Layout for wall create content form menu

* Activate current content form menu

* Display menu only on Post creating form

* Improve content form menu

* API for content form menu

* Clean up code

* API for content form menu

* Use icon from Content record for wall entry create menu

* Improve code on load create wall entry form

* New property ContentActiveRecord::$createPermission

* Display create form wall entry menu only with defined property "createRoute"

* Improve creating a content from wall stream

* Update using of permission for create new post

* Rename property to WallCreateContentForm->displayContentTabs

* Initialize widgets after load content form from menu

* Fix reset content form after submit

* Display a create content menu tab only of enabled module

* Update CHANGELOG.md (#5827)

* Fix click action of create content menu

* New method for register assets of create content menu item

* Use default sort order for create content menu item

* Change a sort order of the Post create menu item

* Remove unused function registerCreateContentMenuAssets()

* Display top sorted content form on wall stream

* Removed unused import

* Code comment

* Fix @since version

* Rename action of create form

* Widget WallCreateContentFormFooter

* Improve visibility of menu and form of create wall entry

* Style for create wall entry tabs on mobile screen

* Fix menu visibility of create wall entry

* Fix visibility of errors on create a wall entry

* Create WallCreateContentFormContainer

* Refactored `ContentContainerModule:getContentClasses()` method signature

* Fixed changed content name

* Minore changes

* Fixed Tests with new CreatePermission

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
Co-authored-by: Lucas Bartholemy <lucas@bartholemy.com>
2022-11-08 22:02:27 +01:00
Yuriy Bakhtin
bc0bed2ccd
Fix content width in mobile view (#5824)
* Fix content width in mobile view

* Fix test
2022-08-02 14:04:52 +02:00
Yuriy Bakhtin
0ab96deb05
Improve checkbox and radio styles on load page (#5815)
* Improve checkbox and radio styles on load page

* Change methods visibility

* Improve checkbox and radio styles on load page (for not ActiveField)

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2022-07-27 15:59:17 +02:00
Lucas Bartholemy
a193855d1a Merge branch 'master' into develop 2022-07-19 19:35:28 +02:00
Yuriy Bakhtin
ce5fe0c40b
Fix alignments for people filters with select2 feature (#5806)
* Fix alignments for people filters with select2 feature

* Hide clear icon from people picker filters
2022-07-19 19:31:09 +02:00
Lucas Bartholemy
abd740e1e1 Merge branch 'master' into develop 2022-07-06 14:42:41 +02:00
Yuriy Bakhtin
e924bb0302
Fix filter for select2 fields on "People" page (#5799)
* Fix filter for select2 fields on "People" page

* Update CHANGELOG.md

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2022-07-06 11:15:31 +02:00
Lucas Bartholemy
accd26193e Merge branch 'master' into develop 2022-07-06 10:25:55 +02:00
Yuriy Bakhtin
5868e48c02
Don't hide icon "remove item" on picker (master) (#5796)
* Don't hide icon "close" on picker

* Update CHANGELOG.md (#5780)
2022-07-06 10:22:21 +02:00
Lucas Bartholemy
c910321ebc
Added Wall Entry Margin Right (#5769)
* Added Wall Entry Margin Right

* Update CHANGELOG_DEV.md
2022-06-22 18:04:29 +02:00
Lucas Bartholemy
2f675a87fe Merge branch 'master' into develop 2022-06-16 14:18:38 +02:00
Yuriy Bakhtin
9736bdeea5
Fix context menu position on the right window side (#5760)
* Fix context menu position on the right window side

* Update CHANGELOG.md (#5760)

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2022-06-15 11:21:39 +02:00
Lucas Bartholemy
a949a7f8fb Merge branch 'master' into develop 2022-06-03 08:00:36 +02:00
Yuriy Bakhtin
e10f7854c0
New event to append rules for active record (#5645)
* New event to append rules for active record

* Implement new post validation on focus field

* Revert "Implement new post validation on focus field"

This reverts commit 395917537cbfabb61e6950286ba09a60b3691e51.

* Validate post creating on focus event by AJAX

* Validate new post message on blur event by ajax request

* Fix creating of new Post

* Validate new post message on focus event by ajax request

* Skip rule "required" for post message on AJAX validation

* Move code to new module "Interaction limits"

* Clear code for creating of new post

* Remove a not used action

* Improve new comment form for event triggers

* Update CHANGELOG_DEV.md

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2022-06-02 16:26:31 +02:00
Yuriy Bakhtin
d855bd9004
Fix confirmation window for buttons (#5719) 2022-05-25 17:40:45 +02:00
Yuriy Bakhtin
ae9be0df62
Fix input size for placeholder length in picker field (#5712)
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2022-05-23 10:29:31 +02:00
Marc Farré
0a1e41add1
Update form.less (#5703)
Example to understand why `.regular-radio.disabled` cannot exists.
```html
<div class="radio regular-radio-container">
    <label>
        <input type="radio" name="ModuleSettings[setting1]" value="1" disabled="" class="regular-radio">
        Text
        <div class="regular-radio-button disabled"></div>
    </label>
</div>
```
2022-05-16 17:35:30 +02:00
Yuriy Bakhtin
f3462ed605
Use primary colors in marketplace (#5690)
* Use primary colors in marketplace

* Update CHANGELOG.md (#5690)

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2022-05-12 10:56:43 +02:00
s-tyshchenko
cb907c6e02
Autocomplete Input Widget (#5548)
* Autocomplete Input Widget

- added text autocomplete as profile field type
- autocomplete when searching for people

* Fix

* Update BasePicker.php

* Removed Autocomplete

* Update DirectoryFilters.php

* Removed AutocompleteInputWidget

* Fix

* Fix

* Update CHANGELOG_DEV.md

* Check Profile Field

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
Co-authored-by: Lucas Bartholemy <lucas@bartholemy.com>
2022-03-18 13:33:24 +01:00
s-tyshchenko
b95f7b480e
In a button, data-action-cancel-text doesn't work (#5586)
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2022-03-15 20:17:44 +01:00