summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-04-21add a cross-ref... hyperlinks are niceTshepang Lekhonkhobe
2013-04-21Merge pull request #987 from tshepang/diffTres Seaver
docs/narr/hooks.rst: some improvements
2013-04-21docs/narr/hooks.rst: some improvementsTshepang Lekhonkhobe
* consistency fixes: "not found view" --> "Not Found View" * use comparable code for Imperative and Declarative configuration * remove unused import, HTTPForbidden
2013-04-19update changes.txtMichael Merickel
2013-04-08Merge pull request #980 from tshepang/grammarTres Seaver
grammar fix
2013-04-08grammar fixTshepang Lekhonkhobe
2013-04-07Merge pull request #978 from tshepang/diffMichael Merickel
fix some cross-references
2013-04-07fix some cross-referencesTshepang Lekhonkhobe
2013-04-06Merge pull request #975 from danielholmstrom/masterMichael Merickel
Documentation regarding missing Accept header
2013-04-06Documentation regarding missing Accept headerDaniel Holmstrom
If a request doesn't contain an Accept header routes will match it regardless of thier accept attribute.
2013-04-06grammarMichael Merickel
2013-04-05Merge pull request #973 from tshepang/betterMichael Merickel
some doc improvements
2013-04-05Merge pull request #972 from tshepang/diffMichael Merickel
fix some cross-references
2013-04-06remove repetition; improve readabilityTshepang Lekhonkhobe
2013-04-06typoTshepang Lekhonkhobe
2013-04-06fix some cross-referencesTshepang Lekhonkhobe
Also, pyramid_zcml is cross-referenced, so add it to intersphinx_mapping dict.
2013-04-05Merge pull request #971 from tshepang/diffMichael Merickel
some doc improvements
2013-04-05fix some cross-referencesTshepang Lekhonkhobe
2013-04-05replace a sentence that doesn't quite fitTshepang Lekhonkhobe
It's as if pyramid_traversalwrapper was already introduced.
2013-04-05fix markupTshepang Lekhonkhobe
2013-04-05Merge pull request #970 from tshepang/diffMichael Merickel
fix some cross-references and markup
2013-04-05fix markupTshepang Lekhonkhobe
2013-04-05fix some cross-referencesTshepang Lekhonkhobe
2013-04-03Merge pull request #968 from tshepang/diffTres Seaver
add cross-refs for zope.component
2013-04-03add some more cross-referencesTshepang Lekhonkhobe
Also remove linenos setting, which is overkill for a one-liner.
2013-04-03add zope.component to intersphinx_mapping dictTshepang Lekhonkhobe
2013-04-03update changelogMichael Merickel
2013-04-03Merge branch 'fix.954'Michael Merickel
2013-04-03fix #954Michael Merickel
2013-04-03Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2013-04-03minor typo correction 'prepresents'-->'represents'thapar
2013-04-02Merge pull request #965 from tshepang/copyrightChris McDonough
remove copyright bits from the tutorial examples
2013-04-02remove copyright bits from the tutorial examplesTshepang Lekhonkhobe
We don't want to have to keep remembering these if there's a change, and apparently it's also overkill, according to https://github.com/Pylons/pyramid/pull/953#issuecomment-15654314.
2013-04-02fix #964Michael Merickel
2013-04-01update changelogMichael Merickel
2013-04-01Merge branch 'pull.952'Michael Merickel
2013-04-01Merge branch 'fix.950' of Beanfield/pyramid into pull.952Michael Merickel
2013-04-01Merge pull request #958 from tshepang/ripMichael Merickel
remove copyright bits from the scaffolds
2013-04-01Merge branch 'pull.963'Michael Merickel
2013-04-01remove extra wordMichael Merickel
2013-04-01Improve phrasingCatalin Iacob
2013-04-01Remove extra wordCatalin Iacob
2013-04-01Remove extra wordCatalin Iacob
2013-04-01Add missing wordCatalin Iacob
2013-04-01Consistently link middleware term to the glossaryCatalin Iacob
2013-04-01Fix grammarCatalin Iacob
2013-04-01Use into instead of in toCatalin Iacob
Seems more correct and is consistent with the usage a few words further.
2013-04-01Remove extra wordCatalin Iacob
2013-04-01Remove unused imports from code sampleCatalin Iacob
The import should be done only when actually using the global registry.
2013-04-01Fix typo that broke the reference to pyramid.events.NewRequestCatalin Iacob