Luke Stewart
Luke Stewart
Currently vacation_overrides.py fails on receiving a non ok response code due to e not existing as a variable.
It looks like that updating a site with simplesamlphp/simplesamlphp at version greater than 1.19.0 with composer update -w or -W (i.e. updating with dependencies) results in a downgrade to 1.19.0...
Overview ---------------------------------------- Fixes an error notice that was clogging up logs. Before ---------------------------------------- Drupal watchdog logs filled up with annoying error notices. After ---------------------------------------- Drupal watchdog logs fill up with...
DrupalHelper.php has shifted location.
Overview ---------------------------------------- It would appear that setting the Payment Processor Mode to test and then reloading the contribution tab causes the Payment Processor to be set to user select. This...
Adds SetAttributesEvent Event that happens after attributes are created. This allows us to update the attributes in a Drupal Module by subscribing to this event. Also changes two methods in...