Commit Graph

336 Commits

Author SHA1 Message Date
Armin Ronacher 2b103134cf Fixed command 2010-07-17 17:09:01 +02:00
Armin Ronacher 5d011c356d Fixed fallback 2010-07-17 16:12:21 +02:00
Armin Ronacher 97d2a198e2 Added fallback for docs 2010-07-17 16:05:06 +02:00
Armin Ronacher 3ebc97a780 Fixed a typo in quickstart 2010-07-17 16:02:21 +02:00
Armin Ronacher a3a72e2d8d Added middlewares to quickstart. This fixes #88 2010-07-17 15:39:24 +02:00
Armin Ronacher c360f005c3 Added signal documentation 2010-07-17 15:25:53 +02:00
Armin Ronacher e0712b47c6 Added support for signals 2010-07-17 14:39:28 +02:00
Armin Ronacher 6fc1492357 Added make_response 2010-07-17 11:36:16 +02:00
Armin Ronacher e20534dbf5 Merge branch 'master' of github.com:mitsuhiko/flask 2010-07-16 13:16:18 +02:00
Armin Ronacher 70dc2b66a0 Removed useless script reference. This fixes #87 2010-07-16 13:14:54 +02:00
Ron DuPlain b4b2f42f48 Warn about SQL injection in the tutorial. 2010-07-16 04:57:18 +08:00
Armin Ronacher dbb3620792 Fixed an rst error 2010-07-15 21:22:11 +02:00
Armin Ronacher c83b5555f0 Improved styleguide docs 2010-07-15 18:11:38 +02:00
Armin Ronacher 793a56bc8b Added the pocoo styleguide to the documentation 2010-07-15 17:01:04 +02:00
Armin Ronacher e84ca8ed94 Clearified that 2010-07-15 15:43:17 +02:00
Armin Ronacher bc8e021b34 Added a note on references to static folders 2010-07-15 15:42:27 +02:00
Armin Ronacher 54ebd88f45 Documented MAX_CONTENT_LENGTH in the file upload docs and linked to Flask-Uploads 2010-07-15 14:39:49 +02:00
Armin Ronacher b1790cca55 Added MAX_CONTENT_LENGTH config key 2010-07-14 10:47:57 +02:00
Armin Ronacher f8f8463f3a Documented cookie problem for #80 2010-07-14 02:50:41 +02:00
Armin Ronacher aa3d8398fd Config is now available in templates, context processors no longer override keys 2010-07-13 23:30:29 +02:00
Armin Ronacher 5e1b1030e8 Added support for automagic OPTIONS 2010-07-12 23:04:24 +02:00
Armin Ronacher d12d73263f Reverse order of execution of post-request handlers. This fixes #82 2010-07-12 18:04:10 +02:00
Armin Ronacher f1a6fbe250 send_from_directory > SharedDataMiddleware 2010-07-06 20:28:48 +02:00
florentx 16e4d5a655 Various typos. 2010-07-07 02:09:07 +08:00
Armin Ronacher 5dd4e9f318 Fixed a typo 2010-07-06 16:10:49 +02:00
Armin Ronacher 34fcd19306 Added chapter about fabric based deployments 2010-07-06 16:07:13 +02:00
Armin Ronacher b7c0e564d4 Added a chapter on configuration options 2010-07-06 14:42:43 +02:00
Armin Ronacher 77743a5f15 Some documentation improvements 2010-07-06 12:33:39 +02:00
Armin Ronacher 56796f0f43 More doc changes regarding foreword 2010-07-05 11:06:29 +02:00
Armin Ronacher c34b03e9a6 Documented send_from_directory 2010-07-05 10:25:51 +02:00
Armin Ronacher 09e7b5eb2f Added a chapter for 0.5 in upgrading.rst 2010-07-04 20:40:58 +02:00
Armin Ronacher bca1acf1f3 Rewrote becoming big and foreword 2010-07-04 19:57:53 +02:00
florentx 31d359694a Fix typos 2010-07-04 20:15:47 +08:00
Armin Ronacher 7599046d04 Started working on refactoring Jinja integration 2010-07-04 11:16:24 +02:00
Armin Ronacher 3ab318a7dd Explained Flask constructor better. This fixes #70 2010-07-01 12:56:34 +02:00
Armin Ronacher bc662a546e Added a section about unicode and editors. This fixes #74 2010-07-01 01:45:39 +02:00
Armin Ronacher d0357b44b0 Added links to Flask-WTF and Flask-SQLAlchemy. This fixes #73 2010-07-01 01:22:46 +02:00
Armin Ronacher e75322206d Fixed a broken example in the docs 2010-07-01 00:19:32 +02:00
Armin Ronacher f5d2d324b5 Mention virtualenv in mod_wsgi deployment docs 2010-06-30 09:49:04 +02:00
Armin Ronacher 881aa3ab2d Fixed an rst syntax error 2010-06-29 15:59:55 +02:00
Armin Ronacher 9373a71c26 improved _request_ctx_stack docs 2010-06-29 15:25:20 +02:00
Armin Ronacher f195d92447 Added proper subdomain support 2010-06-29 01:13:40 +02:00
Adam Zapletal 4ed7a923f5 Minor sqlite3 documentation fixes (grammar, etc) 2010-06-28 15:12:33 +08:00
Adam Zapletal 24754114fc Minor config documentation fixes (grammar, etc) 2010-06-28 15:12:33 +08:00
Adam Zapletal ee5eafa795 Error Handling documentation fixes (grammar, etc) 2010-06-28 15:12:33 +08:00
Adam Zapletal 505c530c9a Minor testing documentation fixes (grammar, etc) 2010-06-28 15:12:33 +08:00
Adam Zapletal 5ede53066f Minor tutorial documentation fixes (grammar, etc) 2010-06-28 15:12:32 +08:00
Christopher Grebs 87c2c79442 fixed mongokit pattern to show how the flask way to configure hostname and port 2010-06-28 07:13:32 +08:00
Christopher Grebs b5db6bf529 now really pushed the fix in sqlalchemy pattern 2010-06-28 07:13:32 +08:00
Christopher Grebs 824c10c6e4 Added MongoKit pattern and fixed typo in sqlalchemy pattern 2010-06-28 07:13:32 +08:00
Matt Campbell 67f3f1bac5 Track the docs/_themes directory 2010-06-27 08:04:41 +08:00
Matt Campbell f5e533076f Edited the installation guide. 2010-06-26 18:06:20 +08:00
Matt Campbell f3dd3da59e Copy edited and partially rewrote the foreword. 2010-06-26 18:06:14 +08:00
Matt Campbell 14fde07798 Copy edited the front page of the documentation. 2010-06-26 18:06:18 +08:00
Matt Campbell cf29877075 docs/index.rst: Make alt text more informative. 2010-06-26 18:06:17 +08:00
Armin Ronacher 7503fc8175 Added upgrading notes 2010-06-19 17:17:50 +02:00
Armin Ronacher b3f342e181 Updated license, relicensed logo under debian-ish license 2010-06-19 13:49:01 +02:00
Armin Ronacher fe35105bec Updated design decisions. This fixes #63 2010-06-18 17:03:31 +02:00
florentx 7083b35e6a Typo. 2010-06-18 09:59:20 +02:00
Simon Sapin 03c4bb4abc Typo fix. 2010-06-18 03:53:02 +08:00
Armin Ronacher e429b69d16 Merge branch 'master' of github.com:mitsuhiko/flask 2010-06-17 19:05:24 +02:00
Armin Ronacher 387be22f26 Added unicode chapter to the docs. This fixes #67 2010-06-17 19:01:32 +02:00
Andre Wobst f66c252e47 typo 2010-06-15 07:14:58 +08:00
Armin Ronacher ea72e272a6 Fixed a broken example 2010-06-14 18:11:52 +02:00
Armin Ronacher 20c2e53893 Alcoholified placeholders 2010-06-11 01:37:35 +02:00
Armin Ronacher 52f38bbf8b Fixed a broken sentence 2010-06-10 23:20:16 +02:00
Armin Ronacher 33a035bb0e Added security document 2010-06-10 23:06:54 +02:00
jgraeme 540eca16f8 Fix some typos in the docs
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
2010-06-10 21:54:38 +02:00
Armin Ronacher 41f5ad9b15 added images 2010-06-07 21:54:56 +02:00
Armin Ronacher 223d44dca8 Merge branch 'master' of github.com:mitsuhiko/flask 2010-06-07 21:53:58 +02:00
Armin Ronacher 3e2a2114fd into -> Into 2010-06-07 21:53:36 +02:00
florentx 9ecb9edc06 Typos 2010-06-07 16:33:57 +08:00
Simon Sapin 54d22f1c55 Typo fix. That is what was meant, right? 2010-06-07 15:29:22 +08:00
Armin Ronacher 1762ea5a2b Fixed link for good 2010-06-07 07:58:10 +02:00
Armin Ronacher d02d01adaa Fixed an rst error 2010-06-07 07:40:03 +02:00
Armin Ronacher 5a5a4a85bf Applied leafstorm's html5faq patch 2010-06-07 07:17:45 +02:00
Armin Ronacher 235d693bfc Fixed tabularcolumns 2010-06-07 02:29:15 +02:00
Armin Ronacher ca0aa9533f Added an HTML FAQ document, first draft. 2010-06-07 02:18:31 +02:00
Armin Ronacher f5fb457657 Added TESTING flag. This fixes #58. 2010-06-07 00:56:02 +02:00
Simon Sapin e3de5e6ca3 Typo in extension development docs. 2010-06-06 05:55:52 +08:00
Merlin 7dae84f002 Enhanced the nginx deployment subsection of the documentation with working examples.
'tricky' was changed to 'different' to offer a more neutral tone.
'some' was changed to 'no' and 'not properly' swapped with 'by default' to explain the difference.
Configuration allows for static serving of media alongside a FastCGI application in a clean declarative manner.
Tested on nginx 0.7.x and 0.8.x
2010-06-05 19:34:30 +08:00
Dag Odenhall 2fb09d07f2 Another typo in jQuery pattern 2010-06-05 19:34:19 +08:00
Dag Odenhall e7a9df784c Typo in jQuery pattern docs 2010-06-05 19:34:19 +08:00
Dag Odenhall f904ef27d3 Fixing typo in error handling documentation (s/changes are/chances are/) 2010-06-05 19:34:17 +08:00
Armin Ronacher 1ffa295d93 Added message that setup.py develop is required to build the docs 2010-06-03 16:25:15 +02:00
Armin Ronacher bc00fd1e83 Added support for deferred context cleanup. test_client users can now access the context locals after the actual request if the client is used with a with-block. This fixes #59. 2010-06-03 15:26:07 +02:00
Dag Odenhall 216472b43d Fix missing plural in documentation 2010-06-02 05:32:26 +08:00
Armin Ronacher ee69fb5890 Added document about extension development 2010-05-31 21:14:27 +02:00
Armin Ronacher a6617f44c0 Documented _request_ctx_stack. This fixes #57 2010-05-31 17:50:31 +02:00
Georg Brandl a224fecfd5 More typo fixes. 2010-05-30 02:15:05 +08:00
Georg Brandl 63caf6e158 Fix some typos. 2010-05-30 02:15:05 +08:00
Armin Ronacher ce6e4cbd73 0.5 is 0.3 now, why skip numbers? 2010-05-28 01:18:29 +02:00
Armin Ronacher dfecc86dd3 Ported examples over to new config. documented upgrading 2010-05-27 21:17:25 +02:00
Armin Ronacher 02b916d509 Added appfactory pattern 2010-05-27 17:55:57 +02:00
Armin Ronacher 182ee31503 Added chapter about config 2010-05-27 17:42:01 +02:00
Armin Ronacher 78fc9949aa Merge branch 'master' into config-support 2010-05-27 13:55:36 +02:00
Armin Ronacher 99c6287ce2 appengine -> app engine 2010-05-27 13:54:40 +02:00
Armin Ronacher 4d16486132 Improved configuration support. 2010-05-27 13:31:35 +02:00
Armin Ronacher 8d356d7cda Fixed a build error and added a touch icon 2010-05-27 12:17:07 +02:00
Armin Ronacher 1264c458ae Document ways to generate secret keys. This fixes #47. 2010-05-26 15:19:08 +02:00
Armin Ronacher 58285b61ff Merge branch 'master' of github.com:mitsuhiko/flask 2010-05-26 14:50:20 +02:00
Armin Ronacher 9d19b77acf Added lazyloading pattern and explicit chapter links in tutorial.
This fixes #49.
2010-05-26 14:49:01 +02:00
Marian Sigler 7829e6ec98 quickstart docs: Use a real value for secret_key to better illustrate how a secret key should look. 2010-05-25 17:16:38 +08:00
Marian Sigler 133920c83b Fix typo in docs. 2010-05-25 17:16:38 +08:00
Armin Ronacher ef0dc1800f Added interactive Python docs, fixed part style. 2010-05-24 18:37:48 +02:00
Armin Ronacher 9d98ad5e07 Documented redirect behaviour. Fixes #42 2010-05-24 15:24:17 +02:00
Armin Ronacher cc8332e9d9 Added troubleshooting infos. This fixes #44 2010-05-24 15:08:35 +02:00
Armin Ronacher 664c64e0aa Merge branch 'master' of github.com:mitsuhiko/flask 2010-05-24 09:04:24 +02:00
Armin Ronacher aa654128cf Added part style 2010-05-24 09:03:08 +02:00
Armin Ronacher cbcd15c3b5 Beefed up latex output. Unfortunately parts look ugly. 2010-05-24 08:38:28 +02:00
Kenneth Reitz a5421c29ac Added documentation for Gunicorn 2010-05-19 12:59:58 +08:00
Armin Ronacher 854e0e26d1 Fixed some documentation issues. This fixes #41. 2010-05-18 18:05:05 +02:00
Armin Ronacher e52f073e3e Merge branch 'master' of github.com:mitsuhiko/flask 2010-05-18 18:02:28 +02:00
Stephane Wirtel 395ff8120c Fix typo. 2010-05-18 21:04:24 +08:00
Armin Ronacher 7bb0e33a68 Changed target audience section 2010-05-18 01:31:51 +02:00
Armin Ronacher 54c3df60cd Fixed a doc config error 2010-05-17 23:21:22 +02:00
Armin Ronacher 267f5f5c82 Added a pattern for custom error pages. 2010-05-17 23:14:50 +02:00
Armin Ronacher ea5e654e9e Added a documentation chapter about logging 2010-05-17 22:46:35 +02:00
Armin Ronacher 8c26bec55c Added links to downloadable docs in the docs 2010-05-17 12:10:45 +02:00
Armin Ronacher b18560fcaa s/will// 2010-05-17 01:51:16 +02:00
Armin Ronacher 931dcc4c80 Fixed a doc bug and added distribtue docs. 2010-05-17 01:41:57 +02:00
Ron DuPlain 93a8ca0282 Fixed some minor typos throughout docs. 2010-05-13 18:31:08 +08:00
Armin Ronacher f4269b1fe7 Updated logo in the PDF docs 2010-05-12 02:06:40 +02:00
Armin Ronacher b0ab127015 Added logo with new slogan 2010-05-12 01:29:25 +02:00
Armin Ronacher 9fa4f94ad8 Merge branch 'master' into module-support
Conflicts:
	CHANGES
	docs/_themes
	tests/flask_tests.py
