From 10fd8fe6bc26a7241542353032540cd4415ee9cc Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 24 Dec 2010 17:09:32 -0500 Subject: - Added "Advanced Configuration" narrative chapter which documents how to deal with configuration conflicts, two-phase configuration, ``include`` and ``commit``. --- docs/latexindex.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/latexindex.rst') diff --git a/docs/latexindex.rst b/docs/latexindex.rst index 713c9841f..2d4644416 100644 --- a/docs/latexindex.rst +++ b/docs/latexindex.rst @@ -51,6 +51,7 @@ Narrative Documentation narr/environment narr/testing narr/hooks + narr/advconfig narr/declarative narr/extending narr/assets -- cgit v1.2.3 From 88b9ee766bf53ae1c46b8a1889674fea08053622 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 26 Dec 2010 15:57:28 -0500 Subject: - Merge "Static Assets" chapter into the "Assets" chapter. --- docs/latexindex.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'docs/latexindex.rst') diff --git a/docs/latexindex.rst b/docs/latexindex.rst index 2d4644416..25e6791d0 100644 --- a/docs/latexindex.rst +++ b/docs/latexindex.rst @@ -38,7 +38,7 @@ Narrative Documentation narr/renderers narr/templates narr/resources - narr/static + narr/assets narr/webob narr/sessions narr/flash @@ -54,7 +54,6 @@ Narrative Documentation narr/advconfig narr/declarative narr/extending - narr/assets narr/router narr/startup narr/threadlocals -- cgit v1.2.3 From 43520cf4eb67cd24eaacbe8f3f42928abc469b2f Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 27 Dec 2010 23:02:47 -0500 Subject: include handler, translationdir, and localenegotiator zcml references in PDF --- docs/latexindex.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/latexindex.rst') diff --git a/docs/latexindex.rst b/docs/latexindex.rst index 25e6791d0..058835937 100644 --- a/docs/latexindex.rst +++ b/docs/latexindex.rst @@ -125,7 +125,9 @@ ZCML Directive Reference zcml/configure zcml/default_permission zcml/forbidden + zcml/handler zcml/include + zcml/localenegotiator zcml/notfound zcml/remoteuserauthenticationpolicy zcml/renderer @@ -134,6 +136,7 @@ ZCML Directive Reference zcml/scan zcml/static zcml/subscriber + zcml/translationdir zcml/utility zcml/view -- cgit v1.2.3 From 8dcc5e13e1b32d19327ec4dbe5b92b6fbc59018e Mon Sep 17 00:00:00 2001 From: Casey Duncan Date: Fri, 31 Dec 2010 13:57:23 -0700 Subject: add much ado chapt to book toc --- docs/latexindex.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/latexindex.rst') diff --git a/docs/latexindex.rst b/docs/latexindex.rst index 058835937..e2433746c 100644 --- a/docs/latexindex.rst +++ b/docs/latexindex.rst @@ -33,6 +33,7 @@ Narrative Documentation narr/project narr/resourcelocation narr/urldispatch + narr/muchadoabouttraversal narr/traversal narr/views narr/renderers -- cgit v1.2.3 From ee50aec09576620537ff68895cfb81fd4663a45f Mon Sep 17 00:00:00 2001 From: Casey Duncan Date: Fri, 31 Dec 2010 18:24:18 -0700 Subject: Remove resource location chapter and move intro parts to url dispatch. The new much ado about traversal chapter takes care of selling traversal now --- docs/latexindex.rst | 1 - 1 file changed, 1 deletion(-) (limited to 'docs/latexindex.rst') diff --git a/docs/latexindex.rst b/docs/latexindex.rst index e2433746c..9635e6e8a 100644 --- a/docs/latexindex.rst +++ b/docs/latexindex.rst @@ -31,7 +31,6 @@ Narrative Documentation narr/configuration narr/firstapp narr/project - narr/resourcelocation narr/urldispatch narr/muchadoabouttraversal narr/traversal -- cgit v1.2.3 From 8a1b50bc4027e25d5450cc6968f1f005af9d389f Mon Sep 17 00:00:00 2001 From: Casey Duncan Date: Sun, 2 Jan 2011 23:45:33 -0700 Subject: Split view chapter, move view config after templates, some reordering in view config --- docs/latexindex.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/latexindex.rst') diff --git a/docs/latexindex.rst b/docs/latexindex.rst index 9635e6e8a..608a49678 100644 --- a/docs/latexindex.rst +++ b/docs/latexindex.rst @@ -37,6 +37,7 @@ Narrative Documentation narr/views narr/renderers narr/templates + narr/viewconfig narr/resources narr/assets narr/webob -- cgit v1.2.3 From 81bd32edadc54928fb84e1a35d7ccd4b34c4dc22 Mon Sep 17 00:00:00 2001 From: Casey Duncan Date: Mon, 3 Jan 2011 00:10:04 -0700 Subject: add placeholder form handling chapt, may move to cookbook --- docs/latexindex.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/latexindex.rst') diff --git a/docs/latexindex.rst b/docs/latexindex.rst index 608a49678..59ced2ac8 100644 --- a/docs/latexindex.rst +++ b/docs/latexindex.rst @@ -59,6 +59,7 @@ Narrative Documentation narr/startup narr/threadlocals narr/zca + narr/forms .. _tutorials: -- cgit v1.2.3 From b0b9f70b16aeb36b8588efde13b7b2475a46278b Mon Sep 17 00:00:00 2001 From: Casey Duncan Date: Wed, 5 Jan 2011 23:21:12 -0700 Subject: combine flash and csrf into sessions chapt --- docs/latexindex.rst | 2 -- 1 file changed, 2 deletions(-) (limited to 'docs/latexindex.rst') diff --git a/docs/latexindex.rst b/docs/latexindex.rst index 59ced2ac8..4ff3bbfe7 100644 --- a/docs/latexindex.rst +++ b/docs/latexindex.rst @@ -42,8 +42,6 @@ Narrative Documentation narr/assets narr/webob narr/sessions - narr/flash - narr/csrf narr/security narr/hybrid narr/i18n -- cgit v1.2.3 From 54b5b503695205f9c0f7acd6b59731a3a6493680 Mon Sep 17 00:00:00 2001 From: Casey Duncan Date: Sat, 15 Jan 2011 21:52:25 -0700 Subject: break out handlers into their own chapt once more --- docs/latexindex.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/latexindex.rst') diff --git a/docs/latexindex.rst b/docs/latexindex.rst index 4ff3bbfe7..e5a83bfff 100644 --- a/docs/latexindex.rst +++ b/docs/latexindex.rst @@ -38,6 +38,7 @@ Narrative Documentation narr/renderers narr/templates narr/viewconfig + narr/handlers narr/resources narr/assets narr/webob -- cgit v1.2.3 From 9e45b104edb01f725d1ab22be1e1e5e96c1464a3 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 16 Jan 2011 17:48:12 -0500 Subject: remove handler reference from latexindex --- docs/latexindex.rst | 1 - 1 file changed, 1 deletion(-) (limited to 'docs/latexindex.rst') diff --git a/docs/latexindex.rst b/docs/latexindex.rst index 4ff3bbfe7..00f177e5c 100644 --- a/docs/latexindex.rst +++ b/docs/latexindex.rst @@ -125,7 +125,6 @@ ZCML Directive Reference zcml/configure zcml/default_permission zcml/forbidden - zcml/handler zcml/include zcml/localenegotiator zcml/notfound -- cgit v1.2.3 From c1eb0c69f2067baa567f68f6cc472397ec71f65a Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Tue, 18 Jan 2011 10:39:24 -0500 Subject: - The ``make_app`` function has been removed from the ``pyramid.router`` module. It continues life within the ``pyramid_zcml`` package. This leaves the ``pyramid.router`` module without any API functions. - The ``configure_zcml`` setting within the deployment settings (within ``**settings`` passed to a Pyramid ``main`` function) has ceased to have any meaning. - The ``starter_zcml`` paster template has been moved to the ``pyramid_zcml`` package. - The ``bfg2pyramid`` script now converts ZCML include tags that have ``repoze.bfg.includes`` as a package attribute to the value ``pyramid_zcml``. For example, ```` will be converted to ````. - The ``load_zcml`` method of a Configurator has been removed from the Pyramid core. Loading ZCML is now a feature of the ``pyramid_zcml`` package, which can be downloaded from PyPI. Documentation for the package should be available via http://pylonsproject.org, which describes how to get this method back after depending upon ``pyramid_zcml`` as an ``install_requires`` dependency. - The ``pyramid.includes`` subpackage has been removed. ZCML files which use include the package ``pyramid.includes`` (e.g. ````) now must include the ``pyramid_zcml`` package instead (e.g. ``). - The "Declarative Configuration" narrative chapter has been removed (it was moved to the ``pyramid_zcml`` pakcage). - The add_directive method now accepts an "action_wrap" flag. - Fix some orphaned references. - Remove some docstring references to ZCML directives. - All integration test fixtures have been changed to use imperative configuration rather than ZCML configuration. --- docs/latexindex.rst | 2 -- 1 file changed, 2 deletions(-) (limited to 'docs/latexindex.rst') diff --git a/docs/latexindex.rst b/docs/latexindex.rst index 00f177e5c..a8232651b 100644 --- a/docs/latexindex.rst +++ b/docs/latexindex.rst @@ -51,9 +51,7 @@ Narrative Documentation narr/testing narr/hooks narr/advconfig - narr/declarative narr/extending - narr/router narr/startup narr/threadlocals narr/zca -- cgit v1.2.3 From c9c3c487bcaedeca97bb6463a00188b0dc01203a Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Tue, 18 Jan 2011 12:25:56 -0500 Subject: - Most references to ZCML in narrative chapters have been removed or redirected to ``pyramid_zcml`` locations. --- docs/latexindex.rst | 30 ------------------------------ 1 file changed, 30 deletions(-) (limited to 'docs/latexindex.rst') diff --git a/docs/latexindex.rst b/docs/latexindex.rst index a8232651b..2426ec4b0 100644 --- a/docs/latexindex.rst +++ b/docs/latexindex.rst @@ -97,7 +97,6 @@ API Reference api/renderers api/request api/response - api/router api/scripting api/security api/settings @@ -108,35 +107,6 @@ API Reference api/view api/wsgi -.. _zcml_reference: - -ZCML Directive Reference -@@@@@@@@@@@@@@@@@@@@@@@@ - -.. toctree:: - :maxdepth: 1 - - zcml/aclauthorizationpolicy - zcml/adapter - zcml/authtktauthenticationpolicy - zcml/asset - zcml/configure - zcml/default_permission - zcml/forbidden - zcml/include - zcml/localenegotiator - zcml/notfound - zcml/remoteuserauthenticationpolicy - zcml/renderer - zcml/repozewho1authenticationpolicy - zcml/route - zcml/scan - zcml/static - zcml/subscriber - zcml/translationdir - zcml/utility - zcml/view - .. backmatter:: Glossary and Index -- cgit v1.2.3 From 78fe62ae55a25ada43b9eaaf454d9e7044981a2d Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 19 Jan 2011 01:43:52 -0500 Subject: handlers are no longer a part of the package --- docs/latexindex.rst | 1 - 1 file changed, 1 deletion(-) (limited to 'docs/latexindex.rst') diff --git a/docs/latexindex.rst b/docs/latexindex.rst index 9716e26d0..2426ec4b0 100644 --- a/docs/latexindex.rst +++ b/docs/latexindex.rst @@ -38,7 +38,6 @@ Narrative Documentation narr/renderers narr/templates narr/viewconfig - narr/handlers narr/resources narr/assets narr/webob -- cgit v1.2.3 From 77049562f0cb6769cc18af5c41b13aa97653a4a3 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 21 Jan 2011 04:43:21 -0500 Subject: - Move content of "Forms" chapter back to "Views" chapter; I can't think of a better place to put it. --- docs/latexindex.rst | 1 - 1 file changed, 1 deletion(-) (limited to 'docs/latexindex.rst') diff --git a/docs/latexindex.rst b/docs/latexindex.rst index 2426ec4b0..077283228 100644 --- a/docs/latexindex.rst +++ b/docs/latexindex.rst @@ -55,7 +55,6 @@ Narrative Documentation narr/startup narr/threadlocals narr/zca - narr/forms .. _tutorials: -- cgit v1.2.3 From 3e4f429cce60465f2d58d0a60eb6a3adb5f9a377 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 29 Jan 2011 01:29:12 -0500 Subject: - Moved "Using ZODB With ZEO" and "Using repoze.catalog Within Pyramid" tutorials out of core documentation and into the Pyramid Tutorials site (http://docs.pylonsproject.org/projects/pyramid_tutorials/dev/). --- docs/latexindex.rst | 2 -- 1 file changed, 2 deletions(-) (limited to 'docs/latexindex.rst') diff --git a/docs/latexindex.rst b/docs/latexindex.rst index 077283228..53034d059 100644 --- a/docs/latexindex.rst +++ b/docs/latexindex.rst @@ -69,8 +69,6 @@ Tutorials tutorials/wiki2/index.rst tutorials/gae/index.rst tutorials/modwsgi/index.rst - tutorials/zeo/index.rst - tutorials/catalog/index.rst .. _api_reference: -- cgit v1.2.3 From 740e17af628e4ea9685fb00d079627e992f899d8 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 30 Jan 2011 17:24:24 -0500 Subject: reorder tutorial chapters --- docs/latexindex.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/latexindex.rst') diff --git a/docs/latexindex.rst b/docs/latexindex.rst index 53034d059..a4926bf30 100644 --- a/docs/latexindex.rst +++ b/docs/latexindex.rst @@ -64,9 +64,9 @@ Tutorials .. toctree:: :maxdepth: 1 - tutorials/bfg/index.rst tutorials/wiki/index.rst tutorials/wiki2/index.rst + tutorials/bfg/index.rst tutorials/gae/index.rst tutorials/modwsgi/index.rst -- cgit v1.2.3