Thomas Waldmann
40fad2ece8
document python 2.6 minimum requirement, remove all stuff that refers to 2.5
2013-05-18 17:06:25 +02:00
Armin Ronacher
521398d5e7
Added missing newlines to readme
2013-05-14 14:06:11 +01:00
Armin Ronacher
b89af66346
Revert "update README to markdown"
...
This reverts commit fb6dee3639 .
2013-05-14 14:05:34 +01:00
Armin Ronacher
1c2dddb355
Merge branch 'master' of github.com:mitsuhiko/flask
2013-05-14 11:51:46 +01:00
Armin Ronacher
574a97cd70
Disabled memory tests by default
2013-05-14 11:51:38 +01:00
Armin Ronacher
7265bb7fa0
Merge pull request #676 from lambdadi/master
...
Database improperly closed in the test case within this tutorial
2013-05-14 03:49:50 -07:00
Armin Ronacher
335e0af731
Merge pull request #708 from xealot/master
...
Blueprint.after_request causes Flask to ignore @after_this_request
2013-05-14 03:36:29 -07:00
Armin Ronacher
c349c91aff
Added support for UUID objects to JSON serializer as well
2013-05-14 11:35:45 +01:00
Armin Ronacher
18673ba370
Added uuid support for new session serialization and documented it
2013-05-14 11:33:36 +01:00
Armin Ronacher
38eed272f9
Merge branch 'master' of github.com:mitsuhiko/flask
2013-05-14 11:33:18 +01:00
Armin Ronacher
2ba37d2b85
Fixed some rst markup problems
2013-05-14 11:33:13 +01:00
Armin Ronacher
ef62e8440e
Merge pull request #702 from edburnett/master
...
AJAX with jQuery documentation update
2013-05-14 03:25:49 -07:00
Armin Ronacher
6a8acc115e
Merge pull request #709 from halexus/patch-1
...
Update README of example Flaskr
2013-05-14 03:25:33 -07:00
Armin Ronacher
833198c91b
Added a missing comma
2013-05-14 11:23:31 +01:00
Armin Ronacher
30d9efb24a
Merge branch 'master' of github.com:mitsuhiko/flask
2013-05-14 11:00:45 +01:00
Armin Ronacher
097353695e
Added flask.copy_current_request_context which simplies working with greenlets
2013-05-14 11:00:04 +01:00
Kenneth Reitz
1441e02256
Merge pull request #714 from jsnmoon/master
...
Fixed documentation typo
2013-05-03 10:12:00 -07:00
Kenneth Reitz
34433cfd98
Merge pull request #719 from cenkalti/master
...
Syntax highlighting for PyPI long description
2013-05-03 10:11:40 -07:00
Kenneth Reitz
9abe26c14c
Merge pull request #723 from akshar-raaj/fix_docs_design
...
Fixed documentation in 'Design Decisions in Flask'
2013-05-03 10:11:18 -07:00
Akshar Raaj
a9b22af9bc
Fixed documentation in 'Design Decisions in Flask'
2013-05-03 17:42:15 +05:30
Cenk Altı
1358fd9f3e
Syntax highlighting for PyPI long description
2013-04-24 09:42:52 +03:00
Jason Moon
d1bf82b0f4
Fixed typo in URL Processor documentation
2013-04-14 00:10:38 -07:00
Armin Ronacher
0faed95385
Documented new signal message_flashed
2013-04-08 15:49:55 +01:00
Alexander Thaller
8ca7fc47d0
Update README
...
No need to manually initialize the database with a call to `init_db()` as this call is done before `app.run()` in flaskr.py, when you run the file.
2013-04-05 13:48:08 +03:00
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
Ed Burnett
02150c0f2b
Added self to AUTHORS file
2013-03-26 16:57:16 -07:00
Ed Burnett
0a5d62f9ee
Updated jquery.rst with the current Google Developer hosted libraries URL and jquery version
2013-03-26 16:56:05 -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
lambdadi
a754d28302
Database improperly closed in example code
...
os.unlink(flaskr.DATABASE) causes the actual application database to be
purged; whereas, I reckon, one wants the _test_ database to be removed.
So every time I ran it, the test passed, but ended up crashing the live
app for want of a valid database.
I avoided using the sample code in examples/flaskr thus far, as I chose
to type out code from the turorial docs. The actual example code looks
good - at least to my beginner's eye.
2013-02-11 18:55:24 +05:30
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