summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-01-01Terminated the highlight on ``format``John Anderson
2015-01-01Fix typoJohn Anderson
2015-01-01Updated the CHANGES to discuss these improvments.John Anderson
2015-01-01Merge branch 'master' of https://github.com/Pylons/pyramid into ↵John Anderson
support_more_features_in_routes
2015-01-01Updated the docs to talk about `--format`John Anderson
2015-01-01Merge branch 'master' of https://github.com/sontek/pyramid into ↵John Anderson
support_more_features_in_routes
2015-01-01Merge pull request #1499 from sontek/expose_response_classMichael Merickel
Expose response class
2015-01-01Move _get_response_factory to pyramid.responseJohn Anderson
2015-01-01Merge pull request #1519 from sontek/add_logging_to_prequestMichael Merickel
Setup logging with prequest
2015-01-01Added a test for configuring loggingJohn Anderson
2015-01-01Setup logging with prequestJohn Anderson
2015-01-01Added CHANGES entry for this PRJohn Anderson
2015-01-01Fix typoJohn Anderson
2015-01-01Mkae the response factory a factory that takes a requestJohn Anderson
2014-12-27Added a version added flagJohn Anderson
2014-12-27basic docs cleanupJohn Anderson
2014-12-27Add the `set_response_factory` APIJohn Anderson
2014-12-26Merge pull request #1503 from stevepiercy/masterSteve Piercy
- update theme with new image
2014-12-26- update theme with new imageSteve Piercy
2014-12-26Merge pull request #1502 from stevepiercy/masterSteve Piercy
pin Sphinx >= 1.2.3 for RTD
2014-12-26- pin Sphinx >= 1.2.3 for RTDSteve Piercy
2014-12-26pass proper registryJohn Anderson
2014-12-26Add support for static routesJohn Anderson
2014-12-26Added 2 more tests directly to the util functionJohn Anderson
2014-12-26Merge pull request #1501 from stevepiercy/masterSteve Piercy
- establish minimum version of 1.2.3 for Sphinx. I hope this works. See ...
2014-12-26- establish minimum version of 1.2.3 for Sphinx. I hope this works. See ↵Steve Piercy
https://github.com/Pylons/pyramid/issues/1068
2014-12-26Merge pull request #1500 from stevepiercy/masterSteve Piercy
- adding back .png file because PDF cannot include and build SVG files. ...
2014-12-26- adding back .png file because PDF cannot include and build SVG files. Also ↵Steve Piercy
renamed images to use a 'imagename.*' wildcard so that the correct format is chosen. See http://stackoverflow.com/questions/6473660/using-sphinx-docs-how-can-i-specify-png-image-formats-for-html-builds-and-pdf-im
2014-12-26Add test to show usage of custom response classJohn Anderson
2014-12-26Refactored how `ResponseClass` is used so it can be overriddenJohn Anderson
2014-12-25Add the --format flagJohn Anderson
2014-12-25Added test for the view globJohn Anderson
2014-12-23Add a --glob option to limit outputMarc Abramowitz
E.g.: $ proutes development.ini --glob='user*' Name Pattern View Method ---- ------- ---- ------ user /profilesvc/v1/user/{user_id} pyramid.config.views.<pyramid.config.views.MultiView object at 0x106f72bd0> * user /profilesvc/v1/user/{user_id} cornice.service.wrapper GET,HEAD
2014-12-23Merge pull request #1496 from stevepiercy/masterSteve Piercy
- add an index to the API directory for better SEO
2014-12-23- add an index to the API directory for better SEOSteve Piercy
2014-12-23Merge pull request #1479 from stevepiercy/masterSteve Piercy
replace router.png with pyramid_router.svg and make design consistent
2014-12-23- remove pyramid_router.png because an .svg version is available per @tseaverSteve Piercy
2014-12-18Speed up Travis start via 'sudo: false'.Tres Seaver
2014-12-16Merge branch 'AdrianTeng-master'Chris McDonough
2014-12-1679 colsChris McDonough
2014-12-16repoze who docs movedChris McDonough
2014-12-16Merge branch 'master' of https://github.com/AdrianTeng/pyramid into ↵Chris McDonough
AdrianTeng-master
2014-12-16Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2014-12-17Add documentation on handling CORS pre-flightsAdrian Teng
2014-12-14Added support for `not_` request_method checksJohn Anderson
2014-12-14Switch tox back to 2.6, was supposed to be localJohn Anderson
2014-12-14Fix py26 supportJohn Anderson
2014-12-14Fix checks for @wsgiapp2, MultiView, and add request methodJohn Anderson
2014-12-09Move coverage floor pct into 'setup.cfg'.Tres Seaver
2014-12-01replace router.png with pyramid_router.svg and make design consistentSteve Piercy