summaryrefslogtreecommitdiff
path: root/homepage
Commit message (Collapse)AuthorAgeFilesLines
* add width and height to image button for a reasonable size in offline useSantiago Gala2010-04-141-1/+1
|
* Squashed commits from doc-branch.Marcel Hellkamp2010-04-072-7/+5
| | | | | | | | | | I somehow managed to clutter up the history and I get a ton of conflicts when merging with master. Some noticeable commits were: docs: Ported most of the tutorial docs: Added contact page docs: Stpl syntax documentation docs: Removed some SQL injection bugs in tutorial examples. docs: Merged changes made by noisefloor (new chapters, improved code examples)
* Bug: when using @view, returning an error response results in exceptionSantiago Gala2010-03-111-1/+1
| | | | | | | | | | | | | | The @view wrapper expects a dictionary of vars. It tries to update the defaults with the returned values, and this fails for errors. The bottle.py patch checks and only updates and calls the template if the result is a dict. The app.py patch raises errors instead of using return, and so escapes the view processing. Missing: test cases
* Docs -_-Marcel Hellkamp2010-03-111-0/+0
|
* Homepage fix after stpl api change :/Marcel Hellkamp2010-03-083-4/+3
|
* Added apidocs to default bottle homepageMarcel Hellkamp2010-02-191-1/+6
|
* Bug in template fileMarcel Hellkamp2010-02-121-1/+1
|
* Tutorial: How to bottle a web based ToFo listMarcel Hellkamp2010-01-091-0/+1
| | | | Thanks to noisefloor (Jochen Schnelle) for this great tutorial!
* Added a picture to the contact page, optimized png files and changed the ↵Marcel Hellkamp2010-01-035-1/+1
| | | | basehtml.tpl
* Homepage updated. Blog is live now.Marcel Hellkamp2010-01-029-100/+107
|
* Updated documentationMarcel Hellkamp2010-01-011-1/+1
|
* Missing image for the homepageMarcel Hellkamp2009-12-151-0/+0
|
* Added a small blog engine to bottles homepage and tweaked some templates and ↵Marcel Hellkamp2009-12-096-30/+53
| | | | pages.
* Template changed so blog post names do not start with 'blog_'Marcel Hellkamp2009-11-261-1/+1
|
* More usefull FAQ pageMarcel Hellkamp2009-11-241-0/+1
|
* Moved doc files to /docs/ dir and removed the symlinkMarcel Hellkamp2009-11-208-1038/+1
|
* Documentation of request.POST and request.GETMarcel Hellkamp2009-11-171-6/+42
| | | | Thanks to Christopher Brannon
* Homepage: Post.escape and HTML escaping.Marcel Hellkamp2009-11-163-6/+20
|
* Added RSS feed for the bottle homepageMarcel Hellkamp2009-11-164-8/+38
|
* Adding a small blog to the bottle homepage for news and techtalk.Marcel Hellkamp2009-11-166-19/+89
|
* More docsMarcel Hellkamp2009-11-131-91/+297
|
* Added cache directory to homepageMarcel Hellkamp2009-11-031-0/+0
|
* Added homepage and docs to main repositoryMarcel Hellkamp2009-11-0341-0/+1114