Posted by casey on August 21, 2007 at 1:06am
Jump to:
| Project: | Drupal core |
| Version: | 7.x-dev |
| Component: | other |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (duplicate) |
Issue Summary
Make libraries (path.inc, locale.inc, file.inc) overridable like cache.inc and session.inc; makes it easier to create custom libraries. These modules may lead to better solutions which can be implemented in later drupal versions.
Comments
#1
http://drupal.org/node/106559
http://drupal.org/node/100301
An overridable path.inc would make sense in cases
#2
A reasonable feature request, but too late for this cycle, as it would be an API change. Bumping to 7.x.
#3
This would be also useful for debugging purposes in multisite installations.
Having a sites/*sitename*/includes dir in which I could copy a includes/*.inc and put any number of print_r without fear of annoying people developing on other projects.
#4
#5
All use cases of Larry Garfield's Handlers! Hopefully he'll get it ready for D7 core in time.
Subscribing.
#6
sub
#7
subscribe
#8
This will be supported by Crell's "Handlers" or whatever it is called by now. Can't find the current issue right away, but this issue is definitely a dead end.