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
/
tutorials
/
wiki2
Age
Commit message (
Expand
)
Author
2012-02-19
- Put ``pyramid.includes`` targets within ini files in scaffolds on separate
Chris McDonough
2012-02-14
- Don't create a ``session`` instance in SQLA Wiki tutorial, use raw
Chris McDonough
2012-01-29
show decorators along with view callables, fixes #393
Chris McDonough
2012-01-19
use method-based setting of authorization and authentication policy (see issu...
Chris McDonough
2012-01-18
include correct file
Chris McDonough
2012-01-04
remove dependency on pysqlite from all scaffolding on platforms lt 2.6
Chris McDonough
2012-01-04
merge from master
Chris McDonough
2012-01-04
Removed repetition of the word "the" in the Wiki Tutorial.
Mathieu Larose
2012-01-02
- Use the ``waitress`` WSGI server instead of ``wsgiref`` in scaffolding.
Chris McDonough
2011-11-27
- The SQLAlchemy Wiki tutorial has been updated. It now uses
Chris McDonough
2011-11-26
output warning to use populate command to console after alchemy scaffold rend...
Chris McDonough
2011-11-12
- The ``alchemy`` scaffold has been removed.
Chris McDonough
2011-11-08
Remove 'pyramid_' from scaffolding name used for pcreate now.
Chris Shenton
2011-11-08
Move test, coverage together; start and view too.
Chris Shenton
2011-10-06
remove all reference to the paster command-line utility
Chris McDonough
2011-09-23
fixed up all the warning dealing ..note and ..warn
michr
2011-09-06
prep for 1.2a6
Chris McDonough
2011-09-05
hail mary checkin to fix reported test failures on unknown systems that isnt ...
Chris McDonough
2011-08-28
clean up inappropriate discussions of ZCML
Chris McDonough
2011-08-22
remove time bombs
Chris McDonough
2011-08-22
- Use [app:main] instead of a pipeline in all scaffolds and tutorials
Chris McDonough
2011-08-20
- Mention debug toolbar in tutorials.
Chris McDonough
2011-08-14
- All tutorials now use - The ``route_url``, ``route_path``,
Chris McDonough
2011-08-13
- Projects created via a scaffold no longer depend on the ``WebError``
Chris McDonough
2011-08-11
fix docs, scaffolds, and tutorials to use pyramid.includes
Chris McDonough
2011-07-31
updated wiki tutorials css
Blaise Laflamme
2011-07-30
Updated all of the docs to reflect the new pyramid.* settings prefix.
Michael Merickel
2011-07-21
- Change all scaffolding templates that point to docs.pylonsproject.org to
Chris McDonough
2011-07-19
- Fixed two typos in wiki2 (SQLA + URL Dispatch) tutorial.
Chris McDonough
2011-07-12
- The ``pyramid_routesalchemy`` and ``pyramid_alchemy`` scaffolds
Chris McDonough
2011-07-02
remove male pronoun
Chris McDonough
2011-07-01
run setup.py develop
Chris McDonough
2011-07-01
use assertEqual
Chris McDonough
2011-07-01
- The Wiki2 tutorial "Tests" chapter had two bugs: it did not tell the user
Chris McDonough
2011-06-14
merge httpexception-utils branch
Chris McDonough
2011-06-13
- Remove IResponder abstraction in favor of more general IResponse
Chris McDonough
2011-06-11
- Pyramid now expects Response objects to have a __call__
Chris McDonough
2011-06-07
removed test that fails because of a known problem in Pyramid 1.0
Carlos de la Guardia
2011-06-06
Small fix in code for Wiki2 tutorial in the view chapter.
Christoph Zwerschke
2011-06-05
Make tests in the Wiki2 tutorial a separate chapter, as for Wiki1.
Christoph Zwerschke
2011-06-05
More small fixes made reading the rest of the docs and the tutorials.
Christoph Zwerschke
2011-06-04
remove stray -i
Chris McDonough
2011-05-31
the canonical import location for HTTP exceptions/responses is now pyramid.re...
Chris McDonough
2011-05-30
Sync Adding Authorization on both wiki tutorials
Patricio Paez
2011-05-30
Improvements to Adding Authorization of the wiki tutorials
Patricio Paez
2011-05-05
Fixed some line numbers in the docs.
Michael Merickel
2011-05-05
Fixed a bug in the wiki2/auth tutorial.
Michael Merickel
2011-04-22
fix merge conflicts
Chris McDonough
2011-04-22
- Make sure deprecation warnings aren't raised when tests are run.
Chris McDonough
2011-04-20
Fixed typos and added clarifications in a tutorial
Kirk Strauser
[next]