summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-01-28scaffold starter now uses Jinja2Steve Piercy
- Closes misplaced issue https://github.com/Pylons/pyramid-cookiecutter-starter/issues/13
2017-01-27Merge pull request #2929 from stevepiercy/masterSteve Piercy
Minor change
2017-01-27Minor changeJohn Jimenez
minor change to flow better (cherry picked from commit 0c705c9)
2017-01-27Merge pull request #2923 from stevepiercy/masterSteve Piercy
undo borkage: wsgiref does not use listen, it uses port
2017-01-26undo borkage: wsgiref does not use listen, it uses portSteve Piercy
- ref: #2919
2017-01-26Merge pull request #2921 from stevepiercy/masterSteve Piercy
grammar fix
2017-01-26grammar fixesSteve Piercy
2017-01-26rest syntax fixSteve Piercy
2017-01-26rest syntax fixSteve Piercy
2017-01-26grammar fixSteve Piercy
2017-01-24Merge pull request #2917 from mmerickel/fix-2916Michael Merickel
restore the registry signature and add tests to show why
2017-01-24restore the registry signature and add tests to show whyMichael Merickel
fixes #2916
2017-01-23update manifest checksMichael Merickel
2017-01-23update todoMichael Merickel
2017-01-22Merge pull request #2915 from stevepiercy/masterSteve Piercy
save a redirect
2017-01-22save a redirectSteve Piercy
(cherry picked from commit 981869a)
2017-01-22Merge pull request #2912 from stevepiercy/masterSteve Piercy
remove pylonshq - HUZZAH!
2017-01-21remove pylonshq - HUZZAH!Steve Piercy
2017-01-21Merge pull request #2909 from stevepiercy/masterSteve Piercy
forward port item for pylons_sphinx_latesturl
2017-01-21forward port item for pylons_sphinx_latesturlSteve Piercy
2017-01-21switch to 1.9.dev0Michael Merickel
2017-01-21typoMichael Merickel
2017-01-21swap back to master travis-ci on master branchMichael Merickel
2017-01-20Merge pull request #2905 from stevepiercy/masterSteve Piercy
Fix typo to be consistent with API docs
2017-01-20Fix typo to be consistent with API docsSteve Piercy
- Closes #2904
2017-01-17link to method in whatsnewMichael Merickel
2017-01-17prep 1.8b1Michael Merickel
2017-01-17fix rst syntax in changelogMichael Merickel
2017-01-17changelog for #2902Michael Merickel
2017-01-17Merge pull request #2902 from mmerickel/allow-add-translation-dirs-overrideMichael Merickel
add ``override`` option to ``add_translation_dirs``
2017-01-17add ``override`` option to ``add_translation_dirs``Michael Merickel
fixes #1474
2017-01-17fix the add_translation_dirs documentation to reflect the current implMichael Merickel
fixes #1473
2017-01-16avoid doing lookup in loopMichael Merickel
2017-01-15changelog for #2901Michael Merickel
2017-01-15Merge pull request #2901 from mmerickel/mod-wsgi-cookiecutterMichael Merickel
update mod_wsgi tutorial to use a cookiecutter
2017-01-15update mod_wsgi tutorial to use a cookiecutterMichael Merickel
closes #2890
2017-01-15Fix typo and add PR referenceSteve Piercy
2017-01-15changelog cleanupsMichael Merickel
2017-01-15Merge pull request #2900 from stevepiercy/windows-installMichael Merickel
Windows documentation updates
2017-01-15Update Windows docsSteve Piercy
- Installation overhauled - update project.rst to remove duplication - Windows paths never end with "\" except for a drive name, for example C:\ - use backslashes for paths - backslashes cannot be used for line continuation on Windows - update extra packages for Windows - Python now has a Windows launcher
2017-01-15Update Windows installation docsSteve Piercy
2017-01-13Merge pull request #2899 from stevepiercy/masterMichael Merickel
update docs per https://github.com/Pylons/pyramid/commit/fb7a98bbdace…
2017-01-10update docs per ↵Steve Piercy
https://github.com/Pylons/pyramid/commit/fb7a98bbdacebc4edfef8fb3e6093bb9e6590111
2017-01-10fix unittests in wiki2 to work without deps on py2 and py3Michael Merickel
fixes #2882
2017-01-08Merge pull request #2885 from mmerickel/require-py36Michael Merickel
require tests to pass on py36 on travis and appveyor
2017-01-08require tests to pass on py36 on travis and appveyorMichael Merickel
2017-01-08Merge pull request #2896 from ramgoer/patch-1Michael Merickel
Update project.rst
2017-01-08Update project.rstramgoer
incorrect cookietcutter path for windows environment %VENV%\Scripts\cookiecutter
2017-01-04Merge pull request #2893 from mmerickel/document-registry-as-dictMichael Merickel
improve the registry documentation to cover usage as a dictionary
2017-01-02Merge pull request #2894 from stevepiercy/masterSteve Piercy
add changelog and whatsnew entry for #2888 and #2889