When urlFor() is passed a named route, pass it to generate()
authorChuck Hagenbuch <chuck@horde.org>
Wed, 28 Oct 2009 03:26:41 +0000 (23:26 -0400)
committerChuck Hagenbuch <chuck@horde.org>
Wed, 28 Oct 2009 03:26:41 +0000 (23:26 -0400)
commit5b3800b088a648eac43a62f988f05324f39daf97
treeef9ed30a334a59fa5ded16b7795168f3adccde3b
parent85b5fba2f7116198889fcc24833636e8bd85bfd8
When urlFor() is passed a named route, pass it to generate()

Includes some other changes to make this work with formatted routes, and some
updates to the tests to reflect updated assumptions.
framework/Routes/lib/Horde/Routes/Mapper.php
framework/Routes/lib/Horde/Routes/Route.php
framework/Routes/lib/Horde/Routes/Utils.php
framework/Routes/test/Horde/Routes/UtilTest.php
framework/Routes/test/Horde/Routes/UtilWithExplicitTest.php