<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pyramid/repoze/bfg/sampleapp, branch main</title>
<subtitle>Pyramid web framework (fork of https://github.com/Pylons/pyramid).</subtitle>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/pyramid/'/>
<entry>
<title>  - Remove ``sampleapp`` sample application from bfg package itself.</title>
<updated>2008-08-24T01:59:07+00:00</updated>
<author>
<name>Chris McDonough</name>
<email>chrism@agendaless.com</email>
</author>
<published>2008-08-24T01:59:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/pyramid/commit/?id=0a6da3800b963b2104c8e10598ac7589a81f981e'/>
<id>0a6da3800b963b2104c8e10598ac7589a81f981e</id>
<content type='text'>
  - Remove dependency on FormEncode (only needed by sampleapp).

  - Fix paster template generation so that case-sensitivity is
    preserved for project vs. package name.

  - Depend on ``z3c.pt`` version 1.0a1 (which requires the ``[lxml]``
    extra currently).



</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  - Remove dependency on FormEncode (only needed by sampleapp).

  - Fix paster template generation so that case-sensitivity is
    preserved for project vs. package name.

  - Depend on ``z3c.pt`` version 1.0a1 (which requires the ``[lxml]``
    extra currently).



</pre>
</div>
</content>
</entry>
<entry>
<title>  - Generated application differences: ``make_app`` entry point</title>
<updated>2008-08-18T04:06:35+00:00</updated>
<author>
<name>Chris McDonough</name>
<email>chrism@agendaless.com</email>
</author>
<published>2008-08-18T04:06:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/pyramid/commit/?id=e35dc1a58a4e91977dc9819c80259f09800a0b58'/>
<id>e35dc1a58a4e91977dc9819c80259f09800a0b58</id>
<content type='text'>
    renamed to ``app`` in order to have a different name than the bfg
    function of the same name, to prevent confusion.

  - Add "options" processing to bfg's ``make_app`` to support runtime
    options.  A new API function named ``get_options`` was added to
    the registry module.  This function is typically used in an
    application's ``app`` entry point.  The Paste config file section
    for the app can now supply the ``reload_templates`` option, which,
    if true, will prevent the need to restart the appserver in order
    for ``z3c.pt`` or XSLT template changes to be detected.

  - Use only the module name in generated project's "test_suite" (run
    all tests found in the package).

  - Default port for generated apps changed from 5432 to 6543
    (Postgres default port is 6543).


</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    renamed to ``app`` in order to have a different name than the bfg
    function of the same name, to prevent confusion.

  - Add "options" processing to bfg's ``make_app`` to support runtime
    options.  A new API function named ``get_options`` was added to
    the registry module.  This function is typically used in an
    application's ``app`` entry point.  The Paste config file section
    for the app can now supply the ``reload_templates`` option, which,
    if true, will prevent the need to restart the appserver in order
    for ``z3c.pt`` or XSLT template changes to be detected.

  - Use only the module name in generated project's "test_suite" (run
    all tests found in the package).

  - Default port for generated apps changed from 5432 to 6543
    (Postgres default port is 6543).


</pre>
</div>
</content>
</entry>
<entry>
<title>  - Add ``&lt;bfg:settings&gt;`` directive.  This directive currently allows</title>
<updated>2008-08-17T17:32:54+00:00</updated>
<author>
<name>Chris McDonough</name>
<email>chrism@agendaless.com</email>
</author>
<published>2008-08-17T17:32:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/pyramid/commit/?id=0e21c22166f5160a2a64fad714d69d81897ef7d3'/>
<id>0e21c22166f5160a2a64fad714d69d81897ef7d3</id>
<content type='text'>
    only one attribute: ``reload_templates``.  If e.g.::

         &lt;bfg:settings reload_templates="true"/&gt;

    is in your application's ZCML, you will not need to restart the
    appserver in order for ``z3c.pt`` or XSLT template changes to be
    detected and displayed.


</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    only one attribute: ``reload_templates``.  If e.g.::

         &lt;bfg:settings reload_templates="true"/&gt;

    is in your application's ZCML, you will not need to restart the
    appserver in order for ``z3c.pt`` or XSLT template changes to be
    detected and displayed.


