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
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
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
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
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
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
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
28d7e58fd7
Fix: Javascript humhub.modules.util.object.extend
not working on older Safari version
2018-09-20 14:01:51 +02:00
buddh4
9825a9a224
- Fix: introduction tour not working
...
- Chng: Moved static js dependencies from `static/resources` into `static/js`
2018-07-26 16:16:53 +02:00
buddh4
19a71b84ab
- Enh added highligh.js as ui addition
...
- Fix: ui.addition.applyTo with filter ignores first filter index
2018-07-26 16:13:48 +02:00
buddh4
7b548302e0
Fix: suppress "unable to determine dataType" error for aborted xhr requests
2018-07-20 00:04:15 +02:00
buddh4
8f2535b6db
Removed production assets from repository.
2018-07-18 17:02:29 +02:00
buddh4
391d04eb3d
Production asset build
2018-07-12 21:09:31 +02:00
buddh4
cf1c423f62
- Fix force invite not working on space creation
...
- Enh: Enable invite all instead of force membership in case force invite checkbox is not selected
- Fix prevent MembersAdded activity when using force space membership
- Enh added `humhub.modules.ui.picker.Picker.disable()` in order to disable/enable userpicker fields
2018-07-12 19:10:02 +02:00
buddh4
be8a89e01e
Fix: UI addition mutation observer interfering with new rich-text mutation logic
2018-07-06 22:37:33 +02:00
buddh4
703c25763a
Production asset build
2018-07-03 14:15:53 +02:00
buddh4
c96dc2f0e1
- Change humhub.ui.picker
encode handling
2018-07-03 14:12:17 +02:00
buddh4
1187ae29b4
Build production assets
2018-07-02 17:37:51 +02:00
buddh4
1a6f067a91
Production asset build
2018-07-02 12:10:06 +02:00
Lucas Bartholemy
359b85fdc9
Merge branch 'master' into v1.3-dev
...
# Conflicts:
# protected/humhub/components/Theme.php
# protected/humhub/modules/admin/models/forms/DesignSettingsForm.php
# protected/humhub/modules/content/resources/js/humhub.content.js
# protected/humhub/modules/space/modules/manage/views/member/pending-invitations.php
# protected/humhub/modules/stream/resources/js/humhub.stream.js
# static/js/humhub/humhub.ui.richtext.js
2018-07-02 11:12:55 +02:00
buddh4
acaaa514d3
- Fixed hide topic picker after post submit
...
- Force strip_tags for contenttags
2018-07-01 12:21:46 +02:00
buddh4
b7971e94c9
Fixed picker value comparison check
2018-07-01 11:14:41 +02:00
buddh4
bb24d8e93d
- Added Topic Picker to post form
...
- Fix double topic selection
2018-07-01 09:17:59 +02:00
buddh4
104ce26391
- Added MoveContent controller logic
...
- Enabled MoveContent for content type Post
- Fixed: Wrong page title displayed
2018-07-01 02:38:46 +02:00
buddh4
e87b043162
- Fixed stream utils + tests
...
- Asset Rebuild
2018-06-26 18:11:22 +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
Andrey Azarko
9ba985a688
fix #2713
2018-06-17 01:40:38 +03:00
Lucas Bartholemy
88dc34955e
Merge branch 'master' into v1.3-dev
...
# Conflicts:
# protected/humhub/components/Module.php
# protected/humhub/components/ModuleManager.php
# protected/humhub/config/common.php
# protected/humhub/modules/content/components/ContentActiveRecord.php
# protected/humhub/modules/content/models/Content.php
# protected/humhub/modules/space/behaviors/SpaceModelMembership.php
# protected/humhub/modules/space/models/Space.php
# protected/humhub/modules/space/views/space/_layout.php
# protected/humhub/modules/user/views/profile/_layout.php
# protected/humhub/tests/codeception/_support/HumHubDbTestCase.php
# protected/humhub/widgets/ContentTagDropDown.php
# protected/humhub/widgets/LayoutAddons.php
2018-06-03 22:24:50 +02:00
buddh4
be7b3a74e0
- Fixed empty modal dialog response issue
...
- Fix #3146 invalid bootstrap.min.css link in installer
- Enh: Auto save `humhub\modules\content\models\ContentTagAddition` within `humhub\modules\content\models\ContentTag::afterSave()`
- Enh: Added `humhub\modules\content\components\ContentActiveRecord::isOwner()` to check the ownership of a content
2018-05-15 11:46:07 +02:00
buddh4
af85d33f5f
Enh: Added ui module for general ui related helper
2018-05-03 12:51:24 +02:00
buddh4
92012b9861
Fixed ie11/edge prosemirror-richtext issue
...
Fixed richtext link bug
2018-04-26 18:06:00 +02:00
buddh4
e7997f9300
Fixed: Invalid Component.instance
calls throws error instead of returning null.
2018-04-25 14:51:22 +02:00
Lucas Bartholemy
22a8bbf4e2
Merge branch 'master' into v1.3-dev
...
# Conflicts:
# composer.json
# protected/humhub/config/common.php
# protected/humhub/modules/admin/models/UserSearch.php
# protected/humhub/modules/admin/views/approval/index.php
# protected/humhub/modules/space/behaviors/SpaceModelModules.php
# protected/humhub/modules/space/models/Module.php
# protected/humhub/modules/user/components/UrlRule.php
# protected/humhub/tests/codeception/_support/HumHubDbTestCase.php
2018-04-18 15:37:22 +02:00