Armin Ronacher
|
6dccf77546
|
PERMANENT_SESSION_LIFETIME can now be an integer. This fixes #310
|
2011-09-25 19:12:41 +02:00 |
|
Armin Ronacher
|
6d0b3264c2
|
Mention localhost:5000 being pointless in the docs. It already says that down on the page but not on the key
|
2011-09-25 19:02:47 +02:00 |
|
Armin Ronacher
|
83b1da8df8
|
Inserted verb
|
2011-09-25 19:01:30 +02:00 |
|
Armin Ronacher
|
142c9c391b
|
Fixed typos in copy/pasted text
|
2011-09-25 18:56:15 +02:00 |
|
Armin Ronacher
|
df1dd57045
|
Cleaned up url routing common docs. This fixes #279
|
2011-09-25 18:49:00 +02:00 |
|
Armin Ronacher
|
4573715195
|
Reworded before 0.8 ext docs.
|
2011-09-20 18:57:37 +02:00 |
|
Armin Ronacher
|
54875e9317
|
Direct passthrough is counter productive
|
2011-09-20 00:03:24 +02:00 |
|
Armin Ronacher
|
2b8ea40cd6
|
import -> activate
|
2011-09-19 21:00:44 +02:00 |
|
Armin Ronacher
|
7997bae5bb
|
Explicitly activate compat module
|
2011-09-19 21:00:28 +02:00 |
|
Armin Ronacher
|
933d203828
|
Started extensions introduction document
|
2011-09-18 15:10:50 +02:00 |
|
Armin Ronacher
|
0719ad5f4f
|
Documented new import system for extensions
|
2011-09-18 13:03:05 +02:00 |
|
Armin Ronacher
|
1e6c5f0975
|
Documented flask.ext.
|
2011-09-18 12:51:10 +02:00 |
|
Armin Ronacher
|
8840973a33
|
Fixed a cross reference in the docs.
|
2011-09-18 12:50:56 +02:00 |
|
Armin Ronacher
|
e68b34eb6c
|
Added API example to the method view docs
|
2011-09-17 19:39:19 +02:00 |
|
Armin Ronacher
|
4e12eb4c74
|
Merge branch 'master' of github.com:mitsuhiko/flask
|
2011-09-07 11:45:03 +02:00 |
|
Armin Ronacher
|
f6edb31c34
|
Merge pull request #303 from ametaireau/patch-1
Fixed a typo in the signals documentation.
|
2011-09-07 02:44:52 -07:00 |
|
Armin Ronacher
|
b40af3ccd9
|
Updated the documentation to show how to set cookies for not yet existing responses
|
2011-09-05 18:51:47 +02:00 |
|
Armin Ronacher
|
ccf464189b
|
Added finer control over the session cookie parameters
|
2011-08-30 14:36:50 +02:00 |
|
Armin Ronacher
|
08bf538fb4
|
Added a note on the behaviour of the routing system
|
2011-08-27 00:36:53 +02:00 |
|
Armin Ronacher
|
dc05722b36
|
Made the foreword less defensive.
|
2011-08-26 21:42:17 +02:00 |
|
Armin Ronacher
|
d49221bf2e
|
The test client now properly pops response contexts on __exit__
|
2011-08-26 14:01:46 +01:00 |
|
Armin Ronacher
|
85ed1bf058
|
Mentioned View.decorators in the views docs
|
2011-08-26 08:32:36 +01:00 |
|
Armin Ronacher
|
9070c5c325
|
Merge branch 'master' of github.com:mitsuhiko/flask
|
2011-08-25 21:16:27 +01:00 |
|
Armin Ronacher
|
314f9201ab
|
Updated instance path documentation to explain the $PREFIX lookup
|
2011-08-25 21:16:06 +01:00 |
|
Daniel Neuhäuser
|
a43f73c75c
|
s/Ify ou/If you/ typo
|
2011-08-26 10:13:54 +03:00 |
|
Armin Ronacher
|
d3ca55177a
|
Updated the docs and examples to non-failing teardown handlers
|
2011-08-25 20:56:43 +01:00 |
|
Armin Ronacher
|
e853a0f739
|
The test client and test_request_context are now both using the same logic internally for creating the environ. Also they use APPLICATION_ROOT now.
|
2011-08-25 20:47:50 +01:00 |
|
Armin Ronacher
|
1ea3d4ea53
|
Updated documentation regarding the session transactions
|
2011-08-25 16:13:43 +01:00 |
|
Armin Ronacher
|
f0c089ff6b
|
Merge branch 'master' of github.com:mitsuhiko/flask
|
2011-08-25 15:19:13 +01:00 |
|
Armin Ronacher
|
a5da2c98f3
|
Implemented flask.testing.TestClient.session_transaction for quick session modifications in test environments.
|
2011-08-25 15:18:39 +01:00 |
|
Armin Ronacher
|
c844d02f1c
|
Added the APPLICATION_ROOT configuration variable which is used by session backends.
|
2011-08-25 12:13:55 +01:00 |
|
Armin Ronacher
|
1bca65d72e
|
Merge pull request #267 from LuitvD/patch-1
Missed the -w option in uWSGI deployment docs.
|
2011-08-24 15:57:32 -07:00 |
|
Priit Laes
|
713ced603e
|
Improve configuration docs a bit
|
2011-08-17 08:38:34 +03:00 |
|
Alexis Metaireau
|
77492f8afa
|
typo
|
2011-08-13 01:22:10 +03:00 |
|
Armin Ronacher
|
0520425055
|
Fixed a typo
|
2011-08-10 14:00:57 +02:00 |
|
Armin Ronacher
|
9af75546f0
|
Mention default locations for instance folders
|
2011-08-10 13:57:30 +02:00 |
|
Armin Ronacher
|
187cb80dcc
|
Documented instance root
|
2011-08-10 13:55:57 +02:00 |
|
Armin Ronacher
|
63876614b6
|
Removed second mention of json. This fixes #290
|
2011-08-09 16:16:04 +02:00 |
|
Armin Ronacher
|
92c7bdd2dd
|
Documented Request.headers
|
2011-08-09 15:16:41 +02:00 |
|
Armin Ronacher
|
ce70131975
|
If JSON parsing fails it now issues a BadRequest exception.
|
2011-08-08 21:47:26 +02:00 |
|
Armin Ronacher
|
acac64e36a
|
Don't only catch BadRequest key errors but all bad request errors.
|
2011-08-08 21:46:53 +02:00 |
|
Armin Ronacher
|
5b16532000
|
Extended quickstart docs for the headers
|
2011-08-07 16:21:58 +02:00 |
|
Armin Ronacher
|
13005d76b9
|
Improved cookie documentation
|
2011-08-07 15:23:57 +02:00 |
|
Armin Ronacher
|
ae00f6d149
|
Tweaked autodoc to skip :internal: methods.
|
2011-08-07 14:15:33 +02:00 |
|
Armin Ronacher
|
5ca17c86c0
|
Added a missing colon
|
2011-08-07 01:51:02 +02:00 |
|
Armin Ronacher
|
a950f93687
|
Merge pull request #297 from rascalmicro/master
Fix typos
|
2011-08-05 07:16:28 -07:00 |
|
Brandon Stafford
|
5f367e879d
|
Fix typos.
|
2011-08-05 11:12:21 -03:00 |
|
Armin Ronacher
|
a0fd8fca48
|
Merge branch 'master' of github.com:mitsuhiko/flask
|
2011-08-05 12:35:56 +02:00 |
|
Armin Ronacher
|
7155f11a72
|
Added HTTP exception trapping. This should fix #294
|
2011-08-05 12:35:41 +02:00 |
|
Brandon Stafford
|
5304a15adc
|
Add runserver.py filename to match earlier section of example
|
2011-08-04 22:31:11 -03:00 |
|