summaryrefslogtreecommitdiff
path: root/CHANGES.txt
AgeCommit message (Expand)Author
2010-11-27- Add a "Modifying Package Structure" section to the project narrativeChris McDonough
2010-11-24- New boolean Mako settings variable ``mako.strict_undefined``. See `MakoChris McDonough
2010-11-24typo fixChris McDonough
2010-11-24- The Mako renderer did not properly turn the ``mako.imports``,Chris McDonough
2010-11-24- Add support for json on GAE by catching NotImplementedError and importingChris McDonough
2010-11-22pyramid.testig.DummyRequest now has a class variable, query_string,Chris Rossi
2010-11-21- Make default renderer work (renderer factory registered with no name, whichChris McDonough
2010-11-21- Add ``pyramid.interfaces.ITemplateRenderer`` interface to Interfaces APIChris McDonough
2010-11-21- SQLAlchemy+URLDispatch tutorial updated to integrate changes toChris McDonough
2010-11-21- Add logging configuration to all paster templates.Chris McDonough
2010-11-21- The ``pyramid_routesalchemy`` paster template's unit tests failedChris McDonough
2010-11-21- "Sample Applications" section of docs changed to note existence of Cluegun,Chris McDonough
2010-11-21back to developmentChris McDonough
2010-11-21note bfg qualification to version numerChris McDonough
2010-11-21prep for 1.0a4Chris McDonough
2010-11-20- Fix configurator to not convert ``ImportError`` to ``ConfigurationError``Chris McDonough
2010-11-19- Remove calls to config.begin()/config.end() from startup config code inChris McDonough
2010-11-18Merge branch 'master' of github.com:Pylons/pyramidBen Bangert
2010-11-18- URL Dispatch now uses the form ``{marker}`` to denote a replace marker inBen Bangert
2010-11-18- Make test suite pass on PyPy (Chameleon doesn't work).Chris McDonough
2010-11-18Gardening.Ben Bangert
2010-11-18Merge branch 'master' of github.com:Pylons/pyramidBen Bangert
2010-11-18- URL Dispatch now allows for replacement markers to be located anywhereBen Bangert
2010-11-18- Fix apparent failures when calling ``pyramid.traversal.find_model(root,Chris McDonough
2010-11-18- Make test suite pass on Jython (requires PasteScript trunk, presumably toChris McDonough
2010-11-17- Add a ``pyramid.url.route_path`` API, allowing folks to generate relativeChris McDonough
2010-11-17- Replace Twill with WebTest in internal integration tests (avoid deprecationChris McDonough
2010-11-17- Removed ``zodbsessions`` tutorial chapter. It's still useful, but we nowChris McDonough
2010-11-17- The ``pyramid_alchemy`` paster template had a typo, preventing an importChris McDonough
2010-11-16point at correct location of get_current_registryChris McDonough
2010-11-16- Add deprecation warning for import of ``pyramid.zcml.zcml_configure`` andChris McDonough
2010-11-16- The ``pyramid.settings.get_settings`` API is now deprecated. UseChris McDonough
2010-11-16- Add deprecation warnings to import of ``pyramid.chameleon_text`` andChris McDonough
2010-11-16back to developmentChris McDonough
2010-11-16prep for 1.0a3Chris McDonough
2010-11-16- Added Mako TemplateLookup settings for ``mako.error_handler``,Ben Bangert
2010-11-15add convenience static_url method to requestChris McDonough
2010-11-15- Internal: Chameleon template renderers now accept two arguments: ``path``Chris McDonough
2010-11-12- Internal: ZCML directives no longer call get_current_registry() if there'sChris McDonough
2010-11-11FeaturesChris McDonough
2010-11-11- SQLAlchemy+urldispach wiki (``wiki2``) tutorial updated due to changes toChris McDonough
2010-11-10- New API methods for ``pyramid.request.Request``: ``model_url`` andChris McDonough
2010-11-10- New API method: ``pyramid.settings.asbool``.Chris McDonough
2010-11-10Added class vars matchdict and matched_route toChris Rossi
2010-11-10- The pylons_* paster template used the same stringChris McDonough
2010-11-10add a note about tutorial updatesChris McDonough
2010-11-10FeaturesChris McDonough
2010-11-09back to developmentChris McDonough
2010-11-09prep for 1.0a2Chris McDonough
2010-11-09- All references to Pyramid-the-application were changed from :mod:`pyramid`Chris McDonough