index
:
pyramid
main
Pyramid web framework (fork of https://github.com/Pylons/pyramid).
Daniel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pyramid
Age
Commit message (
Expand
)
Author
2011-01-08
- ``pyramid.interfaces.ISession.get_csrf_token`` now mandates that an
Chris McDonough
2011-01-07
- Allow ``decorator`` and ``mapper`` arguments to view ZCML directive.
Chris McDonough
2011-01-07
comment about sphinx
Chris McDonough
2011-01-07
- Rename ``view_mapper`` argument to add_view to ``mapper``.
Chris McDonough
2011-01-07
preserve method signatures of @action_method-decorated methods in sphinx docs
Chris McDonough
2011-01-06
Merge branch 'master' of https://github.com/csenger/pyramid into csenger-master
Chris McDonough
2011-01-06
Merge branch 'master' of github.com:Pylons/pyramid
Chris McDonough
2011-01-06
Added missing images
Blaise Laflamme
2011-01-06
Added small header support to css paster templates, using small header for wi...
Blaise Laflamme
2011-01-06
Merge branch 'master' of github.com:Pylons/pyramid
Chris McDonough
2011-01-05
Fixed css in paster templates
Blaise Laflamme
2011-01-05
Normalized stylesheet tags
Blaise Laflamme
2011-01-05
Removed unused files
Blaise Laflamme
2011-01-05
Updated all paster templates to use the new theme, use request.static_url('{{...
Blaise Laflamme
2011-01-05
- Instances of ``pyramid.testing.DummyRequest`` now have a ``session``
Chris McDonough
2011-01-05
add model_path_tuple for backward compatibility
Carsten Senger
2011-01-03
fix docstring
Chris McDonough
2011-01-03
unused imports
Chris McDonough
2011-01-03
fix rendering
Chris McDonough
2011-01-03
- Add a new API ``pyramid.url.current_route_url``, which computes a URL based
Chris McDonough
2011-01-03
Merge branch 'master' of https://github.com/ergo/pyramid into ergo-master
Chris McDonough
2011-01-03
use glossary entry
Chris McDonough
2011-01-03
rendering
Chris McDonough
2011-01-03
Merge branch 'master' of https://github.com/jahmad/pyramid into jahmad-master
Chris McDonough
2011-01-03
Merge branch 'jkrebs-master'
Chris McDonough
2011-01-02
- Allow view callables to specify their preferred view mapper by respecting a
Chris McDonough
2011-01-02
- Allow ``decorator=`` and ``view_mapper`` parameters to add_view and
Chris McDonough
2011-01-02
allow _derive_view to pass all kwargs to ViewDeriver, pass 'package' from add...
Chris McDonough
2011-01-02
- Allow static renderer provided during view registration to be overridden at
Chris McDonough
2011-01-02
initial implementation of current_route_url
Marcin Lulek
2011-01-02
fix oldstyle route syntax
Chris McDonough
2011-01-02
- add a ``add_view_mapper`` API to Configurator. This API allows you to add
Chris McDonough
2011-01-01
- The class ``pyramid.authentication.AuthTktCookieHelper`` is now an API.
Chris McDonough
2010-12-31
- The ``pyramid.interfaces.IAuthenticationPolicy`` interface now specifies an
Chris McDonough
2010-12-31
- A view callable wrapper registered in the registry now contains an
Chris McDonough
2010-12-31
Merge branch 'viewderiver'
Chris McDonough
2010-12-31
use inbuilt PageTextTemplateFile rather than a hand-rolled subclass of Templa...
Chris McDonough
2010-12-31
handlers_chapter -> views_chapter
Jamaludin Ahmad
2010-12-30
clean up chameleon_zpt test setup and teardown
Chris McDonough
2010-12-30
clean up chameleon text test setup and teardown
Chris McDonough
2010-12-30
move translator out of method scope to make intent clear that its not a closure
Chris McDonough
2010-12-30
Merge branch 'refs/heads/master' into viewderiver
Rob Miller
2010-12-31
ReST formatting fix in Request class docstring.
Marius Gedminas
2010-12-30
typos
Chris McDonough
2010-12-30
factor defaultviewmapper to dispatch in a slightly more readable way
Chris McDonough
2010-12-30
- The "view derivation" code is now factored into a set of classes rather
Chris McDonough
2010-12-29
make sure view returned from view mapper preserves all attrs
Chris McDonough
2010-12-29
preserve_attrs->wraps_view, break out preserve_attrs bulk into preserve_view_...
Chris McDonough
2010-12-29
simplify guard logic for __action_decorator__
Chris McDonough
2010-12-29
adjust tests to work w/ latest merge and changes
Rob Miller
[next]