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-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-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
2010-12-29
Merge remote branch 'refs/remotes/upstream/viewderiver' into ra_view_decoration
Rob Miller
2010-12-29
factor deriver from mapper
Chris McDonough
2010-12-28
Enforce that _action_decorator must be a classmethod
Rob Miller
2010-12-28
change ``MyView`` to ``MyHandler``, since it's a handler we're mocking
Rob Miller
2010-12-28
Added support for an _action_decorator classmethod on handler classes.
Rob Miller
2010-12-28
add decorator argument to add_view method to support auto-wrapping view calla...
Rob Miller
2010-12-28
Merge branch 'master' into viewderiver
Chris McDonough
2010-12-28
- The ``proutes`` command tried too hard to resolve the view for printing,
Chris McDonough
2010-12-27
- Add ``paster proute`` command which displays a summary of the routing
Chris McDonough
2010-12-25
- Prevent misunderstanding of how the ``view`` and ``view_permission``
Chris McDonough
2010-12-24
fix permission discussion
Chris McDonough
2010-12-24
- Fix API documentation rendering for ``pyramid.view.static``
Chris McDonough
2010-12-23
share shell globals between interact and IPShell
Chris McDonough
2010-12-23
use WebOb docstring rather than copying it
Chris McDonough
2010-12-23
- The name ``registry`` was not available in the ``paster pshell``
Chris McDonough
2010-12-23
correct missed bfg->pyramid
Chris McDonough
2010-12-23
clarify
Chris McDonough
2010-12-22
Changed my mind. Never pop the CSRF token. Leave it around until
Chris McDonough
2010-12-22
- The ``pyramid_zodb`` Paster template no longer employs ZCML. Instead, it
Chris McDonough
2010-12-22
- Added CSRF token generation, as described in the narrative chapter entitled
Chris McDonough
2010-12-22
change flash API as per email convo with Ben and Mike
Chris McDonough
2010-12-22
factor all view wrapper funcs into a ViewDeriver class
Chris McDonough
2010-12-22
- Added flash messaging, as described in the "Flash Messaging" narrative
Chris McDonough
2010-12-21
- Added "Finding the Root Resource" to Resources narrative chapter.
Chris McDonough
2010-12-20
- Added "Obtaining the Lineage of a Resource" to the Resources narrative
Chris McDonough
2010-12-20
Features
Chris McDonough
2010-12-19
add functional testing example
Chris McDonough
2010-12-19
missed args
Chris McDonough
2010-12-19
- All environment variables which used to be prefixed with ``BFG_`` are now
Chris McDonough
2010-12-19
Merge branch 'master' of github.com:Pylons/pyramid
Chris McDonough
2010-12-19
- When a configuration conflict is encountered during scanning, the conflict
Chris McDonough
2010-12-19
typo fixes
Jamaludin Ahmad
2010-12-18
Merge branch 'model2resource'
Chris McDonough
2010-12-18
resource/asset normalization
Chris McDonough
2010-12-18
model->resource; make docs render without warnings
Chris McDonough
2010-12-18
spacing, note
Chris McDonough
[next]