summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into plugins2plugins2Marcel Hellkamp2011-03-1110-155/+292
|\
| * doc: -bottle.paws.de +bottlepy.orgMarcel Hellkamp2011-03-118-14/+15
| * docs: New color theme (inspired by http://readthedocs.org/)Marcel Hellkamp2011-03-031-10/+26
| * docs: Even more awesome jQuery scrollbar navigation :)Marcel Hellkamp2011-03-021-41/+127
| * docs: Changed the wording 'secure cookie' in 'signed cookie' to better reflec...Marcel Hellkamp2011-03-022-21/+16
| * doc: Some details on app deployment.Marcel Hellkamp2011-02-251-69/+70
| * doc: Added a section about cookies to the tutorial.Marcel Hellkamp2011-02-251-2/+40
| * Merge branch 'master' of https://github.com/mineo/bottle into mineo-masterMarcel Hellkamp2011-02-181-1/+1
| |\
| | * Fix a typo in the tutorialWieland Hoffmann2011-02-061-1/+1
* | | Replaced deprecated filter support with a temporary plugin.Marcel Hellkamp2011-02-241-12/+34
* | | Added HooksPlugin to replace the old hooks-feature.Marcel Hellkamp2011-02-242-44/+57
* | | Added an 'id' field to the route context dictionary.Marcel Hellkamp2011-02-242-6/+13
* | | Added JSONPlugin to implement the autojson feature.Marcel Hellkamp2011-02-242-5/+29
* | | More typos (thanks david)Marcel Hellkamp2011-02-221-3/+3
* | | Typos.Marcel Hellkamp2011-02-211-5/+3
* | | Some typos.Marcel Hellkamp2011-02-211-5/+3
* | | docs: The Plugin Development Guide got an example and a narrative explanation...Marcel Hellkamp2011-02-211-10/+137
* | | Added first draft for a plugin development guide.Marcel Hellkamp2011-02-212-0/+83
* | | Moved the additional @route() keyword arguments to a separate dictionaryMarcel Hellkamp2011-02-212-8/+7
* | | Fix for ResetRoute path in Bottle._build_callback().Marcel Hellkamp2011-02-211-4/+4
* | | Lots of whitespace.Marcel Hellkamp2011-02-181-40/+68
* | | new: Immplemented Bottle.install(), Bottle.uninstall() and Bottle.close() and...Marcel Hellkamp2011-02-182-1/+241
* | | Added basic plugins support.Marcel Hellkamp2011-02-183-70/+134
|/ /
* | Docstrings.Marcel Hellkamp2011-02-181-19/+15
* | Moved static-route handling back to the router (still deprecated).Marcel Hellkamp2011-02-181-12/+18
* | Removed Router.delete(). It is not useful in its current form.Marcel Hellkamp2011-02-181-11/+0
* | Fixed copyright year in module docstring.Marcel Hellkamp2011-02-181-1/+1
* | fix: Request.url no longer quotes part of the url.Marcel Hellkamp2011-02-181-11/+15
* | docs: Explaining the "Default applicaton" and fixing some typos.Marcel Hellkamp2011-02-183-45/+79
|/
* Added dot-files to .gitignore and removed some outdated entries.Marcel Hellkamp2011-01-251-6/+5
* docs: Small css bug.Marcel Hellkamp2011-01-241-0/+4
* Typ in MANIFEST.in and small addition to Makefile (clean).Marcel Hellkamp2011-01-242-2/+2
* Updated makefiles. All output is now in build/... including sphinx-builds, 2t...Marcel Hellkamp2011-01-242-46/+150
* Added new DictProperty, lazy_attribute and cached_property helpers.Marcel Hellkamp2011-01-211-125/+128
* Comments.Marcel Hellkamp2011-01-211-1/+1
* Typo in doc template.Marcel Hellkamp2011-01-211-1/+1
* The AppEngineServer now adds a main() function to the handler module to enabl...Marcel Hellkamp2011-01-211-0/+5
* Moved REQUEST_METHOD handling into the router and fixed Issue #109 for named ...Marcel Hellkamp2011-01-203-231/+236
* Improved scrollbar TOC in docs.Marcel Hellkamp2011-01-201-2/+14
* Added IRC link to the docs. (We have an official IRC channel now)Marcel Hellkamp2011-01-081-1/+1
* The "regexp from hell" in SimpleTemplate is now more readable and cached as a...Marcel Hellkamp2010-12-301-14/+21
* Added draft for a HTTP-basic-auth decorator.Marcel Hellkamp2010-12-301-6/+19
* Reduced module load time by ~30% (~20ms per CGI or GAE request) and improvedMarcel Hellkamp2010-12-291-20/+16
* Added a cached_property decorator. This will be extremely helpful to speed upMarcel Hellkamp2010-12-292-12/+26
* Parsing the error-template at load-time has no benefit,Marcel Hellkamp2010-12-291-3/+3
* fix: More helpful exceptions in Router.build().Marcel Hellkamp2010-12-281-4/+5
* fix: "OverflowError in bottle's parse_date" (#112)Marcel Hellkamp2010-12-281-1/+1
* fix: "Misleading error message when calling url() with wrong arguments" (#117)Marcel Hellkamp2010-12-281-1/+2
* docs: "Dangling footnote in FAQ page" (#116)Marcel Hellkamp2010-12-282-9/+5
* Add bjoern (jonashaag/bjoern) server adapterJonas Haag2010-12-253-3/+13