Log of /contributions/modules/pageroute/pageroute.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.65 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jun 5 14:36:00 2007 UTC
(2 years, 5 months ago)
by
fago
Branch:
MAIN
Changes since
1.64: +22 -7 lines
Diff to
previous 1.64
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
Revision
1.61 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed May 23 14:34:24 2007 UTC
(2 years, 6 months ago)
by
fago
Branch:
MAIN
Changes since
1.60: +9 -2 lines
Diff to
previous 1.60
made pageroute_pages functions more flexible, so that they work better for different content types,
allow page types to work with multiple content types
Revision
1.39.2.13 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Apr 30 18:20:33 2007 UTC
(2 years, 6 months ago)
by
fago
Branch:
DRUPAL-5
Changes since
1.39.2.12: +62 -28 lines
Diff to
previous 1.39.2.12
, to
branch point 1.39
#85442: fixed required fields get the user stuck by adding optional cancel links
readded the old 4.7 feature for node management pages: optionally display a node add form instead of an empty overview,
made it possible to label the add button of node management pages' empty overview different than the add button for a non empty overview
Revision
1.52 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Apr 30 18:20:01 2007 UTC
(2 years, 6 months ago)
by
fago
Branch:
MAIN
Changes since
1.51: +62 -28 lines
Diff to
previous 1.51
#85442: fixed required fields get the user stuck by adding optional cancel links
readded the old 4.7 feature for node management pages: optionally display a node add form instead of an empty overview,
made it possible to label the add button of node management pages' empty overview different than the add button for a non empty overview
Revision
1.39.2.12 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Apr 29 18:33:02 2007 UTC
(2 years, 7 months ago)
by
fago
Branch:
DRUPAL-5
Changes since
1.39.2.11: +13 -12 lines
Diff to
previous 1.39.2.11
, to
branch point 1.39
added the possibility to make a page that doesn't appear as tab if tab like submit buttons are enabled,
fixed a possible wrong handling of the destination paramter with the PAGEROUTE_NONE redirect target
Revision
1.51 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Apr 29 18:32:48 2007 UTC
(2 years, 7 months ago)
by
fago
Branch:
MAIN
Changes since
1.50: +13 -12 lines
Diff to
previous 1.50
added the possibility to make a page that doesn't appear as tab if tab like submit buttons are enabled,
fixed a possible wrong handling of the destination paramter with the PAGEROUTE_NONE redirect target
Revision
1.50 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Apr 24 17:48:40 2007 UTC
(2 years, 7 months ago)
by
fago
Branch:
MAIN
Changes since
1.49: +147 -33 lines
Diff to
previous 1.49
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.39.2.11 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Apr 24 17:45:08 2007 UTC
(2 years, 7 months ago)
by
fago
Branch:
DRUPAL-5
Changes since
1.39.2.10: +147 -33 lines
Diff to
previous 1.39.2.10
, to
branch point 1.39
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.39.2.7 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Apr 5 17:55:37 2007 UTC
(2 years, 7 months ago)
by
fago
Branch:
DRUPAL-5
Changes since
1.39.2.6: +56 -13 lines
Diff to
previous 1.39.2.6
, to
branch point 1.39
new features: now a customized redirect path may be specified, to which users will be redirected after completing the route,
restructured drupal message deletion: page types can now prevent the deletion of the drupal messages and they will be only deleted on form submit!
Revision
1.46 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Apr 5 17:55:23 2007 UTC
(2 years, 7 months ago)
by
fago
Branch:
MAIN
Changes since
1.45: +56 -13 lines
Diff to
previous 1.45
new features: now a customized redirect path may be specified, to which users will be redirected after completing the route,
restructured drupal message deletion: page types can now prevent the deletion of the drupal messages and they will be only deleted on form submit!
Revision
1.43 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Mar 23 20:52:08 2007 UTC
(2 years, 8 months ago)
by
fago
Branch:
MAIN
Changes since
1.42: +4 -1 lines
Diff to
previous 1.42
fixes destination paramter handling: now pageroute redirects correctly from the last page to the destination paramter
Revision
1.41 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Mar 20 17:57:57 2007 UTC
(2 years, 8 months ago)
by
fago
Branch:
MAIN
Changes since
1.40: +5 -5 lines
Diff to
previous 1.40
moves setting the title out of the form generation, which makes sense if the form is executed programmatical
Revision
1.39.2.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Mar 20 17:30:09 2007 UTC
(2 years, 8 months ago)
by
fago
Branch:
DRUPAL-5
Changes since
1.39: +34 -14 lines
Diff to
previous 1.39
fixed subforms, so that it's possible to have subforms in a subform,
improved subform to handle redirect targets of subforms,
introduced a new pageroute redirect target PAGEROUTE_NONE and updated documentation,
added the active page object to $form['page'],
introduced a new pagerouteapi operation target that allows other modules to force a redirect target and updated the documentation
Revision
1.40 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Mar 20 17:29:16 2007 UTC
(2 years, 8 months ago)
by
fago
Branch:
MAIN
Changes since
1.39: +34 -14 lines
Diff to
previous 1.39
fixed subforms, so that it's possible to have subforms in a subform,
improved subform to handle redirect targets of subforms,
introduced a new pageroute redirect target PAGEROUTE_NONE and updated documentation,
added the active page object to $form['page'],
introduced a new pagerouteapi operation target that allows other modules to force a redirect target and updated the documentation
Revision
1.37 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Mar 13 16:28:51 2007 UTC
(2 years, 8 months ago)
by
fago
Branch:
MAIN
Changes since
1.36: +2 -2 lines
Diff to
previous 1.36
fixed css and removed problematic feature of the page type node management, which has allowed own to show an add node form if the user has no nodes of the chosen type
Revision
1.36 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Mar 13 16:00:52 2007 UTC
(2 years, 8 months ago)
by
fago
Branch:
MAIN
Changes since
1.35: +17 -8 lines
Diff to
previous 1.35
changed pageroute argument handling, now the node id will be read from the first page argument and the user id from the second
Revision
1.34 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Mar 13 14:16:43 2007 UTC
(2 years, 8 months ago)
by
fago
Branch:
MAIN
Changes since
1.33: +19 -16 lines
Diff to
previous 1.33
fixed a bug with tab-like submit buttons and setting new arguments, moved the target prepare step to form submit
Revision
1.33 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Mar 13 13:36:14 2007 UTC
(2 years, 8 months ago)
by
fago
Branch:
MAIN
Changes since
1.32: +11 -2 lines
Diff to
previous 1.32
refactored the subform module to an include and fixed doubled drupal_access_denied() or not_found() errors
Revision
1.27 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Mar 8 13:18:26 2007 UTC
(2 years, 8 months ago)
by
fago
Branch:
MAIN
Changes since
1.26: +59 -62 lines
Diff to
previous 1.26
first catch in refactoring pageroute's API. page type's node add, node edit and node view should already work again, other page types are known to be broken
Revision
1.21 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Sep 27 21:36:05 2006 UTC
(3 years, 2 months ago)
by
fago
Branch:
MAIN
Branch point for:
DRUPAL-4-7
Changes since
1.20: +26 -3 lines
Diff to
previous 1.20
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.17 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Sep 13 15:24:27 2006 UTC
(3 years, 2 months ago)
by
fago
Branch:
MAIN
Changes since
1.16: +41 -357 lines
Diff to
previous 1.16
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.16 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Sep 13 11:56:59 2006 UTC
(3 years, 2 months ago)
by
fago
Branch:
MAIN
Changes since
1.15: +55 -24 lines
Diff to
previous 1.15
separated path generation and uid detection into its own functions,
keep all arguments to the route during the whole route so that pages can use them
Revision
1.15 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Sep 4 19:35:19 2006 UTC
(3 years, 2 months ago)
by
fago
Branch:
MAIN
Changes since
1.14: +12 -7 lines
Diff to
previous 1.14
changed pageroute_workflow to only change to the state of a page, if the page has been submitted successfully
Revision
1.14 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Aug 29 16:39:01 2006 UTC
(3 years, 3 months ago)
by
fago
Branch:
MAIN
Changes since
1.13: +7 -6 lines
Diff to
previous 1.13
fixed displaying of the tab-like submit button twice on node management pages, if there are no nodes and the add form is displayed instead of an empty list
Revision
1.12 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Aug 28 22:30:46 2006 UTC
(3 years, 3 months ago)
by
fago
Branch:
MAIN
Changes since
1.11: +154 -51 lines
Diff to
previous 1.11
added role based access control for a whole route,
pageroute_workflow- workflows: added automatically created transitions for authors ,
added optional tab-like submit buttons for pageroutes
Revision
1.11 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Aug 24 19:51:40 2006 UTC
(3 years, 3 months ago)
by
fago
Branch:
MAIN
Changes since
1.10: +23 -2 lines
Diff to
previous 1.10
created new experimental module: pageroute_workflow, which tracks users through a route with the help of workflow and usernode module
Revision
1.8 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Aug 22 14:20:00 2006 UTC
(3 years, 3 months ago)
by
fago
Branch:
MAIN
Changes since
1.7: +119 -105 lines
Diff to
previous 1.7
restructured node management page to use one huge form instead of a lot of tiny forms,
added possibility to deactivate pages,
added some missing calls to t() for button names
Revision
1.3 -
(
view)
(
download)
(
as text)
(
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: +64 -28 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.