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
Martín Gaitán
4028e2395c
plural
2013-06-30 13:17:39 -03:00
BobStevens
9fe209b497
fixed typo
2013-06-27 16:32:20 -04:00
BobStevens
e2fdf28e97
word change for clarity
...
changed "200 error code" to "200 status code"
2013-06-27 16:31:04 -04:00
Daniel Neuhäuser
02b2df580a
Merge branch '0.10-maintenance'
2013-06-27 17:08:20 +02:00
Daniel Neuhäuser
a364140bef
Do not test with blinker dev version
2013-06-27 17:08:02 +02:00
Daniel Neuhäuser
c02c23ee30
Merge branch '0.10-maintenance'
...
Conflicts:
tox.ini
2013-06-27 16:52:34 +02:00
Daniel Neuhäuser
f88cc2d2f9
Fix broken test_appcontext_signals test case
...
This fixes #781 and ensures that Flask is tested with blinker installed.
2013-06-27 16:49:27 +02:00
Daniel Neuhäuser
2132040a5f
Merge pull request #776 from seedofjoy/master
...
Fix typo
2013-06-22 17:54:31 -07:00
Igor Mozharovsky
a225a304b8
Fix typo
2013-06-23 03:36:20 +03:00
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.
2013-06-19 17:24:02 +02:00
Armin Ronacher
b461c6eec2
Merge pull request #768 from steko/patch-1
...
Correct small typo in internal link
2013-06-16 03:40:57 -07:00
Daniel Neuhäuser
71ec329509
Merge pull request #770 from augustusdsouza/patch-1
...
Fixed a typo
2013-06-14 14:17:19 -07:00
augustusdsouza
dda373823b
Fixed a typo
2013-06-15 00:01:34 +05:30
Stefano Costa
582a5c7b89
Correct small typo in internal link
2013-06-14 16:35:46 +03:00
Armin Ronacher
dfdcac2292
Fixed some embarrassing grammar
2013-06-14 10:54:16 +01:00
Armin Ronacher
977e7660ac
Master is 0.11-dev
2013-06-14 09:55:08 +01:00
Armin Ronacher
d94b1bec24
In case we need a 0.10.2
2013-06-14 09:54:27 +01:00
Armin Ronacher
298334fffc
Bump version number to 0.10.1
2013-06-14 09:54:07 +01:00
Armin Ronacher
e562acf029
Set release date for 0.10.1
2013-06-14 09:53:40 +01:00
Armin Ronacher
72bbeaf056
Added changelog entry for the method registering fix
2013-06-14 09:41:20 +01:00
Serge S. Koval
44e39ab071
Fixed class-based views support
2013-06-14 10:28:37 +03:00
Armin Ronacher
c9337c044c
Merge branch '0.10-maintenance'
2013-06-14 00:24:27 +01:00
Armin Ronacher
58ad83f37c
Added support for bytes in sessions back
2013-06-14 00:24:17 +01:00
Armin Ronacher
63d9ede451
Merge branch '0.10-maintenance'
2013-06-14 00:05:55 +01:00
Armin Ronacher
c502dfbbfb
Changed |tojson filter to quote single attributes
2013-06-14 00:05:09 +01:00
Armin Ronacher
89731d86b6
Merge branch '0.10-maintenance'
2013-06-13 23:46:39 +01:00
Armin Ronacher
2713ea98cb
Use same version specifications as in Werkzeug
2013-06-13 23:46:20 +01:00
Armin Ronacher
d34dde72e9
Merge branch 'master' of github.com:mitsuhiko/flask
2013-06-13 23:38:20 +01:00