- Jun 05, 2019
-
-
ronaldtebrake authored
-
Jaap Jan Koster authored
-
Jaap Jan Koster authored
-
Jaap Jan Koster authored
-
Jaap Jan Koster authored
-
Jaap Jan Koster authored
-
Jaap Jan Koster authored
-
Jaap Jan Koster authored
-
- Jun 04, 2019
-
-
ronaldtebrake authored
Update modules/social_features/social_event/modules/social_event_an_enroll/social_event_an_enroll.info.yml Co-Authored-By: Alexander Varwijk <Kingdutch@users.noreply.github.com>
-
Taras Kruts authored
-
Taras Kruts authored
-
ronaldtebrake authored
-
ronaldtebrake authored
-
Alexander Varwijk authored
-
- May 28, 2019
-
-
Alexander Varwijk authored
-
Issue #3056603 by bramtenhove, royharink, Kingdutch: Increased performance for marking notifications as read (#1405) * Increased performance for marking notifications as read This prevents the click handler from being attached many times which causes a lot of requests to the server whenever the notification centre is opened. * Removed redundant DOM update after successful AJAX event. The selector touched on a subset of the previous selector which makes it redundant. * Added _updateNotificationCount to Drupal JS behaviours. * Switch to using `.text` instead of `.html` This makes it less likely that malicious code is inserted into the DOM if someone makes a mistake in the Drupal controller. * Fix incorrect text matching The jQuery selector selects more than one element so we only check the text of the first element since otherwise the `text()` method appends the value of all badges which makes for an unpredictable string.
-
Robert Ragas authored
-
Alexander Varwijk authored
The click handlers were added many times because the context of the attach method was not taken into account. Additionally the action button was before the temporary placeholder in the DOM order which caused it to be unclickable.
-
- May 27, 2019
-
-
Adds a service with interface (so others can implement the service as well) that allows developers to request a one-time login links. The logic for this login link is copied from Drupal 8's password reset functionality. It encodes the destination in base64 because the ?destination parameter didn't work as expected (causing the login controller to be bypassed). Base64 encoding makes the URL parts safe for transmission in URLs as a single argument. Typehints in the new service are used because it is code that will only run on PHP 7.2+ and has no existing dependants or dependencies.
-
- May 22, 2019
- May 15, 2019
-
-
-
Issue #3053668 by bramtenhove, robertragas: Load all activity entities at once instead of one by one
-
-
- May 14, 2019
-
-
- May 13, 2019
- May 10, 2019
-
-
Jaap Jan Koster authored
-
Jaap Jan Koster authored
-
Jaap Jan Koster authored
-
- May 09, 2019
-
-
Jaap Jan Koster authored
-
Alexander Varwijk authored
-
ronaldtebrake authored
-
ronaldtebrake authored
-
ronaldtebrake authored
#3034356 by ronaldtebrake: make sure event organizer also doesnt receive a message he has been added to their own event through add enrollee
-
ronaldtebrake authored
#3034356 by ronaldtebrake: Make sure we remove the actor from the list of recipients, he doesnt need to receive notifications for things he does
-
ronaldtebrake authored
#3034356 by ronaldtebrake: Make sure we remove the actor from the list of recipients, he doesnt need to receive notifications for things he does
-
Issue #3050760: Ensure event max enroll limit takes anonymous enrollments into account
-