summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2012-04-19squash another reference to dotted nameChris McDonough
2012-04-19take out 'or dotted python name'Chris McDonough
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.
2012-03-28JSON-API rework and Object.__json__ supportWayne Witzel III
2012-03-28intermediate commitMichael Merickel
2012-03-26Mark line with yellow in SQL wiki - issue #510Patricio Paez
2012-03-21flesh out system valuesChris McDonough
2012-03-21prep for 1.3Chris McDonough
2012-03-20updateChris McDonough
2012-03-19windowsChris McDonough
2012-03-19wordingChris McDonough
2012-03-19use the correct messageChris McDonough
2012-03-19show the effect of a server restart under reload; explain that template ↵Chris McDonough
changes dont require a restart
2012-03-19provide instructions about how to change the port, warn against changing the ↵Chris McDonough
server, put code reloading into its own section
2012-03-19explain where things might go in reality and explain gt example Windows ↵Chris McDonough
convention
2012-03-18warn about project names that shadow stdlib names, change UNIX prompt to gtChris McDonough
2012-03-18add python 3 logoChris McDonough
2012-03-18Fixed line width.Michael Merickel
2012-03-18Suggestion : giving at least the name the command to use as an indication . Rachid Belaid
Even if this information it's not enough, when you read the doc via pdf that give you which command to use without having to jump of section. I find it better for the learning flow of the reader than jumping around.
2012-03-18Keep the same vocabulary than previously in the doc, at this stage of the ↵Rachid Belaid
instruction the user doesn't have more than one package which myproject
2012-03-18Keep the same notation, 'myproject' is used previously. 'mypackage' is ↵Rachid Belaid
correct and generic, after following the previous step of the documentation the user would have only one package which is 'myproject'