| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-04-10 | Move event to the appropriate location | Bert JW Regeer | |
| This way the notification is not sent only after finding a route, but anytime generically before attempting traversal. | |||
| 2016-04-10 | Add API docs for BeforeTraversal | Bert JW Regeer | |
| 2016-04-10 | Rename RouteFound to BeforeTraversal | Bert JW Regeer | |
| 2016-04-10 | Merge branch 'route-found' of dstufft/pyramid | Bert JW Regeer | |
| 2016-04-10 | add changelog for #2021 | Michael Merickel | |
| 2016-04-10 | Merge pull request #2021 from Pylons/feature/configurable-view-deriver | Michael Merickel | |
| configurable view deriver | |||
| 2016-04-08 | Merge pull request #2435 from mmerickel/feature/separate-viewderiver-module | Bert JW Regeer | |
| separate viewderiver module | |||
| 2016-04-08 | Merge pull request #2439 from stevepiercy/master | Steve Piercy | |
| Add pyramid_jinja2 example to i18n docs. Fixes #2437. | |||
| 2016-04-08 | Add pyramid_jinja2 example to i18n docs. Fixes #2437. | Steve Piercy | |
| 2016-04-08 | update constraints for derivers as well as docs | Michael Merickel | |
| 2016-04-07 | separate the viewderiver module and allow overriding the mapper | Michael Merickel | |
| 2016-04-06 | rename pyramid.config.derivations to pyramid.viewderivers | Michael Merickel | |
| 2016-04-06 | Merge pull request #2433 from msabramo/setup_logging_nicer | Michael Merickel | |
| setup_logging: global_conf => extra_global_conf | |||
| 2016-04-06 | Simplify setup_logging global_conf handling | Marc Abramowitz | |
| A somewhat simpler and nicer implementation of handling `global_conf` than what I had in https://github.com/Pylons/pyramid/pull/2399 | |||
| 2016-04-06 | Merge pull request #2432 from ↵ | Michael Merickel | |
| msabramo/setup_logging_intersphinx_link_to_fileConfig setup_logging: Intersphinx link to fileConfig | |||
| 2016-04-06 | Merge pull request #2399 from msabramo/logging_global_conf | Michael Merickel | |
| Pass vars to logging.config.fileConfig | |||
| 2016-04-06 | setup_logging: Intersphinx link to fileConfig | Marc Abramowitz | |
| So Sphinx docs have a clickable link to `logging.config.fileConfig`. | |||
| 2016-04-06 | Pass vars to logging.config.fileConfig | Marc Abramowitz | |
| This allows one to set up a logging configuration that is parameterized based on variables specified on the command-line. e.g.: the application .ini file could have: ```ini [logger_root] level = %(LOGGING_LOGGER_ROOT_LEVEL)s handlers = console [handler_console] class = StreamHandler args = (sys.stderr,) level = %(LOGGING_HANDLER_CONSOLE_LEVEL)s formatter = generic ``` This app could be launched with: ``` pserve development.ini LOGGING_LOGGER_ROOT_LEVEL=DEBUG LOGGING_HANDLER_CONSOLE_LEVEL=DEBUG ``` | |||
| 2016-04-02 | Merge pull request #2423 from stevepiercy/master | Steve Piercy | |
| update url | |||
| 2016-04-02 | update url | Steve Piercy | |
| 2016-03-27 | Merge pull request #2415 from stevepiercy/master | Steve Piercy | |
| attempt to clean out results of merges | |||
| 2016-03-27 | Merge branch 'master' of github.com:stevepiercy/pyramid | Steve Piercy | |
| 2016-03-27 | Merge pull request #2414 from PavloKapyshin/master | Steve Piercy | |
| Fix typo | |||
| 2016-03-26 | Fix typo | Pavlo Kapyshin | |
| 2016-03-21 | Merge branch 'master' into feature/configurable-view-deriver | Michael Merickel | |
| 2016-03-21 | polish view derivers docs, minor grammar | Steve Piercy | |
| 2016-03-21 | polish view derivers docs, minor grammar | Steve Piercy | |
| 2016-03-21 | polish view derivers docs, minor grammar | Steve Piercy | |
| 2016-03-17 | fix deriver docs to explain ordering issues | Michael Merickel | |
| 2016-03-17 | remove unused import | Michael Merickel | |
| 2016-03-17 | "over" is closer to ingress and "under" is closer to mapped_view | Michael Merickel | |
| 2016-03-14 | add a docstring for add_view_deriver and expose the method to the api docs | Michael Merickel | |
| 2016-03-14 | do not guess at the name of the view deriver without further discussion | Michael Merickel | |
| 2016-03-14 | use the implicit name in the doc examples | Michael Merickel | |
| 2016-03-14 | swap the order of view deriver arguments so that the name is implicit | Michael Merickel | |
| 2016-03-14 | first cut at documenting view derivers | Michael Merickel | |
| 2016-03-14 | Merge remote-tracking branch 'upstream/master' | Steve Piercy | |
| 2016-03-14 | Merge pull request #2411 from stevepiercy/master | Steve Piercy | |
| polish Invoking an Exception View docs | |||
| 2016-03-14 | Merge remote-tracking branch 'upstream/master' | Steve Piercy | |
| 2016-03-14 | polish Invoking an Exception View docs | Steve Piercy | |
| - add index entry - minor grammar, syntax | |||
| 2016-03-14 | Merge pull request #2410 from stevepiercy/master | Steve Piercy | |
| remove extra period | |||
| 2016-03-14 | remove extra period | Steve Piercy | |
| 2016-03-14 | move comment closer to relevant logic | Michael Merickel | |
| 2016-03-14 | fix broken ref | Michael Merickel | |
| 2016-03-14 | add a new docs section on invoking exception views | Michael Merickel | |
| 2016-03-14 | add changelog for #2393 | Michael Merickel | |
| 2016-03-14 | Merge pull request #2393 from Pylons/feature.invoke_exception_view | Michael Merickel | |
| request.invoke exception view | |||
| 2016-03-13 | add examples of view derivers to the glossary | Michael Merickel | |
| 2016-03-13 | Merge pull request #2408 from stevepiercy/feature/configurable-view-deriver | Steve Piercy | |
| minor update to request processing diagram | |||
| 2016-03-13 | minor update to request processing diagram | Steve Piercy | |
