summaryrefslogtreecommitdiff
path: root/pyramid
AgeCommit message (Expand)Author
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
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-18fix race condition test failure (seen on Jython)Chris McDonough
2010-11-18- Make test suite pass on Jython (requires PasteScript trunk, presumably toChris McDonough
2010-11-18ocd break: sort importsChris McDonough
2010-11-17get rid of extraneous noteChris McDonough
2010-11-17fix route_url on JythonChris McDonough
2010-11-17- Add a ``pyramid.url.route_path`` API, allowing folks to generate relativeChris McDonough
2010-11-17remove unused codeChris McDonough
2010-11-17- Replace Twill with WebTest in internal integration tests (avoid deprecationChris McDonough
2010-11-17More ReStructuredText fixes in docstrings.Marius Gedminas
2010-11-17ReStructuredText fix in docstring of view_config.Marius Gedminas
2010-11-17fix for jythonChris McDonough
2010-11-17make test pass on jythonChris McDonough
2010-11-17fix test for jythonChris McDonough
2010-11-17- The ``pyramid_alchemy`` paster template had a typo, preventing an importChris McDonough
2010-11-16skip Chameleon tests on JythonChris McDonough
2010-11-16make some tests which previously failed on jython passChris 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-16prevent deprecation warning during testsChris McDonough
2010-11-16get deprecations rightChris McDonough
2010-11-16- Add deprecation warnings to import of ``pyramid.chameleon_text`` andChris McDonough
2010-11-16- Added Mako TemplateLookup settings for ``mako.error_handler``,Ben Bangert
2010-11-15docs backrefsChris McDonough
2010-11-15add convenience static_url method to requestChris McDonough
2010-11-15less aggressive caching of settings n case someone uses a renderer at module ...Chris McDonough
2010-11-15- Internal: Chameleon template renderers now accept two arguments: ``path``Chris McDonough
2010-11-14hold a lock while we mutate the registry: it's not safe for more than one thr...Chris McDonough
2010-11-14remove template property, it's not part of the interfaceChris McDonough