summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
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'
2012-03-17misspelling : change 'pryamid_debugtoolbar' into 'pyramid_debugtoolbar'Rachid Belaid
2012-03-17prep for 1.3b3Chris McDonough
2012-03-17warn about python 3Chris McDonough
2012-03-17- Remove references to do-nothing ``pyramid.debug_templates`` setting in allChris McDonough
Pyramid-provided ``.ini`` files. This setting previously told Chameleon to render better exceptions; now Chameleon always renders nice exceptions regardless of the value of this setting. Fixes #491.
2012-03-17fix punctuation as per issue #493Chris McDonough
2012-03-17normalize zodb tut design doc with text from sqla design docChris McDonough
2012-03-17normalize zodb tut design doc with text from sqla design docChris McDonough
2012-03-17explain base a bitChris McDonough
2012-03-17add various elements to design documentChris McDonough
2012-03-17explain zopetransaction extensionChris McDonough
2012-03-17dont make a judgment as to whom this will be most familiar forChris McDonough
2012-03-17dont make a judgment as to whom this will be most familiar forChris McDonough
2012-03-17link to tests stage sourceChris McDonough
2012-03-17add link to tests sourceChris McDonough
2012-03-17Merge pull request #496 from douglatornell/sql-tut-editsChris McDonough
Improve text of SQLAlchemy wiki tutorial.
2012-03-17Fix typos.Doug Latornell
2012-03-17Improve text of SQLAlchemy wiki tutorial.Doug Latornell
A mixture of typo fixes and wording improvements.
2012-03-17master->1.3-branchChris McDonough
2012-03-16use the 1.3-branch urls for sources in tutorialChris McDonough
2012-03-15remove debug_templates untruths related to issue #491Chris McDonough
2012-03-14Fixed SQL tutorial functional tests for Python 3Patricio Paez
2012-03-14Removed the application restart stepPatricio Paez
2012-03-14Renamed db populate to initialize in SQL tutorialPatricio Paez
- Replaced populate_tutorial -> initialize_tutorial_db - Renamed populate.py -> initializedb.py - Updated references in the documenation
2012-03-14Removed populate tests from the SQL wiki tutorialPatricio Paez
- Removed the main() settings parameter in populate.py - Updated the Tests chapter
2012-03-14Merge branch 'master' into improve-docsPatricio Paez
2012-03-14Simplify the summary tablePatricio Paez
- Removed the Context column - Swapped Action and View columns
2012-03-13Wording improvements to Defining Views section of tutorial.Audrey Roy
2012-03-13Wording improvements to Defining Views section of tutorial.Audrey Roy
2012-03-13Merge pull request #480 from ppaez/typosChris McDonough
Typos
2012-03-13TyposPatricio Paez
2012-03-13Merge pull request #478 from ↵Chris McDonough
shentonfreude/shentonfreude/bug.sqltut-test-populate-settings Shentonfreude/bug.sqltut test populate settings
2012-03-13Merge remote-tracking branch 'upstream/master' into ↵Chris Shenton
shentonfreude/bug.sqltut-test-populate-settings
2012-03-13Show modification to scripts/populate.py to accept memory DB URIChris Shenton
The text didn't describe editing the populate.py to accept an optional ``settings`` argument, which _callFUT() in tests.py passed in. This is used to specify a memory-backed SQLite DB which we can wipe-n-load during testing. Show how to replace main() in populate.py per our source code to accept this argument, and use it to set the DB URI; it also uses our Page model.
2012-03-13Improved the Authorization chapterPatricio Paez
- Highlighted the added lines in the listings - Simplified 'Viewing the application in a browser' and added link to Starting the application
2012-03-13Sync section titles with the summaryPatricio Paez