summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-08-13Add Intersphinx for Beaker, clean up some broken references, change from pip ↵Paul Everitt
to virtualenv (and give an explanation), explain virtualenv on Python 2.7.
2013-08-13Merge pull request #1076 from kusut/docs.gettingstarted.easy_installPaul Everitt
Docs.gettingstarted.easy install
2013-08-12Forgot to add the subdirPaul Everitt
2013-08-12All wrapped up, pre-merge.Paul Everitt
2013-08-12About to give Intersphinx a shot.Paul Everitt
2013-08-12use easy_install instead of pip in quick_tour guide.kusut
- consistent with another docs (pyramid/substanced uses easy_install). - prevent pip/easy_install namespace package fiasco since the docs uses setup.py develop instead of pip install -e
2013-08-11Per discussion with Chris, just wrap up "getting started" as the Quick Tour. ↵Paul Everitt
Still need to do more linking and perhaps add a section on root factories, authorization, authentication.
2013-08-09Lots of updates, move more code out of code-blocks into working package ↵Paul Everitt
code. About to tackle cool Pyramid stuff.
2013-08-07Up through scaffolds.Paul Everitt
2013-08-06Forgot sqla demoPaul Everitt
2013-08-06Up through JSON.Paul Everitt
2013-08-06Move sample code into subdirectories. Add sections for requests and views.Paul Everitt
2013-08-05Merge remote-tracking branch 'origin/docs.gettingstarted' into ↵Paul Everitt
docs.gettingstarted
2013-08-05Merge pull request #1063 from stevepiercy/docs.gettingstartedSteve Piercy
Adding my stab at a "getting started" with Pyramid
2013-08-05add line breaksSteve Piercy
2013-08-05Adding my stab at a "getting started".Steve Piercy
2013-08-03Some more occurrences of "application framework".Paul Everitt
2013-08-03"Web Application Development Framework" -> "Web Framework". Yay.Paul Everitt
2013-07-07Merge branch 'master' of github.com:Pylons/pyramidPaul Everitt
2013-07-01Tres committed this by mistakeChris McDonough
2013-06-20Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2013-06-19TypoTres Seaver
2013-06-19Changelog for PR #1033.Tres Seaver
2013-06-19Update docstring to show PUT / PATCH usage.Tres Seaver
2013-06-19Merge branch 'master' into merwok-masterTres Seaver
2013-06-19Trailing whitespace.Tres Seaver
2013-06-19Add support for PUT and PATCH in prequest (#877)Éric Araujo
2013-06-19TriggerTres Seaver
2013-06-19Tweak.Tres Seaver
2013-06-11About half of the first pass is done.Paul Everitt
2013-06-11- ``pyramid.testing.DummyResource`` didn't define ``__bool__``, so code underChris McDonough
Python 3 would use ``__len__`` to find truthiness; this usually caused an instance of DummyResource to be "falsy" instead of "truthy". See https://github.com/Pylons/pyramid/pull/1032 Closes #1032
2013-06-11Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2013-06-06Merge pull request #1031 from omh/masterChris McDonough
Resources.rst typo fix
2013-06-06Resources.rst quick typo fixOle Morten Halvorsen
There's 3 keys in the info dict, not two.
2013-06-05Merge branch 'lukecyca-master'Chris McDonough
2013-06-05add changelog noteChris McDonough
2013-06-05Merge branch 'master' of github.com:lukecyca/pyramid into lukecyca-masterChris McDonough
2013-06-04Update tests to use X-CSRF-Token headerLuke Cyca
2013-06-04Add examples to narrative CSRF docsLuke Cyca
2013-06-02Edited narrative docs about CSRFLuke Cyca
2013-06-02Changed header name to X-CSRF-TokenLuke Cyca
2013-06-01unused importChris McDonough
2013-06-01Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2013-05-30Added myself to contributorsLuke Cyca
2013-05-30Support CSRF via X-CSRFToken HeaderLuke Cyca
2013-05-25Merge pull request #1026 from gjhiggins/masterTres Seaver
URL bitrot fixed
2013-05-25Update URLGraham Higgins
for pypi author ranking link
2013-05-22Merge pull request #1024 from vstojkovic/defer_chameleon_importTres Seaver
Defer imports of Chameleon until needed. Fixes #1021.
2013-05-22Defer imports of Chameleon until needed. Fixes #1021.Vojislav Stojkovic
2013-05-21normalize exception messages, coverageChris McDonough