summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-04-10Update documentation in event.py for BeforeTraversalBert JW Regeer
2016-04-10Update doc in interfaces.py for BeforeTraversalBert JW Regeer
2016-04-10Move event to the appropriate locationBert JW Regeer
This way the notification is not sent only after finding a route, but anytime generically before attempting traversal.
2016-04-10Add API docs for BeforeTraversalBert JW Regeer
2016-04-10Rename RouteFound to BeforeTraversalBert JW Regeer
2016-04-10Merge branch 'route-found' of dstufft/pyramidBert JW Regeer
2016-04-10cleanup some references in the docsMichael Merickel
2016-04-10deprecate the check_csrf predicateMichael Merickel
2016-04-10rewrite csrf checks to support a global setting to turn it onMichael Merickel
- only check csrf on POST - support "pyramid.require_default_csrf" setting - support "require_csrf=True" to fallback to the global setting to determine the token name
2016-04-10add a csrf_view to the view pipeline supporting a require_csrf optionMichael Merickel
2016-04-10add changelog for #2021Michael Merickel
2016-04-10- update installation.rst to use pip, pyvenv, Python 3.4Steve Piercy
- simplify installation.rst by removing not-Pyramid things (installing Python and requirements for installing packages) while providing official external references - update cross-reference in quick_tutorial requirements.rst - add glossary entry for pyvenv
2016-04-10Merge pull request #2021 from Pylons/feature/configurable-view-deriverMichael Merickel
configurable view deriver
2016-04-10Merge pull request #2465 from stevepiercy/docs/easy-install-to-pip.2104Steve Piercy
update extending.rst to use pip
2016-04-10- update extending.rst to use pipSteve Piercy
2016-04-10Merge pull request #2464 from stevepiercy/docs/easy-install-to-pip.2104Steve Piercy
update commandline.rst to use pip
2016-04-10- update commandline.rst to use pipSteve Piercy
2016-04-10Merge pull request #2463 from stevepiercy/docs/easy-install-to-pip.2104Steve Piercy
update wiki/distributing.rst to use pip
2016-04-10- update wiki/distributing.rst to use pipSteve Piercy
2016-04-10Merge pull request #2462 from stevepiercy/docs/easy-install-to-pip.2104Steve Piercy
- update wiki tests step and its src files
2016-04-10- update wiki tests step and its src filesSteve Piercy
- add test_referrer_is_login() to provide 100% coverage
2016-04-10Merge pull request #2460 from stevepiercy/docs/easy-install-to-pip.2104Steve Piercy
- update wiki authorization step and its src files
2016-04-10- update wiki authorization step and its src filesSteve Piercy
- trim index
2016-04-10Merge pull request #2459 from stevepiercy/docs/easy-install-to-pip.2104Steve Piercy
- update definingviews and its src files
2016-04-10- update definingviews and its src filesSteve Piercy
- fix css in zodb scaffold and wiki tutorial previous steps
2016-04-09Merge pull request #2458 from stevepiercy/docs/easy-install-to-pip.2104Steve Piercy
update basiclayout and its src
2016-04-09update basiclayout and its srcSteve Piercy
2016-04-09Merge pull request #2457 from stevepiercy/docs/easy-install-to-pip.2104Steve Piercy
use an alias for the import
2016-04-09use an alias for the import. Fixes #2450. Thanks @bertjwregeer!Steve Piercy
2016-04-09Merge pull request #2456 from stevepiercy/docs/easy-install-to-pip.2104Steve Piercy
update wiki/basiclayout and its src
2016-04-09update basiclayout and its srcSteve Piercy
2016-04-09Merge pull request #2455 from stevepiercy/docs/easy-install-to-pip.2104Steve Piercy
- fix console message
2016-04-09- fix console messageSteve Piercy
2016-04-09Merge pull request #2454 from stevepiercy/docs/easy-install-to-pip.2104Steve Piercy
use pytest, pip
2016-04-09- use pytest, pipSteve Piercy
2016-04-09Merge pull request #2453 from stevepiercy/docs/easy-install-to-pip.2104Steve Piercy
update wiki/installation step to use pip
2016-04-09- add src/installation filesSteve Piercy
2016-04-09- update wiki/installation step to use pipSteve Piercy
- make it consistent with wiki2
2016-04-09Merge pull request #2452 from stevepiercy/docs/easy-install-to-pip.2104Steve Piercy
disambiguate intersphinx target
2016-04-09- rollback intersphinx targetsSteve Piercy
2016-04-09- fix traversal tutorial referenceSteve Piercy
- add intersphinx targets to wiki/*
2016-04-09Merge remote-tracking branch 'upstream/docs/easy-install-to-pip.2104' into ↵Steve Piercy
docs/easy-install-to-pip.2104
2016-04-09disambiguate intersphinx targetSteve Piercy
2016-04-09Merge pull request #2449 from stevepiercy/docs/easy-install-to-pip.2104Steve Piercy
update wiki2/tests step
2016-04-09- update wiki2/tests stepSteve Piercy
2016-04-09Merge pull request #2448 from stevepiercy/docs/easy-install-to-pip.2104Steve Piercy
update wiki2/authorization step
2016-04-09- update wiki2/authorization stepSteve Piercy
2016-04-09Merge pull request #2447 from stevepiercy/docs/easy-install-to-pip.2104Steve Piercy
update wiki2/authentication
2016-04-09- fix straggler from wiki2/src/views/tutorial/tests.pySteve Piercy
2016-04-09- update wiki2/authenticationSteve Piercy