| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-05-06 | remove duplicate links | Steve Piercy | |
| 2016-05-06 | Update wiki tutorials with py.test remarks | Steve Piercy | |
| - better synch up wiki tutorials installation instructions - improve .rst syntax and add more .rst links | |||
| 2016-05-06 | doc: Update documentation for using ``py.test [--cov]`` for newly created ↵ | Vincent Férotin | |
| project with scaffolds. | |||
| 2016-05-06 | scaffolds: Allow `py.test` to be run on new project without specifying test ↵ | Vincent Férotin | |
| module path. | |||
| 2016-05-02 | Merge pull request #2544 from stevepiercy/master | Steve Piercy | |
| fix what's new link | |||
| 2016-05-02 | fix what's new link | Steve Piercy | |
| (cherry picked from commit 023b6ba) | |||
| 2016-05-01 | Merge pull request #2540 from stevepiercy/master | Steve Piercy | |
| remove pyramid_tm from development.ini | |||
| 2016-05-01 | remove pyramid_tm from development.ini | Steve Piercy | |
| - fixes #2538 | |||
| 2016-04-27 | avoid executing the discriminator functions multiple times | Michael Merickel | |
| 2016-04-27 | fix bugs in design defense code examples | Michael Merickel | |
| fixes #2287 | |||
| 2016-04-27 | Merge pull request #2534 from ↵ | Michael Merickel | |
| mmerickel/fix/do-not-enforce-default-permissions-on-exception-views do not enforce default permissions on exception views | |||
| 2016-04-26 | do not enforce default permissions on exception views | Michael Merickel | |
| - this normalizes the behavior to work similar to require_csrf - if an explicit permission= is set on the view it will still be enforced, this just affects a default permission via config.set_default_permission - permission=NO_PERMISSION_REQUIRED was already forced on for notfound and forbidden views, this just helps out with other exception views | |||
| 2016-04-25 | fix explanation of require_csrf | Michael Merickel | |
| 2016-04-25 | Merge pull request #2530 from stevepiercy/master | Bert JW Regeer | |
| Allow Sphinx doctests to run and pass with `make doctest SPHINXBUILD=$VENV/bin/sphinx-build` | |||
| 2016-04-25 | put doctest into make command | Steve Piercy | |
| 2016-04-24 | add doctest to tox.ini [docs] environment | Steve Piercy | |
| 2016-04-24 | add sphinx doctests for hooks.rst | Steve Piercy | |
| 2016-04-24 | remove file for testing | Steve Piercy | |
| 2016-04-24 | Allow Sphinx doctests to run and pass with `make doctest ↵ | Steve Piercy | |
| SPHINXBUILD=$VENV/bin/sphinx-build`. - TODO: two tests in `docs/narr/hooks.rst` | |||
| 2016-04-24 | Merge pull request #2528 from stevepiercy/master | Steve Piercy | |
| update bad link | |||
| 2016-04-24 | update bad link | Steve Piercy | |
| 2016-04-24 | Merge pull request #2526 from stevepiercy/master | Steve Piercy | |
| Use parsed-literal for installing versions of Pyramid. This should fu… | |||
| 2016-04-24 | Use parsed-literal for installing versions of Pyramid. This should future ↵ | Steve Piercy | |
| proof docs. | |||
| 2016-04-23 | Merge pull request #2523 from int3l/master | Tres Seaver | |
| import/docstring adjustments in decorator module | |||
| 2016-04-23 | Merge pull request #2524 from stevepiercy/master | Steve Piercy | |
| Fix all the stinky linkie rot via `make linkcheck SPHINXBUILD=$VENV/b… | |||
| 2016-04-23 | Fix all the stinky linkie rot via `make linkcheck ↵ | Steve Piercy | |
| SPHINXBUILD=$VENV/bin/sphinx-build`, but don't bother with HISTORY.txt or whatsnew-xx | |||
| 2016-04-23 | adjustment and update docstring to be consistant | int3l | |
| 2016-04-23 | import/docstring adjustments in decorator module | int3l | |
| 2016-04-19 | Merge pull request #2521 from stevepiercy/master | Steve Piercy | |
| Fix what's new links in templates with "-branch" in RELEASING.txt | |||
| 2016-04-19 | Fix what's new links in templates with "-branch" in RELEASING.txt | Steve Piercy | |
| 2016-04-19 | drop unsupported test endpoints | Michael Merickel | |
| 2016-04-19 | Merge branch 'pr/2520' into feature/appveyor-ci | Michael Merickel | |
| 2016-04-19 | test appveyor.yml | Michael Merickel | |
| 2016-04-19 | remove vestiges of pyramid.require_default_csrf | Michael Merickel | |
| 2016-04-19 | Merge pull request #2518 from mmerickel/feature/set-default-csrf-options | Michael Merickel | |
| replace pyramid.require_default_csrf setting with config.set_default_csrf_options | |||
| 2016-04-19 | Make tests pass under Windows | Christoph Zwerschke | |
| 2016-04-19 | Merge remote-tracking branch 'refs/remotes/Pylons/master' | Christoph Zwerschke | |
| 2016-04-19 | replace pyramid.require_default_csrf setting with ↵ | Michael Merickel | |
| config.set_default_csrf_options | |||
| 2016-04-18 | Merge pull request #2517 from ↵ | Michael Merickel | |
| mmerickel/fix/disable-csrf-on-exception-views-by-default disable csrf checking on all exception views unless explicitly turned on | |||
| 2016-04-18 | disable csrf checking on all exception views unless explicitly turned on | Michael Merickel | |
| 2016-04-17 | request.host_port is a str not an int | Donald Stufft | |
| 2016-04-17 | fix csrf setting error message | Michael Merickel | |
| 2016-04-17 | Merge pull request #2515 from stevepiercy/master | Steve Piercy | |
| update RELEASING.txt with "unreleased" heading | |||
| 2016-04-17 | update RELEASING.txt with "unreleased" heading | Steve Piercy | |
| 2016-04-17 | Merge pull request #2513 from stevepiercy/master | Steve Piercy | |
| update RELEASING.txt to better account for master and previous branches | |||
| 2016-04-17 | update RELEASING.txt to better account for master and previous branches | Steve Piercy | |
| - add term "final" release - explicitify the implicit - | |||
| 2016-04-17 | flip master to 1.8 | Michael Merickel | |
| 2016-04-17 | document view deriver options | Chris McDonough | |
| 2016-04-17 | better explain view deriver options | Chris McDonough | |
| 2016-04-17 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
