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
Armin Ronacher
5ecf01dd4e
Merge branch 'master' of github.com:mitsuhiko/flask
2010-10-19 09:10:12 +02:00
Jeff Weber
405c2992f8
Updated from_pyfile so its dynamic module creation uses the imp module instead of type.
...
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
2010-10-19 09:09:58 +02:00
Armin Ronacher
1d2a308c20
merged
2010-10-19 09:09:55 +02:00
agentultra
325b96099a
Small change to the packages documentation example for clarity
2010-10-07 19:33:10 +08:00
Ron DuPlain
085faf2a77
First pass to reword security doc for word flow.
2010-10-07 19:32:08 +08:00
Ron DuPlain
6875a057ec
Fixed small typos in docs. Added a cross-ref.
2010-10-07 19:32:07 +08:00
Ron DuPlain
216478f715
docs: Finished sentence on Notes on Proxies.
2010-10-07 19:32:07 +08:00
Armin Ronacher
1e4e578d73
Added the extensions dictionary on the application
2010-09-12 13:18:08 -07:00
Armin Ronacher
eb67242e1c
Fixed a typo in a docstring in app.py
2010-09-10 11:01:58 -07:00
agentultra
c62422c318
Updated documentation on packaging patterns
2010-09-10 06:56:16 +08:00
Armin Ronacher
6e3dd9b3ce
Added a changelog entry for #108
2010-08-20 11:20:22 +02:00
Armin Ronacher
2a73bbc436
Added testcase. This fixes #108
2010-08-20 11:16:18 +02:00
Heungsub Lee
6fca662c84
Fix the 108th issue.
2010-08-20 17:09:19 +08:00
Armin Ronacher
d903f55e83
s/sdist/dist/. This fixes #106
2010-08-18 21:58:04 +02:00
Armin Ronacher
780bcf365c
Merge branch 'master' of github.com:mitsuhiko/flask
2010-08-18 21:56:54 +02:00
Armin Ronacher
0566abc28d
Fixed testing example
2010-08-18 20:10:47 +02:00
Zhao Xiaohong
36a421bb3a
Fixed template_rendered example in signal documentation.
2010-08-15 16:58:02 +08:00
Armin Ronacher
a3f78af870
Improved the templated decorator in the documentation as recommended by Thadeus Burgess on the mailinglist
2010-08-13 23:37:57 +02:00
Armin Ronacher
6b5ba14521
Added a missing is
2010-08-10 23:10:55 +02:00
Armin Ronacher
9a21c34bb6
Added another testcase
2010-08-10 22:55:40 +02:00
Armin Ronacher
a3a843999b
normpath is now used before loading templates
2010-08-09 15:16:02 +02:00
Armin Ronacher
38107c752c
Fixed a wrong import path in the documentation. Fixes #102
2010-08-07 13:41:06 +02:00
Armin Ronacher
c41a1cd8dc
Another typo fix
2010-08-07 13:38:26 +02:00
Armin Ronacher
a354c393ae
Fixed a typo
2010-08-07 13:37:43 +02:00
Armin Ronacher
fda14678c0
Deprecated send_file etag support and mimetype guessing for file-like objects. This fixes #104
2010-08-07 13:36:39 +02:00