summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-04-19Change alchemy scaffold README to match the console_scripts setup.Ralph Bean
2012-04-19squash another reference to dotted nameChris McDonough
2012-04-19take out 'or dotted python name'Chris McDonough
2012-04-18test checkin for automating shiningpanda build from github post-receive url ↵Chris McDonough
(this time for sure)
2012-04-18test checkin for automating shiningpanda build from github post-receive urlChris McDonough
2012-04-18try to fix windows test failureChris McDonough
2012-04-18break docs stuff out of testing to hopefully appease shiningpandaChris McDonough
2012-04-18Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2012-04-17Merge pull request #537 from hynek/masterMichael Merickel
Examples of notfound/forbidden_view_config are missing @ in front of the decorators
2012-04-17Add @ to examples of forbidden_view_config & notfound_view_configHynek Schlawack
2012-04-17Merge pull request #533 from ppaez/paulos-listPatricio Paez
Paulos list
2012-04-17Merge branch 'mmerickel-feature.json-api'Chris McDonough
2012-04-17default_encode->_default_encode, dumps->_dumps, massage docsChris McDonough
2012-04-16docs for json defaultsMichael Merickel
2012-04-16fixed coverage, removed json encoderMichael Merickel
2012-04-16removed the component registry from json rendererMichael Merickel
2012-04-16first cut at removing ObjectJSONEncoderMichael Merickel
2012-04-16Normalize and update the last sectionPatricio Paez
2012-04-16Merge pull request #535 from lambacck/masterChris McDonough
Fix a typo with my last name in the contributors file.
2012-04-16Fix a typo in contributors file.Christopher Lambacher
2012-04-16Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2012-04-16gardenChris McDonough
2012-04-16replaced pylons with pyramid trove classifierMichael Merickel
2012-04-13Simplify the introductionPatricio Paez
- Moved the selection of the templates to the Design chapter - Improved the Views section in the Design chapter - Normalize in both tutorials
2012-04-13Merge pull request #532 from ppaez/typosChris McDonough
Fix some typos
2012-04-13Fixed wsgi.org URLPatricio Paez
2012-04-12TyposPatricio Paez
2012-04-12Improve the Adding Templates section in both tutorialsPatricio Paez
- As suggested by Paulo in the PyCon sprint
2012-04-12Merge pull request #531 from veeti/patch-1Carlos de la Guardia
Fix a typo in the documentation
2012-04-13Fix a typo in the documentationVeeti Paananen
2012-04-11spellingMichael Merickel
2012-04-11Merge branch 'mmerickel.feature-instance-properties'Chris McDonough
2012-04-11readmeChris McDonough
2012-04-11Merge branch 'feature.instance-properties' of ↵Chris McDonough
https://github.com/mmerickel/pyramid into mmerickel.feature-instance-properties
2012-04-11Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2012-04-11request properties are now added in bulkMichael Merickel
2012-04-10changed to classmethodMichael Merickel
2012-04-10tests for bulk property creationMichael Merickel
2012-04-10refactored set_property to support multiple properties in the same subclassMichael Merickel
2012-04-10enable warning badge on master docsMichael Merickel
2012-04-10poke rtdChris McDonough
2012-04-10test checkin for rtdChris McDonough
2012-04-08Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2012-04-08Merge pull request #525 from ppaez/zodb-tutorialChris McDonough
Zodb tutorial updates
2012-04-08Final detailsPatricio Paez
- Normalize the Seeing our changes section - Changed import to recommended style
2012-04-08Normalize Authorization in both tutorials 4Patricio Paez
- Sync content of Add login and logout views, Add the login.pt template, Return a logged_in flag, Add a logout link sections - Normalize sections of views.py
2012-04-08Normalize Authorization in both tutorials 3Patricio Paez
- Sync content in Adding Authentication and Authorization policies, Add permission declarations sections - Added mising permission=view in SQL tutorial - Moved __init__.py listing to Seeing our changes
2012-04-07Normalize Authorization in both tutorials 2Patricio Paez
- Sync content of Add users and groups, and Add an ACL. - Added yellow highlight to listings in Seeing our changes, added models.py
2012-04-07Ordered sections as per the summaryPatricio Paez
2012-04-07Normalize Authorization in both tutorials 1Patricio Paez
- Sync the content of the introduction and the Viewing the Application in a Browser sections - Sync the section structure