Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
base system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
13 Apr 2010 at 03:53 UTC
Updated:
20 Jan 2016 at 09:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
catchPatch.
Comment #2
catchmenu.inc is already swappable.
Comment #3
joshuajabbour commentedattached is a fix to the patch in #1 to remove the double slashes in the path. It also fixes the same problem in the menu.inc inclusion...
Comment #5
joshuajabbour commentedreroll
Comment #7
joshuajabbour commentedargh
Comment #8
joshuajabbour commentedok, one last try. no more git diff. silly testbot...
Comment #9
joshuajabbour commentedComment #10
catchComment #11
marvil07 commentedComment #12
moshe weitzman commentedIIRC, the very first versions of multi-site (circa 4.5) let you swap /includes files just like modules and themes. So, you would add a sites/all/includes folder and put your own common.inc there. Same for sites/foo/includes. Maybe we should go back to this.
This is a bit tricky for files that are needed before conf_path(), but we can probably find a settings.inc based solution for these.
Comment #13
valthebald#11: 0001-Issue-769648-Make-common.inc-swappable.patch queued for re-testing.
Comment #15
dawehnercommon.inc doesn't really exist anymore at that point in time.