Michael Merickel
2011-08-21 7ecc829f5a78e2a04a64cc9a44d46a151b171554
2011-08-20 Chris McDonough
- The ``RemoteUserAuthenticationPolicy ``, ``AuthTktAuthenticationPolicy``,...
blob@ 449287 commitdiff | diff to current
2011-08-20 Chris McDonough
- The ``pyramid.request.Request.static_url`` API (and its brethren ``pyra...
blob@ b8c797 commitdiff | diff to current
2011-08-20 Chris McDonough
add static_path function to url and static_path method to request
blob@ 5c6963 commitdiff | diff to current
2011-08-20 Chris McDonough
- New request methods: ``current_route_url``, ``current_route_path``.
blob@ 12cef0 commitdiff | diff to current
2011-08-19 Chris McDonough
- Better Mako rendering exceptions via ``pyramid.mako_templating.MakoRend...
blob@ 9f7f4f commitdiff | diff to current
2011-08-19 Chris McDonough
coverage
blob@ 66da9b commitdiff | diff to current
2011-08-19 Chris McDonough
- Pyramid no longer eagerly commits some default configuration statements a...
blob@ ea824f commitdiff | diff to current
2011-08-16 Chris McDonough
Garden.
blob@ 5ec330 commitdiff | diff to current
2011-08-15 Chris McDonough
- Refactor ``pyramid.config`` into a package.
blob@ 5bf23f commitdiff | diff to current
2011-08-15 Chris McDonough
- New methods of the ``pyramid.config.Configurator`` class: ``set_authent...
blob@ 1a42bd commitdiff | diff to current
2011-08-15 Chris McDonough
- The ZODB wiki tutorial now uses the ``pyramid_zodbconn`` package rather ...
blob@ b25335 commitdiff | diff to current
2011-08-15 Chris McDonough
- ``pyramid.testing.DummyRequest`` now implements the ``add_finished_call...
blob@ 274435 commitdiff | diff to current
2011-08-14 Chris McDonough
- All tutorials now use - The ``route_url``, ``route_path``, ``resource_u...
blob@ 42d31c commitdiff | diff to current
2011-08-14 Chris McDonough
- The ``route_url``, ``route_path``, ``resource_url``, ``static_url``, and ...
blob@ fb90f0 commitdiff | diff to current
2011-08-14 Chris McDonough
- The ``settings`` dictionary now raises a deprecation warning when you a...
blob@ b5ffe3 commitdiff | diff to current
2011-08-14 Chris McDonough
- Added the ``pyramid.interfaces.IDict`` interface representing the methods...
blob@ 5c52da commitdiff | diff to current
2011-08-13 Chris McDonough
- WSGIHTTPException (HTTPFound, HTTPNotFound, etc) now has a new API named ...
blob@ 85093d commitdiff | diff to current
2011-08-13 Chris McDonough
- Added a Logging chapter to the narrative docs (based on the Pylons loggin...
blob@ 1ae7af commitdiff | diff to current
2011-08-13 Chris McDonough
- Projects created via a scaffold no longer depend on the ``WebError`` pa...
blob@ 391402 commitdiff | diff to current
2011-08-12 Chris McDonough
- Pyramid now relies on PasteScript >= 1.7.4. This version contains a fe...
blob@ eef972 commitdiff | diff to current
2011-08-12 Chris McDonough
garden changes; fix docs rendering
blob@ 473697 commitdiff | diff to current
2011-08-11 Chris McDonough
- Added a ``route_prefix`` argument to the ``pyramid.config.Configurator....
blob@ 83bf91 commitdiff | diff to current
2011-08-10 Chris McDonough
- Fixed an issue with the default renderer not working at certain times. S...
blob@ 1939d0 commitdiff | diff to current
2011-08-10 Chris McDonough
add note about NO_PERMISSION_REQUIRED
blob@ 1e88db commitdiff | diff to current
2011-08-07 Chris McDonough
improve changes docs
blob@ 6b2a62 commitdiff | diff to current
2011-07-31 Chris McDonough
- A new attribute is available on request objects: ``exc_info``. Its value...
blob@ 95a379 commitdiff | diff to current
2011-07-30 Chris McDonough
note prefixes
blob@ ef6f6b commitdiff | diff to current
2011-07-28 Chris McDonough
add some edits to the docs for response_adapter decorator; fix renderings
blob@ 1f901a commitdiff | diff to current
2011-07-24 Chris McDonough
stray hat
blob@ f91e0c commitdiff | diff to current
2011-07-24 Chris McDonough
- The Pyramid debug logger now uses the standard logging configuration (u...
blob@ 3a8054 commitdiff | diff to current
2011-07-24 Chris McDonough
fix merge conflicts
blob@ 47525f commitdiff | diff to current
2011-07-24 Chris McDonough
back this feature out; we'll try a different approach
blob@ 643499 commitdiff | diff to current
2011-07-24 Chris McDonough
first cut
blob@ af2323 commitdiff | diff to current
2011-07-24 Chris McDonough
typo
blob@ ac77e3 commitdiff | diff to current
2011-07-24 Chris McDonough
- New method: ``pyramid.request.Request.add_view_mapper``. A view wrapper ...
blob@ b72379 commitdiff | diff to current
2011-07-23 Chris McDonough
- The ``pyramid.events.BeforeRender`` event now has an attribute named ``...
blob@ 9a66aa commitdiff | diff to current
2011-07-22 Chris McDonough
prep for 1.1; gather contributors
blob@ 8c0344 commitdiff | diff to current
2011-07-22 Chris McDonough
- Change all scaffolding templates that point to docs.pylonsproject.org to ...
blob@ 39e88a commitdiff | diff to current
2011-07-22 Chris McDonough
- Added the ``pyramid.renderers.null_renderer`` object as an API. The null...
blob@ aa2fe1 commitdiff | diff to current
2011-07-22 Chris McDonough
- Add a deprecation warning for non-API function ``pyramid.renderers.rend...
blob@ 73c0ae commitdiff | diff to current
2011-07-21 Chris McDonough
- Remove ``compat`` code that served only the purpose of providing backward...
blob@ e7cb93 commitdiff | diff to current
2011-07-20 Chris McDonough
- Reordered chapters in narrative section for better new user friendliness.
blob@ 8cb682 commitdiff | diff to current
2011-07-19 Chris McDonough
- Fixed two typos in wiki2 (SQLA + URL Dispatch) tutorial.
blob@ ead3c7 commitdiff | diff to current
2011-07-18 Chris McDonough
prep for 1.1b4
blob@ 40c643 commitdiff | diff to current
2011-07-17 Chris McDonough
- Change paster pviews and paster proutes to use bootstrap.
blob@ af0560 commitdiff | diff to current
2011-07-17 Chris McDonough
mention paster pshell using bootstrap
blob@ 9c5b83 commitdiff | diff to current
2011-07-17 Chris McDonough
mention paster pshell using prepare
blob@ 95df42 commitdiff | diff to current
2011-07-17 Chris McDonough
add note about removing make_request
blob@ f06ce6 commitdiff | diff to current
2011-07-16 Chris McDonough
- Omit custom environ variables when rendering a custom exception template ...
blob@ 4b3ba9 commitdiff | diff to current
2011-07-16 Chris McDonough
- Added a section entitled "Writing a Script" to the "Command-Line Pyramid"...
blob@ 5fb458 commitdiff | diff to current
first | « prev | next »