Commit graph

1628 commits

Author SHA1 Message Date
Matt Skone
1df0f2dc1c Escaped 'text' keyword in column name. 2013-10-15 09:17:19 -07:00
Daniel Neuhäuser
5d20501604 Merge pull request #863 from jet-sun/patch-1
Fix typo.
2013-09-08 11:27:27 -07:00
Jet Sun
6ebe45b0ad Fix typo. 2013-09-07 17:42:06 -07:00
Daniel Neuhäuser
ff59db16bc Merge pull request #858 from svieira/patch-2
Patch for tutorial (minor code error)
2013-09-04 07:54:42 -07:00
Sean Vieira
12d6ec4130 Fix with block 2013-09-03 23:36:10 -04:00
Daniel Neuhäuser
36d70d8789 Merge pull request #843 from wbowlin/master
corrected documentation for Request get_json()
2013-09-03 10:58:04 -07:00
Daniel Neuhäuser
5207c69064 Fix #856 ommited typo in quickstart 2013-09-03 19:47:00 +02:00
Armin Ronacher
8f1dada542 Some cleanups 2013-09-02 04:57:01 +06:00
Armin Ronacher
51d7c8de7d Merge branch 'master' of github.com:mitsuhiko/flask 2013-09-01 01:43:24 +06:00
Armin Ronacher
05161d3584 Rewrote tutorial to use the g based appcontext object 2013-09-01 01:32:41 +06:00
Armin Ronacher
42cf782ee3 Removed g object from example as it was unused 2013-08-30 19:50:45 +06:00
Daniel Neuhäuser
29f3a1ac23 Merge pull request #844 from adamobeng/patch-1
Fix typo
2013-08-25 04:25:50 -07:00
Adam Obeng
9cff681f97 Fix typo 2013-08-24 21:21:18 -04:00
Will Bowlin
3e90de2e10 corrected documentation for Request get_json() 2013-08-23 00:22:57 -05:00
Daniel Neuhäuser
be73233a55 Merge pull request #840 from mhils/master
Fix typo in docstring
2013-08-20 14:35:01 -07:00
Maximilian Hils
17e5fb365d Fix typo in docstring 2013-08-19 10:56:08 +02:00
Daniel Neuhäuser
2d8a21c732 Merge branch '0.10-maintenance' 2013-08-13 15:58:46 +02:00
Daniel Neuhäuser
94f4360137 Explain is_package AttributeError in find_package
When a PEP 302 import hook is used that doesn't implement .is_package()
an AttributeError is raised. This looks like a bug in Flask. This change
fixes that problem in the sense that it explains, that the
AttributeError is intentional.
2013-08-13 15:53:58 +02:00
Daniel Neuhäuser
f3c5bff990 Merge pull request #831 from homeworkprod/json-docs-typo-fix
Fixed tiny but distracting typo.
2013-08-11 12:40:57 -07:00
Jochen Kupperschmidt
8246ce6a15 Fixed tiny but distracting typo. 2013-08-11 15:59:46 +02:00
Armin Ronacher
1b08d527c7 Merge branch 'master' of github.com:mitsuhiko/flask 2013-08-05 09:08:29 +01:00
Kevin Burke
9e5ab21c8e app.py: Link to correct EnvironBuilder docs 2013-08-04 22:33:17 -07:00
Armin Ronacher
a2bc61b5ab Merge pull request #819 from chason/master
Changed sort_json test to test str sorting
2013-08-04 13:59:22 -07:00
Chason Chaffin
5e8dd8b287 Changed sort_json test to test str sorting
Tests when simplejson was installed were failing because of a change in
how it sorted in v3.0.0. This change first tests it via normal int
sorting for stdlib json then if that fails, it tests against str sorting
for simplejson.
2013-08-04 01:42:23 -07:00
Armin Ronacher
08931401e8 Merge pull request #817 from llimllib/master
Fix doc bug in patterns/sqlite3, clarify use of make_dicts
2013-08-01 01:15:17 -07:00
Bill Mill
159ae3dc26 Fix doc bug, clarify use of make_dicts 2013-07-31 22:06:15 -04:00
Armin Ronacher
2e17ad7fd4 Merge pull request #816 from untitaker/allowed_methods
Fix #815
2013-07-31 07:44:44 -07:00
Markus Unterwaditzer
af5a0853bf Fix #815 2013-07-31 00:38:03 +02:00
Armin Ronacher
3e4dbf93d9 Fixed a test that broke on 3.x 2013-07-30 16:56:40 +02:00
Armin Ronacher
559ae196e7 Merge branch 'master' of github.com:mitsuhiko/flask 2013-07-30 16:45:23 +02:00
Armin Ronacher
d1d835c023 Added SESSION_REFRESH_EACH_REQUEST config option.
This also changes how sessions are being refreshed.  With the new
behavior set-cookie is only emitted if the session is modified or if the
session is permanent.  Permanent sessions can be set to not refresh
automatically through the SESSION_REFRESH_EACH_REQUEST config key.

