forked from goalgorilla/drupal_social
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpatches.txt
25 lines (19 loc) · 845 Bytes
/
patches.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
This file contains patches done to Drupal core or contrib modules.
Please avoid patches at any cost, for it will most likely break upgrade paths!
--- Core ---
[block]
block-region-none-2724283-22.patch
Fix region string issue to be able to add blocks with region none to views.
[views]
grouped_filters-2369119-73.patch
Make sure exposed filters work in yml files, also for site install in other language.
--- Contrib ---
[profile]
profile-accesscontrol-2703825-2.patch
Makes sure access control on the users events and topics overview do not result in an php error because of the
way profile handles this access control.
profile-page-title-missing-2704763-3.patch
Makes sure on adding / creating profile you will have a correct page title.
[devel]
devel_fix_entity_manager.patch
see https://www.drupal.org/node/2749249