summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-11-11update changelogMichael Merickel
2014-11-11Merge pull request #1447 from ↵Michael Merickel
iElectric/add_notfound_view/default_exceptionresponse_view Add notfound view/default exceptionresponse view
2014-11-11update changelogMichael Merickel
2014-11-11Merge pull request #1446 from iElectric/guess_mimtype_test_fixMichael Merickel
fixes #1405
2014-11-11if view argument is not passed to config.add_forbidden_view, use ↵Domen Kožar
default_exceptionresponse_view
2014-11-11properly detect undefined viewDomen Kožar
2014-11-11if view argument is not passed to config.add_notfound_view, use ↵Domen Kožar
default_exceptionresponse_view
2014-11-11fixes #1405Domen Kožar
2014-11-10Merge pull request #1445 from bertjwregeer/fix.exceptionsSteve Piercy
Change autoclass to autoexception
2014-11-10Change autoclass to autoexceptionBert JW Regeer
Fixes #1388 or part thereof
2014-11-10moar changelogs!Michael Merickel
2014-11-10update changelogMichael Merickel
2014-11-10update the public api for rememberMichael Merickel
2014-11-10re-add missing Interface parentMichael Merickel
2014-11-10Merge branch 'master' into feature.security-docs-enhancementsMichael Merickel
2014-11-10update changelog with new http exceptions from #1372Michael Merickel
2014-11-10Merge pull request #1372 from marinewater/feature.httpexceptionsMichael Merickel
Additional HTTP Status Codes
2014-11-10Merge branch 'feature.generic-log-formatter'Michael Merickel
2014-11-10update changelogMichael Merickel
2014-11-10continue #1326 by adding line numbers to development.iniMichael Merickel
2014-11-10Merge pull request #1326 from geonetix/linenumberlogsMichael Merickel
added line numbers to generic log formatter
2014-11-09update changelog for #1373Michael Merickel
2014-11-09Merge pull request #1373 from dobesv/patch-5Michael Merickel
Allow the last callback called to add a callback
2014-11-09update changelog from #1376Michael Merickel
2014-11-09Merge pull request #1376 from invisibleroads/patch-3Michael Merickel
Allow hyphens in project name
2014-11-09Merge pull request #1442 from stevepiercy/masterSteve Piercy
minor rewrapping, grammar fixes to QT docs
2014-11-09- add missing "has"Steve Piercy
2014-11-09- rewrapSteve Piercy
- add missing clause in last paragraph
2014-11-09Merge pull request #1438 from stevepiercy/masterSteve Piercy
- add Translation Context term to Glossary to allow Sphinx to build docs...
2014-11-09- add Translation Context term to Glossary to allow Sphinx to build docs, in ↵Steve Piercy
reference to a recent update in the docstrings to the package translationstring https://github.com/Pylons/translationstring/blame/master/translationstring/__init__.py#L50
2014-11-07Merge pull request #1437 from bertjwregeer/update.exceptionsTres Seaver
Update documentation for HTTP exceptions (Remove WebDAV only)
2014-11-06Update documentation for exceptionsBert JW Regeer
2014-11-04fix squashed docstring on set_request_propertyMichael Merickel
fixes #1436
2014-10-20Merge pull request #1337 from Pylons/feature.root-packageTres Seaver
add config.root_package attribute
2014-10-20reference more pull requests in the change logMichael Merickel
2014-10-20add config.root_package attributeMichael Merickel
2014-10-14Merge branch 'pull.1430'Michael Merickel
2014-10-14fix comment on hello viewMichael Merickel
2014-10-14Merge pull request #1429 from jaymartin7/patch-2Michael Merickel
typo fix
2014-10-14typo fixJay Martin
2014-10-14Merge pull request #1429 from jaymartin7/patch-2Michael Merickel
typo fix
2014-10-14fix route name in commentsJay Martin
2014-10-14typo fixJay Martin
2014-10-08Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2014-10-08Merge pull request #1425 from deisner/masterChris McDonough
Minor edits to Templating With jinja2
2014-10-08Minor edits to Templating With jinja2David Eisner
* Fix grammar, order of operations in step 1. * Remove Analysis section reference to pyramid.includes in functional tests, which is no longer accurate.
2014-10-08Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2014-10-07Merge pull request #1424 from stevepiercy/masterSteve Piercy
Cherry pick 1.5 branch onto master
2014-10-07Update functional_testing.rstDavid Eisner
Wrap long line.
2014-10-07Update functional_testing.rstdeisner
Make it clear that the tests.py file in the functional_testing directory is the one to edit. Also, warn about a potential "gotcha": if the tests.py file is executable, it will be silently ignored. (I ran into this problem while going through the tutorial. This can happen if the file is being edited on a network file share from a different OS, for example.).