summaryrefslogtreecommitdiff
path: root/pyramid
AgeCommit message (Expand)Author
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
2010-11-10fix wiki tutorial based on changes to zodb paster templateChris McDonough
2010-11-10fix project chapter to deal with paster template changesChris McDonough
2010-11-10FeaturesChris McDonough
2010-11-10Removed extra word.Chris Rossi
2010-11-09- All references to Pyramid-the-application were changed from :mod:`pyramid`Chris McDonough
2010-11-07- All references to events by interfaceChris McDonough
2010-11-07Fix syntax error in route_url docstring example.Marius Gedminas
2010-11-06i now understand what this doesChris McDonough
2010-11-05Add Pyramid to paster_plugins so we can use pshell in newly-created projectsRick Copeland
2010-11-05unused methodChris McDonough
2010-11-05- Move the functionality of pyramid.personality.pylons into the pasterChris McDonough
2010-11-04- Move static dir from pkg/templates/ to /pkg/ in pyramid_* paster templates.Chris McDonough
2010-11-04- Remove squiggly routing syntax.Chris McDonough
2010-11-04using path_spec here is unnecessary (and broken, at least for template render...Chris McDonough
2010-11-04Merge branch 'master' of git://github.com/Pylons/pyramidBlaise Laflamme
2010-11-04- The ``request_type`` argument to the ``view`` ZCML directive, theChris McDonough