summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* updated web links for pythonpaste and cherrypy projectsAlexej Simakov2022-08-033-6/+6
|
* docs: Improve hooks/CORS recipeMarcel Hellkamp2022-08-031-18/+24
|
* Modify broken linkakgnah2022-06-211-1/+1
| | | | Signed-off-by: akgnah <1024@setq.me>
* Fix title caseEmil Sadek2021-07-071-2/+2
| | | Change capitalization to title case for consistency.
* Fix Docs Import to include routeStephen Daves2020-12-311-1/+1
|
* Fix typos in documentation.Karthikeyan Singaravelan2020-12-313-3/+3
|
* Transifex push/pull and updated makefileMarcel Hellkamp2020-12-31114-4325/+22748
|
* Drop fapws3 and Python 3.5 support.Marcel Hellkamp2020-12-314-14/+18
| | | | | fapws3 is unmaintained for 3 years and breaks tests. Python 3.5 is end-of-life.
* Add bottle tools to plugins pageArjoonn Sharma2020-12-311-0/+3
|
* Adding new pluginalfonsocv122020-12-311-2/+4
|
* fix a broken link to beaker documentation.tatsuya45592020-12-311-1/+1
|
* Fixed some typos in the release notes for 0.13Felix Breidenstein2020-06-021-1/+1
|
* Fix broken link to WSGI specification (#1210)Wouter Wijsman2020-04-111-2/+2
| | | * Fixed link to WSGI Specification
* rocket: Drop support for dead backend "rocket"Sebastian Pipping2019-12-098-58/+0
|
* Updated documentation on SimpleTemplate and embedded blocks. (#1028)Vinay Sajip2019-12-011-0/+15
| | | | | * Updated documentation on SimpleTemplate and embedded blocks. * Addressed review comments.
* redirect() raises HTTPResponse and not HTTPErrorThomas2019-12-011-1/+1
|
* Fix syntax in login-login recipeOz Tiram2019-12-011-2/+2
| | | | | Previously, the example yielded SyntaxError. Adding an equal sign fixes the assertion syntax.
* Be more consistent about supporting Python 3.4 to 3.7Sebastian Pipping2019-07-1012-18/+18
|
* fix links (I have renamed the user)Alberto Galera2018-07-191-3/+3
|
* Added bottle-oauthlib project referenceJonathan Huot2018-02-141-0/+3
|
* Insert omitted word in stpl.rst (#1012)Noah Rosamilia2017-12-091-1/+1
|
* Fix typo for todo tutorial line 300 and 301 (#999)Dustin D'Avignon2017-11-061-2/+2
|
* Fix spelling errorsFrederic Junod2017-10-184-4/+4
|
* fixes sqlite3.ProgrammingError: Incorrect number of bindings suppliedsheerluck2017-09-071-1/+1
|
* Update tutorial.rstprovinzkraut2017-07-131-1/+1
|
* Update tutorial.rstprovinzkraut2017-07-131-2/+0
|
* Update tutorial.rstprovinzkraut2017-07-131-0/+3
|
* Update wget to use HTTPS for securityDavid Beitey2017-06-301-1/+1
| | | This affords at least some assurance that what you download is indeed Bottle.
* Update routing.rstPepelisu2017-06-191-0/+4
| | | Adds explanation for escape character \ in routing.
* Merge pull request #919 from kianxineki/patch-6Marcel Hellkamp2017-06-091-2/+2
|\ | | | | Receiving a code other than 2xx generate exception
| * Receiving a code other than 2xx generate exceptionAlberto Galera2017-01-051-2/+2
| | | | | | | | expect_errors=True not generate exception for "bad requests" ( status != 200) I have checked /logout only with number
* | Merge pull request #920 from PyB1l/masterMarcel Hellkamp2017-06-091-2/+8
|\ \ | | | | | | Added to new Plugins
| * \ Merge branch 'master' into masterMarcel Hellkamp2017-01-09101-5836/+17887
| |\ \ | | |/
| * | Added to new PluginsPapavassiliou Vassilis2017-01-051-0/+8
| | | | | | | | | | | | - bottle-jwt: JSON Web Token authentication plugin for bottle.py - bottle-smart-filters: Bottle Querystring smart guessing.
* | | Merge pull request #929 from kianxineki/masterMarcel Hellkamp2017-06-097-26/+26
|\ \ \ | | | | | | | | fix links commits #925
| * | | fix links commitsAlberto Galera2017-01-197-26/+26
| | | |
* | | | Merge pull request #936 from wogsland/update-copyright-yearMarcel Hellkamp2017-06-0980-80/+80
|\ \ \ \ | | | | | | | | | | It's 2017....
| * | | | It's 2017....Bradley Wogsland2017-02-0280-80/+80
| | |_|/ | |/| |
* | | | Merge pull request #972 from maxhumber/patch-1Marcel Hellkamp2017-06-091-1/+1
|\ \ \ \ | | | | | | | | | | Update tutorial_app.rst
| * | | | Update tutorial_app.rstMax Humber2017-05-151-1/+1
| | | | | | | | | | | | | | | Fixed commenting/code block issue.
* | | | | Merge pull request #965 from keredson/patch-1Marcel Hellkamp2017-06-091-0/+3
|\ \ \ \ \ | | | | | | | | | | | | a slightly tweaked version of @defnull's warning suggestion in #961
| * | | | | a slightly tweaked version of @defnull's warning suggesting in #961Derek Anderson2017-04-201-0/+3
| | |/ / / | |/| | |
* | | | | conn > con in tutorial appMax Humber2017-05-151-7/+7
| |/ / / |/| | | | | | | Every sql connection is abbreviated to `conn` except for the very first `con`. Changed everything to `conn` for consistency.
* | | | unit test mocking documentation #968Derek Anderson2017-05-081-0/+17
|/ / /
* | | New plugins proposalAlberto Galera2017-01-041-0/+7
| | |
* | | Update index.rstAlberto Galera2017-01-011-0/+6
| | |
* | | Prepare end of support for pickled-cookies (see #900)Marcel Hellkamp2016-12-101-4/+4
| | |
* | | Fixed Flup webpage linkKaarel2016-11-141-1/+1
| | | | | | | | | Flup webpage link was broken (outdated) in the tutorial.
* | | Add documentation for ConfigDict.load_moduleOz N Tiram2016-08-301-0/+26
| | | | | | | | | | | | Fix #772
* | | docs: Updated changelog for 0.13Marcel Hellkamp2016-08-291-4/+61
| | |