pageroute 6.x-1.0-beta5

since 6.x-1.0-beta4:
* fixed the caching problem
* added hook_pageroute_view
* improved the simpletests
* fixed some coding style issues

pageroute 6.x-1.0-beta4

Bug fixes

since 6.x-1.0-beta3:
* fixed some bugs
* improved the simpletests
* fixed some coding style issues

pageroute 6.x-1.0-beta3

New features
Bug fixes

since 6.x-1.0-beta2:
* fixed some bugs
* improved the simpletests
* convert pageroutes from 5.x that don't use the management page types

pageroute 6.x-1.0-beta2

New features
Bug fixes

since 6.x-1.0-beta1:
* overhauled the API
* removed complicated functionality like submit like tabs and the node management page
* added simple tests
* a lot of bug fixes and cleanup.

The update from 5.x doesn't convert the pageroute's yet, stay tuned if you need that and read UPDATE.txt.

pageroute 5.x-1.1

Bug fixes

changes since pageroute 5.x 1.0:
* fixed the auto-nid completion to work without administer node permission
* ensure that the unique form id of each pageroute form is valid
* add an "active" css class to the tab like submit button of the current page
* add a unique form id to each pageroute form to make selecting with css easier
* #176586: UI fix: fixed checking for existing page names on page creation
* fixed new empy fieldset of node management pages to correctly collapse
* node management page: Improves the default theme of the "There is no @type" to be shown in a fieldset
* fixed redirection if step by step verification with the states module is activated
* fixed tab like submit buttons to be shown disabled on not accessable pages
* updated states module integration to follow the latest development
* correctly obey page access when determining the redirect target and when display submit like redirect buttons, added the page type to the route's page index
* fixed applying the destination paramter correctly at the end of the route
* fixed to show access denied for pageroutes instead of not found, in case of no access
* modified pageroute nodefamily user tracking to not alter page access
* fixed user tracking to only track on activated pages

pageroute 6.x-1.x-dev

Subform is not used any more because of compatibility problems
Nodefamily support not included yet

pageroute 5.x-1.0

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

pageroute 5.x-0.9

This is the first 5.x compatible release!

The 5.x version has been substantially improved! Upgraders from 4.7.x have a look at the UPGRADE.txt file for important changes! A new API makes contributing own page types for developers really easy!

Subscribe with RSS Subscribe to Releases for Pageroute