Daniel Neuhäuser
2d8a21c732
Merge branch '0.10-maintenance'
11 years ago
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.
11 years ago
Daniel Neuhäuser
f3c5bff990
Merge pull request #831 from homeworkprod/json-docs-typo-fix
...
Fixed tiny but distracting typo.
11 years ago
Jochen Kupperschmidt
8246ce6a15
Fixed tiny but distracting typo.
11 years ago
Jamie Grove
63a126c66a
Update blueprints.rst - Error Handlers
...
Added information about custom error handlers in Blueprints with example based simple_page.
11 years ago
Matt Wright
b290bf4079
Add ability to config from a JSON file
11 years ago
Armin Ronacher
1b08d527c7
Merge branch 'master' of github.com:mitsuhiko/flask
11 years ago
Kevin Burke
9e5ab21c8e
app.py: Link to correct EnvironBuilder docs
11 years ago
Armin Ronacher
a2bc61b5ab
Merge pull request #819 from chason/master
...
Changed sort_json test to test str sorting
11 years ago
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.
11 years ago
Armin Ronacher
08931401e8
Merge pull request #817 from llimllib/master
...
Fix doc bug in patterns/sqlite3, clarify use of make_dicts
11 years ago
Bill Mill
159ae3dc26
Fix doc bug, clarify use of make_dicts
11 years ago
Armin Ronacher
2e17ad7fd4
Merge pull request #816 from untitaker/allowed_methods
...
Fix #815
11 years ago
Markus Unterwaditzer
af5a0853bf
Fix #815
11 years ago
Armin Ronacher
3e4dbf93d9
Fixed a test that broke on 3.x
11 years ago
Armin Ronacher
559ae196e7
Merge branch 'master' of github.com:mitsuhiko/flask
11 years ago
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 .
11 years ago
Armin Ronacher
1a66a7e110
Added line for 1.0
11 years ago
Armin Ronacher
da49f7398d
Merge pull request #811 from rpicard/remove_options_workaround
...
Remove Werkzeug bug workaround from flask/app.py
11 years ago
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.
11 years ago
Armin Ronacher
1982c208ce
Merge pull request #808 from untitaker/issue782
...
Fix #782 -- /tmp/ in tutorial
11 years ago
Markus Unterwaditzer
fd9bf8f376
Fix #782 -- /tmp/ in tutorial
11 years ago
Armin Ronacher
afa33e37ec
Merge pull request #800 from nZac/issue#783
...
cleared up confusion for from_envvar in docs
11 years ago
Armin Ronacher
c541f7e3ee
Fixed a typo
11 years ago
Eric Radman
73b4a52ca5
Update example for Apache FCGI config to use worker processes using FastCgiServer, along with some notes about FastCgiExternalServer
11 years ago
Armin Ronacher
6a621440ef
Merge branch 'master' of github.com:mitsuhiko/flask
11 years ago
Armin Ronacher
e59e00576d
Fixed a documentation typo
11 years ago
Nick Zaccardi
5ace060e5e
cleared up confusion for from_envvar
11 years ago
Daniel Neuhäuser
ab1be65c88
Merge pull request #799 from cvrebert/patch-1
...
api.rst: fix some spelling/typos
11 years ago
Chris Rebert
f632ba25e0
api.rst: fix some spelling/typos
11 years ago
Daniel Neuhäuser
06139e7b08
Merge branch '0.10-maintenance'
12 years ago
Daniel Neuhäuser
f606a6d6a1
blinker repository moved to github
12 years ago
Daniel Neuhäuser
6c8955b5be
Merge branch '0.10-maintenance'
12 years ago
Daniel Neuhäuser
13b8283793
Test blinker development version again
...
Apparently blinker isn't broken on tip anymore.
12 years ago
Daniel Neuhäuser
c8961c6dc9
Merge pull request #786 from mgaitan/patch-1
...
Missing `s` in a plural word
12 years ago
Daniel Neuhäuser
d56d96c8c2
Merge pull request #784 from BobStevens/master
...
quickstart guide - wording changes for clarity
12 years ago
Martín Gaitán
4028e2395c
plural
12 years ago
BobStevens
9fe209b497
fixed typo
12 years ago
BobStevens
e2fdf28e97
word change for clarity
...
changed "200 error code" to "200 status code"
12 years ago
Daniel Neuhäuser
02b2df580a
Merge branch '0.10-maintenance'
12 years ago
Daniel Neuhäuser
a364140bef
Do not test with blinker dev version
12 years ago
Daniel Neuhäuser
c02c23ee30
Merge branch '0.10-maintenance'
...
Conflicts:
tox.ini
12 years ago
Daniel Neuhäuser
f88cc2d2f9
Fix broken test_appcontext_signals test case
...
This fixes #781 and ensures that Flask is tested with blinker installed.
12 years ago
Daniel Neuhäuser
2132040a5f
Merge pull request #776 from seedofjoy/master
...
Fix typo
12 years ago
Igor Mozharovsky
a225a304b8
Fix typo
12 years ago
Karol Kuczmarski
ec5b182f15
Add Flask.config_class feature
12 years ago
Daniel Neuhäuser
88b74b376e
Don't use werkzeug dev version in tox anymore
...
We don't need the dev version anymore since the lastest werkzeug release
supports 3.3.
12 years ago
Armin Ronacher
b461c6eec2
Merge pull request #768 from steko/patch-1
...
Correct small typo in internal link
12 years ago
Daniel Neuhäuser
71ec329509
Merge pull request #770 from augustusdsouza/patch-1
...
Fixed a typo
12 years ago
augustusdsouza
dda373823b
Fixed a typo
12 years ago