Commit graph

364 commits

Author SHA1 Message Date
Armin Ronacher
2d946b96a1 Merge branch 'master' into blueprints 2011-06-25 12:26:13 +02:00
Armin Ronacher
26e748cdd3 Merge branch 'master' of github.com:mitsuhiko/flask 2011-06-25 12:24:38 +02:00
wilsaj
c40937e7bf Bug fix in the documentation for Deploying with Fabric: as of Fabric 1.0, in the local() function capture=False by default, so it must be explicitly set to capture=True so it returns a python string (http://docs.fabfile.org/en/1.0.1/api/core/operations.html#fabric.operations.local) 2011-06-21 10:05:26 -05:00
Peter Manser
e6b9f509ba Improving documentation for loading jQuery. Now using Google CDN with fallback to local jQuery. 2011-06-20 23:51:30 +02:00
Armin Ronacher
3add9c5fc2 Merge branch 'master' into blueprints 2011-06-20 08:44:02 +02:00
Armin Ronacher
04f2bbcb15 Updated JSON docs 2011-06-20 08:27:23 +02:00
Armin Ronacher
d38c61f42a More modules -> blueprints 2011-06-17 21:58:03 +02:00
Armin Ronacher
7e55b5084d Mention the TESTING flag in the docs 2011-06-17 21:53:11 +02:00
Armin Ronacher
d62e277dfe Added pattern for url processors because the API documentation itself might not reveal much. 2011-06-17 21:33:31 +02:00
Armin Ronacher
86175054d6 More docstrings for blueprints. 2011-06-17 20:27:25 +02:00
Armin Ronacher
dbb9a2ed46 Added note on templates not being updated 2011-06-17 03:45:19 +02:00
Armin Ronacher
5ca333e9b7 Merge branch 'blueprints' of github.com:mitsuhiko/flask into blueprints 2011-06-17 03:42:49 +02:00
Armin Ronacher
dbfa04ece6 Removed old module documentation and added some new for blueprints. 2011-06-17 03:29:31 +02:00
Armin Ronacher
62d91d67f3 More documentation updates 2011-06-17 02:45:57 +02:00
Armin Ronacher
59a92ebd71 Updated blueprint documentation 2011-06-16 23:52:50 +02:00
Ron DuPlain
65f9bc7b22 Touch up (tiny) doc as requested by emiel, #244. 2011-06-16 10:28:51 -04:00
Kenneth Reitz
87234fb2f8 fixed typo 2011-06-15 23:31:48 -07:00
Ron DuPlain
207006f4c3 Touch up and integrate docs on deploying Flask. 2011-06-10 12:15:50 -04:00
Merlin
5127b8bd26 Added initial uwsgi deployment documentation for nginx; updated nginx URL in fastcgi deployment docs; added uwsgi to deployment index 2011-06-10 12:15:42 -04:00
Ron DuPlain
0313c8b24a Expand documentation on blueprints. 2011-06-08 10:37:33 -04:00
Ron DuPlain
20bf8edcf4 Rename teardown example to avoid confusion. 2011-06-08 10:36:31 -04:00
Armin Ronacher
2647bec408 Added a minimal blueprint example 2011-06-08 16:22:17 +02:00
Armin Ronacher
bfd67764fb Started documentation for blueprints 2011-06-07 15:32:44 +02:00
Armin Ronacher
c9cd6084c2 More upgrade notes for blueprints 2011-06-05 16:33:54 +02:00
Armin Ronacher
207a7908e8 Note for windows users on the upgrade script 2011-06-05 16:26:18 +02:00
Armin Ronacher
60bd620947 Warning about deprecation warnings not showing 2011-06-05 16:22:44 +02:00
Armin Ronacher
9770054dee Started documenting the upgrade script 2011-06-05 16:11:17 +02:00
Armin Ronacher
1f31ec4bea Added documentation in update document for new error handling 2011-06-05 10:32:00 +02:00
Armin Ronacher
aaa24fc05a Merge branch 'master' into blueprints 2011-06-05 09:12:41 +02:00
Simon Sapin
9beee51b0b Clarify in docs that the SERVER_NAME config can also take a port number. 2011-05-30 21:39:12 +02:00
Armin Ronacher
086ecdb918 Better reraising of exceptions 2011-05-28 15:11:48 +02:00
Armin Ronacher
115d31ddbf More documentation updates 2011-05-27 20:29:03 +02:00
Armin Ronacher
a9fc040c39 Updated documentation to use teardown request where appropriate 2011-05-27 20:21:41 +02:00
Armin Ronacher
e71a5ff8de Started work on new request dispatching. Unittests not yet updated 2011-05-27 20:10:53 +02:00
Ron DuPlain
ea77d5e12d Touch up docs according to user feedback. 2011-05-19 09:14:53 -04:00
Ron DuPlain
8b974eb355 Note to use debug=False for third-party debuggers.
As requested on mailing list.
http://flask.pocoo.org/mailinglist/archive/2011/5/12/using-eclipse%2Bpydev-for-debugging-flask-apps/
2011-05-12 13:00:03 -04:00
Armin Ronacher
19dfe5f631 Merge pull request #230 from RonnyPfannschmidt/docs
the import order note was meant to be bold, not cursive
2011-05-08 03:32:31 -07:00
Ronny Pfannschmidt
74514fc837 the import order note was meant to be bold, not cursive 2011-05-08 11:31:52 +02:00
Aaron Kavlie
c6e4d743a9 A couple of corrections to the example fabfile. 2011-04-27 14:28:07 -07:00
streety
1dd83964f0 Change to match headers in https://github.com/mitsuhiko/werkzeug/blob/master/werkzeug/contrib/fixers.py
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
2011-04-18 17:00:05 +02:00
Simon Sapin
7ed3196e8d Add safe_join: returns the filename used by send_from_directory.
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
2011-04-18 16:48:12 +02:00
Kanak Kshetri
0e4cd2e651 Fixed a typo that was preventing second code block from appearing in a code block
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
2011-04-18 16:40:51 +02:00
Noufal Ibrahim
a2225bf57e Added a note on actually starting the application
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
2011-04-18 16:32:13 +02:00
Armin Ronacher
fd0862c77d Merge remote branch 'mattd/extensions-docs' 2011-03-15 12:20:30 -04:00
Armin Ronacher
dd75cc9e28 Merge branch 'appdispatch-docs' 2011-03-15 12:07:32 -04:00
Armin Ronacher
43cf3f307f Improved wording 2011-03-15 11:25:17 -04:00
Matt Dawson
c1c20ac108 Modify extensionsdev documentation. 2011-03-14 19:23:56 -04:00
Armin Ronacher
60de3f295b Updated appdispatch pattern 2011-03-14 16:44:58 -04:00
Armin Ronacher
fbd488678f Implemented flask.has_request_context() 2011-03-14 16:13:58 -04:00
matt swanson
f58c98904f fixing some wording issues on the testing page
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
2011-03-14 15:11:04 -04:00