summaryrefslogtreecommitdiff
path: root/pyramid
AgeCommit message (Expand)Author
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
2010-11-04css fix for starter pageBlaise Laflamme
2010-11-04Fixed footer of starter page in paster templatesBlaise Laflamme
2010-11-04fix docs for pylons renderer global factoryChris McDonough
2010-11-04- The SQL Wiki tutorial was updated to take into account changes to theChris McDonough
2010-11-04punt back to ZCML for zodb template, it will allow me to do less work to the ...Chris McDonough
2010-11-04normalize port numbers in paster templatesChris McDonough
2010-11-04make starter imperative; add new starter_zcml paster templateChris McDonough
2010-11-04add forgotten files for paster template conversion (declarative -> imperative)Chris McDonough
2010-11-04- Convert all paster templates except 'starter' to be imperative.Chris McDonough
2010-11-04use fully qualified dotted namesChris McDonough
2010-11-03Revert "Revert "Changed to use imperative config.""Ben Bangert
2010-11-03Revert "Revert "Updated routesalchemy template to use imperative config.""Ben Bangert
2010-11-03Revert "Changed to use imperative config."Ben Bangert
2010-11-03Revert "Updated routesalchemy template to use imperative config."Ben Bangert
2010-11-03Updated routesalchemy template to use imperative config.Ben Bangert
2010-11-03Changed to use imperative config.Ben Bangert
2010-11-02Changed Pylons templates to use .mako instead of .mak file extensions.William Chambers
2010-11-02- The default ``cookie_name`` value of the ``authtktauthenticationpolicy`` ZCMLChris McDonough
2010-11-02Insecure -> UnencryptedChris McDonough
2010-11-02- Remove references to 'WebOb' Response and just call it 'Response', and noteChris McDonough
2010-11-02- The values ``bfg_localizer`` and ``bfg_locale_name`` kept on the requestChris McDonough
2010-11-02- The presence of the key ``repoze.bfg.message`` in the WSGI environment whenChris McDonough
2010-11-02right exception typeChris McDonough
2010-11-02- New event type: ``pyramid.interfaces.IBeforeRender``. An object of this typeChris McDonough
2010-11-02forward port from bfg, raise a better exception when chameleon is tried under...Chris McDonough
2010-11-01document IRendererInfo in API docsChris McDonough
2010-11-01imply that a renderer helper implements a well-understood interface (IRendere...Chris McDonough
2010-11-01pass renderer_info as a system valueChris McDonough