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
/
docs
/
narr
/
viewconfig.rst
Age
Commit message (
Expand
)
Author
2011-09-07
add squishy whats-unique section to introduction
Chris McDonough
2011-08-29
add match_param to the narrative docs
Chris McDonough
2011-07-30
Updated all of the docs to reflect the new pyramid.* settings prefix.
Michael Merickel
2011-07-20
- Reordered chapters in narrative section for better new user friendliness.
Chris McDonough
2011-07-20
add more index markers
Chris McDonough
2011-07-14
Edited docs/narr/viewconfig.rst via GitHub
AnneGilles
2011-07-13
move all paster commands to a separate chapter
Chris McDonough
2011-07-12
clarify
Chris McDonough
2011-07-12
- New environment setting ``PYRAMID_PREVENT_HTTP_CACHE`` and new
Chris McDonough
2011-07-11
simplify wording
Chris McDonough
2011-07-11
earlier info referenced later info, fix
Chris McDonough
2011-07-07
Updated proutes and pviews docs.
Michael Merickel
2011-07-04
- A new value ``http_cache`` can be used as a view configuration
Chris McDonough
2011-06-03
Some more small fixes in the narrative docu.
Christoph Zwerschke
2011-05-04
code refactoring for showing route->view relationship more correctly; tests a...
cguardia
2011-04-22
- Make sure deprecation warnings aren't raised when tests are run.
Chris McDonough
2011-04-20
Converting docs to deprecate view parameters in config.add_route.
Michael Merickel
2011-02-26
it's request_param
Chris McDonough
2011-02-05
fix conflicts
Chris McDonough
2011-01-30
More errors in narrative fixed.
Chris Beelby
2011-01-30
inappropriate mentions of alternate declarative forms
Chris McDonough
2011-01-27
module name contractions
Chris McDonough
2011-01-27
First batch of fixes for typo's and other language issues.
Chris Beelby
2011-01-18
- Most references to ZCML in narrative chapters have been removed or
Chris McDonough
2011-01-16
- The ``pylons_minimal``, ``pylons_basic`` and ``pylons_sqla`` paster
Chris McDonough
2011-01-13
First pass at documenting the __action_decorator__ feature of a view handler.
Rob Miller
2011-01-08
fix renderings
Chris McDonough
2011-01-02
add intro paragraph to view config chapt
Casey Duncan
2011-01-02
:term: not :mod:
Casey Duncan
2011-01-02
Split view chapter, move view config after templates, some reordering in view...
Casey Duncan