summaryrefslogtreecommitdiff
path: root/pyramid
AgeCommit message (Expand)Author
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
2010-11-13path->infoChris McDonough
2010-11-12- Internal: ZCML directives no longer call get_current_registry() if there'sChris McDonough
2010-11-11stamp out inappropriate use of get_settingsChris McDonough
2010-11-11document the request.settings attribute as well as we canChris McDonough
2010-11-11FeaturesChris McDonough
2010-11-11- SQLAlchemy+urldispach wiki (``wiki2``) tutorial updated due to changes toChris McDonough
2010-11-11issue 29: paster template tests failChris McDonough
2010-11-10- New API methods for ``pyramid.request.Request``: ``model_url`` andChris McDonough
2010-11-10extend asbool to accept None, True, and False, and write explicit testsChris 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