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
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-31
ReST formatting fix in Request class docstring.
Marius Gedminas
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
- 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
2010-12-18
resource -> asset
Chris McDonough
2010-12-18
resource -> asset
Chris McDonough
2010-12-18
resource -> asset
Chris McDonough
2010-12-18
model -> resource
Chris McDonough
2010-12-18
model -> resource; resource -> asset
Chris McDonough
2010-12-17
routes -> url dispatch
Chris McDonough
2010-12-16
get rid of a autodoc warning when building sphinx docs
Chris McDonough
2010-12-16
- The name ``registry`` is now available in a ``pshell`` environment by
Chris McDonough
2010-12-16
Features
Chris McDonough
2010-12-16
Moved test_static import to function scopes.
Joachim Krebs
2010-12-16
Added debug_matched configuration setting.
Joachim Krebs
2010-12-15
move imports to function scope (see http://docs.pylonshq.com/community/testin...
Chris McDonough
2010-12-16
Fixed relative path test for Mako templates, enabling non-setup.py test runners.
Joachim Krebs
2010-12-15
Merge branch 'master' of https://github.com/jkrebs/pyramid into jkrebs-master
Chris McDonough
2010-12-15
Made static tests pass on Windows.
Joachim Krebs
2010-12-15
- 1.0a5 introduced a bug when ``pyramid.config.Configurator.scan`` was used.
Chris McDonough
2010-12-14
- Fix conflict exceptions so they have the right ``info`` when one
Chris McDonough
[next]