Log of /contributions/modules/pageroute/README.txt
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.18 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Apr 24 17:48:40 2007 UTC
(2 years, 7 months ago)
by
fago
Branch:
MAIN
CVS Tags:
HEAD
Branch point for:
DRUPAL-6--1
Changes since
1.17: +18 -12 lines
Diff to
previous 1.17
two API changes:
* added a new pagerouteapi hook operation 'boot' which allows customizing page access, have a look at the API documentation for more on this
* changed pageroute_page_arg() to work on $route, instead on $page.
feature changes:
* overhauled states module integration: used it to optionally verify that a user can only reach the next step, which is ensured through altering page_access. pageroute_nodefamily does now also obey this setting.
Revision
1.14.2.4 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Apr 24 17:45:08 2007 UTC
(2 years, 7 months ago)
by
fago
Branch:
DRUPAL-5
CVS Tags:
DRUPAL-5--1-1
Changes since
1.14.2.3: +18 -12 lines
Diff to
previous 1.14.2.3
, to
branch point 1.14
, to
next main 1.18
two API changes:
* added a new pagerouteapi hook operation 'boot' which allows customizing page access, have a look at the API documentation for more on this
* changed pageroute_page_arg() to work on $route, instead on $page.
feature changes:
* overhauled states module integration: used it to optionally verify that a user can only reach the next step, which is ensured through altering page_access. pageroute_nodefamily does now also obey this setting.
Revision
1.10 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Sep 27 21:36:05 2006 UTC
(3 years, 1 month ago)
by
fago
Branch:
MAIN
Changes since
1.9: +11 -1 lines
Diff to
previous 1.9
added view access checking to the node display page type,
fixed the node edit page type,
the node id of new created nodes with a node add or edit page type will now be appended to the next generated path, which allows one to build a kind of preview pages (read the new hint!)
Revision
1.9 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Sep 26 18:45:24 2006 UTC
(3 years, 2 months ago)
by
fago
Branch:
MAIN
Changes since
1.8: +7 -9 lines
Diff to
previous 1.8
updated module to reflect the latest changes to nodefamilies pageroute integration
Revision
1.8 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Sep 13 18:17:28 2006 UTC
(3 years, 2 months ago)
by
fago
Branch:
MAIN
Changes since
1.7: +3 -3 lines
Diff to
previous 1.7
added a new page type: node editing form. this page types takes the node id as argument
Revision
1.6 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Sep 13 15:24:27 2006 UTC
(3 years, 2 months ago)
by
fago
Branch:
MAIN
Changes since
1.5: +28 -2 lines
Diff to
previous 1.5
generalized the pageroute code a bit. now every module can define new page types. be sure to run the drupal database updater and if you use the nodefamily module update your nodefamily module too
Revision
1.5 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Aug 24 19:51:40 2006 UTC
(3 years, 3 months ago)
by
fago
Branch:
MAIN
Changes since
1.4: +26 -4 lines
Diff to
previous 1.4
created new experimental module: pageroute_workflow, which tracks users through a route with the help of workflow and usernode module
Revision
1.3 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Aug 15 22:44:59 2006 UTC
(3 years, 3 months ago)
by
fago
Branch:
MAIN
Changes since
1.2: +7 -2 lines
Diff to
previous 1.2
added node update access check before displaying the edit button,
made it possible to go through a route as another user
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.