| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-01-21 | mention pyramid_sqla | Chris McDonough | |
| 2011-01-21 | add caveat for PyPy and Jython users | Chris McDonough | |
| 2011-01-21 | deal with the addition of production.ini | Chris McDonough | |
| 2011-01-19 | add Python to identify kind of package | Chris McDonough | |
| 2011-01-18 | - Most references to ZCML in narrative chapters have been removed or | Chris McDonough | |
| redirected to ``pyramid_zcml`` locations. | |||
| 2011-01-16 | - The ``pylons_minimal``, ``pylons_basic`` and ``pylons_sqla`` paster | Chris McDonough | |
| templates were removed. Use ``pyramid_sqla`` (available from PyPI) as a generic replacement for Pylons-esque development. - All references to ``add_handler`` and the ``handler`` ZCML directive have been removed from the docs, and stubs which point to ``pylons_handlers`` package have replaced them. | |||
| 2011-01-15 | Docs update | Ralph Bean | |
| - One small typo fix - Added mention of MANIFEST.in for bundling non-Python-source files | |||
| 2011-01-12 | Features | Chris McDonough | |
| -------- - ``pyramid.testing.setUp`` and ``pyramid.testing.tearDown`` have been undeprecated. They are now the canonical setup and teardown APIs for test configuration, replacing "direct" creation of a Configurator. This is a change designed to provide a facade that will protect against any future Configurator deprecations. Paster Templates ---------------- - All paster templates now use ``pyramid.testing.setUp`` and ``pyramid.testing.tearDown`` rather than creating a Configurator "by hand" within their ``tests.py`` module, as per decision in features above. Documentation ------------- - The wiki and wiki2 tutorials now use ``pyramid.testing.setUp`` and ``pyramid.testing.tearDown`` rather than creating a Configurator "by hand", as per decision in features above. - The "Testing" narrative chapter now explains ``pyramid.testing.setUp`` and ``pyramid.testing.tearDown`` instead of Configurator creation and ``Configurator.begin()`` and ``Configurator.end()``. | |||
| 2011-01-06 | Typo: python setup.py develop.py shouldn't have that .py at the end. | Marius Gedminas | |
| 2011-01-02 | provide a reference target for modifying package structure | Chris McDonough | |
| 2011-01-02 | typo, add example | Chris McDonough | |
| 2010-12-27 | - Add ``paster proute`` command which displays a summary of the routing | Chris McDonough | |
| table. See the narrative documentation section within the "URL Dispatch" chapter entitled "Displaying All Application Routes". - Added narrative documentation section within the "URL Dispatch" chapter entitled "Displaying All Application Routes" (for ``paster proutes`` command). | |||
| 2010-12-22 | - The ``pyramid_zodb`` Paster template no longer employs ZCML. Instead, it | Chris McDonough | |
| is based on scanning. - Changed the "ZODB + Traversal Wiki Tutorial" based on changes to ``pyramid_zodb`` Paster template. | |||
| 2010-12-19 | less definitive article | Chris McDonough | |
| 2010-12-19 | wording | Chris McDonough | |
| 2010-12-19 | add functional testing example | Chris McDonough | |
| 2010-12-19 | adjust project chapter | Chris McDonough | |
| 2010-12-18 | model->resource; make docs render without warnings | Chris McDonough | |
| 2010-12-18 | model -> resource | Chris McDonough | |
| 2010-12-18 | model -> resource; resource -> asset | Chris McDonough | |
| 2010-12-16 | - The name ``registry`` is now available in a ``pshell`` environment by | Chris McDonough | |
| default. It is the application registry object. - Changed "Project" chapter slightly to expand on use of ``paster pshell``. | |||
| 2010-12-12 | fix merge conflicts | Casey Duncan | |
| 2010-12-09 | fix docs: pyramid.configuration -> pyramid.config | Chris McDonough | |
| 2010-11-30 | Merge https://github.com/Pylons/pyramid | Casey Duncan | |
| 2010-11-28 | Normalized narrative doc, code with linenos while text+bash don't | Blaise Laflamme | |
| 2010-11-27 | Merge https://github.com/Pylons/pyramid | Casey Duncan | |
| 2010-11-27 | Reformatted ini file like the | Blaise Laflamme | |
| 2010-11-27 | Fixed wrong type for code rendering | Blaise Laflamme | |
| 2010-11-27 | Docs gardening | Blaise Laflamme | |
| 2010-11-27 | - Add a "Modifying Package Structure" section to the project narrative | Chris McDonough | |
| documentation chapter (explain turning a module into a package). | |||
| 2010-11-22 | fix project section name doc bug | Chris McDonough | |
| 2010-11-19 | merge changes from master | Casey Duncan | |
| 2010-11-19 | - Remove calls to config.begin()/config.end() from startup config code in | Chris McDonough | |
| tutorials and paster templates (no longer required). | |||
| 2010-11-18 | Add comma | Casey Duncan | |
| 2010-11-17 | Add note about workaround for missing paster create dependancies | Casey Duncan | |
| 2010-11-10 | mention beaker differences | Chris McDonough | |
| 2010-11-10 | fix project chapter to deal with paster template changes | Chris McDonough | |
| 2010-11-09 | - All references to Pyramid-the-application were changed from :mod:`pyramid` | Chris McDonough | |
| to :app:`Pyramid`. A custom role setting was added to ``docs/conf.py`` to allow for this. (internal) | |||
| 2010-11-04 | - Move static dir from pkg/templates/ to /pkg/ in pyramid_* paster templates. | Chris McDonough | |
| 2010-11-04 | punt back to ZCML for zodb template, it will allow me to do less work to the ↵ | Chris McDonough | |
| wiki tutorial | |||
| 2010-11-04 | fix project documentation to account for starter paster template changes | Chris McDonough | |
| 2010-11-03 | de-zcml-ify various chapters and move ZCML to the declarative chapter | Chris McDonough | |
| 2010-11-02 | note -q reasoning | Chris McDonough | |
| 2010-10-29 | - The ``bfgshell`` paster command is now named ``pshell``. | Chris McDonough | |
| 2010-10-29 | pylons paster templates | Chris McDonough | |
| 2010-10-25 | convert narrative docs to Pyramid | Chris McDonough | |
| 2010-05-19 | blue penciling per jpenny's irc notes: | Reed OBrien | |
| <http://irclogs.rulim.de/%23repoze.2010-05-19.log.html#t2010-05-19T17:04:50> | |||
| 2010-04-25 | - It is now possible to turn on Chameleon template "debugging mode" | Chris McDonough | |
| for all Chameleon BFG templates by setting a BFG-related Paster ``.ini`` file setting named ``debug_templates``. The exceptions raised by Chameleon templates when a rendering fails are sometimes less than helpful. ``debug_templates`` allows you to configure your application development environment so that exceptions generated by Chameleon during template compilation and execution will contain more helpful debugging information. This mode is on by default in all new projects. | |||
| 2010-04-25 | Merge i18n branch via svn merge --ignore-ancestry -r9030:9150 ↵ | Chris McDonough | |
| $REPOZE_SVN/repoze.bfg/branches/i18n No foreigners were harmed in the coding of this feature. | |||
| 2010-03-06 | added missing word | Carlos de la Guardia | |
