7153 Commits

Author SHA1 Message Date
Lucas Bartholemy
56d276a9fa Avoid double index creation 2020-07-29 10:11:14 +02:00
Lucas Bartholemy
23a6abcb2c Fix comment index order 2020-07-29 10:07:40 +02:00
buddh4
918ccb7653 Added missing return in BaseTypeVirtual::save() 2020-07-28 21:20:58 +02:00
buddh4
3eff06315c Added CHANGELOG_DEV.md entry 2020-07-28 21:18:19 +02:00
buddh4
35801d5a3a Fix #4274: Force profile field attribute values of BaseTypeVirtual fields 2020-07-28 21:15:06 +02:00
Lucas Bartholemy
2ce79127b7
Merge pull request #4273 from humhub/fix/1438
Fix #1438: Error "User or Password incorrect." not translatable
2020-07-28 19:27:33 +02:00
buddh4
6e4448444d Fix #1438: Error "User or Password incorrect." not translatable 2020-07-28 18:54:48 +02:00
buddh4
e465be6ba9
Merge pull request #4269 from humhub/fix/timeZoneSettingFixed
Replaced deprecated Settings::isFixed calls, added fixed timeZone set…
2020-07-28 18:20:09 +02:00
Lucas Bartholemy
7616e49bfe Added fixed timezone setting 2020-07-27 13:46:38 +02:00
Lucas Bartholemy
9ee850872a Replaced deprecated Settings::isFixed calls, added fixed timeZone setting supporte 2020-07-27 13:40:52 +02:00
HumHub Translations
3f22f75c2c Enh: Updated Translations (translate.humhub.org) 2020-07-27 11:41:00 +02:00
Lucas Bartholemy
b61e89f3df
Update CHANGELOG_DEV.md 2020-07-27 11:29:28 +02:00
Lucas Bartholemy
3182ebcb4e
Merge pull request #4258 from ArchBlood/patch-1
Fix: #4256
2020-07-27 11:27:59 +02:00
MasterMindNET
156c2318cf fix: check array_key_exists('jobCount', $counter) added to avoid 'yii\base\ErrorException: Undefined index: jobCount in /var/www/html/protected/humhub/modules/admin/widgets/IncompleteSetupWarning.php:100' warning - Undefined index: jobCount in 2020-07-24 17:41:59 +03:00
ArchBlood
5b9ee307c4
Fix: #4256 2020-07-21 17:34:39 -04:00
buddh4
7d64eb7351
Merge pull request #4244 from humhub/feature/travis-added-php74
Added PHP 7.4 to Travis
2020-07-21 11:39:53 +02:00
Lucas Bartholemy
40bcad188b
Update CHANGELOG.md 2020-07-16 17:41:58 +02:00
Lucas Bartholemy
75d597e17e Merge branch 'master' into develop v1.6.0-beta.1 2020-07-16 17:20:27 +02:00
buddh4
49879d7d5b
Merge pull request #4249 from humhub/fix/commentPopupStyle
Fix: Hide comment seperator in comment modal if no comment is available.
2020-07-16 17:11:03 +02:00
buddh4
54b303b772 Fix: Hide comment seperator in comment modal if no comment is available. 2020-07-16 17:10:04 +02:00
Lucas Bartholemy
6976ecb54f
Merge pull request #4248 from humhub/fix/nestedCommentStyle
Fixed some nested comment styling issues
2020-07-16 16:28:40 +02:00
buddh4
775421a9a9
Merge pull request #4247 from humhub/fix/streamCestTest
Fixes StreamCest issue with comment fade animation.
2020-07-16 15:08:11 +02:00
buddh4
36ac334b09 Fixed some nested comment styling issues 2020-07-16 15:05:29 +02:00
Lucas Bartholemy
abe12de93a Prepare 1.5.3 release v1.5.3 2020-07-16 14:17:19 +02:00
buddh4
09afc50542 Fixes StreamCest issue with comment fade animation. 2020-07-16 13:04:05 +02:00
buddh4
68b8d96d47
Merge pull request #4246 from humhub/fix/createJsWidgetWithInvalidSelector
Fix: Component.instance() throws error for invalid selectors
2020-07-16 13:02:06 +02:00
buddh4
3c534a4939 Catch all errors in _getNode() 2020-07-16 13:01:43 +02:00
buddh4
4ae5399e8a Fix: Component.instance() throws error for invalid selectors 2020-07-16 12:57:43 +02:00
buddh4
f4db9ca1ab
Merge pull request #4245 from humhub/fix/cspNonceBrokenOnLogin
Fix: Script nonce not working on first request
2020-07-16 12:54:02 +02:00
buddh4
250ccfe533 Fix: Script nonce not working on first request 2020-07-16 12:51:21 +02:00
Lucas Bartholemy
2b245fe76e
Update .travis.yml 2020-07-16 12:16:30 +02:00
HumHub Translations
29aab58604 Enh: Updated Translations (translate.humhub.org) 2020-07-16 11:47:26 +02:00
Lucas Bartholemy
7dd6b96b0e
Merge pull request #4193 from humhub/feature/nested-comments
Nested Comments
2020-07-16 11:46:06 +02:00
Lucas Bartholemy
0628132e01 [skip ci] Fixed PHPdoc 2020-07-16 11:45:07 +02:00
Lucas Bartholemy
5a3569601e Prepare beta.1 release 2020-07-16 11:25:05 +02:00
Lucas Bartholemy
a36a1bdeef Removed last comment seperator if no form is displayed 2020-07-16 10:59:09 +02:00
Lucas Bartholemy
ec95692f00 Fixed typo in CheckClassType helper 2020-07-16 10:26:44 +02:00
Lucas Bartholemy
519e0512cd Show reply instead of comment in nested comments 2020-07-15 20:52:44 +02:00
Lucas Bartholemy
48852d1f62
Merge pull request #4243 from humhub/enh/4196
Enh: Added second ContentTag default order by name
2020-07-15 20:12:10 +02:00
buddh4
176cec1b64 Enh: Added second ContentTag default order by name 2020-07-15 19:54:14 +02:00
Lucas Bartholemy
3800324749 Merge branch 'feature/nested-comments' of github.com:humhub/humhub into feature/nested-comments 2020-07-15 19:23:16 +02:00
Lucas Bartholemy
378553c391 Merge branch 'develop' into feature/nested-comments 2020-07-15 19:23:04 +02:00
buddh4
6164aea152
Merge pull request #4200 from humhub/enh/3995
Added additional user profile stream filter to include o…
2020-07-15 19:23:01 +02:00
buddh4
160938e1d2
Merge branch 'develop' into enh/3995 2020-07-15 19:22:46 +02:00
Lucas Bartholemy
f3dcceaa16
Merge pull request #4238 from humhub/feature/marketplace-community-beta
Enh: Community and Beta modules
2020-07-15 19:22:14 +02:00
Lucas Bartholemy
662f283ed4 Add default marketplace Community option 2020-07-15 19:20:25 +02:00
Lucas Bartholemy
a69eb9f829
Merge pull request #4241 from humhub/fix/updateTravisChrome
Updated travis chrome driver version to 84.0.4147.30
2020-07-15 18:50:11 +02:00
Lucas Bartholemy
a9b7a16672 Updated CHANGELOG_DEV.md 2020-07-15 18:49:41 +02:00
Lucas Bartholemy
a307456568
Update thirdpartyDisclaimer.php 2020-07-15 18:39:59 +02:00
Lucas Bartholemy
5019bd8cc9 Merge branch 'develop' into feature/marketplace-community-beta 2020-07-15 17:50:08 +02:00