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-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
2010-11-01
for performance reasons (to avoid unnecessary ZCA lookups), pass the helper o...
Chris McDonough
2010-10-31
defer looking up settings until rendering time (no settings registered yet)
Chris McDonough
2010-10-31
pass settings to renderer factory, as most template renderers need to look at...
Chris McDonough
2010-10-31
Updated template for paster starter projects
Blaise Laflamme
2010-10-31
- Renderer factories now accept a *dictionary* rather than an absolute resource
Chris McDonough
2010-10-30
Merge branch 'master' of github.com:Pylons/pyramid
Chris McDonough
2010-10-30
make sure session implements the interface correctly
Chris McDonough
2010-10-29
Merge branch 'master' of github.com:Pylons/pyramid
Ben Bangert
2010-10-29
bfg-> pyramid
Chris McDonough
2010-10-29
coverage
Chris McDonough
2010-10-29
- The ``bfgshell`` paster command is now named ``pshell``.
Chris McDonough
2010-10-29
- New API methods in ``pyramid.session``: ``signed_serialize`` and
Chris McDonough
2010-10-29
Merge branch 'master' of github.com:Pylons/pyramid
Ben Bangert
2010-10-29
repoze.bfg -> pyramid
Chris McDonough
2010-10-29
bfg_view -> view_config
Chris McDonough
2010-10-29
remove modified attr from interface
Chris McDonough
2010-10-29
pylons paster templates
Chris McDonough
2010-10-28
Merge branch 'master' of github.com:Pylons/pyramid
Ben Bangert
2010-10-28
sessioning docs
Chris McDonough
2010-10-28
add sessioning interfaces, configuration API, and a sample implementation tha...
Chris McDonough
2010-10-28
Merge branch 'master' of github.com:Pylons/pyramid
Ben Bangert
2010-10-28
merge static view bugfixes/features from bfg trunk
Chris McDonough
2010-10-27
Add doc strings for TemplateLookup subclass.
Ben Bangert
2010-10-27
PEP 8 and Pyflakes clean-up.
Ben Bangert
2010-10-27
Remove unneeded import.
Ben Bangert
2010-10-27
i have no idea what i'm committing
Chris McDonough
[next]