- May 24, 2022
-
-
Tiago Siqueira authored
-
- May 20, 2022
-
-
Tiago Siqueira authored
We were previously setting the link to be disabled, but due to UX we decided to add an invitation for users to add a new block.
-
- May 18, 2022
-
-
Andrii Chyrskyi authored
Issue #3197241 by yasmeensalah, Ressinel: Call to a member function bundle() onnull in social_group/src/Plugin/EntityReferenceSelection/SocialGroupSelection.php
-
Tiago Siqueira authored
-
- May 17, 2022
-
-
Robert Ragas authored
Merge pull request #2916 from goalgorilla/bug/issue-3278356-missing-menu-link-for-data-policy-explanation Issue #3278356 by nkoporec: Missing data policy explanation link in the new dashboard
-
- May 16, 2022
-
-
Andrii Chyrskyi authored
Issue #3276049 by tBKoT: Disallow AN users inviting to the event
-
- May 12, 2022
-
-
Andrii Chyrskyi authored
-
- May 10, 2022
-
-
Andrii Chyrskyi authored
Merge pull request #2881 from goalgorilla/issue/3045872-message_related_object_entity_type_is_randomly_empty Issue #3045872 by colan, Resssinel: Message related object entity type is randomly empty
-
- May 06, 2022
-
-
Andrii Chyrskyi authored
Issue #3278471 by alex.ksis: Do now allow to fill non existing username.
-
- May 05, 2022
-
-
Issue #3275980 by navneet0693: Switching language on multilingual platform leads to unexpected error
-
Navneet Singh authored
Issue #3278347 by navneet0693: Junk plugin data can crash activity entity related view.
-
Certain scenarios like: 1. configuration overrides 2. undefensive code 3. uninstalled modules not cleaning it's related data at the time of uninstalling can lead to orphaned and/or junk data in entities in database. For example, a module declaring a plugin instance and attaching that instance with entities, for example, activities, was uninstalled; but during uninstall it didn't cleaned it's related data from activities. This will lead to PluginNotFoundException being thrown on the pages where activities are being processed. For example, home page, stream pages, group streams, notifications etc. We wanted to make sure that before creating an instance of a plugin whose the plugin manager which extends 'DefaultPluginManager' class, we check that the plugin definition exists and it is successful in retrieving it without any errors. The hasDefinition function is defined as follows: public function hasDefinition($plugin_id) { return (bool) $this->getDefinition($plugin_id, FALSE); } which means that it is marking $exception_on_invalid parameter to be false, which simply says "If TRUE, an invalid plugin ID will throw an exception." now hasDefinition simply returns false in this logic if the plugin definition couldn't be found. This saves us from hard errors and we can safely say that call to "createInstance" will return a plugin instance.
-
- May 04, 2022
-
-
Tiago Siqueira authored
-
Issue #3232309 by navneet0693: Switched if-else condition in social_embed_post_update_11001_populate_field_embed_content_settings.
-
- Apr 29, 2022
-
-
Andrii Chyrskyi authored
Issue #3063436 by Ressinel: Social landing page gives: Warning: array_flip(): Can only flip STRING and INTEGER values
-
- Apr 27, 2022
-
-
Andrii Chyrskyi authored
Issue #3277208 by Ressinel: A Landing page has no hero image when shown in the Featured content
-
- Apr 26, 2022
-
-
Tiago Siqueira authored
-
- Apr 25, 2022
-
-
Nejc Koporec authored
-
Nejc Koporec authored
-
Nejc Koporec authored
-
- Apr 21, 2022
-
-
Andrii Chyrskyi authored
Issue #3276299 by alex.ksis: Do not chec "view" permission if node does not exist.
-
- Apr 20, 2022
-
-
Tiago Siqueira authored
-
Andrii Chyrskyi authored
Issue #3250333 by yaroslav-shandra: The count of enrolled users is not displayed correctly after disabling checkbox ''Allow users to enroll to this event without an account'' at event
-
- Apr 18, 2022
-
-
Andrii Chyrskyi authored
Issue #3275150 by agami4: Improve title and subtitle on the mobile screen
-
- Apr 13, 2022
-
-
Andrii Chyrskyi authored
Issue #3274890 by Ressinel: Notice: Undefined index: description in activity_send_push_notification_form_user_form_alter()
-
- Apr 12, 2022
-
-
Andrii Chyrskyi authored
Issue #3274394 by agami4: Add improvements to the follow tag teasers
-
Tiago Siqueira authored
-
Andrii Chyrskyi authored
Merge pull request #2875 from goalgorilla/issue/3274572-refactor-social_group_entity_base_field_info_alter Issue #3274572 by Ressinel: Refactor social_group_entity_base_field_info_alter
-
Issue #3272898 by navneet0693: Add a default of 50 if the entity_update_batch_size is not defined.
-
- Apr 11, 2022
-
-
Andrii Chyrskyi authored
-
- Apr 08, 2022
-
-
Andrii Chyrskyi authored
Issue #3266571 by szato, Ressinel: Fix fatal errors
-
Andrii Chyrskyi authored
Issue #3202509 by drasgardian, Ressinel: Wrong group-ID when adding a member to a group
-
- Apr 07, 2022
-
-
Andrii Chyrskyi authored
Issue #3273900 by Ressinel: Update socialblue requirement from 2.1.3 to 2.1.4
-
Andrii Chyrskyi authored
Issue #3272437 by CurriedN, Ressinel: Check if the Social Flexible Group module is enabled before adding a new field to the flexible group.
-
- Apr 06, 2022
-
-
Andrii Chyrskyi authored
Issue #3273357 by Ressinel: Fix issue where translated topic is displayed twice on the group topics page
-
- Apr 05, 2022
-
-
Andrii Chyrskyi authored
Issue #3270158 by tBKoT: Remove useless fields
-
- Apr 04, 2022
-
-
Andrii Chyrskyi authored
Issue #3272941 by nijuley, tbsiqueria, Ressinel: PHP warning for event enrollment listing (with no-enrollment)
-
Navneet Singh authored
[Internal] Backport of PR #2849.
-
Andrii Chyrskyi authored
Issue #3273182 by Ressinel, dmytriikaiun, navneet0693: Fix wrong functions names of update hooks in social_group_flexible_group
-