- Jun 14, 2023
-
- Jun 13, 2023
-
-
- Jun 09, 2023
-
-
Serhii Myronets authored
-
Taras Kruts authored
- Jun 08, 2023
-
-
Serhii Myronets authored
-
-
-
- Jun 07, 2023
- Jun 06, 2023
-
-
dependabot[bot] authored
Updates the requirements on drupal/admin_toolbar to permit the latest version. --- updated-dependencies: - dependency-name: drupal/admin_toolbar dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Updates the requirements on drupal/r4032login to permit the latest version. --- updated-dependencies: - dependency-name: drupal/r4032login dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
-
- Jun 02, 2023
-
-
Zan Vidmar authored
(cherry picked from commit a960c19e09a71e4e6830f25f06e220b2768fea0e)
-
Issue #3354659 by zanvidmar: Fix status message on "Manage enrollments" actions that reports wrong number of operations.
-
- Jun 01, 2023
-
-
Zan Vidmar authored
Issue #3364059 by zanvidmar: Add access check for entity queries used in social_group_flexible_group_update_11701 hook. (cherry picked from commit 595f445b5568c3940b6865201c6e5ab00e86ba00)
-
- May 31, 2023
-
-
Zan Vidmar authored
-
vnech authored
-
- May 30, 2023
-
-
Issue #3361854 - Message template subject translation for multilanguage
-
- May 24, 2023
-
-
Robert Ragas authored
-
Issue #3358489 by vnech: Remove redundant filter on content views pages
-
- May 22, 2023
-
-
Add javascript to post-comments Behat test so "wait for the batch job to finish" step can work correctly.
-
-
-
-
-
Activities are currently being deleted with a multiple_load, when doing this for 4k items or more the memory will time out. By altering this to a batch we make sure we don't make the request too heavy and divide it per batch. Also it will improve the interface when deleting a user, because now it will seem stuck on status 'initializing'. With this change you will see the process of deleting the activities which is the most heavy process of deleting users.
-
Issue 3360661 - Add patch for url_embed to stop cronjob from crashing when base64 images are being used in content
-
-
- May 17, 2023
-
-
-
Tiago authored
-
- May 16, 2023
-
-
ronaldtebrake authored
Remove the admin toolbar tools dependency, which is already part of social_core and not a dependency of this to work, add gin toolbar as that is required for the menu callbacks
-
ronaldtebrake authored
Ensure we now use the admin menu, as we are not renderin social_core.dashboard and remove unnecssary role context, we will use user.permissions
-
ronaldtebrake authored
For now we focus on improving the caching, by making sure its cache context only is based on user.permissions, theme and language. So we remove any other contexts (like route, is_front) and such. This should ensure the cache can be obtained for a SM and CM and be reused by others across the site.
-
- May 10, 2023
-
-
Bram ten Hove authored
-
Bram ten Hove authored
-
Tiago authored
-
- May 02, 2023
-
-
Issue #3355419 - Make sure new search queries always start at the first page
-