41 Commits

Author SHA1 Message Date
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
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
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
bc0bed2ccd
Fix content width in mobile view (#5824)
* Fix content width in mobile view

* Fix test
2022-08-02 14:04:52 +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
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
buddh4
7bef338d93
Implemented .label-light variant (#4894) 2021-04-26 15:57:43 +02:00
buddh4
69c961cfc1
Enh/richtextstyle (#4808) 2021-02-02 19:02:12 +01:00
buddh4
0207badc75 Enh #4531: Remove wall entry left padding on mobile 2020-10-22 14:52:44 +02:00
buddh4
0bd9535f6e Fixed wall stream entry header title text style 2020-10-20 15:58:20 +02:00
Master_Hans
040e673893 #4432 Made tab space equal to4 instead to 2. And several horisontal space between selectors 2020-10-09 14:49:01 +03:00
buddh4
84daa9007e Minor stream style enhancements 2020-09-29 22:09:40 +02:00
buddh4
d6bebc6f66 Minor stream file preview style enhancements 2020-09-28 18:11:44 +02:00
buddh4
0dd5bcfe52 Improved rendering of single line posts 2020-09-25 19:19:46 +02:00
buddh4
a09f703c8c Minor theme alignments 2020-09-24 16:14:35 +02:00
buddh4
b40fef1caa - Implementation of StreamEntryOptions for differentiating the appearance
- Migrated Activity widget to new StreamEntryWidget logic
- Aligned comment section to new StreamEntryWidget
2020-09-23 17:47:36 +02:00
buddh4
0e3126566a Merge branch 'develop' into enh/wallStreamEntryWidgetlayouts
# Conflicts:
#	static/less/stream.less
#	themes/HumHub/css/theme.css
2020-09-16 15:58:59 +02:00
buddh4
dbb1aa94a1 Enh: Initial implementation of new WallStreamEntryWidget 2020-09-15 16:57:19 +02:00
MasterMindNET
d20116e8e1 style: added break-all to wall-entry class in case words would be w/o a space to fit in the div element 2020-08-15 13:20:04 +03:00
buddh4
7e8344d39c - Enh #3924: Display update stream badge once an update is available
- Enh #3924: Implement `Stream.isUpdateAvailable()` to determine if there is an update available
- Enh #3924: Implement `Stream.onUpdateAvailable()`, `Stream.loadUpdate()` and `Stream.options.autoUpdate` to manage stream updates
- Enh #3924: Added `humhub\modules\content\live\NewContent:$streamChannel`
2020-03-18 15:14:07 +01:00
buddh4
09ced5f612 Enh: Added further print enhancements 2020-01-17 17:44:24 +01:00
buddh4
b0d182e567 Enh: Mobile theme enhancements.
- Fix: Better Modal width calculation (Fixes an ee issue) on mobile
 - Fix: Dropdown width issue on mobile
2019-12-20 16:44:09 +01:00
buddh4
ffc1fb9011 - Enh: Added Pin/Archived/Public wallentry icons
- Enh: Smaller stream style fixes
- Enh: Added movable behavior to content type post
- Fix: Invalid use of global permission for new force invite
2018-07-01 14:51:28 +02:00
buddh4
b7971e94c9 Fixed picker value comparison check 2018-07-01 11:14:41 +02:00
buddh4
de6cb8271b Merge remote-tracking branch 'remotes/origin/v1.3-dev' into dev-topics
# Conflicts:
#	protected/humhub/modules/activity/widgets/views/activityStream.php
#	protected/humhub/modules/content/components/ContentActiveRecord.php
#	protected/humhub/modules/content/models/ContentTag.php
#	protected/humhub/modules/content/tests/codeception/_support/_generated/UnitTesterActions.php
#	protected/humhub/modules/content/widgets/ContentTagDropDown.php
#	protected/humhub/modules/dashboard/components/actions/DashboardStream.php
#	protected/humhub/modules/dashboard/controllers/DashboardController.php
#	protected/humhub/modules/dashboard/views/dashboard/index.php
#	protected/humhub/modules/friendship/models/Friendship.php
#	protected/humhub/modules/space/modules/manage/views/default/index.php
#	protected/humhub/modules/space/views/space/_layout.php
#	protected/humhub/modules/stream/actions/Stream.php
#	protected/humhub/modules/stream/widgets/StreamViewer.php
#	protected/humhub/modules/ui/Module.php
#	protected/humhub/modules/ui/config.php
#	protected/humhub/modules/ui/module.json
#	protected/humhub/modules/user/models/GroupPermission.php
#	protected/humhub/tests/codeception/_support/FunctionalTester.php
#	protected/humhub/widgets/BasePickerField.php
#	protected/humhub/widgets/BootstrapComponent.php
#	protected/humhub/widgets/ContentTagDropDown.php
#	protected/humhub/widgets/InputWidget.php
#	protected/humhub/widgets/JsWidget.php
#	protected/humhub/widgets/Label.php
#	protected/humhub/widgets/LayoutAddons.php
#	protected/humhub/widgets/MultiSelectField.php
#	static/js/humhub/humhub.ui.modal.js
#	static/js/jquery.pjax.modified.js
#	themes/HumHub/css/theme.css
2018-06-21 16:27:42 +02:00
buddh4
bd99cd8b1a Reverted stream filter style 2018-06-20 16:04:45 +02:00
buddh4
404a4c7d9f - Enh: Added sortOrder utility humhub\libs\Sort
- Enh: Added `humhub\modules\content\helpers\ContentContainerHelper` util with `ContentContainerHelper::getCurrent()`
- Enh: Added `humhub\modules\stream\helpers\StreamHelper` util with `StreamHelper::createUrl()`
- Chg: Shifted activity stream logic to `humhub\modules\activity\actions\ActivityStreamAction` and `humhub\modules\activity\controllers\StreamController`
- Chg: Added activity stream action `humhub\modules\activity\actions\ActivityStreamAction`
- Enh: Added `humhub\modules\stream\models\WallStreamQuery` class used for wall streams e.g. Space content stream
- Enh: Added `ui` core module
- Enh: Added abstract ui filters used for dynamic/extendable filter views
- Chg: New Stream and Stream Filter API
- Enh: Added `topic` content filter concept with stream integration
2018-05-23 15:25:35 +02:00
buddh4
af85d33f5f Enh: Added ui module for general ui related helper 2018-05-03 12:51:24 +02:00
buddh4
f51863a6da Enh: Added ContentTypePicker
Fix: Fixed Pickerfield image
Enhanced Stream filter style
2018-02-25 19:57:48 +01:00
buddh4
7c88e1fc41 Enh: Refactored Stream Filters 2018-02-24 18:24:57 +01:00
Evgeniy Tkachenko
69838b6068
Merge branch 'master' into patch-2 2017-12-22 14:46:29 +03:00
Evgeniy Tkachenko
94affa8adf
Update stream.less 2017-12-21 13:18:36 +03:00
Evgeniy Tkachenko
5adf37c44f
Update stream.less 2017-12-21 13:07:40 +03:00
Evgeniy Tkachenko
a7aa44447e
Update stream.less 2017-12-21 11:58:54 +03:00
buddh4
7be5ce3596 Fix stream image max-width + small cleanup. 2017-10-21 00:28:12 +02:00
buddh4
44e5ac1c2d Fix #2219: Overlapping summary mail content
Fix Wall entry layout link/text overflow
2017-04-04 16:14:05 +02:00
Lucas Bartholemy
250a6bf1e7 Enh: WallEntry layout layout improvements 2017-03-25 12:09:30 +01:00
buddh4
b58aba384f Fix: missing margin of wall-entry-controls in comments. 2017-03-13 22:50:45 +01:00
Lucas Bartholemy
e7e42de41f Fixed less build paths 2017-01-27 00:27:36 +01:00
Lucas Bartholemy
98f92e2221 Moved root folders (js/css/resources/less) into static folder 2017-01-26 17:44:51 +01:00