Enh: Raised collapse value for posts to full embeded youtube video height

Fix: Fixed oembed post edit
+ Rebuild theme
This commit is contained in:
buddh4 2017-03-15 14:57:07 +01:00
parent db93e3ffb7
commit 39d082745a
4 changed files with 5 additions and 3 deletions

View File

@ -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

View File

@ -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;

View File

@ -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