Commit graph

582 commits

Author SHA1 Message Date
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
Daniel Haaker
693b3b7621 Tricker -> trickier
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
2010-10-29 18:41:26 +02:00
Daniel Haaker
ce4f81f1c2 Correct capitalization SQLite
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
2010-10-29 18:41:21 +02:00
Daniel Haaker
d8f521e1ff Add missing period
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
2010-10-29 18:41:17 +02:00
Daniel Haaker
94a7312d5a Add missing semicolon to test
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
2010-10-29 18:41:10 +02:00
Dag Odenhall
d4c44a7d8c BaseConverter is in werkzeug.routing
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
2010-10-25 17:49:37 +02:00
Pedro Algarvio
a327452540 Better handling for test_request_context don't just append the port.
Also implemented a proper initial environment to use with
`Flask.test_app()` based on the application's configuration.

Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
2010-10-22 18:19:21 +03:00
Nick Walker
1f6321a1cb clarified description of templates directory
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
2010-10-22 15:37:50 +03:00
Pedro Algarvio
88883aa6db Fix for Flask's ticket 126. A proper environment is now built to use
with `test_request_context()`.

Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
2010-10-22 15:36:47 +03:00