summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Add babel browser script to HTML code in tutorial 11 to make the JSX code work.Maxime Falaize2015-12-111-1/+2
* In text of tut07 - corrected typo 'oher' -> 'other'Amos Shapira2015-12-021-1/+1
* Merged in amosshapira/cherrypy/amosshapira/fixed-lets-not-assume-to-lets-now-...Sylvain Hellegouarch2015-10-301-3/+3
|\
| * Merged in amosshapira/cherrypy-1/amosshapira/tutorial-3-replaced-password-by-...Sylvain Hellegouarch2015-10-301-2/+2
| |\
| | * Merged in amosshapira/cherrypy-2/amosshapira/tutorial-6-substitute-nonabsolut...Sylvain Hellegouarch2015-10-301-1/+1
| | |\
| | | * Tutorial 6: substitute "non-absolute" by the more common term "relative".Amos Shapira2015-10-291-1/+1
| | * | Should be pluralAce Clove2015-10-301-1/+1
| | |/
| * | Tutorial 3: replaced "/password" by "/generate", I think that's what it was m...Amos Shapira2015-10-291-1/+1
| |/
* | Fixed "Let's not assume" to "Let's now assume" in "Tutorial 3"Amos Shapira2015-10-291-1/+1
|/
* docs/basics.rst: Update validate_password() to take 3 argumentsMurilo Opsfelder Araujo2015-09-211-1/+1
* docs/basics.rst: Cleanup trailing whitespacesMurilo Opsfelder Araujo2015-09-211-83/+83
* fetch a row from the result not the connectionLawouach2015-07-191-2/+2
* fixes the session being generated again and again in this tutorialLawouach2015-07-191-0/+13
* added React.js to the tutorialLawouach2015-07-191-1/+222
* fixed linkLawouach2015-07-191-1/+1
* refLawouach2015-07-191-0/+2
* a little word aboutd restful in the tutorialLawouach2015-07-191-0/+15
* clarified how to use CherryPy with the logging moduleLawouach2015-07-191-8/+118
* the right date this timeLawouach2015-07-191-1/+1
* updated copyright dateLawouach2015-07-191-1/+1
* Improved wording about returned errorColin Svingen2015-03-191-2/+2
* Added details on specifying an index file.Colin Svingen2015-03-191-0/+19
* fixed #1361Lawouach2015-03-121-1/+1
* Merged in nryoung/cherrypy (pull request #90)Sylvain Hellegouarch2015-02-231-1/+1
|\
| * basics.rst edited online with Bitbucket : fixed typo in favicon sample codeUnknown Name2015-01-271-1/+1
* | Fix several typos and grammar mistakes in the docs.Nic Young2014-12-292-6/+6
|/
* Fix PUT request - it wasn't submitting the input field, only a blank stringUnknown Name2014-12-101-1/+1
* Fix broken linkskevvvvv2014-12-061-2/+2
* small typomnjonge2014-07-251-1/+1
* Move util scripts to docsJason R. Coombs2014-06-272-0/+157
* Move docs to docs/Jason R. Coombs2014-06-2725-0/+5920
* Move 'docs' to 'man'. In Python projects, 'docs' typically are for Sphinx docs.Jason R. Coombs2014-06-271-263/+0
* added man page for cherrydvisteya2009-06-151-0/+263
* There's no need to keep old presentations around in SVN (or distro them). You...Robert Brewer2008-01-1442-3262/+0
* Removed trunk/docs/book folder, as that won't be upgraded for CP 3.Robert Brewer2006-08-3061-3125/+0
* Fix in 2.x and trunk for #522 (redirect documentation doesn't talk about stat...Robert Brewer2006-06-301-631/+634
* Moving visuals up one levelRemi Delon2006-03-294-0/+0
* Checking in logos and new favicon.icoRemi Delon2006-03-294-0/+0
* Updated wsgiappfilter section of the book.Christian Wyglendowski2006-03-161-25/+8
* Added documentation to the book for the wsgiappfilter.Christian Wyglendowski2006-03-121-13/+52
* Added "on_renew_session" callback to sessionfilterRemi Delon2006-02-281-2/+7
* Removed deprecated _cphttpserver.py.Robert Brewer2006-02-161-648/+632
* Renamed queryString into query_stringRemi Delon2006-02-161-3/+3
* Docs: cherrypy.treeRobert Brewer2006-02-162-612/+685
* When running under _cphttpserver, request.wsgi_environ is now set to an empty...Christian Wyglendowski2006-01-311-1/+1
* API doc entry for cherrypy.request.wsgi_environChristian Wyglendowski2006-01-311-0/+4
* Better document session.acquire_lock()Remi Delon2006-01-261-7/+20
* Deprecated "initOnly" and "serverClass". New names are "init_only" and "serve...Remi Delon2006-01-261-7/+7
* Deprecating simpleCookie (use "simple_cookie" instead)Remi Delon2006-01-261-3/+3
* Doc update for #55/[879].Robert Brewer2005-12-231-1024/+586