Hi greggles,
i noticed you removed the contrib folder in the latest 5.2 cvs. However both
include_once("$pathauto_path/contrib/pathauto_node_event.inc");
include_once("$pathauto_path/contrib/pathauto_node_i18n.inc");
are still included in pathauto.module line 75ff.
Is support for i18n included elsewhere?
And can i savely remove those lines?
Comments
Comment #1
gregglesThanks for finding this - whoops!
I have removed those files because they were buggy and I don't know enough about them to provide assistance to people who submitted bugs about them. So, rather than providing buggy code I've removed it.
If someone really needs it then they can volunteer to support it, though really the code should be included in the modules themselves (that is the i18n module and the event module).
So, the includes should have been fixed at the same time as that removal, and no, for now i18n support is gone.
Thanks for finding/reporting this.
Comment #2
knseibert commentedNo problem.
I've started to write a small module (i18n/contrib/i18npathauto.module) which for now only sets the respective tokens, so that pathauto can use them. Works for me.
See http://drupal.org/node/176449
Comment #3
(not verified) commented