Chris McDonough
2011-09-04 90737d6b24775cab3a3816b426c0dc65c03fe43d
2011-09-02 Chris McDonough
prep for 1.2a4
blob@ f1c6e0 commitdiff | diff to current
2011-09-02 Chris McDonough
remove; too complex to document here
blob@ 7c1549 commitdiff | diff to current
2011-09-02 Chris McDonough
- Added a "Fixing HTTP vs. HTTP When Deploying Behind a Proxy" section to t...
blob@ 09387f commitdiff | diff to current
2011-08-31 Chris McDonough
- Undeprecated ``pyramid.traversal.find_model``, ``pyramid.traversal.mode...
blob@ 33516a commitdiff | diff to current
2011-08-31 Chris McDonough
- The ``request_method`` predicate argument to ``pyramid.config.Configura...
blob@ 49f082 commitdiff | diff to current
2011-08-31 Chris McDonough
- Support an ``onerror`` keyword argument to ``pyramid.config.Configurato...
blob@ 1aeae3 commitdiff | diff to current
2011-08-29 Chris McDonough
prep for 1.2a3
blob@ 21a4c9 commitdiff | diff to current
2011-08-29 Chris McDonough
- The ``settings`` object emitted a deprecation warning any time ``__geta...
blob@ 0ff9d4 commitdiff | diff to current
2011-08-29 Chris McDonough
- Pyramid did not properly generate static URLs using ``pyramid.url.stati...
blob@ b5c0cb commitdiff | diff to current
2011-08-28 Chris McDonough
- Use ``config.with_package`` in view_config decorator rather than manufa...
blob@ b2c4e0 commitdiff | diff to current
2011-08-27 Chris McDonough
prep for 1.2a2
blob@ 5bee60 commitdiff | diff to current
2011-08-26 Chris McDonough
- A session factory can now be passed in using the dotted name syntax.
blob@ 637bda commitdiff | diff to current
2011-08-26 Chris McDonough
- An include could not set a root factory successfully because the Config...
blob@ 2a818a commitdiff | diff to current
2011-08-25 Chris McDonough
note change
blob@ 8b62d7 commitdiff | diff to current
2011-08-24 Chris McDonough
- When a ``renderers=`` argument is not specified to the Configurator con...
blob@ b93af9 commitdiff | diff to current
2011-08-24 Chris McDonough
prep for 1.2a1
blob@ c1a179 commitdiff | diff to current
2011-08-24 Chris McDonough
add explanations
blob@ 04b7ea commitdiff | diff to current
2011-08-23 Chris McDonough
add changes
blob@ 141f90 commitdiff | diff to current
2011-08-22 Chris McDonough
- Move the ``OverrideProvider``, ``PackageOverrides``, ``DirectoryOverride`...
blob@ 6da017 commitdiff | diff to current
2011-08-22 Chris McDonough
- Move the ``Settings`` class from ``pyramid.settings`` to ``pyramid.conf...
blob@ 5f5a7e commitdiff | diff to current
2011-08-22 Chris McDonough
- Moved the ``StaticURLInfo`` class from ``pyramid.static`` to ``pyramid....
blob@ 53d9d4 commitdiff | diff to current
2011-08-22 Chris McDonough
move 1.1 stuff to HISTORY
blob@ bd9947 commitdiff | diff to current
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
first | « prev | next »