Chris Davies
2011-12-01 f75a3f07b0a5699f99b89d93b4e3a66beea21ac1
https://docs.pylonsproject.org to http://docs.pylonsproject.org as readthedocs.org doesn't support https
5 files modified
14 ■■■■ changed files
HISTORY.txt 2 ●●● patch | view | raw | blame | history
docs/glossary.rst 4 ●●●● patch | view | raw | blame | history
docs/narr/introduction.rst 4 ●●●● patch | view | raw | blame | history
docs/narr/logging.rst 2 ●●● patch | view | raw | blame | history
docs/whatsnew-1.2.rst 2 ●●● patch | view | raw | blame | history
HISTORY.txt
@@ -456,7 +456,7 @@
  package at all; configuration in the ``production.ini`` file which used to
  require its ``error_catcher`` middleware has been removed.  Configuring
  error catching / email sending is now the domain of the ``pyramid_exclog``
  package (see https://docs.pylonsproject.org/projects/pyramid_exclog/dev/).
  package (see http://docs.pylonsproject.org/projects/pyramid_exclog/dev/).
Bug Fixes
---------
docs/glossary.rst
@@ -921,7 +921,7 @@
     database information.  :mod:`pyramid_debugtoolbar` is configured into
     the ``development.ini`` of all applications which use a Pyramid
     :term:`scaffold`.  For more information, see
     https://docs.pylonsproject.org/projects/pyramid_debugtoolbar/dev/ .
     http://docs.pylonsproject.org/projects/pyramid_debugtoolbar/dev/ .
   scaffold
     A project template that helps users get started writing a Pyramid
@@ -934,7 +934,7 @@
     used in production applications, because the logger can be configured to
     log to a file, to UNIX syslog, to the Windows Event Log, or even to
     email. See its `documentation
     <https://docs.pylonsproject.org/projects/pyramid_exclog/dev/>`_.
     <http://docs.pylonsproject.org/projects/pyramid_exclog/dev/>`_.
   console script
     A script written to the ``bin`` (on UNIX, or ``Scripts`` on Windows)
docs/narr/introduction.rst
@@ -219,7 +219,7 @@
easily send email, let you use the Jinja2 templating system, let you use
XML-RPC or JSON-RPC, let you integrate with jQuery Mobile, etc.
Examples: https://docs.pylonsproject.org/docs/pyramid.html#pyramid-add-on-documentation
Examples: http://docs.pylonsproject.org/docs/pyramid.html#pyramid-add-on-documentation
Class-based and function-based views
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -842,7 +842,7 @@
comprehensive.
Example: The rest of this documentation and the cookbook at
https://docs.pylonsproject.org/projects/pyramid_cookbook/dev/ .
http://docs.pylonsproject.org/projects/pyramid_cookbook/dev/ .
.. index::
   single: Pylons Project
docs/narr/logging.rst
@@ -291,7 +291,7 @@
To log (or email) exceptions generated by your :app:`Pyramid` application,
use the :term:`pyramid_exclog` package.  Details about its configuration are
in its `documentation
<https://docs.pylonsproject.org/projects/pyramid_exclog/dev/>`_.
<http://docs.pylonsproject.org/projects/pyramid_exclog/dev/>`_.
Request Logging with Paste's TransLogger 
----------------------------------------
docs/whatsnew-1.2.rst
@@ -63,7 +63,7 @@
  package at all; configuration in the ``production.ini`` file which used to
  require its ``error_catcher`` middleware has been removed.  Configuring
  error catching / email sending is now the domain of the ``pyramid_exclog``
  package (see https://docs.pylonsproject.org/projects/pyramid_exclog/dev/).
  package (see http://docs.pylonsproject.org/projects/pyramid_exclog/dev/).
- All scaffolds now send the ``cache_max_age`` parameter to the
  ``add_static_view`` method.