| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-08-17 | run linkcheck, fix redirects, change busted links to inline literals | Steve Piercy | |
| 2018-12-31 | Merge remote-tracking branch 'upstream/master' | Steve Piercy | |
| 2018-12-31 | highlight docutil instead of bcrypt | Alexander McNulty | |
| 2018-11-27 | Merge pull request #3438 from stevepiercy/docs-style-inputs | Steve Piercy | |
| Add a style to show text in input fields. | |||
| 2018-11-27 | Add a style to show text in input fields. | Steve Piercy | |
| Fixes #3431 The cookiecutter has been updated. - See https://github.com/Pylons/pyramid-cookiecutter-starter/pull/64 | |||
| 2018-11-27 | Fix links after running linkcheck, excluding HISTORY.txt, a local link, and ↵ | Steve Piercy | |
| a bad link in WebOb docs | |||
| 2018-11-18 | Unpin webtest and pytest | Steve Piercy | |
| 2018-11-17 | Remove mention of py3 compat | Steve Piercy | |
| 2018-11-17 | Update Python source files in docs to use `from html import escape`, now ↵ | Steve Piercy | |
| that we ripped it out from `pyramid.compat`. | |||
| 2018-11-16 | Remove most Python 2 mentions from docs. Exclusions: | Steve Piercy | |
| - `docs/tutorials/wiki/*` was written for Python 2 and supposedly won't run on Python 3. - `docs/api/compat.rst` because it drops some stuff and moves other bits into `pyramid.util` and should be part of another PR. - Ignored a couple of times where `env27` and `Python 2.` appear in command output, but they are inconsequential. | |||
| 2018-10-31 | move master to 2.0.dev0 | Michael Merickel | |
| 2018-10-15 | point cookiecutters at 1.10-branch | Michael Merickel | |
| 2018-10-05 | Merge branch 'master' into one_cc | Steve Piercy | |
| 2018-10-04 | Update Pyramid documentation pytest references with feedback | Paul Cutler | |
| Update the pull request to update all Pyramid documentation to replace instances of "py.test" with "pytest" to include missing backticks where needed. | |||
| 2018-10-03 | Change references to "py.test" in SQLAlchemy tutorial test page | Paul Cutler | |
| Change all references of "py.test" to "pytest" per pytest 3.0 release in the test page of the ZODB + URL Dispatch tutorial test documentation | |||
| 2018-10-03 | Change references to "py.test" to "pytest" in SQLAlchemy tutorial | Paul Cutler | |
| Change all references of "py.test" to "pytest" per pytest 3.0 release in the SQLAlchemy + URL Dispatch tutorial | |||
| 2018-09-27 | Fix typo | Alexander Lin | |
| 2018-09-17 | name change | Stephen Martin | |
| 2018-09-16 | doc fixes | Stephen Martin | |
| 2018-09-09 | merging cookiecutters | Stephen Martin | |
| 2018-09-01 | Remove extra "the" | Steve Piercy | |
| 2018-08-30 | Update wiki2 with alchemy cookiecutter source files | Steve Piercy | |
| 2018-08-25 | Remove extra "that" | Steve Piercy | |
| 2018-08-22 | Bump Python version to 3.7 in docs and project meta files | Steve Piercy | |
| 2018-08-19 | Standardize macOS capitalization | Steve Piercy | |
| 2018-08-19 | Standardize Unix capitalization | Steve Piercy | |
| 2018-08-18 | Clean up code-blocks in tutorials/wiki2/tests | Steve Piercy | |
| 2018-08-18 | Clean up code-blocks in tutorials/wiki2/installation | Steve Piercy | |
| 2018-08-18 | Clean up code-blocks in tutorials/wiki2/distributing | Steve Piercy | |
| 2018-08-18 | Clean up code-blocks in tutorials/wiki2/definingmodels | Steve Piercy | |
| 2018-08-18 | Clean up code-blocks in tutorials/wiki2/basiclayout | Steve Piercy | |
| 2018-06-30 | use correct script name to fix tests | Steve Piercy | |
| 2018-06-30 | synch up source code in tests step | Steve Piercy | |
| 2018-06-30 | synch up source code in authorization step | Steve Piercy | |
| 2018-06-30 | synch up linenos with source code | Steve Piercy | |
| 2018-06-30 | Synch up source files for authentication step | Steve Piercy | |
| 2018-06-29 | Synch up src files and update definingviews.rst | Steve Piercy | |
| 2018-06-29 | Gardening of definingmodels.rst | Steve Piercy | |
| - Synch up emphasize-lines to new script changes - Update output examples | |||
| 2018-06-29 | Add flake8 | Steve Piercy | |
| 2018-06-29 | More synching of src to cc files | Steve Piercy | |
| 2018-06-29 | Resynch src files to cookiecutter | Steve Piercy | |
| 2018-06-28 | Change import to module scope | Steve Piercy | |
| 2018-06-28 | Modify sections for db script to align with Alembic workflow (WIP) | Steve Piercy | |
| - This is not complete. I don't know what I did wrong, but the script does not run. | |||
| 2018-06-28 | First stab at updated db script | Steve Piercy | |
| 2018-06-28 | Add Alembic step and overview | Steve Piercy | |
| 2018-06-27 | Add alembic directory to source in models step | Steve Piercy | |
| 2018-06-27 | switch to engine_from_config to be consistent with run_migrations_offline | Steve Piercy | |
| See https://github.com/Pylons/pyramid-cookiecutter-alchemy/commit/f1ab68543d3e44fc1a5df0aa0355f08578f38b7a | |||
| 2018-06-26 | drop alpha status from pyramid requirement in setup.py | Steve Piercy | |
| - See https://github.com/Pylons/pyramid-cookiecutter-alchemy/issues/34 | |||
| 2018-06-26 | rename script to align with cookiecutter default | Steve Piercy | |
| 2018-06-26 | Add alembic, correct name of init script in setup.py | Steve Piercy | |
| - Adjust linenos in defining models step - Update package version numbers to latest | |||
