summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-10add changelog for #2021Michael Merickel
2016-04-10Merge pull request #2021 from Pylons/feature/configurable-view-deriverMichael Merickel
configurable view deriver
2016-04-08Merge pull request #2435 from mmerickel/feature/separate-viewderiver-moduleBert JW Regeer
separate viewderiver module
2016-04-08Merge pull request #2439 from stevepiercy/masterSteve Piercy
Add pyramid_jinja2 example to i18n docs. Fixes #2437.
2016-04-08Add pyramid_jinja2 example to i18n docs. Fixes #2437.Steve Piercy
2016-04-08update constraints for derivers as well as docsMichael Merickel
2016-04-07separate the viewderiver module and allow overriding the mapperMichael Merickel
2016-04-06rename pyramid.config.derivations to pyramid.viewderiversMichael Merickel
2016-04-06Merge pull request #2433 from msabramo/setup_logging_nicerMichael Merickel
setup_logging: global_conf => extra_global_conf
2016-04-06Simplify setup_logging global_conf handlingMarc 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-06Merge pull request #2432 from ↵Michael Merickel
msabramo/setup_logging_intersphinx_link_to_fileConfig setup_logging: Intersphinx link to fileConfig
2016-04-06Merge pull request #2399 from msabramo/logging_global_confMichael Merickel
Pass vars to logging.config.fileConfig
2016-04-06setup_logging: Intersphinx link to fileConfigMarc Abramowitz
So Sphinx docs have a clickable link to `logging.config.fileConfig`.
2016-04-06Pass vars to logging.config.fileConfigMarc 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-02Merge pull request #2423 from stevepiercy/masterSteve Piercy
update url
2016-04-02update urlSteve Piercy
2016-03-27Merge pull request #2415 from stevepiercy/masterSteve Piercy
attempt to clean out results of merges
2016-03-27Merge branch 'master' of github.com:stevepiercy/pyramidSteve Piercy
2016-03-27Merge pull request #2414 from PavloKapyshin/masterSteve Piercy
Fix typo
2016-03-26Fix typoPavlo Kapyshin
2016-03-21Merge branch 'master' into feature/configurable-view-deriverMichael Merickel
2016-03-21polish view derivers docs, minor grammarSteve Piercy
2016-03-21polish view derivers docs, minor grammarSteve Piercy
2016-03-21polish view derivers docs, minor grammarSteve Piercy
2016-03-17fix deriver docs to explain ordering issuesMichael Merickel
2016-03-17remove unused importMichael Merickel
2016-03-17"over" is closer to ingress and "under" is closer to mapped_viewMichael Merickel
2016-03-14add a docstring for add_view_deriver and expose the method to the api docsMichael Merickel
2016-03-14do not guess at the name of the view deriver without further discussionMichael Merickel
2016-03-14use the implicit name in the doc examplesMichael Merickel
2016-03-14swap the order of view deriver arguments so that the name is implicitMichael Merickel
2016-03-14first cut at documenting view deriversMichael Merickel
2016-03-14Merge remote-tracking branch 'upstream/master'Steve Piercy
2016-03-14Merge pull request #2411 from stevepiercy/masterSteve Piercy
polish Invoking an Exception View docs
2016-03-14Merge remote-tracking branch 'upstream/master'Steve Piercy
2016-03-14polish Invoking an Exception View docsSteve Piercy
- add index entry - minor grammar, syntax
2016-03-14Merge pull request #2410 from stevepiercy/masterSteve Piercy
remove extra period
2016-03-14remove extra periodSteve Piercy
2016-03-14move comment closer to relevant logicMichael Merickel
2016-03-14fix broken refMichael Merickel
2016-03-14add a new docs section on invoking exception viewsMichael Merickel
2016-03-14add changelog for #2393Michael Merickel
2016-03-14Merge pull request #2393 from Pylons/feature.invoke_exception_viewMichael Merickel
request.invoke exception view
2016-03-13add examples of view derivers to the glossaryMichael Merickel
2016-03-13Merge pull request #2408 from stevepiercy/feature/configurable-view-deriverSteve Piercy
minor update to request processing diagram
2016-03-13minor update to request processing diagramSteve Piercy