summaryrefslogtreecommitdiff
path: root/pyramid
AgeCommit message (Expand)Author
2010-12-07typoChris McDonough
2010-12-07better conflict error reportingChris McDonough
2010-12-07move with_context to APIChris McDonough
2010-12-07config_method -> maybe_autocommitChris McDonough
2010-12-07remove stray importChris McDonough
2010-12-07reenable autocommit supportChris McDonough
2010-12-07implement load_zcml in terms of a configuratorChris McDonough
2010-12-07make integration test check for non-cyclingChris McDonough
2010-12-07add an integration test for include, make sure the same callable is not proce...Chris McDonough
2010-12-07reimplement with_package in terms of with_contextChris McDonough
2010-12-07move lock closer to releaseChris McDonough
2010-12-07use with_context in .include, also remove bogus sort of filenamesChris McDonough
2010-12-07add a with_context method for use by ZCML directivesChris McDonough
2010-12-07ranging in on some sort of conflict detection solutionChris McDonough
2010-12-04add include methodChris McDonough
2010-12-03all tests passChris McDonough
2010-12-02make most tests pass (all but default permission bug integration test)Chris McDonough
2010-12-01Merge branch 'master' into twophaseChris McDonough
2010-11-28Normalized paster starter template ini fileBlaise Laflamme
2010-11-27Merge branch 'master' into twophaseChris McDonough
2010-11-27Merge remote branch 'remotes/upstream/master'Atsushi Odagiri
2010-11-27::Atsushi Odagiri
2010-11-26Paster template css cleanupBlaise Laflamme
2010-11-26more zcml test flailingChris McDonough
2010-11-26Updated starter template with new themeBlaise Laflamme
2010-11-26attempt to make more zcml tests passChris McDonough
2010-11-26put autocommit flag on registry, make add_static_view into a non-config metho...Chris McDonough
2010-11-25work towards centralizing configuration contextChris McDonough
2010-11-24- New boolean Mako settings variable ``mako.strict_undefined``. See `MakoChris McDonough
2010-11-24allow imports, directories, and default_filters to be lists in settingsChris McDonough
2010-11-24- The Mako renderer did not properly turn the ``mako.imports``,Chris McDonough
2010-11-24Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2010-11-24- Add support for json on GAE by catching NotImplementedError and importingChris McDonough
2010-11-23fixing typo in deprecation warningIgor Sobreira
2010-11-22pyramid.testig.DummyRequest now has a class variable, query_string,Chris Rossi
2010-11-21add link in add_handler method to handlers chapterChris McDonough
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-20convert stray references to colon routing syntax to squiggly syntaxChris McDonough
2010-11-20- Fix configurator to not convert ``ImportError`` to ``ConfigurationError``Chris McDonough
2010-11-19Merge branch 'master' of https://github.com/BiosElement/pyramid into BiosElem...Chris McDonough
2010-11-19- Remove calls to config.begin()/config.end() from startup config code inChris McDonough
2010-11-19Fix mako default filter to use unicode. This is mako's default.William Chambers
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-18Merge branch 'master' of github.com:Pylons/pyramidBen Bangert