summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-01-16improve flowTshepang Lekhonkhobe
2013-01-15fix #788Tshepang Lekhonkhobe
2013-01-14Merge pull request #793 from ronnix/patch-4Chris McDonough
Fix forbidden_view_config docstring
2013-01-14Merge pull request #794 from tshepang/flowChris McDonough
improve flow
2013-01-14Merge pull request #796 from tshepang/typosChris McDonough
typo
2013-01-14Merge pull request #795 from tshepang/grammarChris McDonough
grammar fixes
2013-01-15yet another grammar fixTshepang Lekhonkhobe
2013-01-15another grammar fixTshepang Lekhonkhobe
2013-01-15improve flowTshepang Lekhonkhobe
2013-01-14grammarTshepang Lekhonkhobe
2013-01-14typoTshepang Lekhonkhobe
2013-01-14Update pyramid/view.pyRonan Amicel
Fix example function name in forbidden_view_config docstring
2013-01-14Punctuate.Tres Seaver
2013-01-13Merge pull request #791 from tshepang/fixesChris McDonough
typo; should be 'titled', but would be redundant
2013-01-13typo; should be 'titled', but would be redundantTshepang Lekhonkhobe
2013-01-12Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2013-01-11Merge pull request #789 from tshepang/from2008Chris McDonough
Pyramid copyright is from 2008
2013-01-12Pyramid copyright is from 2008Tshepang Lekhonkhobe
52d4fbc mistakenly removed '2008' in '2008-<current year>'
2013-01-12Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2013-01-11Merge pull request #787 from tshepang/commasChris McDonough
add missing commas
2013-01-11Merge pull request #784 from tshepang/shortenChris McDonough
take advantage of the -c option of Python
2013-01-11Merge pull request #782 from tshepang/notPy3kChris McDonough
the sample apps do not run on Py3k
2013-01-11Merge pull request #781 from tshepang/typos2Chris McDonough
typos
2013-01-11Merge pull request #780 from tshepang/redundantChris McDonough
remove redundant statement
2013-01-11Merge pull request #778 from mnaberez/issue-777Chris McDonough
Clarify "TL". Fixes #777
2013-01-11Merge pull request #775 from tshepang/grammarChris McDonough
grammar fix
2013-01-11Merge pull request #774 from tshepang/outdated-warningChris McDonough
I have tested this on Python 3, and it works without modification
2013-01-11Merge pull request #773 from reedobrien/masterChris McDonough
tiny import typo in viewconfig
2013-01-11Merge pull request #772 from tshepang/obviousChris McDonough
remove info that should be obvious to the reader
2013-01-11Merge pull request #771 from tshepang/loongChris McDonough
no need to display the entire path
2013-01-11Merge pull request #770 from tshepang/splitChris McDonough
sentence too long; also fix grammar, and add markup
2013-01-11Merge pull request #768 from tshepang/dupesChris McDonough
Reduce duplicated content in wiki2 tutorial
2013-01-11Merge pull request #764 from tshepang/typosChris McDonough
typos
2013-01-12grammarTshepang Lekhonkhobe
2013-01-11add missing commasTshepang Lekhonkhobe
2013-01-10Change log note.Amos Latteier
2013-01-10Make predicate mismatches not hide other possible valid views.Amos Latteier
This is mostly an issue for REST style views that use request_method predicates and are registered for context interfaces. See Issue #409
2013-01-10Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2013-01-09take advantage of the -c option of PythonTshepang Lekhonkhobe
2013-01-08the sample apps do not run on Py3kTshepang Lekhonkhobe
2013-01-08typosTshepang Lekhonkhobe
2013-01-07redundant statement: the links preceeding the statement target the info ↵Tshepang Lekhonkhobe
referred to
2013-01-06Clarify "TL". Fixes #777Mike Naberezny
2013-01-06grammarTshepang Lekhonkhobe
2013-01-06I have tested this on Python 3, and it works without modificationTshepang Lekhonkhobe
2013-01-06fix import typo in docsReed O'Brien
2013-01-05remove info that should be obvious to the readerTshepang Lekhonkhobe
2013-01-05fix up sphinx config:Goodwill Coding
- make sure the versioning in title, uid is done automatically - automatically generate copyright years - excluded additional .js files that were stopping epub from generating correctly - also adjust the remake script to use env not env27
2013-01-05no need to display the entire pathTshepang Lekhonkhobe
2013-01-05sentence too long; also fix grammar, and add markupTshepang Lekhonkhobe