Armin Ronacher
b2fc9febdd
Merge pull request #607 from jfinkels/patch-3
...
Update docs/quickstart.rst
2012-10-07 03:49:36 -07:00
Armin Ronacher
261c4a6aee
Updated documentation for the new sessions
2012-10-07 12:40:59 +02:00
Armin Ronacher
e1a576122b
Merge branch 'json-sessions'
2012-10-07 10:33:37 +02:00
jfinkels
639817b621
Update docs/quickstart.rst
...
Removed incorrect syntax and simplified remaining sentence.
2012-10-05 02:49:55 -03:00
Armin Ronacher
22af78a96f
Removed outdated sentence in the testing docs
2012-09-21 01:02:42 +09:00
Kenneth Reitz
80b2689335
Merge pull request #577 from brousch/patch-2
...
Added _ to fix link to extensions in Hook. Extend.
2012-08-26 10:25:56 -07:00
Kenneth Reitz
1dde7b8be7
Merge pull request #563 from joepie91/master
...
Fix for lighttpd regex
2012-08-26 10:20:54 -07:00
Alex Morega
11c746189d
Fix code example in pluggable views documentation
2012-08-20 16:57:39 +03:00
Ben Rousch
77c2c3b183
Added _ to fix link to extensions in Hook. Extend.
...
I missed the trailing _ to make a link in my first patch to add the link to extensions.
Sorry about that.
2012-08-17 16:45:04 -03:00
Armin Ronacher
a4977cfe2b
Removed outdated section in the docs
2012-08-11 03:13:16 +01:00
Armin Ronacher
704d94d7b9
Merge branch 'master' into json-sessions
2012-08-11 02:37:52 +01:00
Armin Ronacher
4df3bf2058
Implemented experimental JSON based sessions
2012-08-11 02:36:14 +01:00
Sven Slootweg
b0fdae4e1f
Fix regex in lighttpd example config to only match static/ and sub-items, and not all directories that start with 'static'
2012-07-21 21:00:44 +02:00
Kenneth Reitz
0f3bc38a18
Merge pull request #562 from yaph/master
...
Small improvement to docs
2012-07-21 04:57:39 -07:00
Ramiro Gomez
3800c7396b
Try to correct confusing sentence in doc and fixed word duplication.
2012-07-21 13:55:45 +02:00
Randall Degges
40ccc0a99a
Fixing some wording in the design documentation.
2012-07-20 14:29:10 -07:00
Ron DuPlain
ea2a0629c9
Touch up dbinit tutorial doc.
...
Discussion on #pocoo with svenstaro, dAnjou, noob13.
2012-07-04 15:27:15 -04:00
Sven-Hendrik Haase
690b0c34ff
Fix chose -> choose typo
2012-07-04 21:19:41 +02:00
Sven-Hendrik Haase
0553bbdefe
Made it explicitly clear where changes should go in the tutorial
2012-07-04 21:12:41 +02:00
Armin Ronacher
d5218997d9
Added flask.stream_with_context
2012-06-27 15:06:39 +01:00
bev-a-tron
1f82d02b33
Fixes #519 by adding return statement
2012-06-25 13:31:11 -04:00
Armin Ronacher
9be47f5932
Merge pull request #479 from dmishe/patch-1
...
Removed unneeded print statements form mongokit pattern doc
2012-06-17 06:25:10 -07:00
Armin Ronacher
24e01318d3
Merge pull request #517 from kuyan/patch-1
...
Emended extensiondev.rst
2012-06-17 06:22:54 -07:00
Armin Ronacher
7b1c8fd15b
Added #522 in modified version
2012-06-17 14:22:15 +01:00
Armin Ronacher
9cce327040
Merge pull request #529 from yaph/master
...
Indentation error in ScriptNameStripper in Configuring Apache section
2012-06-17 06:07:29 -07:00
Ramiro Gómez
5bbf8bdcd9
Update master
2012-06-17 02:22:02 +03:00
Ben Rousch
5c2aa7a921
Added link to extensions in "Hook. Extend." section.
2012-06-12 14:26:10 -03:00
Natan L
99aaacb1a9
Emended extensiondev.rst.
2012-05-30 20:23:02 -07:00
Armin Ronacher
086348e2f2
Added after_this_request decorator.
2012-05-08 13:14:32 +01:00
Armin Ronacher
dbfd406a21
Added required_methods
2012-05-08 12:51:26 +01:00
Ron DuPlain
26da6a5365
Use default send_file max-age consistently.
...
Prior to this commit, the send_file max-age hook and config were only
used for the static file handler. Now they are used when calling
helpers.send_file directly.
2012-04-24 01:48:05 -04:00
Ron DuPlain
7c79ce6e41
Revise foreword and Becoming Big docs, #484 .
2012-04-23 23:42:58 -04:00
Alex Vykalyuk
028229d0ff
Fixed typo in docs/quickstart
2012-04-23 00:32:48 +03:00
Alex Vykalyuk
0333c824bf
Removed link to ep.io from quickstart
2012-04-21 22:27:24 +03:00
Ron DuPlain
fb01187885
Touch up fastcgi doc.
2012-04-20 09:20:20 -04:00
Vadim Pestovnikov
34380b9c1d
Add detailed Apache httpd fastcgi configuration.
2012-04-20 09:07:58 -04:00
Ron DuPlain
a3cb2a3382
Use American English for "behavior" in docs.
...
Prompted by plaes on #pocoo, mitsuhiko confirmed to use American English.
2012-04-19 11:51:38 -04:00
Ron DuPlain
10c34e6652
Reword 0.9 upgrade doc, thanks to plaes on #pocoo.
2012-04-19 11:50:08 -04:00
Ron DuPlain
b885edf810
Fix typo pointed out by tri on #pocoo.
2012-04-18 15:54:04 -04:00
Ron DuPlain
0d2ffc094b
Use 'venv' consistently for virtualenv directory.
...
Pointed out by tri on #pocoo.
2012-04-18 15:44:07 -04:00
Natan
ffbab00cd1
Rectified rampant 'roule'.
2012-04-17 19:28:28 -07:00
Paul McMillan
acb61ae57b
Minor docs fix.
2012-04-10 13:14:38 -07:00
Armin Ronacher
d26af4fd6d
Fixed some smaller things in the docs
2012-04-09 17:38:08 +01:00
Armin Ronacher
52f9cefbcd
More documentation updates for 0.9
2012-04-09 17:35:16 +01:00
Armin Ronacher
32f845ea75
Added an example for using the db connection without the request
2012-04-09 17:33:14 +01:00
Armin Ronacher
9bed20c07c
Added documentation for appcontext and teardown handlers
2012-04-09 17:29:00 +01:00
Armin Ronacher
cf1641e5be
Changed the implementation of returning tuples from functions
2012-04-09 15:56:33 +01:00
Armin Ronacher
3249eeb438
Merge branch 'master' of github.com:mitsuhiko/flask
2012-04-09 15:26:09 +01:00
Armin Ronacher
ab110d8fe5
Documented config changes
2012-04-09 15:24:43 +01:00
Armin Ronacher
0207e90155
Updated docs for the app context.
2012-04-09 15:22:36 +01:00