| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-04-09 | - update wiki2/authentication | Steve Piercy | |
| 2016-04-09 | - add intersphinx targets | Steve Piercy | |
| 2016-04-09 | - update wiki2 definingviews | Steve Piercy | |
| 2016-04-09 | - update definingmodels step | Steve Piercy | |
| 2016-04-09 | - update wiki2/src/basiclayout files | Steve Piercy | |
| 2016-04-09 | - add missing files | Steve Piercy | |
| 2016-04-09 | - use literalinclude for setup.py source | Steve Piercy | |
| - strip comments - update py.test output using recently updated scaffold from master branch - remove duplicate bullet points | |||
| 2016-04-09 | add result of installation step in wiki2 tutorial, but using the recently ↵ | Steve Piercy | |
| updated scaffold from master and normalize its version to 1.7. See #2104. | |||
| 2016-04-08 | removed test_suite line. ping @mmerickel @bertjwregeer | Steve Piercy | |
| 2016-04-08 | adjust line numbers for emphasis | Steve Piercy | |
| 2016-04-08 | simplify test dependencies per ↵ | Steve Piercy | |
| https://github.com/Pylons/pyramid/pull/2442/files/aa51dcc629028fda64ee83340d9b3981be7fbb29#r59052781 | |||
| 2016-04-08 | use `--cov-report=term-missing` | Steve Piercy | |
| 2016-04-08 | fix syntax highlighting | Steve Piercy | |
| 2016-04-08 | rough draft for wiki2, replace setup.py with pip. See #2104. | Steve Piercy | |
| 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 | replace easy_install/setup.py with pip | Steve Piercy | |
| 2016-04-07 | - update authorization.rst | Steve Piercy | |
| - add intersphinx target links | |||
| 2016-04-07 | - update authentication.rst | Steve Piercy | |
| 2016-04-07 | - update databases.rst | Steve Piercy | |
| 2016-04-07 | - update forms.rst | Steve Piercy | |
| 2016-04-07 | - update sessions.rst | Steve Piercy | |
| 2016-04-07 | - update logging.rst | Steve Piercy | |
| 2016-04-07 | - update more_view_classes.rst | Steve Piercy | |
| 2016-04-07 | - update json.rst | Steve Piercy | |
| 2016-04-07 | - update static_assets.rst | Steve Piercy | |
| 2016-04-07 | - update jinja2.rst | Steve Piercy | |
| 2016-04-07 | - update routing.rst | Steve Piercy | |
| 2016-04-07 | - update request_response.rst | Steve Piercy | |
| 2016-04-07 | - update view_classes.rst | Steve Piercy | |
| 2016-04-07 | - update templating.rst | Steve Piercy | |
| 2016-04-07 | - update views.rst | Steve Piercy | |
| 2016-04-07 | - update functional_testing.rst | Steve Piercy | |
| 2016-04-07 | - update unit_testing.rst | Steve Piercy | |
| 2016-04-07 | - update debugtoolbar | Steve Piercy | |
| 2016-04-07 | - update ini.rst | Steve Piercy | |
| 2016-04-07 | separate the viewderiver module and allow overriding the mapper | Michael Merickel | |
| 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-06 | - remove conf.py straggler | Steve Piercy | |
| - update intersphinx link to python3 docs - Closes #2429 | |||
| 2016-04-05 | - replace easy_install with pip | Steve Piercy | |
| - add python3 for intersphinx. See #2429 - minor grammar | |||
| 2016-04-04 | - replace setup.py with pip | Steve Piercy | |
| 2016-04-03 | - replace easy_install with pip | Steve Piercy | |
| - bump Python version to 3.5 or generalize to Python 3 - rewrite seealso's - use ps1con lexer for windows powershell console - add hyperlink targets | |||
| 2016-04-02 | remove note to install setuptools | Steve Piercy | |
| 2016-03-31 | - change $VENV to just env. | Steve Piercy | |
| 2016-03-31 | - change env35 to just env. | Steve Piercy | |
| 2016-03-31 | - update links to PyPA site as practical | Steve Piercy | |
| - update various easy_install/setup.py commands to use pip - update to use py35 - other small improvements | |||
| 2016-03-30 | update installation and glossary | Steve Piercy | |
| 2016-03-26 | Fix typo | Pavlo Kapyshin | |
| 2016-03-21 | Merge branch 'master' into feature/configurable-view-deriver | Michael Merickel | |
