Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add width and height to image button for a reasonable size in offline use | Santiago Gala | 2010-04-14 | 1 | -1/+1 |
| | |||||
* | Squashed commits from doc-branch. | Marcel Hellkamp | 2010-04-07 | 2 | -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 exception | Santiago Gala | 2010-03-11 | 1 | -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 Hellkamp | 2010-03-11 | 1 | -0/+0 |
| | |||||
* | Homepage fix after stpl api change :/ | Marcel Hellkamp | 2010-03-08 | 3 | -4/+3 |
| | |||||
* | Added apidocs to default bottle homepage | Marcel Hellkamp | 2010-02-19 | 1 | -1/+6 |
| | |||||
* | Bug in template file | Marcel Hellkamp | 2010-02-12 | 1 | -1/+1 |
| | |||||
* | Tutorial: How to bottle a web based ToFo list | Marcel Hellkamp | 2010-01-09 | 1 | -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 Hellkamp | 2010-01-03 | 5 | -1/+1 |
| | | | | basehtml.tpl | ||||
* | Homepage updated. Blog is live now. | Marcel Hellkamp | 2010-01-02 | 9 | -100/+107 |
| | |||||
* | Updated documentation | Marcel Hellkamp | 2010-01-01 | 1 | -1/+1 |
| | |||||
* | Missing image for the homepage | Marcel Hellkamp | 2009-12-15 | 1 | -0/+0 |
| | |||||
* | Added a small blog engine to bottles homepage and tweaked some templates and ↵ | Marcel Hellkamp | 2009-12-09 | 6 | -30/+53 |
| | | | | pages. | ||||
* | Template changed so blog post names do not start with 'blog_' | Marcel Hellkamp | 2009-11-26 | 1 | -1/+1 |
| | |||||
* | More usefull FAQ page | Marcel Hellkamp | 2009-11-24 | 1 | -0/+1 |
| | |||||
* | Moved doc files to /docs/ dir and removed the symlink | Marcel Hellkamp | 2009-11-20 | 8 | -1038/+1 |
| | |||||
* | Documentation of request.POST and request.GET | Marcel Hellkamp | 2009-11-17 | 1 | -6/+42 |
| | | | | Thanks to Christopher Brannon | ||||
* | Homepage: Post.escape and HTML escaping. | Marcel Hellkamp | 2009-11-16 | 3 | -6/+20 |
| | |||||
* | Added RSS feed for the bottle homepage | Marcel Hellkamp | 2009-11-16 | 4 | -8/+38 |
| | |||||
* | Adding a small blog to the bottle homepage for news and techtalk. | Marcel Hellkamp | 2009-11-16 | 6 | -19/+89 |
| | |||||
* | More docs | Marcel Hellkamp | 2009-11-13 | 1 | -91/+297 |
| | |||||
* | Added cache directory to homepage | Marcel Hellkamp | 2009-11-03 | 1 | -0/+0 |
| | |||||
* | Added homepage and docs to main repository | Marcel Hellkamp | 2009-11-03 | 41 | -0/+1114 |