- Dec 28, 2021
-
-
Tiago Siqueira authored
-
Andrii Chyrskyi authored
-
Andrii Chyrskyi authored
-
Andrii Chyrskyi authored
-
Andrii Chyrskyi authored
-
Andrii Chyrskyi authored
Issue #3222835 by curriedn, Ressinel: GroupRequestMembershipForm was using non-existing constant
-
- Dec 24, 2021
-
-
Taras Kruts authored
Issue #3254196 by ribel: Fix mention link output to work with the installation under a subdirectory (#2650)
-
- Dec 23, 2021
-
-
Issue #3251374 by Ressinel: Rename topic type Discussions.
-
[Internal] Remove un-required code.
-
- Dec 21, 2021
-
-
Tiago Siqueira authored
-
* Update phpstan-baseline.neon since new checks were added in https://github.com/mglaman/phpstan-drupal/releases/tag/1.1.2 * Fix automated phpStan errors regarding the plug in definition * Revert "Fix automated phpStan errors regarding the plug in definition" This reverts commit 54a22cf0414b1f7a72c41adb561cdd5af7f7dd55. Co-authored-by: Andrii Chyrskyi <andrii.chyrskyi@lemberg.co.ua> Co-authored-by: Tiago Siqueira <tiagobdesiqueira@gmail.com>
-
INTERNAL | Update data_policy to 2.0.0 for Drupal 9.2 compatibility
-
* 3254530 | Removing deprecated calls on hook_file_download() Removing deprecated calls to uriScheme() and getTarget() from hook_file_download(). * 3254530 | Remove exclusions from the baseline * 3254530 | Removing deprecated calls Remove two more deprecated function calls, setException and service('theme_handler')->install() * Change RequestEvent for ExceptionEvent from on403 function * Update drupal core min version on composer for tests and profile * Update drupal_social on travis.yaml to use 3.1.0 tag
-
- Dec 15, 2021
-
-
Tiago Siqueira authored
-
Issue #3254503 by nkoporec: iCal is not importing to Calendar (Mac OSX) if the event contains emojis
-
- Dec 14, 2021
-
-
[Internal] Improved defensive checks in ActivityDigestWorker queueworker.
-
- Dec 13, 2021
-
-
ronaldtebrake authored
[Internal] - Updated .travis.yml now drupal_social has 3.0.0 tagged release with D9 compatibility towards 9.2.x of drupal core
-
Navneet Singh authored
Issue #3254082 - Update Drupal Core to 9.2.x
-
Robert Ragas authored
Merge pull request #2593 from goalgorilla/issue-3248205-group-managers-should-not-be-allowed-to-invite-existing-members Issue #3248205 by nkoporec: Group managers should not be allowed to send invitations to users that are already part of the group
-
Navneet Singh authored
-
Tiago Siqueira authored
This will be handled as a separate fix since it's not a 9.2 fix. This reverts commit 4e52d1fc.
-
Tiago Siqueira authored
Some systems might fall into the "alter" logic for the uuid core service. If so a Pecl uuid class will be injected instead of the Php expected one. To fix this we replaced the expected class for the interface.
-
Navneet Singh authored
1. Made code more defensive. 2. Update composer.json of tests and tugboat to match latest changes in drupal core version.
-
- Dec 12, 2021
-
-
Navneet Singh authored
Link class return typehints were changed in https://www.drupal.org/project/drupal/issues/3163487.
-
Navneet Singh authored
-
Navneet Singh authored
In Drupal core issue https://www.drupal.org/project/drupal/issues/3203611 changed typehint in FieldConfigInterface. So we are applying new patch in https://www.drupal.org/project/drupal/issues/3251856
-
ronaldtebrake authored
-
ronaldtebrake authored
-
ronaldtebrake authored
Drupal\field\Entity\Drupal\field\FieldConfigInterface
-
ronaldtebrake authored
-
ronaldtebrake authored
#3253992 by ronaldtebrake, lets create a new local patch we can remove in 9.4.x of Drupal Core and see if this patch works for 9.2.x
-
ronaldtebrake authored
Update / removed necessary patches, those trying to figure out where the query interface patch came from is 3078964 and will be fixed in 2711739
-
ronaldtebrake authored
-
ronaldtebrake authored
Drupal 9.1.x compatibility after all contrib updates.
-
- Dec 11, 2021
-
-
ronaldtebrake authored
-
ronaldtebrake authored
-
ronaldtebrake authored
Split up notification and stability 2 test suite as it now runs for 50 mins, major headache if test fails after 49 mins
-
ronaldtebrake authored
Make sure we logout before activities are send so we dont run in to the EmailActivityDestination::isUserOffline
-
- Dec 10, 2021
-
-
ronaldtebrake authored
Make sure when creating topics we also add the created/changed date, this ensures in views sorting on published dates doesn't go random but newest is shown first
-
ronaldtebrake authored
It could be the newest topic block gets cached while logging in so the Behat topic isn't available yet there
-