Download Size md5 hash
pageroute-5.x-1.0.tar.gz 26.87 KB dfb34606f062228793918094fc7b2f4d
pageroute-5.x-1.0.zip 32.82 KB 82134c50c050acb26c66694fec1bb81a
Official release from tag: 5.x-1.0
Last updated: December 24, 2010 - 23:34

changes since pageroute 5.x 0.9:
* show a proper error message if a pageroute with no pages is displayed
* fixed destination parameter handling: now pageroute redirects correctly from the last page to the destination parameter
* removed the experimental pageroute_workflow module (read UPGRADE.txt)
* added pageroute_nodefamily module, which is still in development but already has some useful features.
You can already associate a pageroute with a content type, so that the route will be used for node edit.
* refactored pageroute_subform.inc to a new module: subform element - as an affect this module is required by pageroute.

So for upgrading from pageroute 5.x 0.9
1. deactivate pageroute
2. install the subform element module
3. update pageroute and reactivate it

changes only visible for developers:
* introduced a new pageroute redirect target PAGEROUTE_NONE and updated developer documentation
* introduced a new pagerouteapi operation target that allows other modules to force a redirect target and updated the documentation
* added the active page object to $form['page']
* improved the subform element, so that it handles redirect targets and is capable of nested subforms
* moved setting the html title out of the form generation, which makes sense if the form is executed programmatical