453 Commits

Author SHA1 Message Date
buddh4
0949dd33b5 - Fix build asset fails 2019-09-19 01:26:00 +02:00
buddh4
76ac6ec566 - Chng: Moved collapsible panel logic into own js module
- Enh: Added 'Icon::asString()'
2019-09-18 17:40:07 +02:00
buddh4
7e7dc5eca9
Merge branch 'develop' into develop 2019-09-18 16:22:38 +02:00
buddh4
3815e262e8 Merge remote-tracking branch 'remotes/origin/develop-menu' into develop
# Conflicts:
#	composer.json
#	protected/humhub/components/Widget.php
#	protected/humhub/docs/CHANGELOG_DEV.md
#	protected/humhub/modules/admin/widgets/AdminMenu.php
#	protected/humhub/modules/admin/widgets/AuthenticationMenu.php
#	protected/humhub/modules/user/widgets/AccountProfilMenu.php
#	protected/humhub/modules/user/widgets/ProfileMenu.php
#	static/less/humhub.less
#	themes/HumHub/css/theme.css
2019-08-22 15:22:48 +02:00
Lucas Bartholemy
3299587024 Merge branch 'master' into develop 2019-06-22 16:49:38 +02:00
Lucas Bartholemy
ca45da73b1
Merge pull request #3533 from baleks/issue/responsive_design_style_issues
Responsive design style issues were been fixed.
2019-06-17 17:51:19 +02:00
Lucas Bartholemy
7f9ca0c627 Merge branch 'master' into develop 2019-06-17 13:09:49 +02:00
Sarah Tsumayoi
049c76fa84
Fix: Progress Color changing 2019-06-13 06:09:55 -04:00
Sarah Tsumayoi
edd63db723
Fix: Minor clean up 2019-06-10 21:36:52 -04:00
Sarah Tsumayoi
e043585665
Fix: Minor clean up 2019-06-10 21:34:12 -04:00
Lucas Bartholemy
bc5a8ea592 Merge branch 'master' into develop
# Conflicts:
#	composer.json
#	composer.lock
#	protected/humhub/config/common.php
#	protected/humhub/docs/guide/developer/content.md
#	protected/humhub/models/UrlOembed.php
#	protected/humhub/modules/admin/views/setting/basic.php
#	protected/humhub/modules/user/components/PermissionManager.php
#	protected/humhub/widgets/Link.php
#	themes/HumHub/css/theme.css
2019-05-19 13:24:34 +02:00
buddh4
81e0c427ab - Chng: Switched from [bootstrap-tour](https://github.com/sorich87/bootstrap-tour) to [bootstrap-tourist](https://github.com/IGreatlyDislikeJavascript/bootstrap-tourist) due to incompatibility to bootstrap v3.4.1
- Enh: Added `humhub.modules.tour` module for handling tour logic
2019-04-30 00:26:09 +02:00
buddh4
c086bc5f43 - Enh: Added humhub\widgets\Link::target() and blank()
- Fix: `humhub.client` does not resolve promise 302 on redirects
2019-04-27 15:54:48 +02:00
buddh4
d1740b1f78 Fix: Prosemirror fullscreen overlaps view 2019-04-27 15:50:47 +02:00
baleks
d1b1c7794e Responsive design style issues were been fixed. 2019-03-28 12:15:00 +02:00
buddh4
89e680a015 - Fix: Profile Markdown field files are not attached
- Chng: Don't restrict`humhub\modules\file\components\FileManager::attach()` to `humhub\components\ActiveRecord`
2019-03-14 20:06:45 +01:00
buddh4
559f07d5e6 Enh: Responsive mobile view enhancements 2019-03-14 16:28:43 +01:00
buddh4
1fbee6239c - Enh: Use of new Richtext for About section
- Chng: Force blank links in old markdown editor
2019-03-08 15:29:11 +01:00
buddh4
e36b00ac94 Fix: Modal options backdrop and keyboard deactivation has no effect 2019-03-05 23:00:19 +01:00
buddh4
1ffdf39797 Fix: Bootstrap modal blocks richtext prompt focus 2019-02-27 03:15:39 +01:00
buddh4
4584d7e2b7 Enh: data-action-confirm now works on non action based links in combination with data-action-method 2019-02-20 17:40:37 +01:00
baleks
bd6d1de4d5 Added a captcha for the register form. 2019-02-11 17:04:41 +02:00
buddh4
01da28a30d - Fix: TextFilterInput uses keypress event instead of keydown 2019-02-07 15:27:36 +01:00
buddh4
b6b34f4427 Fixed #3457 Widget reload cancel throws error 2019-02-06 18:21:40 +01:00
buddh4
2457a0f6fb - Enh: Added humhub.ui.widget.Widget.loader() for default loader functionality
- Enh: Added `humhub.ui.widget.Widget.reload()` in combination with `humhub\widgets\Reloadable` interface
2019-02-03 19:38:00 +01:00
buddh4
2a78f169e5 - Enh: Added humhub\libs\Html::addPjaxPrevention() for link options
- Refactored old menu style creation
2019-01-31 21:06:19 +01:00
buddh4
504877319e Merge remote-tracking branch 'remotes/origin/develop' into develop-menu
# Conflicts:
#	protected/humhub/docs/CHANGELOG_DEV.md
#	themes/HumHub/css/theme.css
2019-01-31 14:53:26 +01:00
buddh4
a53cd3054c Removed legacy humhub.scripts 2019-01-29 15:12:38 +01:00
Hany El Nokaly
f99f993cb0 Enh: use LocalStorage in panel menu
Use LocalStorage to save panel menu's state instead of cookies
2019-01-17 01:37:18 +02:00
buddh4
55498b1eee Enh: Added Icon abstraction layer 2018-12-15 19:26:26 +01:00
buddh4
e3326d0e85 - Enh: Moved from bower to npm assets
- Chng: Removed `jquery-placeholder` asset and dependency
- Chng: Removed `atwho` asset and dependency
- Cnng: Removed old IE support
2018-12-10 18:02:29 +01:00
buddh4
20c33db8d5 - Fix: humhub.ui.showMore has no effect on stream entries with uncached image files
- Enh: Added `humhub.ui.additions` order and `register()` option `before` and `after`
2018-11-28 15:43:01 +01:00
Lucas Bartholemy
cf2757389a Updated CHANGELOG.md 2018-10-23 14:12:11 +02:00
rekollekt
d712375421 add less options for mail font url/family 2018-10-14 09:49:27 +02:00
buddh4
8ab13b8a04 Fix widgetAction events case issue
Added `humhub.modules.util.string.capitalizeFirstLetter` and `lowerCaseFirstLetter`
Chng: Rename `Upload::model` to `Upload:forModel`
Chng: Rename `Upload::name` to `Upload:withName`
2018-10-10 16:35:12 +02:00
buddh4
7c6562d5d1 Fix #3314: layout container width differences 2018-10-09 20:53:34 +02:00
buddh4
7872322876 Fix: mobile view wrong min-height calculation 2018-10-09 19:54:10 +02:00
buddh4
1ddbf55fe1 Added JSDoc configuration
Added coverage utility HTML and c3.php configuration
Added missing TextFilterInput.php
2018-10-07 20:36:19 +02:00
buddh4
db38055101 - Enh: Enable data-action-keypress by default
- Enh: Added `preventDefault` argument to `humhub.modules.action.bindAction` to disable prevent default behaviour for action events
2018-10-07 20:32:14 +02:00
buddh4
86ce7308d7
Merge pull request #3296 from acs-ferreira/patch-16
Fix space selector image alignement
2018-09-21 14:01:04 +02:00
buddh4
28d7e58fd7 Fix: Javascript humhub.modules.util.object.extend not working on older Safari version 2018-09-20 14:01:51 +02:00
buddh4
0eee495ee6 - Enh: Added auto file attachment in humhub\modules\content\widgets\richtext\ProsemirrorRichTextProcessor
- Fix: z-index issue with fixed richtext menu
2018-09-18 13:46:44 +02:00
Carlos Ferreira
2f190e20b0
Fix space selector image alignement 2018-09-15 17:25:00 +02:00
buddh4
7d9cc4c49f - Fix: img overflow in markdown view
- Community theme rebuild
2018-09-09 20:30:03 +02:00
buddh4
eb24ee630a Chng: Replaced file preview delete icon
Added markdown anchor styling
2018-08-31 18:26:43 +02:00
buddh4
12e3e5addf - Fix: Richtext without focusMenu on small devices overlaps previous sibling 2018-08-23 18:27:42 +02:00
buddh4
a20895a686 Fix: Prevent .gitignore deletion on production asset build 2018-08-21 13:50:23 +02:00
buddh4
52e685f67d - Enh: Added windows support for grunt tasks
- Enh: Added `grunt test-server` and `grunt test`
2018-08-21 13:15:37 +02:00
buddh4
f8767cc07f Fix: Comment buttons overlap editor text 2018-08-20 20:22:26 +02:00
buddh4
c7b379f2b9 Enh: Added AbstractRichTextEditor::layout in order to change richtext style
Enh: Added `block` type RichText for non focus menu style
2018-08-03 13:27:37 +02:00