This fixes #798.
2013-07-30 16:43:54 +02:00
Armin Ronacher
1a66a7e110 Added line for 1.0 2013-07-30 16:43:41 +02:00
Armin Ronacher
da49f7398d Merge pull request #811 from rpicard/remove_options_workaround
Remove Werkzeug bug workaround from flask/app.py
2013-07-29 13:24:49 -07:00
Robert Picard
b6116c1de3 Remove Werkzeug bug workaround from flask/app.py
According to the note in the comment, you had to check to make sure that the
defaults were not an empty dictionary because of a bug in Werkzeug pre-0.7.

Since Flask officially requires 0.7 or greater, we can remove this little
workaround.
2013-07-29 13:42:04 -04:00
Armin Ronacher
1982c208ce Merge pull request #808 from untitaker/issue782
Fix #782 -- /tmp/ in tutorial
2013-07-26 16:28:08 -07:00
Markus Unterwaditzer
fd9bf8f376 Fix #782 -- /tmp/ in tutorial 2013-07-27 01:21:01 +02:00
Armin Ronacher
afa33e37ec Merge pull request #800 from nZac/issue#783
cleared up confusion for from_envvar in docs
2013-07-26 14:47:11 -07:00
Armin Ronacher
c541f7e3ee Fixed a typo 2013-07-26 23:44:40 +02:00
Eric Radman
73b4a52ca5 Update example for Apache FCGI config to use worker processes using FastCgiServer, along with some notes about FastCgiExternalServer 2013-07-26 15:07:40 -04:00
Armin Ronacher
6a621440ef Merge branch 'master' of github.com:mitsuhiko/flask 2013-07-24 21:48:47 +02:00
Armin Ronacher
e59e00576d Fixed a documentation typo 2013-07-24 21:48:28 +02:00
Nick Zaccardi
5ace060e5e cleared up confusion for from_envvar 2013-07-22 09:03:57 -05:00
Daniel Neuhäuser
ab1be65c88 Merge pull request #799 from cvrebert/patch-1
api.rst: fix some spelling/typos
2013-07-22 06:43:21 -07:00
Chris Rebert
f632ba25e0 api.rst: fix some spelling/typos 2013-07-22 02:12:17 -07:00
Daniel Neuhäuser
06139e7b08 Merge branch '0.10-maintenance' 2013-07-05 23:18:36 +02:00
Daniel Neuhäuser
f606a6d6a1 blinker repository moved to github 2013-07-05 23:18:13 +02:00
Daniel Neuhäuser
6c8955b5be Merge branch '0.10-maintenance' 2013-07-03 12:38:27 +02:00
Daniel Neuhäuser
13b8283793 Test blinker development version again
Apparently blinker isn't broken on tip anymore.
2013-07-03 12:37:43 +02:00
Daniel Neuhäuser
c8961c6dc9 Merge pull request #786 from mgaitan/patch-1
Missing `s` in a plural word
2013-07-01 06:44:03 -07:00
Daniel Neuhäuser
d56d96c8c2 Merge pull request #784 from BobStevens/master
quickstart guide - wording changes for clarity
2013-07-01 06:43:38 -07:00