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
Age
Commit message (
Expand
)
Author
2011-08-09
Merge pull request #250 from mmerickel/feature.no-perm-const
Chris McDonough
2011-08-09
Added the `pyramid.security.NO_PERMISSION_REQUIRED` constant.
Michael Merickel
2011-08-10
show members for event interfaces
Chris McDonough
2011-08-09
garden
Chris McDonough
2011-08-09
garden
Chris McDonough
2011-08-09
Merge branch 'scafftween'
Chris McDonough
2011-08-09
add production.ini tests; assert that production.ini page output does not con...
Chris McDonough
2011-08-09
convert tutorials to pyramid_tm+pyramid_debugtoolbar
Chris McDonough
2011-08-09
add the debug image
Chris McDonough
2011-08-09
instructions about how to turn the toolbar off
Chris McDonough
2011-08-09
fix project.rst to deal with scaffold changes
Chris McDonough
2011-08-09
set attempts to 3 explicitly in zodb apps
Chris McDonough
2011-08-09
dont call hook_zca when we already are using the global reg
Chris McDonough
2011-08-09
fix all scaffolds to use the debugtoolbar in development mode and pyramid_tm
Chris McDonough
2011-08-08
fix test on jython
Chris McDonough
2011-08-08
Merge branch 'topotween'
Chris McDonough
2011-08-08
Merge branch 'master' of github.com:Pylons/pyramid
Chris McDonough
2011-08-08
document under and over params
Chris McDonough
2011-08-08
missing comma
Carlos de la Guardia
2011-08-08
reverse names in paster ptweens
Chris McDonough
2011-08-08
reverse meaning of under/over
Chris McDonough
2011-08-08
convert below/atop to under/over
Chris McDonough
2011-08-08
remove dead code
Chris McDonough
2011-08-08
add a missing partial test when aliases are in use
Chris McDonough
2011-08-08
add tween aliases
Chris McDonough
2011-08-07
add support for tween aliases
Chris McDonough
2011-08-07
prevent both mainhandler and excview tween from needing to send a NewResponse...
Chris McDonough
2011-08-07
make the excview_tween_factory name importable
Chris McDonough
2011-08-07
first cut at topological sorting of tweens given hints provided by the framew...
Chris McDonough
2011-08-06
Merge branch 'handlerchanges'
Chris McDonough
2011-08-06
docs rendering
Chris McDonough
2011-08-06
Merge branch 'master' of github.com:Pylons/pyramid
Chris McDonough
2011-08-06
readd bw compat for toolbar (temporary)
Chris McDonough
2011-08-06
change return value of tween to just response
Chris McDonough
2011-08-06
cope with the realities of trying to initialize a utility in setup_registry; ...
Chris McDonough
2011-08-06
improve changes docs
Chris McDonough
2011-08-06
write tests for ptweens
Chris McDonough
2011-08-06
add tweens module, add docs for ptweens and tweens to hooks
Chris McDonough
2011-08-06
docs
Chris McDonough
2011-08-06
remove temp bw compat; the return signature of tweens has changed anyway
Chris McDonough
2011-08-06
test Tweens
Chris McDonough
2011-08-06
add setup_registry test
Chris McDonough
2011-08-06
tests for add_tween
Chris McDonough
2011-08-06
add glossary entry for tween
Chris McDonough
2011-08-06
add glossary entry for tween
Chris McDonough
2011-08-06
requesthandlers->tweens; add ptweens command
Chris McDonough
2011-08-06
dont pop pyramid.includes or pyramid.request_handlers from the settings
Chris McDonough
2011-08-06
make tests pass; remove toposort stuff
Chris McDonough
2011-08-06
some tests fail; simpler registration of handlers
Chris McDonough
2011-08-05
Add small explanation about omitting request parameter in render_to_response ...
Carlos de la Guardia
[next]