Chris McDonough
2010-12-20 bd3bf1423ab441ccdca2b7e05cdb2b1b94c12223
2010-12-20 Chris McDonough
prep for 1.0a7
blob@ bd3bf1 commitdiff | diff to current
2010-12-20 Jamaludin Ahmad
BFG_ -> PYRAMID_
blob@ 7b9066 commitdiff | diff to current
2010-12-20 Chris McDonough
- Split off "Renderers" as its own chapter from "Views" chapter in narrativ...
blob@ a59c78 commitdiff | diff to current
2010-12-19 Chris McDonough
rearrange
blob@ bdb5ed commitdiff | diff to current
2010-12-19 Chris McDonough
add functional testing example
blob@ 6ee49a commitdiff | diff to current
2010-12-19 Chris McDonough
- All environment variables which used to be prefixed with ``BFG_`` are now...
blob@ e79d36 commitdiff | diff to current
2010-12-19 Chris McDonough
- When a configuration conflict is encountered during scanning, the conflic...
blob@ 14b78b commitdiff | diff to current
2010-12-18 Chris McDonough
resource/asset normalization
blob@ 4c4f08 commitdiff | diff to current
2010-12-18 Chris McDonough
spacing, note
blob@ bbb9b5 commitdiff | diff to current
2010-12-18 Chris McDonough
spacing
blob@ 477e99 commitdiff | diff to current
2010-12-18 Chris McDonough
summarize asset/resource/model changes
blob@ aa1ec8 commitdiff | diff to current
2010-12-17 Chris McDonough
- Direct Jython users to Mako rather than Jinja2 in "Install" narrative c...
blob@ b3edcf commitdiff | diff to current
2010-12-17 Chris McDonough
- The name ``registry`` is now available in a ``pshell`` environment by d...
blob@ dc06b0 commitdiff | diff to current
2010-12-16 Chris McDonough
mention paster templates
blob@ 3f6b38 commitdiff | diff to current
2010-12-16 Chris McDonough
Features --------
blob@ 24bf2a commitdiff | diff to current
2010-12-16 Joachim Krebs
Added debug_matched configuration setting.
blob@ 831e70 commitdiff | diff to current
2010-12-16 Chris McDonough
note work done to make nosetests pass
blob@ 7906d2 commitdiff | diff to current
2010-12-16 Chris McDonough
back to development
blob@ a2796f commitdiff | diff to current
2010-12-16 Chris McDonough
prep for 1.0a6
blob@ 07bd03 commitdiff | diff to current
2010-12-16 Chris McDonough
- Fix reference to ``repoze.bfg.traversalwrapper`` in "Models" chapter (poi...
blob@ a66a13 commitdiff | diff to current
2010-12-16 Chris McDonough
- If you followed it to-the-letter, the ZODB+Traversal Wiki tutorial would ...
blob@ 55e60c commitdiff | diff to current
2010-12-16 Chris McDonough
- Tests now pass on Windows (no bugs found, but a few tests in the test sui...
blob@ 86a304 commitdiff | diff to current
2010-12-15 Chris McDonough
gardening
blob@ 43d075 commitdiff | diff to current
2010-12-15 Chris McDonough
more specificity
blob@ 7cfd68 commitdiff | diff to current
2010-12-15 Chris McDonough
- 1.0a5 introduced a bug when ``pyramid.config.Configurator.scan`` was used...
blob@ c5d172 commitdiff | diff to current
2010-12-15 Chris McDonough
back to development
blob@ 73b432 commitdiff | diff to current
2010-12-15 Chris McDonough
prep for 1.0a5
blob@ ec8833 commitdiff | diff to current
2010-12-14 Chris McDonough
- When creating a Configurator from within a ``paster pshell`` session, you...
blob@ a56564 commitdiff | diff to current
2010-12-09 Chris McDonough
note docs
blob@ 4d660d commitdiff | diff to current
2010-12-09 Chris McDonough
- Add a ``handler`` ZCML directive. This directive does the same thing as ...
blob@ e8edd5 commitdiff | diff to current
2010-12-09 Chris McDonough
Merge branch 'twophase'
blob@ f360d9 commitdiff | diff to current
2010-12-09 Chris McDonough
fix docs: pyramid.configuration -> pyramid.config
blob@ d7f259 commitdiff | diff to current
2010-12-08 Chris McDonough
create a context only as necessary (speed)
blob@ 421bae commitdiff | diff to current
2010-12-08 Chris McDonough
deprecate Configurator, add Config
blob@ e16ab0 commitdiff | diff to current
2010-11-28 Chris McDonough
- Add a "Modifying Package Structure" section to the project narrative do...
blob@ aa3306 commitdiff | diff to current
2010-11-25 Chris McDonough
- New boolean Mako settings variable ``mako.strict_undefined``. See `Mako ...
blob@ 81e648 commitdiff | diff to current
2010-11-25 Chris McDonough
typo fix
blob@ 0cb7ac commitdiff | diff to current
2010-11-25 Chris McDonough
- The Mako renderer did not properly turn the ``mako.imports``, ``mako.de...
blob@ a9f17c commitdiff | diff to current
2010-11-24 Chris McDonough
- Add support for json on GAE by catching NotImplementedError and importing...
blob@ e880a4 commitdiff | diff to current
2010-11-22 Chris Rossi
pyramid.testig.DummyRequest now has a class variable, query_string, + whic...
blob@ c5f557 commitdiff | diff to current
2010-11-22 Chris McDonough
- Make default renderer work (renderer factory registered with no name, whi...
blob@ 76e48b commitdiff | diff to current
2010-11-22 Chris McDonough
- Add ``pyramid.interfaces.ITemplateRenderer`` interface to Interfaces API ...
blob@ e26903 commitdiff | diff to current
2010-11-21 Chris McDonough
- SQLAlchemy+URLDispatch tutorial updated to integrate changes to ``pyram...
blob@ d0e2f6 commitdiff | diff to current
2010-11-21 Chris McDonough
- Add logging configuration to all paster templates.
blob@ 957f61 commitdiff | diff to current
2010-11-21 Chris McDonough
- The ``pyramid_routesalchemy`` paster template's unit tests failed (``As...
blob@ b44b93 commitdiff | diff to current
2010-11-21 Chris McDonough
- "Sample Applications" section of docs changed to note existence of Cluegu...
blob@ 2197ff commitdiff | diff to current
2010-11-21 Chris McDonough
back to development
blob@ aedc21 commitdiff | diff to current
2010-11-21 Chris McDonough
note bfg qualification to version numer
blob@ 406259 commitdiff | diff to current
2010-11-21 Chris McDonough
prep for 1.0a4
blob@ 7eb4ad commitdiff | diff to current
2010-11-20 Chris McDonough
- Fix configurator to not convert ``ImportError`` to ``ConfigurationError``...
blob@ 35ce2a commitdiff | diff to current
first | « prev | next »