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
Armin Ronacher
faa1c71e45
Request local objects now fail properly with a RuntimeError. This fixes #105
2010-08-07 13:02:53 +02:00
Armin Ronacher
d17b6d738a
Fixed a refacotring error in the docs. This fixes #100
2010-08-03 12:17:36 +02:00
Armin Ronacher
c9002569c9
Various pyflakes fixes
2010-08-03 12:15:15 +02:00
Priit Laes
f52f4fd31b
Added initial version of 'setup.py audit'
2010-08-03 18:08:26 +08:00
jgraeme
549af62290
Fix some typos in the docstrings
2010-08-03 18:07:41 +08:00
jgraeme
ff2786d8af
Fix some typos in the docs
2010-08-03 18:07:40 +08:00
Armin Ronacher
d09aa37650
Approved Flask-XML-RPC
2010-07-30 10:51:14 +02:00
Armin Ronacher
138faab121
Merge branch 'master' of github.com:mitsuhiko/flask
2010-07-30 00:03:25 +02:00
Armin Ronacher
778e44e39e
Improved error message for configuration files
2010-07-30 00:03:06 +02:00
Stephane Wirtel
801918603c
Remove an unused function
2010-07-30 05:55:10 +08:00
Armin Ronacher
ed1b34c724
Approved Flask-Mail
2010-07-29 11:03:56 +02:00
Armin Ronacher
952967fcab
In 0.7, make_default_options_response is a public API
2010-07-28 01:39:25 +02:00
Aku Kotkavuo
43ae651c30
Proofread docs/quickstart
2010-07-28 07:33:54 +08:00