* 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>
* Enh #11: Change the icons in the toolbar buttons
- Changed toolbar styles
* Fixed toolbar height and width
* Changed background color for toolbar in Poll description field
* Made the greyed out parts of the toolbar darker grey.
Made equal indents/margins for each icon as well as equal height and width.
Changed styles for selected item in text type menu.
* Rollback toolbar icons color
* Fixed border-radius for group buttons with separator.
Fixed insert image menu position for desktop view.
* Enh #3: Source Mode, Text Area Style
Fixed dropdown button icons size
* Changed color hash codes in less files to variables.
Changed comment form buttons position.
* Enh #2: Store Default Markdown Editor Mode
* Enh #2: Store Default Markdown Editor Mode
- Changes for User
* Moved the markdownEditorMode option to the CoreJsConfig
* Fixed setting the markdownEditorMode if user isn't logged in
* Changed radioList to dropDownList for select markdown editor mode
---------
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
* Enh #6295: Add the possibility to display if users are online
* Enh #6295: Add the possibility to display if users are online
* Enh #6295: Add the possibility to display if users are online
* Enh #6295: Add the possibility to display if users are online
* Enh #6295: Add the possibility to display if users are online
* Enh #6295: Add the possibility to display if users are online
* Remove old and unused classes
* changed Show to Hide online status
* Update Image.php
* changed online status icon style
* Small fixes when displaying the status green dot
---------
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
- Added "Switch editor mode" text for richtext.prosemirror to CoreJsConfig.
- Added Ukrainian translations for richtext editor.
- Added a transparent background for menubar buttons.
- Fixed indentation of menu items in text types dropdown menu.
* 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>
* 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
* 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>
* 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>
* 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>
* 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>
* 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>
* 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>