mirror of
https://github.com/humhub/humhub.git
synced 2025-01-16 21:58:17 +01:00
Enh: Raised collapse value for posts to full embeded youtube video height
Fix: Fixed oembed post edit + Rebuild theme
This commit is contained in:
parent
db93e3ffb7
commit
39d082745a
@ -3,6 +3,8 @@ HumHub Change Log
|
||||
|
||||
1.2.0-beta.3 under developement
|
||||
--------------------------------
|
||||
- Enh: Raised collapse value for posts to full embeded youtube video height
|
||||
- Fix: Fixed oembed post edit
|
||||
- Enh: Included select2-humhub theme into the new theming
|
||||
- Enh: Added select2 dropdown for language selection in account and admin settings
|
||||
- Enh: Added data-ui-select2 addition for simple select2 dropdowns
|
||||
|
@ -62,7 +62,7 @@ class RichText extends JsWidget
|
||||
$this->text = Html::encode($this->text);
|
||||
}
|
||||
|
||||
if (!$this->minimal) {
|
||||
if (!$this->minimal && !$this->edit) {
|
||||
$maxOembedCount = 3; // Maximum OEmbeds
|
||||
$oembedCount = 0; // OEmbeds used
|
||||
$that = $this;
|
||||
|
@ -1,7 +1,7 @@
|
||||
humhub.module('ui.showMore', function (module, require, $) {
|
||||
var additions = require('ui.additions');
|
||||
|
||||
var DEFAULT_COLLAPSE_AT = 310;
|
||||
var DEFAULT_COLLAPSE_AT = 380;
|
||||
|
||||
var CollapseContent = function (node, options) {
|
||||
this.options = options || {};
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user