From 4c6fa2f4ef0bc7ad24759648cae1dadaab087bd1 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Mon, 21 Nov 2011 22:52:59 -0600 Subject: typo --- CHANGES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 183c7406b..effce62b9 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -60,7 +60,7 @@ Backwards Incompatibilities ``paste.httpserver`` server. Rationale: Rationale: the Paste and PasteScript packages do not run under Python 3. -- The ``pshell`` command (nee "paster pshell") no longer accepts a +- The ``pshell`` command (see "paster pshell") no longer accepts a ``--disable-ipython`` command-line argument. Instead, it accepts a ``-p`` or ``--python-shell`` argument, which can be any of the values ``python``, ``ipython`` or ``bpython``. -- cgit v1.2.3 From 38e4c7d6b0a51a92747e6c928599a7d651362c6c Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 27 Nov 2011 00:00:55 -0500 Subject: add get_appsettings API to paster --- CHANGES.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index effce62b9..3e8a157c8 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -17,6 +17,10 @@ Features - ``bpython`` interpreter compatibility in ``pshell``. See the "Command-Line Pyramid" narrative docs chapter for more information. +- Added ``get_appconfig`` function to ``pyramid.paster`` API. This function + returns the settings defined within an ``[app:...]`` section in a + PasteDeploy ini file. + Bug Fixes --------- -- cgit v1.2.3 From e14fab9210f22ffb31e8d0a51ddd3444a7f927df Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Sat, 26 Nov 2011 23:03:57 -0600 Subject: garden --- CHANGES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 3e8a157c8..7060492f1 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -17,7 +17,7 @@ Features - ``bpython`` interpreter compatibility in ``pshell``. See the "Command-Line Pyramid" narrative docs chapter for more information. -- Added ``get_appconfig`` function to ``pyramid.paster`` API. This function +- Added ``get_appsettings`` function to ``pyramid.paster`` API. This function returns the settings defined within an ``[app:...]`` section in a PasteDeploy ini file. -- cgit v1.2.3 From 596495de4aa1ab0f3a3752d21c14ac08631e8457 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 27 Nov 2011 00:42:14 -0500 Subject: - Added ``setup_logging`` API function to the ``pyramid.paster`` module. This function sets up Python logging according to the logging configuration in a PasteDeploy ini file. --- CHANGES.txt | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 7060492f1..efc0dbb64 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -17,9 +17,13 @@ Features - ``bpython`` interpreter compatibility in ``pshell``. See the "Command-Line Pyramid" narrative docs chapter for more information. -- Added ``get_appsettings`` function to ``pyramid.paster`` API. This function - returns the settings defined within an ``[app:...]`` section in a - PasteDeploy ini file. +- Added ``get_appsettings`` API function to the ``pyramid.paster`` module. + This function returns the settings defined within an ``[app:...]`` section + in a PasteDeploy ini file. + +- Added ``setup_logging`` API function to the ``pyramid.paster`` module. + This function sets up Python logging according to the logging configuration + in a PasteDeploy ini file. Bug Fixes --------- -- cgit v1.2.3 From 5edd54f05b05330fa6e899a1bb1650cc7a2df33c Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 27 Nov 2011 04:08:20 -0500 Subject: - The SQLAlchemy Wiki tutorial has been updated. It now uses ``@view_config`` decorators and an explicit database population script. Closes #359. --- CHANGES.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index efc0dbb64..ce36750b6 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -86,6 +86,11 @@ Dependencies - Pyramid no longer depends on the Paste or PasteScript packages. +Documentation +------------- + +- The SQLAlchemy Wiki tutorial has been updated. It now uses + ``@view_config`` decorators and an explicit database population script. Scaffolds --------- -- cgit v1.2.3 From 14e5fa938b5354154f724101f444b1826b01aa3a Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 28 Nov 2011 16:15:56 -0500 Subject: garden --- CHANGES.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index ce36750b6..c1a4f0216 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -92,6 +92,8 @@ Documentation - The SQLAlchemy Wiki tutorial has been updated. It now uses ``@view_config`` decorators and an explicit database population script. +- Minor updates to the ZODB Wiki tutorial. + Scaffolds --------- -- cgit v1.2.3