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
2010-11-11
issue 29: paster template tests fail
Chris McDonough
2010-11-10
- New API methods for ``pyramid.request.Request``: ``model_url`` and
Chris McDonough
2010-11-10
extend asbool to accept None, True, and False, and write explicit tests
Chris McDonough
2010-11-10
- New API method: ``pyramid.settings.asbool``.
Chris McDonough
2010-11-10
Added class vars matchdict and matched_route to
Chris Rossi
2010-11-10
- The pylons_* paster template used the same string
Chris McDonough
2010-11-10
fix wiki tutorial based on changes to zodb paster template
Chris McDonough
2010-11-10
fix project chapter to deal with paster template changes
Chris McDonough
2010-11-10
Features
Chris McDonough
2010-11-10
Removed 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 interface
Chris McDonough
2010-11-07
Fix syntax error in route_url docstring example.
Marius Gedminas
2010-11-06
i now understand what this does
Chris McDonough
2010-11-05
Add Pyramid to paster_plugins so we can use pshell in newly-created projects
Rick Copeland
2010-11-05
unused method
Chris McDonough
2010-11-05
- Move the functionality of pyramid.personality.pylons into the paster
Chris 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-04
using path_spec here is unnecessary (and broken, at least for template render...
Chris McDonough
2010-11-04
Merge branch 'master' of git://github.com/Pylons/pyramid
Blaise Laflamme
2010-11-04
- The ``request_type`` argument to the ``view`` ZCML directive, the
Chris McDonough
2010-11-04
css fix for starter page
Blaise Laflamme
2010-11-04
Fixed footer of starter page in paster templates
Blaise Laflamme
2010-11-04
fix docs for pylons renderer global factory
Chris McDonough
2010-11-04
- The SQL Wiki tutorial was updated to take into account changes to the
Chris McDonough
2010-11-04
punt back to ZCML for zodb template, it will allow me to do less work to the ...
Chris McDonough
2010-11-04
normalize port numbers in paster templates
Chris McDonough
2010-11-04
make starter imperative; add new starter_zcml paster template
Chris McDonough
2010-11-04
add 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-04
use fully qualified dotted names
Chris McDonough
2010-11-03
Revert "Revert "Changed to use imperative config.""
Ben Bangert
2010-11-03
Revert "Revert "Updated routesalchemy template to use imperative config.""
Ben Bangert
2010-11-03
Revert "Changed to use imperative config."
Ben Bangert
2010-11-03
Revert "Updated routesalchemy template to use imperative config."
Ben Bangert
2010-11-03
Updated routesalchemy template to use imperative config.
Ben Bangert
2010-11-03
Changed to use imperative config.
Ben Bangert
2010-11-02
Changed Pylons templates to use .mako instead of .mak file extensions.
William Chambers
2010-11-02
- The default ``cookie_name`` value of the ``authtktauthenticationpolicy`` ZCML
Chris McDonough
2010-11-02
Insecure -> Unencrypted
Chris McDonough
2010-11-02
- Remove references to 'WebOb' Response and just call it 'Response', and note
Chris McDonough
2010-11-02
- The values ``bfg_localizer`` and ``bfg_locale_name`` kept on the request
Chris McDonough
2010-11-02
- The presence of the key ``repoze.bfg.message`` in the WSGI environment when
Chris McDonough
2010-11-02
right exception type
Chris McDonough
2010-11-02
- New event type: ``pyramid.interfaces.IBeforeRender``. An object of this type
Chris McDonough
2010-11-02
forward port from bfg, raise a better exception when chameleon is tried under...
Chris McDonough
2010-11-01
document IRendererInfo in API docs
Chris McDonough
2010-11-01
imply that a renderer helper implements a well-understood interface (IRendere...
Chris McDonough
2010-11-01
pass renderer_info as a system value
Chris McDonough
[next]