2010-05-12 01:04:35 +02:00
Armin Ronacher 5bb2b55a28 Explicitly set the pygments style for the PDF 2010-05-10 11:35:43 +02:00
Armin Ronacher 2d87e9bc37 Added support for send_file 2010-05-10 11:27:42 +02:00
Armin Ronacher 4156bd412f added theme submodule 2010-05-07 20:23:38 +02:00
Armin Ronacher 34e3d64892 Removed theme, this is now refactored to an external reusable theme. 2010-05-07 20:16:00 +02:00
Armin Ronacher 7f837901cb Merge branch 'master' into module-support 2010-05-04 11:45:37 +02:00
Armin Ronacher f6da77e894 Fixed URL examples. This fixes #30. 2010-05-04 11:43:19 +02:00
Armin Ronacher 9da5795d79 Merge branch 'master' into module-support 2010-05-03 20:00:42 +02:00
Armin Ronacher f345af8d9d Use unicode in SQLAlchemy pattern. 2010-05-03 19:58:07 +02:00
Armin Ronacher ce53d10236 Merge branch 'master' into module-support 2010-05-03 13:08:00 +02:00
Armin Ronacher d0eefb01d1 Added link to snippets website to the patterns docs. 2010-05-03 12:22:27 +02:00
Armin Ronacher 7e1db5978c Added module support to templated decorator. 2010-05-02 12:11:04 +02:00
Armin Ronacher eeb0e94951 Fixed merging confict 2010-05-02 12:09:31 +02:00
Armin Ronacher a7266ffb90 Added @templated decorator to the patterns. 2010-05-02 12:08:17 +02:00
Armin Ronacher 8d49440d8b Added example for context bound objects to the testing docs. This fixes #18 2010-05-02 11:45:40 +02:00
Armin Ronacher a9284afde9 Fixed typo in tutorial. This fixes #19 2010-05-02 11:38:40 +02:00
Armin Ronacher f1603d33f2 Docs mention query args now. This fixes #20 2010-05-02 11:36:42 +02:00
Armin Ronacher 31493850de Fixed typo in flask quickstart docs. This fixes #21 2010-05-02 11:32:14 +02:00
Armin Ronacher 36717b0273 Added support for long running sessions. This closes #16. 2010-04-27 14:32:09 +02:00
unknown 2ba88eefb5 Fixed simple typo 2010-04-26 14:57:53 +08:00
Armin Ronacher 13933eeaf8 Merge branch 'master' into module-support 2010-04-25 20:31:22 +02:00
Armin Ronacher 4559e4f0f1 Added docs on caching and decorators. 2010-04-25 18:55:01 +02:00
Armin Ronacher 41de129844 Merge branch 'master' into module-support 2010-04-25 17:34:31 +02:00
Armin Ronacher f419937d2c License after API docs 2010-04-25 17:33:56 +02:00
Armin Ronacher 606b006e23 Fixed at least one build warning by renaming files. 2010-04-25 17:25:16 +02:00
Armin Ronacher 3ac4ec670c Beefed up PDF docs. They actually look like something now. 2010-04-25 17:05:25 +02:00