Trey Long
f74f446961
fixing process_response
...
Flask.process_response will throw away functions is receives from ctx._after_request_functions if there is a Blueprint that has used @after_request.
2013-04-04 12:31:42 -03:00
Kenneth Reitz
6309987dca
Merge pull request #701 from bruston/quickstart-typod
...
Fixed a few typos in the quickstart doc
2013-03-31 20:05:57 -07:00
Kenneth Reitz
84958e5729
Merge pull request #700 from SpOOnman/master
...
Add import to jsonify example
2013-03-31 20:05:02 -07:00
=
1723990aee
Fixed a few typos on quickstart
2013-03-26 21:23:55 +00:00
Tomasz Kalkosiński
78ae0ec7f8
Add import to jsonify example.
2013-03-25 12:29:28 +01:00
Armin Ronacher
4366bb392a
Documented new signal message_flashed
2013-03-21 21:04:06 +00:00
Armin Ronacher
5997890c69
Merge pull request #687 from poiati/flash-signal
...
Flash messages signals
2013-03-21 13:58:52 -07:00
Armin Ronacher
0a29c295cd
Merge pull request #692 from mikegagnon/patch-1
...
fix typo in quickstart guide
2013-03-21 13:57:47 -07:00
Armin Ronacher
ac9d8b09a5
Merge pull request #693 from untitaker/factory_docs
...
Added more information about app factories.
2013-03-21 13:57:29 -07:00
Markus Unterwaditzer
9d8674d5b6
Added more information about app factories.
2013-03-17 21:42:30 +01:00
Michael N. Gagnon
8a6cba9e63
fix typo in quickstart guide
2013-03-15 07:31:00 -07:00
Kenneth Reitz
b9118ca0cc
Merge pull request #681 from dmizelle/docs-quickstart
...
fixes #677 - mistype in docs/quickstart
2013-03-06 09:53:36 -08:00
Kenneth Reitz
aa83d9132f
Merge pull request #683 from alexcouper/master
...
Tiny changes to docs
2013-03-06 09:52:47 -08:00
Kenneth Reitz
8a968a9378
Merge pull request #689 from OrangeTux/patch-2
...
Update css.rst
2013-03-06 09:49:23 -08:00
OrangeTux
cc5d6134c7
Update css.rst
...
Improved consistency: lower cased all hexadecimal descriptions of colors.
2013-02-28 11:12:16 +01:00
Paulo Poiati
b2aae044ca
Flash messages signals
...
If we send a signal when a template is rendered why not when a message
is flashed? One real world use case is in tests, this signal should make
flash messages expectation easier to implement.
2013-02-28 01:19:52 -03:00
Alex Couper
1be13297c1
Remove comma.
2013-02-22 15:34:16 +00:00
Alex Couper
8ee01ad5ed
Put the link to Flask class docs at the end.
2013-02-22 15:33:20 +00:00
Alex Couper
cc8a85d753
Move docs explaining instantiating Flask
2013-02-22 11:21:17 +00:00
Alex Couper
a92588f161
Add closing html tag
2013-02-22 11:15:40 +00:00
Devon Mizelle
c999c179a2
fixes #677 - mistype in docs/quickstart
2013-02-17 11:04:20 -05:00
Armin Ronacher
bfeee75696
Changed session cookie defaults to work better with google chrome
2013-01-29 19:31:45 +00:00
Armin Ronacher
6bd0080575
Added workaround for Chrome cookies
2013-01-28 15:08:54 +00:00
Armin Ronacher
6ab569b0e3
Added note on teardown in debug mode. Fixes #661
2013-01-27 00:56:01 +00:00
Armin Ronacher
3b393f89f6
Added template_global, fixes #657
2013-01-27 00:46:19 +00:00
Armin Ronacher
05f162329d
Added celery pattern
2013-01-27 00:38:25 +00:00
Kenneth Reitz
3fdcefbcda
Merge pull request #625 from soulseekah/master
...
Use sqlite3.Row factory in Flaskr (#588 )
2013-01-24 20:22:02 -08:00
Kenneth Reitz
17fc38c397
Merge pull request #617 from tony/jquery-example-iteration1
...
jQuery example: submit on enter, focus field on load, ajax to callback function, " to '.
2013-01-24 20:21:31 -08:00
Kenneth Reitz
777c0c56b5
Merge pull request #630 from untitaker/doc_fix_appctx
...
Fix #623
2013-01-24 20:13:30 -08:00
Kenneth Reitz
1e14783abd
Merge pull request #665 from trungly/deferred_callbacks_fix
...
Update docs/patterns/deferredcallbacks.rst
2013-01-24 19:02:30 -08:00
Kenneth Reitz
94a9b9665b
Merge pull request #660 from baijum/docs
...
WSGI specification has finalized for Python 3
2013-01-24 19:01:43 -08:00
Kenneth Reitz
b975dd4667
Merge pull request #667 from maxcountryman/secure-url-for
...
adding `_scheme` parameter to `url_for`
2013-01-24 18:57:45 -08:00
Kenneth Reitz
6fa449de00
Merge pull request #669 from schneems/master
...
update README to markdown
2013-01-24 18:55:21 -08:00
schneems
fb6dee3639
update README to markdown
2013-01-24 17:52:16 -06:00
Max Countryman
b5069d07a2
adding _scheme parameter to url_for
...
In order to better facilitate generation of URLs that make use of an HTTPS URL
scheme this patch adds a parameter with this specific purpose in mind. To
achieve this we explicitly pass in a param, `_scheme='https'`, and then set the
`url_scheme` attribute of our `MapAdapter` instance appropriately.
Importantly, `_external=True` must be set in order for this to work properly.
As such, failure to do so results in a `ValueError` being raised.
2013-01-21 16:18:46 -08:00
Armin Ronacher
61d3bbf1d2
Fixed last commit and added test
2013-01-21 17:55:07 +00:00
Armin Ronacher
f1537a9d7a
Always trap proxy exceptions
2013-01-21 17:44:32 +00:00
Trung Ly
b4fc4412e8
Update docs/patterns/deferredcallbacks.rst
...
fix example code in Deferred Callback docs: don't set response upon executing callback
2013-01-14 14:53:06 -08:00
Markus Unterwaditzer
2b30900e2c
Fix #623
2013-01-11 16:52:38 +01:00
Baiju Muthukadan
7a3d74f19f
WSGI specification has finalized for Python 3
...
Mention Python 3.x is not supported
2013-01-04 14:40:08 +05:30
Kenneth Reitz
ff2e8449ff
2013
2012-12-31 18:00:58 -05:00
Kenneth Reitz
e3e4f4c2b8
2013
2012-12-31 17:55:39 -05:00
Armin Ronacher
ab3d9d12c6
Merge pull request #655 from oliversong/master
...
SQLite doesn't recognize data type "string"
2012-12-27 07:23:30 -08:00
Armin Ronacher
e101655820
Merge pull request #649 from erikrose/doc-typos
...
Fix a typo in the deferred-callbacks docs.
2012-12-27 07:22:25 -08:00
Armin Ronacher
dfdbc00eaf
Merge pull request #653 from methane/patch-1
...
docs/extensiondev: Use `current_app` instead of `self.app`
2012-12-27 07:22:05 -08:00
Armin Ronacher
7ec45c2d02
Merge pull request #654 from untitaker/print_in_cgi2
...
Fixing my own pull request #647
2012-12-27 07:20:39 -08:00
oliversong
cc82feb084
Changing string to text in schema files
2012-12-26 00:05:18 -05:00
Armin Ronacher
2af0ffaef6
Added proxies to template context
2012-12-21 11:47:27 +01:00
Armin Ronacher
1949c4a9ab
flask.g is now on the app context and not the request context
2012-12-21 11:45:42 +01:00
Markus Unterwaditzer
c549e583c4
Fixing my own pull request #647
...
Wrote "stdin" instead of "stdout".
2012-12-19 15:49:13 +01:00