summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
...
* docs/basics.rst: Update validate_password() to take 3 argumentsMurilo Opsfelder Araujo2015-09-211-1/+1
| | | | | | | | | | This change updates the sample validate_password() function since it actually receives 3 arguments when called, i.e. realm, username and password. Without this change, the following exception is raised: TypeError: validate_password() takes exactly 2 arguments (3 given)
* 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-232-6/+6
|\ | | | | | | Fix several typos and grammar mistakes in the docs.
| * Fix several typos and grammar mistakes in the docs.Nic Young2014-12-292-6/+6
| |
* | basics.rst edited online with Bitbucket : fixed typo in favicon sample codeUnknown Name2015-01-271-1/+1
|/ | | | | --HG-- branch : alecz20/basicsrst-edited-online-with-bitbucket--1422336197217
* Fix PUT request - it wasn't submitting the input field, only a blank stringUnknown Name2014-12-101-1/+1
| | | | | --HG-- branch : steve9000/fix-put-request-it-wasnt-submitting-the-1418205560793
* Fix broken linkskevvvvv2014-12-061-2/+2
| | | | | --HG-- branch : kevvvvv/fix-broken-links-1417898285265
* small typomnjonge2014-07-251-1/+1
| | | | tutorials.rst edited online with Bitbucket
* 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). ↵Robert Brewer2008-01-1442-3262/+0
| | | | You can look them up in old revisions if needed.
* 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 ↵Robert Brewer2006-06-301-631/+634
| | | | status code).
* 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 ↵Christian Wyglendowski2006-01-311-1/+1
| | | | | | | | | | | | | empty dictionary. It will still evaluate as boolean False, but will allow for the following code: val = cherrypy.request.wsgi_environ.get('SOME_VAR', 'some default') Rather than: if cherrypy.request.wsgi_environ: val = cherrypy.request.wsgi_environ['SOME_VAR'] else: val = 'some default'
* 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 ↵Remi Delon2006-01-261-7/+7
| | | | "server_class"
* Deprecating simpleCookie (use "simple_cookie" instead)Remi Delon2006-01-261-3/+3
|
* Doc update for #55/[879].Robert Brewer2005-12-231-1024/+586
|
* Specify in book that the PostgreSql backend for sessions works with psycopg2Remi Delon2005-12-131-1/+1
|
* Slides for tonight's meetup in LondonRemi Delon2005-12-1221-0/+1579
|
* Forgot browserUrl in camelCase to lowercase conversionRemi Delon2005-12-101-1/+1
|
* you can now define the default content type to be used globally by all ↵Sylvain Hellegouarch2005-12-051-0/+3
| | | | responses using server.default._content_type
* Updated book to reflect [856]Remi Delon2005-12-058-136/+136
|
* Big change: camelCase to lower_with_underscore names (still need to update ↵Remi Delon2005-12-032-19/+19
| | | | the book)
* missed an xml tagSylvain Hellegouarch2005-11-301-1/+1
|
* added information about filters hooksSylvain Hellegouarch2005-11-301-557/+1039
|
* oops types tile instead of title...Sylvain Hellegouarch2005-11-271-1/+1
|