From 319793d9b3d127ba2a9245713ef4f01b32918e95 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 22 Dec 2010 18:27:07 -0500 Subject: - Added CSRF token generation, as described in the narrative chapter entitled "Preventing Cross-Site Request Forgery Attacks". --- 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 6a1992ba4..713c9841f 100644 --- a/docs/latexindex.rst +++ b/docs/latexindex.rst @@ -42,6 +42,7 @@ Narrative Documentation narr/webob narr/sessions narr/flash + narr/csrf narr/security narr/hybrid narr/i18n @@ -89,7 +90,6 @@ API Reference api/config api/events api/exceptions - api/flash api/httpexceptions api/i18n api/interfaces -- cgit v1.2.3 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