Commit graph

5190 commits

Author SHA1 Message Date
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
Matt Chisholm
04e70bd5c7 Add teardown_request decorator. Fixes issue #174 2011-03-14 14:28:15 -04:00
Drew Vogel
3deae1bd48 Clarified language related to avoiding circular imports.
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
2011-03-14 14:26:33 -04:00
Armin Ronacher
235369fd61 Removed unnecessary import 2011-03-14 14:21:44 -04:00
Armin Ronacher
34a494713c Documented some changes in config handling. 2011-03-14 14:21:28 -04:00
Armin Ronacher
45b97d14e3 Started work on app dispatch docs 2011-03-14 14:19:12 -04:00
Aaron Kavlie
fa9817778c Test passes.
Added test for silent flag; added import of errno so it passed.
2011-03-14 10:41:22 -04:00
Aaron Kavlie
5cc40f4728 silent option added to 'from_pyfile' to mirror 'from_envvar'. 2011-03-14 10:36:33 -04:00
mvantellingen
b3fc9eb36b Open the session after the request context is pushed on the stack instead of in the constructor. This allows you to access the request context in a custom open_session method.
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
2011-03-13 21:24:26 -04:00
Sam Anderson
da00160db6 Fixed some small typos in the documentation.
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
2011-03-13 21:14:06 -04:00
matt swanson
5764f3abd2 fixing cross-referenced links on jquery patterns page 2011-03-13 15:48:19 -09:00
matt swanson
15ae22494d fixing cross-referenced links on quickstart page 2011-03-13 15:47:57 -09:00
matt swanson
4046d3bd30 fixing cross-referenced links on fileupload patterns page 2011-03-13 15:47:40 -09:00
matt swanson
6bdde49348 fixing cross-referenced links on testing page 2011-03-13 15:47:14 -09:00
matt swanson
4141afa22b fixing cross-reference links on API doc page 2011-03-13 15:32:19 -09:00
Armin Ronacher
00c5b7a937 added create_jinja_loader 2011-02-21 21:56:37 +01:00
Baiju M
b49de851d9 Link to issue tracker
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
2011-02-21 03:20:00 +01:00
Sean Reifschneider
1643e5c391 Fixing a word usage issue in docs.
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
2011-02-17 22:37:23 +01:00
Jerry Baker
09a06abb77 Updated 'declarative' link in docs/patterns/sqlalchemy.rst
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
2011-02-17 22:36:04 +01:00
Armin Ronacher
8ed051d5b5 Fixed a terrible wrong part in the module documentation 2011-02-10 21:43:13 +01:00
Armin Ronacher
6562f2e152 Fixed line numbers for flask pdf 2011-02-06 11:56:55 +01:00
Armin Ronacher
0bf777ed81 Do not use Date, use Last-Modified. This fixes #164 2011-02-05 17:41:02 +01:00
fmw
94f90bc4eb updated docs on FastCGI deployment with Lighty
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
2011-02-05 17:29:48 +01:00
Armin Ronacher
4228d7281f No reference for favicon 2011-01-24 13:51:06 +01:00
Armin Ronacher
785e94bf1e Added changelog entry and entry into authors file 2011-01-24 13:50:14 +01:00
mvantellingen
b0ca7e5af1 Implement the endpoint decorator. This allows you to easily map views to endpoints when using the werkzeug routing.
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
2011-01-24 13:49:11 +01:00
mvantellingen
8a73097fe5 Add unittests for the endpoint decorator
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
2011-01-24 13:49:11 +01:00
Dag Odenhall
384ad219cb Typo in docs
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
2011-01-20 16:46:03 +01:00
Dag Odenhall
4a45345fc4 Fix typo in send_file docs
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
2011-01-20 16:45:49 +01:00
Dag Odenhall
7afd49c648 Pattern documentation for favicons
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
2011-01-20 16:33:56 +01:00
Armin Ronacher
99be2ec022 Flask no longer internally depends on rules being added through the add_url_rule function 2011-01-16 17:13:25 +01:00
Ivo Danihelka
07688d7b93 Fixed 'schemal' doc typo.
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
2011-01-16 14:29:56 +01:00
Armin Ronacher
402f12bb6d We do not support 2.4, not even with CGI :) 2011-01-14 00:29:37 +01:00
Armin Ronacher
24c1713ff5 Improved documentation for model registration 2011-01-13 22:18:49 +01:00
Daniel Gerber
9ae4eba986 fix subdomain for static rule on registering module
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
2011-01-08 00:51:16 +01:00
Armin Ronacher
4c76607553 Released 0.6.1
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
2010-12-31 15:22:06 +01:00
Armin Ronacher
11c66be80e Added testcase for an issue that may exist on windows 2010-12-23 14:23:33 +01:00
Armin Ronacher
b92120b190 Documented security fix in changelog 2010-12-23 14:18:37 +01:00
Armin Ronacher
ed70b42798 Make sure that windows servers do not allow downloading arbitrary files 2010-12-23 14:15:18 +01:00
Armin Ronacher
fb88d9d025 Whitespace nazi was here 2010-12-07 22:08:46 +01:00
Armin Ronacher
4b65c7ed5a Added the ability to override the test client's class. This fixes #148 2010-12-06 03:16:13 +01:00
Armin Ronacher
164067920b Updated examples to work with pypy which has a incomplete sqlite3 in 1.4. Also disable a euc-kr test that does not work on pypy 2010-12-01 17:22:55 +01:00
Armin Ronacher
8569dfee61 Added a PROPAGATE_EXCEPTIONS flag 2010-11-29 08:57:38 +01:00
Jason Davies
ed517c7215 Minor spelling fixes
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
2010-11-19 13:28:52 +01:00
Armin Ronacher
2ac1b7d438 Fixed a documentation error. This fixes #143 2010-11-19 13:25:45 +01:00
Georg Brandl
858806da69 Hint for positioning file pointer correctly before calling send_file().
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
2010-11-08 18:29:09 +01:00
doobeh
67f483bf64 Typo.
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
2010-11-07 13:37:09 +01:00
Daniel D. Beck
4f1b086218 Fixed: incorrect indentation level for session's permanent attribute
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
2010-11-02 00:05:08 +01:00
Francisco Souza
1c24b62727 Minor on docs (fixes #133)
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
2010-11-02 00:03:50 +01:00
Daniel Haaker
60177639f4 There is no database abstraction layer
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
2010-10-29 18:41:33 +02:00