/[drupal]/contributions/modules/pageroute/README.txt
ViewVC logotype

Log of /contributions/modules/pageroute/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (annotate)
Sticky Tag:

Revision 1.18.2.3 - (view) (download) (annotate) - [select for diffs]
Tue Sep 15 13:40:37 2009 UTC (2 months, 1 week ago) by fago
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-BETA2, DRUPAL-6--1-0-BETA3, DRUPAL-6--1-0-BETA4
Changes since 1.18.2.2: +58 -1 lines
Diff to previous 1.18.2.2 , to branch point 1.18
#540590 patch by sgilits and me: added README and UPGRADE.txt

Revision 1.18.2.2 - (view) (download) (annotate) - [select for diffs]
Thu Mar 26 13:53:36 2009 UTC (8 months ago) by tauran
Branch: DRUPAL-6--1
Changes since 1.18.2.1: +0 -0 lines
Diff to previous 1.18.2.1 , to branch point 1.18
#410020: fixed Node form CCK "add more" Ajax error

Revision 1.18.2.1 - (view) (download) (annotate) - [select for diffs]
Fri Nov 14 10:33:30 2008 UTC (12 months, 1 week ago) by tauran
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-BETA1
Changes since 1.18: +3 -166 lines
Diff to previous 1.18
removed old files

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.14.2.3 - (view) (download) (annotate) - [select for diffs]
Thu Mar 29 18:49:32 2007 UTC (2 years, 7 months ago) by fago
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0
Changes since 1.14.2.2: +4 -4 lines
Diff to previous 1.14.2.2 , to branch point 1.14
docs: corrected some language errors..

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Thu Mar 29 18:49:15 2007 UTC (2 years, 7 months ago) by fago
Branch: MAIN
Changes since 1.16: +4 -4 lines
Diff to previous 1.16
docs: corrected some language errors..

Revision 1.14.2.2 - (view) (download) (annotate) - [select for diffs]
Thu Mar 29 16:55:59 2007 UTC (2 years, 7 months ago) by fago
Branch: DRUPAL-5
Changes since 1.14.2.1: +6 -3 lines
Diff to previous 1.14.2.1 , to branch point 1.14
fixed documentation to reflect the latest changes

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Thu Mar 29 16:55:49 2007 UTC (2 years, 7 months ago) by fago
Branch: MAIN
Changes since 1.15: +6 -3 lines
Diff to previous 1.15
fixed documentation to reflect the latest changes

Revision 1.14.2.1 - (view) (download) (annotate) - [select for diffs]
Tue Mar 27 17:00:24 2007 UTC (2 years, 8 months ago) by fago
Branch: DRUPAL-5
Changes since 1.14: +38 -21 lines
Diff to previous 1.14
synched with HEAD branch

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Tue Mar 27 16:58:54 2007 UTC (2 years, 8 months ago) by fago
Branch: MAIN
Changes since 1.14: +38 -21 lines
Diff to previous 1.14
removed the experimental workflow integration module and updated docs

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Thu Mar 15 15:46:43 2007 UTC (2 years, 8 months ago) by fago
Branch: MAIN
CVS Tags: DRUPAL-5--0-9
Branch point for: DRUPAL-5
Changes since 1.13: +79 -82 lines
Diff to previous 1.13
updated documentation, added API documentation and UPGRADE help

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Mon Mar 5 14:06:40 2007 UTC (2 years, 8 months ago) by fago
Branch: MAIN
Changes since 1.12: +28 -28 lines
Diff to previous 1.12
initial port to 5.x - does still contain some bugs

Revision 1.11.2.1 - (view) (download) (annotate) - [select for diffs]
Mon Mar 5 13:45:59 2007 UTC (2 years, 8 months ago) by fago
Branch: DRUPAL-4-7
Changes since 1.11: +21 -1 lines
Diff to previous 1.11 , to next main 1.18
committed experimental subform module to 4.7 to make HEAD free for 5.x development

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Mon Jan 15 21:18:48 2007 UTC (2 years, 10 months ago) by fago
Branch: MAIN
Changes since 1.11: +21 -1 lines
Diff to previous 1.11
added a new experimental module & page type: user edit form

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Sun Oct 29 18:32:03 2006 UTC (3 years ago) by fago
Branch: MAIN
CVS Tags: DRUPAL-4-7--1-0
Branch point for: DRUPAL-4-7
Changes since 1.10: +2 -2 lines
Diff to previous 1.10
added more documentation

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.7 - (view) (download) (annotate) - [select for diffs]
Wed Sep 13 15:31:36 2006 UTC (3 years, 2 months ago) by fago
Branch: MAIN
Changes since 1.6: +3 -3 lines
Diff to previous 1.6
updated installation docs

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.4 - (view) (download) (annotate) - [select for diffs]
Mon Aug 21 15:35:12 2006 UTC (3 years, 3 months ago) by fago
Branch: MAIN
Changes since 1.3: +8 -3 lines
Diff to previous 1.3
restructured page types, added more options for node management type

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

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Tue Aug 15 20:17:42 2006 UTC (3 years, 3 months ago) by fago
Branch: MAIN
Changes since 1.1: +16 -7 lines
Diff to previous 1.1
major update: reorganized page types and added a new type: node management.

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Wed Aug 9 10:15:27 2006 UTC (3 years, 3 months ago) by fago
Branch: MAIN
imported files from nodeprofile project and updated docs.

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.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2