9341 Commits

Author SHA1 Message Date
Yuriy Bakhtin
d5d8cc2121
Sort profile fields on People directory filters (#6538)
* Sort profile fields on People directory filters

* Update CHANGELOG-DEV.md
2023-09-06 12:22:02 +00:00
Martin Rüegg
048fb18e8b
Add boolean return-type to *safe* methods (#6529) 2023-08-22 14:09:01 +00:00
Yuriy Bakhtin
7801f8145a
Fix a disabled button after post a content record with state "Draft" or "Scheduled" (#6526) 2023-08-18 09:02:28 +00:00
Martin Rüegg
371cde8e62
fixup! Enh: Add Application interface and make sure the onInit even… (#6521)
* fixup! Enh: Add Application interface and make sure the `onInit` event is fired in the web application too (#6505)

* Fix potential timing issue in DraftCest test.
2023-08-17 18:51:38 +00:00
Martin Rüegg
28fa6d9485
Add pseudo test class to allow to populate DB (#6478)
Normal use will not do anything other than succeed!
```
php $HUMHUB_VENDOR_BIN/codecept run unit LoadDbTest
```

However, if run with the environment variable HUMHUB_DB_INITIALIZE set, then the default fixtures will be loaded and not unloaded after the test.
```
HUMHUB_DB_INITIALIZE= php $HUMHUB_VENDOR_BIN/codecept run unit LoadDbTest
```
2023-08-16 15:12:43 +00:00
Martin Rüegg
4a29d7a729
Convert assert* & db* methods to static in line with general usage (#6480) 2023-08-16 13:51:58 +00:00
Marc Farré
e7c6178178
Remove PHP 7.3 version check in config (#6514) 2023-08-15 15:12:21 +00:00
Marc Farré
31f2cd4b52
Fix online status position on people page (#6510)
* Fix #6509: Fix online status position on people page

* Fix #6510: Fix online status position on people page
2023-08-14 19:40:29 +00:00
Lucas Bartholemy
0c8c07ae38 Merge branch 'metaworx-enh/allow-event-data-from-config' into develop 2023-08-14 11:46:34 +02:00
Lucas Bartholemy
9404989d89 Merge branch 'enh/allow-event-data-from-config' of github.com:metaworx/humhub into metaworx-enh/allow-event-data-from-config 2023-08-14 11:46:21 +02:00
Martin Rüegg
45e9b3a442
Enh: Add Application interface and make sure the onInit event is fired in the web application too (#6505) 2023-08-14 09:27:11 +00:00
Martin Rüegg
d823eeca20
Enh: Allow event data to be provided from configuration 2023-08-13 23:10:51 +02:00
Martin Rüegg
79b7ffb9a9
Fix: Link notification for pending space approval to manage page (#6502)
fix #6420
2023-08-11 23:33:17 +00:00
Yuriy Bakhtin
86c83556e5
Implement option "disabled" for picker fields (#6498) 2023-08-11 10:34:19 +00:00
Yuriy Bakhtin
02a436d159
Fix submit form in modal window (#6501) 2023-08-11 09:58:56 +00:00
Marc Farré
36791347cd
Enh #68: Online Indicator Position (#6493)
* Enh #68: Online Indicator Position

* Enh #68: Online Indicator Position

---------

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2023-08-10 21:51:04 +00:00
Yuriy Bakhtin
64a5099897
Fix module form "Set as default" (#6494)
* Fix module form "Set as default"

* Display status bar after save module form "Set as default"

---------

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2023-08-10 21:36:01 +00:00
Martin Rüegg
ab62567391
Fix regression with Membership cache (#6457)
* Delete Membership cache

* Move membership cache to `Membership` class

* Use cached Membership::findMembership() rather than Membership::findOne()

* Update README

* Attempt to fix failing LegitimationTest by also deleting Legitimation cache.

* Removing "local" cache, only using runtimeCache for Memberships
2023-08-10 21:18:08 +00:00
Yuriy Bakhtin
7af8479982
Fix module disabling in queue (#6476)
* Fix module disabling in queue

* Update CHANGELOG-DEV.md

* Update ModuleController.php

* Fix module activate flag when it is queued for disabling

---------

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2023-08-03 16:55:57 +00:00
Yuriy Bakhtin
b1c47c7c7a
Implement conditions for fixed-settings in config (#6475)
* Implement conditions for `fixed-settings` in config

* Implement callable function for `fixed-settings` in config

* Tests for fixed settings from config
2023-08-03 16:04:37 +00:00
yuriimaz
cb52feb331
Fix #112: Reorder Table Rows (#6473) 2023-08-01 14:42:46 +00:00
HumHub Translations
1a8a92785b Enh: Updated Translations (translate.humhub.org) 2023-08-01 10:21:37 +00:00
HumHub Translations
e060e7cfcf Enh: Updated Translations (translate.humhub.org) 2023-08-01 10:20:23 +00:00
Yuriy Bakhtin
6476561faf
Wording "Default Homepage" (#6471)
* Wording "Default Homepage"

* Changed messages

---------

Co-authored-by: Lucas Bartholemy <lucas@bartholemy.com>
2023-08-01 12:17:04 +02:00
Lucas Bartholemy
3452cfb138
Update CHANGELOG-DEV.md 2023-08-01 12:14:56 +02:00
Yuriy Bakhtin
be41349900
Info text for Marketplace page (#6469) 2023-08-01 10:14:17 +00:00
Lucas Bartholemy
97af87fed0
Update CHANGELOG-DEV.md 2023-08-01 12:11:13 +02:00
Yuriy Bakhtin
71996bcddc
Fix marketplace link when no URL rewriting (#6470) 2023-08-01 10:10:11 +00:00
Lucas Bartholemy
10aef58f0f
Update CHANGELOG-DEV.md 2023-08-01 12:09:22 +02:00
HumHub Translations
f06c283a24 Enh: Updated Translations (translate.humhub.org) 2023-08-01 10:04:18 +00:00
Lucas Bartholemy
59dd0c8c21
Update CHANGELOG-DEV.md 2023-08-01 12:02:27 +02:00
Yuriy Bakhtin
8c53e62424
Fix initialization of account profile field type "Markdown" (#6472) 2023-08-01 10:01:50 +00:00
HumHub Translations
7709bb1a55 Merge branch 'develop' of github.com:humhub/humhub into develop v1.15.0-beta.1 2023-07-31 12:46:48 +00:00
HumHub Translations
74f8d538ec Enh: Updated Translations (translate.humhub.org) 2023-07-31 12:46:42 +00:00
Lucas Bartholemy
0c11a34c30
Update common.php 2023-07-31 14:43:09 +02:00
Lucas Bartholemy
c0496bb43c
Update CHANGELOG-DEV.md 2023-07-31 14:42:45 +02:00
Paul
47643f48f4
Cleaned old comments and refactored lang names (#6467)
* Cleaned old comment

* Cleaned old comment

* Cleaned old comment

* Cleaned old comment

* Cleaned old comment

* Cleaned old comment

* Cleaned old comment

* Cleaned old comment

* Cleaned old comment

* Cleaned old comment

* Cleaned old comment

* Cleaned old comment

* Cleaned old comment

* Cleaned old comment

* Cleaned old comment

* Cleaned old comment

* Cleaned old comment

* Cleaned old comment

* Cleaned old comment

* Cleaned old comment

* Cleaned old comment

* Cleaned old comment

* Cleaned old comment

* Cleaned old comment

* Cleaned old comment

* Cleaned old comment

* Cleaned old comment

* Cleaned old comment

* Cleaned old comment

* lang codes sorted: a->z

* Names of languages with Capital letter

* Update Reloadable.php

---------

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2023-07-31 08:32:43 +00:00
Lucas Bartholemy
b09733154c Updated depdencies 2023-07-30 21:24:41 +02:00
HumHub Translations
4435905c53 Enh: Updated Translations (translate.humhub.org) 2023-07-30 19:20:02 +00:00
HumHub Translations
971ecbe9d0 Enh: Updated Translations (translate.humhub.org) 2023-07-30 19:18:50 +00:00
Lucas Bartholemy
6c1e3947a5 Fixed missing whitespace in warning message 2023-07-28 21:12:40 +02:00
Lucas Bartholemy
5e8fce0237 Updated composer dependencies 2023-07-28 19:47:03 +02:00
yuriimaz
01453e6934
Fix #113: Header anchors lost (#6465) 2023-07-28 17:39:50 +00:00
HumHub Translations
dc1c25cf01 Enh: Updated Translations (translate.humhub.org) 2023-07-28 16:05:18 +00:00
HumHub Translations
12e5a68084 Enh: Updated Translations (translate.humhub.org) 2023-07-28 16:04:07 +00:00
Lucas Bartholemy
c1c6244031 Merge branch 'master' into develop 2023-07-28 16:17:14 +02:00
Lucas Bartholemy
497ef32f59
Update php-test.yml 2023-07-28 16:16:40 +02:00
Lucas Bartholemy
1bf5e50997 Merge branch 'develop' of github.com:humhub/humhub into develop 2023-07-27 18:55:20 +02:00
Lucas Bartholemy
2366096406 Merge branch 'master' into develop 2023-07-27 18:19:22 +02:00
Lucas Bartholemy
208218e6a5
Update CHANGELOG.md v1.14.3 2023-07-27 18:18:35 +02:00