------------------
- Added Spanish and Brazilian Portuguese translations
[hvelarde]
- Move to using plone.app.registry
[saibatizoku]
- Make work with plone.locking
[vangheem]
- provide ability to specify the view to traverse to
in route configuration
[vangheem]
- do not apply IWrappedContext interface
[vangheem]
- add IRoutedRequest layer dynamically to request when
routing request so you can override specific parts of
plone only when routed.
[vangheem]
- add ability to provide custom predicates
[vangheem]
- add ability to provide a custom breadcrumb factory
[vangheem]
- added addRoute parameter of allowPartialMatch so that
you do not have to match an entire url when matching
url against a route.
[vangheem]