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

casey’s picture

http://drupal.org/node/106559
http://drupal.org/node/100301

An overridable path.inc would make sense in cases

webchick’s picture

Version: 6.x-dev » 7.x-dev

A reasonable feature request, but too late for this cycle, as it would be an API change. Bumping to 7.x.

Pedro Lozano’s picture

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.

casey’s picture

Category: task » feature
wim leers’s picture

All use cases of Larry Garfield's Handlers! Hopefully he'll get it ready for D7 core in time.

Subscribing.

slantview’s picture

sub

basicmagic.net’s picture

subscribe

wim leers’s picture

Status: Active » Closed (duplicate)

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.