| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-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-08 | Merge pull request #2403 from stevepiercy/master | Steve Piercy | |
| rewrite renderer glossary entry to read more easily | |||
| 2016-03-08 | rewrite renderer glossary entry to read more easily | Steve Piercy | |
| 2016-03-07 | Merge pull request #2401 from stevepiercy/master | Steve Piercy | |
| Use Python console lexer | |||
| 2016-03-07 | Use Python console lexer | Steve Piercy | |
| 2016-03-07 | Merge pull request #2400 from ianjosephwilson/master | Steve Piercy | |
| Extra colon in docs breaks code block highlighting. | |||
| 2016-03-07 | Extra colon in docs breaks code block highlighting. | Ian Joseph Wilson | |
| 2016-03-03 | link invoke_exception_view to api docs | Michael Merickel | |
| 2016-03-02 | Merge pull request #2394 from stevepiercy/master | Steve Piercy | |
| update link to videos | |||
| 2016-03-02 | update link to videos | Steve Piercy | |
| 2016-03-02 | fix and add tests for invoke_exception_view | Michael Merickel | |
| 2016-03-02 | Merge pull request #2389 from stevepiercy/master | Steve Piercy | |
| give sentence a colostomy, break into two | |||
| 2016-03-02 | give sentence a colostomy, break into two | Steve Piercy | |
| 2016-02-29 | exception views should never have a name= | Michael Merickel | |
| 2016-02-29 | add exception and exc_info to request | Michael Merickel | |
| 2016-02-29 | Merge pull request #2386 from stevepiercy/master | Steve Piercy | |
| update branch descriptions | |||
| 2016-02-29 | add step to update contributing.md | Steve Piercy | |
| 2016-02-29 | update major release descriptions | Steve Piercy | |
| 2016-02-29 | update changelog for #2024 | Michael Merickel | |
| 2016-02-29 | Merge pull request #2024 from Pylons/feature/alchemy-scaffold-update | Michael Merickel | |
| alchemy scaffold updates | |||
| 2016-02-29 | Merge branch 'master' into feature/alchemy-scaffold-update | Michael Merickel | |
| 2016-02-29 | Merge pull request #2385 from stevepiercy/feature/alchemy-scaffold-update | Michael Merickel | |
| redirect to edit page when user attempts to add page that already exists | |||
| 2016-02-28 | Merge remote-tracking branch 'upstream/feature/alchemy-scaffold-update' into ↵ | Steve Piercy | |
| feature/alchemy-scaffold-update | |||
| 2016-02-28 | redirect to edit page when user attempts to add page that already exists | Steve Piercy | |
| - update src/*/views/default.py - update src/*/routes.py - write new test - revise docs, double-checking line counts and highlighting | |||
| 2016-02-28 | add changelog for #1370 | Michael Merickel | |
| 2016-02-28 | Merge pull request #2383 from stevepiercy/feature/alchemy-scaffold-update | Steve Piercy | |
| add note about deprecation warnings on py3 | |||
| 2016-02-28 | fix #1370 to use split instead of rsplit to keep consistent | Michael Merickel | |
| 2016-02-28 | add a failing test case with #1370 | Michael Merickel | |
| 2016-02-28 | add note about deprecation warnings on py3 | Steve Piercy | |
| 2016-02-28 | Merge branch 'pr/1370' | Michael Merickel | |
| 2016-02-28 | fix some nits | Michael Merickel | |
| 2016-02-28 | Merge pull request #2382 from stevepiercy/feature/alchemy-scaffold-update | Steve Piercy | |
| update distributing.rst (done) | |||
| 2016-02-28 | update distributing.rst (done) | Steve Piercy | |
| - minor grammar - clean up sdist output | |||
