summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2012-05-11add link to explanationChris McDonough
2012-05-09Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2012-05-09activate sphinx.ext.viewcode extensionChris McDonough
2012-05-07Two grammatical fixesPatricio Paez
2012-05-06added sphinx theme as submodule, added rtd hack to update themeBlaise Laflamme
2012-05-04add python 3 as a uniquenessChris McDonough
2012-05-04gardenChris McDonough
2012-05-04add introspection to whats uniqueChris McDonough
2012-05-03allow __json__ and custom adapters to accept request argChris McDonough
2012-05-03Merge branch 'master' into feature.json-apiMichael Merickel
2012-05-01Change the example script's description string to match the console_script's ↵Dan Jacka
name: show_settings
2012-04-30Separator between name and value in --header option to prequest is ':', not '='Dan Jacka
2012-04-29Normalize 'Make a project' on both wiki tutorialsPatricio Paez
2012-04-28expand glossary term for scaffoldSteve Piercy
2012-04-28Link the first usage of "scaffold" to its definition in the glossary.Steve Piercy
2012-04-27Update docs/narr/urldispatch.rstVlAleVas
2012-04-26Merge pull request #505 from muellert/masterMichael Merickel
code to implement the suggestion in issue #504
2012-04-19squash another reference to dotted nameChris McDonough
2012-04-19take out 'or dotted python name'Chris McDonough
2012-04-18reverted back to using a component registry during json encodingMichael Merickel
2012-04-17Merge pull request #533 from ppaez/paulos-listPatricio Paez
Paulos list
2012-04-17default_encode->_default_encode, dumps->_dumps, massage docsChris McDonough
2012-04-16docs for json defaultsMichael Merickel
2012-04-16Normalize and update the last sectionPatricio Paez
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-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-13Fix a typo in the documentationVeeti Paananen
2012-04-10enable warning badge on master docsMichael Merickel
2012-04-10test checkin for rtdChris McDonough
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
2012-04-06Merge pull request #524 from ppaez/sql-wiki-authorizationCarlos de la Guardia
Sql wiki authorization
2012-04-06Added first level sections, fixed route in the summaryPatricio Paez
2012-04-06Improve Authorization in the SQL tutorialPatricio Paez
- Made the section headers more explicit and rearranged them in a group for access control and another for login/logout - Split the summary in the two groups - Added missing section Add routes for /login and /logout - Clarify some sections
2012-04-02removed strange text that showed upDavid Gay
2012-04-02Merge branch 'master' of github.com:oddshocks/pyramidDavid Gay
Conflicts: docs/narr/views.rst
2012-04-02addressed #327David Gay
2012-04-02addressed #327David Gay
2012-04-01Improve Authorization on SQL tutorialPatricio Paez
- Simplified the authentication policy callback section - Use full path for files in Seeing Our Changes - Fixed a typo
2012-04-01More simplification to the Authorization chapterPatricio Paez
- Clarify the Adding A Root Factory section, include a related modification to __init__.py - Added Add routes for /login and /logout section - Added yellow higlighting in various listings - Consolidate all the Seeing our changes at the end - Use a 'do, then explain' pattern
2012-04-01Improved Adding Authorization in SQL wiki tutorialPatricio Paez
- Removed unneeded logged_in assignment - Moved up text to the corresponding section - Normalize references to view callables - Simplify text in Add permission declarations
2012-03-31Merge pull request #513 from ppaez/issue-510Carlos de la Guardia
Mark line with yellow in SQL wiki - issue #510
2012-03-29update version markersChris McDonough
2012-03-29- Coverage and docs updates for custom JSON class.Chris McDonough
- Fork point: master now represents a future 1.4 release.