summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-04-27use __doc__ instead of __text__ for predicate descriptioncguardia
2011-04-27Merge branch 'master' of https://github.com/Pylons/pyramidcguardia
2011-04-25Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2011-04-25spell it out entirelyChris McDonough
2011-04-25added to contibutor listcguardia
2011-04-25Merge branch 'master' of https://github.com/Pylons/pyramidcguardia
2011-04-25revert a5702cd8: oops, it undoes timing attack protectionPhilip Jenvey
2011-04-24refactorPhilip Jenvey
2011-04-24resistance is futile, assimilating (not built by aliens)Philip Jenvey
2011-04-25Merge branch 'master' of https://github.com/Pylons/pyramidcguardia
2011-04-24finished paster views command and 100% test coveragecguardia
2011-04-24Merge branch 'ppaez-zodb-tutorial-test-reorg'Chris McDonough
2011-04-24Merge branch 'zodb-tutorial-test-reorg' of https://github.com/ppaez/pyramid ↵Chris McDonough
into ppaez-zodb-tutorial-test-reorg
2011-04-24Merge branch 'jdnavarro-master'Chris McDonough
2011-04-24Merge branch 'master' of https://github.com/jdnavarro/pyramid into ↵Chris McDonough
jdnavarro-master
2011-04-24fix rendering issueChris McDonough
2011-04-23BFG -> PyramidDanny Navarro
2011-04-22Merge branch 'kstrauser-master'Chris McDonough
2011-04-22fix merge conflictsChris McDonough
2011-04-22reference an issueChris McDonough
2011-04-22test coverageChris McDonough
2011-04-22Merge branch 'mmerickel-disambiguate_add_route'Chris McDonough
2011-04-22- Make sure deprecation warnings aren't raised when tests are run.Chris McDonough
- Modify documentation for cross-referencing. - Use add_view(viewname) syntax rather than add_view(view=viewname) syntax for normalization. - Use warnings.warn rather than zope.deprecated in order to make testing easier. - Move tests which test deprecated methods of configurator to a separate test case.
2011-04-22Merge branch 'disambiguate_add_route' of ↵Chris McDonough
https://github.com/mmerickel/pyramid into mmerickel-disambiguate_add_route
2011-04-22Updated static tests to pass using the add_route deprecations.Michael Merickel
2011-04-22version bumpChris McDonough
2011-04-22gardenChris McDonough
2011-04-21Merge branch 'scriptname_fixes'Chris McDonough
2011-04-21add changelog entries, fix docs for wsgiapp2Chris McDonough
2011-04-21add unit tests for call_app_with_subpath_as_path_infoChris McDonough
2011-04-21add an integration test for wsgiapp2Chris McDonough
2011-04-21name changeChris McDonough
2011-04-21spellingsChris McDonough
2011-04-21share call_app_with_subpath_as_path_info between static view and wsgiapp2Chris McDonough
2011-04-21add 'adding a custom settings'Chris McDonough
2011-04-21fewer tests failChris McDonough
2011-04-20Sync with SQLAlchemy wiki tutorialPatricio Paez
2011-04-20Adding Tests in the ZODB wiki tutorialPatricio Paez
- New section in the main index - Move Model and View tests there - Added Functional tests
2011-04-20fix scriptname and path_info computation in wsgiapp2 decorator; share code ↵Chris McDonough
between static and wsgiapp2 decorator
2011-04-20Fixed typos and added clarifications in a tutorialKirk Strauser
I was working through the wiki2 tutorial this morning and found some slightly confusing bits. As I went along, I added the suggested changes to my local files to make them match the tutorial's version, but found several times that key parts were missing. I'm not new to Python so this didn't slow me down, but thought some clarifications might help new users.
2011-04-20Provided a possible fix for StaticURLInfo.Michael Merickel
2011-04-20Fixed a small bug in the paster template.Michael Merickel
2011-04-20Upgraded the url dispatch tutorials to use add_view.Michael Merickel
2011-04-20Converting docs to deprecate view parameters in config.add_route.Michael Merickel
2011-04-20Fix for issue #164. Disambiguation of add_route().Michael Merickel
2011-04-19Merge branch 'jgonera-master'Chris McDonough
2011-04-19Merge branch 'master' of https://github.com/jgonera/pyramid into jgonera-masterChris McDonough
2011-04-19renderingChris McDonough
2011-04-19Merge branch 'master' of git://github.com/Pylons/pyramidJuliusz Gonera
2011-04-19replacement for torturous_route_re, inner squigglies work againJuliusz Gonera