commit | 08fec7bdf846daa3dfa4114310f065294ac092fc | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@devilix.net> | Fri Jul 19 16:25:51 2013 +0300 |
committer | Andrey Andreev <narf@devilix.net> | Fri Jul 19 19:06:55 2013 +0300 |
tree | 59dbd8b39a0064651339f7543993df8f67871db5 | |
parent | 279c76cb3565672594c4e18dd070cb1e1fe38db9 [diff] |
Router improvements - Make dashes-to-underscores URI segment replacement configurable via ['translate_uri_dashes']. - Make _set_routing() protected and move the call to the class constructor. - Remove redudant calls to set_class() and set_method(). - Clean-up/optimize the routes loading procedure. (fixes issue #2503)