-
Sub-path URL Aliases: February 25, 2011 2:11
Commit 77b8b84 on master, committed by Drupal Git User (LDAP)Stripping CVS keywords
-
by smk-ka: Changed code to use the advanced drupal_static() pattern.
-
Updated CHANGELOG.
-
by smk-ka: Fixed queried sub-paths don't respect alias order (based on core bug #358315 drupal_lookup_path() not respects alias' order).
-
#576868 by HnLn: Fixed wrong order of queried sub-paths in multilingual environments, causing the edit link of a node that has a parent node in the menu hierarchy (and a path that is built based on this hierarchy) to link back to the view of the parent node instead of the edit page.
-
by smk-ka: Removed unnecessary column aliasing from SQL queries.
-
by smk-ka: Replaced strncmp() with an easier to understand logic.
-
by smk-ka: Minor documentation updates.
-
Preparing 6.x-1.1 release. Updated README with URL Alter version information.
-
#613318 by Dave Reid: Updated hook_url_alter function names. Note: requires URL Alter version 1.2 or later!