</pre>
</div>
</content>
</entry>
<entry>
<title>  - Add event sends for INewRequest and INewResponse.  See the</title>
<updated>2008-07-31T06:17:31+00:00</updated>
<author>
<name>Chris McDonough</name>
<email>chrism@agendaless.com</email>
</author>
<published>2008-07-31T06:17:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/pyramid/commit/?id=a0423aedb4abaf12b4008c0b229ec0ecad4ddfd8'/>
<id>a0423aedb4abaf12b4008c0b229ec0ecad4ddfd8</id>
<content type='text'>
    events.rst chapter in the documentation's ``api`` directory.


</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    events.rst chapter in the documentation's ``api`` directory.


</pre>
</div>
</content>
</entry>
<entry>
<title>  - The concept of "view factories" was removed in favor of always</title>
<updated>2008-07-19T01:17:21+00:00</updated>
<author>
<name>Chris McDonough</name>
<email>chrism@agendaless.com</email>
</author>
<published>2008-07-19T01:17:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/pyramid/commit/?id=4df5751de28947538da491dc8ebe0dfb27f742d5'/>
<id>4df5751de28947538da491dc8ebe0dfb27f742d5</id>
<content type='text'>
    calling a view, which is a callable that returns a response
    directly (as opposed to returning a view).  As a result, the
    ``factory`` attribute in the bfg:view ZCML statement has been
    renamed to ``view``.  Various interface names were changed also.

  - ``render_template`` and ``render_transform`` no longer return a
    Response object.  Instead, these return strings.  The old behavior
    can be obtained by using ``render_template_to_response`` and
    ``render_transform_to_response``.


</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    calling a view, which is a callable that returns a response
    directly (as opposed to returning a view).  As a result, the
    ``factory`` attribute in the bfg:view ZCML statement has been
    renamed to ``view``.  Various interface names were changed also.

  - ``render_template`` and ``render_transform`` no longer return a
    Response object.  Instead, these return strings.  The old behavior
    can be obtained by using ``render_template_to_response`` and
    ``render_transform_to_response``.


</pre>
</div>
</content>
</entry>
<entry>
<title>Add convenience has_permission function.</title>
<updated>2008-07-16T10:48:38+00:00</updated>
<author>
<name>Chris McDonough</name>
<email>chrism@agendaless.com</email>
</author>
<published>2008-07-16T10:48:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/pyramid/commit/?id=4ac0ff3cace7dd91c3f3d945b96932deb610d4f7'/>
<id>4ac0ff3cace7dd91c3f3d945b96932deb610d4f7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add security.</title>
<updated>2008-07-16T10:32:08+00:00</updated>
<author>
<name>Chris McDonough</name>
<email>chrism@agendaless.com</email>
</author>
<published>2008-07-16T10:32:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/pyramid/commit/?id=2466f6eaa2246598dc6cb3c962364773eb4cc64a'/>
<id>2466f6eaa2246598dc6cb3c962364773eb4cc64a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix.</title>
<updated>2008-07-14T21:32:01+00:00</updated>
<author>
<name>Chris McDonough</name>
<email>chrism@agendaless.com</email>
</author>
<published>2008-07-14T21:32:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/pyramid/commit/?id=1ef79c9504d11885d6cdf86b6a7303a699407e12'/>
<id>1ef79c9504d11885d6cdf86b6a7303a699407e12</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Really allow views to be functions.</title>
<updated>2008-07-14T20:46:19+00:00</updated>
<author>
<name>Chris McDonough</name>
<email>chrism@agendaless.com</email>
</author>
<published>2008-07-14T20:46:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/pyramid/commit/?id=4ba8c2852312cc9e7d82c0c4ceb09d370e21ddf8'/>
<id>4ba8c2852312cc9e7d82c0c4ceb09d370e21ddf8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make sample app work.</title>
<updated>2008-07-14T18:47:04+00:00</updated>
<author>
<name>Chris McDonough</name>
<email>chrism@agendaless.com</email>
</author>
<published>2008-07-14T18:47:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/pyramid/commit/?id=4bbd6a3d08c64471e23adaf6e566709e0ceaf480'/>
<id>4bbd6a3d08c64471e23adaf6e566709e0ceaf480</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
