open_social
open_social copied to clipboard
Open Social install profile for Drupal
## Problem / Solution The module is no longer needed as of 11.8.0 in https://github.com/goalgorilla/open_social/pull/3306 and we uninstall it in Open Social 12. The idea is that we can then...
## Problem The private file system is slow. This has a negative effect on the page load, especially with pages that contain many images (e.g. the stream or a dashboard...
## Problem Our current CI images are difficult to maintain which makes testing different versions of PHP difficult. ## Solution Use the new dev images that are part of our...
## Problem / Solution #3480 is already very big and all its commits can be traced to individual commits. However we're still finding some bugs before releasing. This PR contains...
## Problem Currently, the social_group module sets wrong user permissions for accessing the user groups pages and this leads to unexpected results and denied access. If a user has the...
The code did not check if the creation date field has an actual date set before getting its timestamp value. ## Problem A fatal error is triggered when creating new...
## Problem When I try to uninstall `social_event_managers` module, I get an error: ``` social_event_managers: The following group content plugins still have content for them: Group node (Article). ``` It...
## Problem In PR #3799, we added a hook api from the registration module to not allow these organization fields to beadded to the registration. ## Solution We are reverting...
## Problem The `updateUnreadCount()` function in `SocialPrivateMessageService` is sometimes called multiple times during a request. ## Solution Apply simple static caching. ## Issue tracker https://www.drupal.org/project/social/issues/3445902 ## Theme issue tracker N/a...
## Problem validateEntityFields() is not correctly transforming date field values for datetime type "date" fields (it works as designed for "datetime" type only). To fix the issue correct date format...