summaryrefslogtreecommitdiff
path: root/CHANGES.txt
AgeCommit message (Expand)Author
2010-12-15back to developmentChris McDonough
2010-12-15prep for 1.0a6Chris McDonough
2010-12-15- Fix reference to ``repoze.bfg.traversalwrapper`` in "Models" chapter (pointChris McDonough
2010-12-15- If you followed it to-the-letter, the ZODB+Traversal Wiki tutorial wouldChris McDonough
2010-12-15- Tests now pass on Windows (no bugs found, but a few tests in the test suiteChris McDonough
2010-12-15gardeningChris McDonough
2010-12-15more specificityChris McDonough
2010-12-15- 1.0a5 introduced a bug when ``pyramid.config.Configurator.scan`` was used.Chris McDonough
2010-12-15back to developmentChris McDonough
2010-12-15prep for 1.0a5Chris McDonough
2010-12-13- When creating a Configurator from within a ``paster pshell`` session, youChris McDonough
2010-12-09note docsChris McDonough
2010-12-09- Add a ``handler`` ZCML directive. This directive does the same thing asChris McDonough
2010-12-09Merge branch 'twophase'Chris McDonough
2010-12-09fix docs: pyramid.configuration -> pyramid.configChris McDonough
2010-12-08create a context only as necessary (speed)Chris McDonough
2010-12-08deprecate Configurator, add ConfigChris McDonough
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