open_social icon indicating copy to clipboard operation
open_social copied to clipboard

Open Social install profile for Drupal

Results 160 open_social issues
Sort by recently updated
recently updated
newest added

## 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...

type: refactoring
status: needs review
prio: low

## 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...

status: needs review
type: performance
prio: critical
blocked: mergeable

## 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...

status: needs review
prio: medium
type: repository

## 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...

type: bug
status: needs work
prio: high

## 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...

type: bug
status: needs review
prio: high
team: guardians

## 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...

status: needs review
type: performance
prio: low
team: guardians

## 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...

status: needs review
prio: medium
type: test
team: iata