diff options
| author | Casey Duncan <casey.duncan@gmail.com> | 2010-12-27 09:28:50 -0700 |
|---|---|---|
| committer | Casey Duncan <casey.duncan@gmail.com> | 2010-12-27 09:28:50 -0700 |
| commit | 6f7b6c0221f8c120a22b630eea26905744d2b6b4 (patch) | |
| tree | 6c8e1ae3affba81ec0c26eb183c4f424b577a1d5 /CHANGES.txt | |
| parent | 6d0ff23fc3094f3f40d93d020bbc80ecdfceb825 (diff) | |
| parent | e8db031e8cd22affb65254539ae210f64d37f36e (diff) | |
| download | pyramid-6f7b6c0221f8c120a22b630eea26905744d2b6b4.tar.gz pyramid-6f7b6c0221f8c120a22b630eea26905744d2b6b4.tar.bz2 pyramid-6f7b6c0221f8c120a22b630eea26905744d2b6b4.zip | |
Merge https://github.com/Pylons/pyramid
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index b4f367607..e58a1dc76 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,12 @@ Next release ============ +Bug Fixes +--------- + +- The name ``registry`` was not available in the ``paster pshell`` + environment under IPython. + Features -------- @@ -9,6 +15,22 @@ Features generate a URL, overriding the default logic. See the new "Generating The URL Of A Resource" section within the Resources narrative chapter. +- Added flash messaging, as described in the "Flash Messaging" narrative + documentation chapter. + +- Added CSRF token generation, as described in the narrative chapter entitled + "Preventing Cross-Site Request Forgery Attacks". + +- Prevent misunderstanding of how the ``view`` and ``view_permission`` + arguments to add_route work by raising an exception during configuration if + view-related arguments exist but no ``view`` argument is passed. + +Paster Templates +---------------- + +- The ``pyramid_zodb`` Paster template no longer employs ZCML. Instead, it + is based on scanning. + Documentation ------------- @@ -33,6 +55,32 @@ Documentation - Added "Finding a Resource With a Class or Interface in Lineage" to Resources narrative chapter. +- Added a "Flash Messaging" narrative documentation chapter. + +- Added a narrative chapter entitled "Preventing Cross-Site Request Forgery + Attacks". + +- Changed the "ZODB + Traversal Wiki Tutorial" based on changes to + ``pyramid_zodb`` Paster template. + +- Added "Advanced Configuration" narrative chapter which documents how to + deal with configuration conflicts, two-phase configuration, ``include`` and + ``commit``. + +- Fix API documentation rendering for ``pyramid.view.static`` + +- Add "Pyramid Provides More Than One Way to Do It" to Design Defense + documentation. + +- Changed "Static Assets" narrative chapter: clarify that ``name`` represents + a prefix unless it's a URL, added an example of a root-relative static view + fallback for URL dispatch, added an example of creating a simple view that + returns the body of a file. + +- Move ZCML usage in Hooks chapter to Declarative Configuration chapter. + +- Merge "Static Assets" chapter into the "Assets" chapter. + 1.0a7 (2010-12-20) ================== |
