summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* improvement to auth_required decoratorauthJohannes Schönberger2010-04-121-2/+2
* New auth_required decorator, which uses basic authJohannes Schönberger2010-04-121-5/+29
* docsMarcel Hellkamp2010-04-121-49/+43
* api: Removed the reassignment of `abort`, `request` and `response` in `templa...Marcel Hellkamp2010-04-111-3/+0
* docsMarcel Hellkamp2010-04-093-47/+57
* docs: Added changelogs and release notes (incomplete)Marcel Hellkamp2010-04-083-6/+56
* Made test.testall.suite importable.Marcel Hellkamp2010-04-083-11/+16
* fix: An empty auth header caused Request.auth() to throw an AttriuteError exc...Marcel Hellkamp2010-04-071-1/+1
* Squashed commits from doc-branch.Marcel Hellkamp2010-04-0716-329/+536
* fix: I don't know if this is a real-world problem but this fixes the bug #52....Marcel Hellkamp2010-04-062-2/+15
* Keep blank values while parsing POST data.Bernd Zeimetz2010-04-051-1/+1
* bugfix: This solves #49 (parentheses in routes were not handled correctly) an...Marcel Hellkamp2010-04-032-1/+14
* docs: Updated tutorialMarcel Hellkamp2010-03-231-35/+52
* Glossary += secure cookieSantiago Gala2010-03-231-1/+7
* docs: Updated tutorialMarcel Hellkamp2010-03-231-45/+30
* Ported most of the tutorialMarcel Hellkamp2010-03-231-198/+173
* don't return content for empty responsesSantiago Gala2010-03-231-1/+1
* Don't use internal name in exampleSantiago Gala2010-03-231-2/+3
* doc: Starting to port the totolist app tutorialMarcel Hellkamp2010-03-192-0/+652
* api: Using WSGIRefServer as a default again. AutoServer was a bit to unpredic...Marcel Hellkamp2010-03-191-3/+2
* Round stats.st_mtime to seconds or it will fail with ext4Santiago Gala2010-03-161-1/+1
* Fix: The last commit was broken, sorry.Marcel Hellkamp2010-03-151-7/+7
* Fix: `Bottle.handle()` now actually uses its parameters.Marcel Hellkamp2010-03-151-5/+5
* New: `Request.copy()` and `Response.copy()`Marcel Hellkamp2010-03-151-1/+15
* Fix: There was a Bug in the SimpleTemplate parser preventing it from recogniz...Marcel Hellkamp2010-03-142-8/+8
* Request.path_shift(0) now does nothing instead of failing.Marcel Hellkamp2010-03-141-0/+1
* Add callback and handler function to glossarySantiago Gala2010-03-141-0/+11
* Markdown->Rst More linksSantiago Gala2010-03-141-4/+5
* Tentative test for SimpleTemplateSantiago Gala2010-03-141-1/+20
* Use the X-Forwarded-Host header, if present, for the URLSantiago Gala2010-03-131-1/+1
* Filter before test for empty outputSantiago Gala2010-03-131-5/+5
* Twisted adapter was brokenMarcel Hellkamp2010-03-131-2/+2
* Added tests for Request.path_shift()Marcel Hellkamp2010-03-121-1/+19
* Change `->`` for code (markdown->ReST)Santiago Gala2010-03-121-54/+54
* Typo popy->copySantiago Gala2010-03-121-1/+1
* Use external URLs for all referencesSantiago Gala2010-03-121-8/+11
* Working on the tutorialMarcel Hellkamp2010-03-122-57/+80
* Added missing unit testMarcel Hellkamp2010-03-111-0/+10
* Bug: when using @view, returning an error response results in exceptionSantiago Gala2010-03-112-4/+7
* Docs -_-Marcel Hellkamp2010-03-113-5/+8
* docsMarcel Hellkamp2010-03-112-5/+8
* Lots of documentation. Porting old docsMarcel Hellkamp2010-03-117-32/+849
* Merge branch 'chris'Marcel Hellkamp2010-03-112-45/+89
|\
| * Added support for template engine specific settings.Marcel Hellkamp2010-03-102-74/+77
| * Allow passing arguments to the Jinja2 template prepare method.Christian Hausknecht2010-03-092-9/+50
* | Caching subtemplates in SimpleTemplate.Marcel Hellkamp2010-03-111-1/+4
* | The SimpleTemplate Python code genrator now produces readable code.Marcel Hellkamp2010-03-111-45/+34
* | Merge branch 'rc0.7'Marcel Hellkamp2010-03-103-0/+45
|\ \
| * | doc: Development notes and some words on versioning.Marcel Hellkamp2010-03-103-0/+45
| * | Release candidate for the 0.7 branch.0.7.1rcMarcel Hellkamp2010-03-101-1/+1