David Lord
ea2e9609bc
Merge branch 'master' into json-object-hook
8 years ago
David Lord
c7f433c49b
Merge pull request #2350 from davidism/errorhandler
...
show nice message when registering error handler for unknown code
8 years ago
David Lord
859d9a9d5c
show nice message when registering error handler for unknown code
...
clean up error handler docs
closes #1837
8 years ago
David Lord
9049755e3f
Merge pull request #2348 from davidism/bad-request
...
make debugging bad key errors easier
8 years ago
David Lord
8f3563cf79
fix operator precedence
8 years ago
David Lord
42905b8a55
set description for trap as well as debug
...
test for key error description
8 years ago
David Lord
045dccaefb
make debugging bad key errors easier
...
* TRAP_BAD_REQUEST_ERRORS is enabled by default in debug mode
* BadRequestKeyError has the key in the description in debug mode
closes #382
8 years ago
David Lord
fb90c310b9
Merge pull request #2347 from davidism/session-interface
...
deprecate app session methods in favor of session_interface
8 years ago
David Lord
b9c8c9bad1
deprecate app session methods in favor of session_interface
...
ref #1182
8 years ago
David Lord
abf54c8182
fix some config names in new doc
8 years ago
David Lord
b7eca826aa
Merge pull request #2346 from davidism/2345-vary
...
use existing response.vary property to set vary header
8 years ago
David Lord
b8eba0a3fa
use existing response.vary property to set vary header
...
closes #2345
8 years ago
David Lord
5797416544
Merge pull request #2344 from davidism/application-root
...
APPLICATION_ROOT defaults to '/'
8 years ago
David Lord
4a53840df0
APPLICATION_ROOT defaults to '/'
8 years ago
David Lord
60feecc26c
reformat config from table to linkable sections
8 years ago
David Lord
399ac3c54f
update changelog
...
[ci skip]
8 years ago
David Lord
90389140cc
Merge pull request #2343 from davidism/tests
...
update development resources
8 years ago
David Lord
3c7625e8c0
update development resources
...
fix tox to test examples again
add detox tox env for faster testing
clean up makefile, add tox target
add extra group for installing dev requirements
clean up contributing doc, build with docs
expand issue template
add pull request template
8 years ago
David Lord
a37f675ccb
Merge remote-tracking branch 'origin/0.10-maintenance'
...
refactor make_test_environ_builder
8 years ago
David Lord
aeb82a404f
Merge pull request #2342 from jrbaez01/issue/#2341-accept-one-default-argument
...
#2341 : Accept default argument value when args lenght equal 1
8 years ago
Junior Báez
4f689c41d9
#2341 : Accept default argument value when args lenght equal 1
8 years ago
David Lord
6a8c8c3484
set example app names directly
8 years ago
Kenneth Reitz
135f85a191
Merge pull request #2340 from pallets/reduce-ci-matrix
...
Reduce ci matrix
8 years ago
Kenneth Reitz
1ee439adff
Merge branch 'master' into reduce-ci-matrix
8 years ago
David Lord
d2a46dc56d
fix doc build error
8 years ago
Kenneth Reitz
fe2974b7a4
try py
8 years ago
Kenneth Reitz
4ef3500db1
reduce the number of builds
8 years ago
David Lord
8eff9bda3d
clean up security header docs
...
[ci skip]
8 years ago
David Lord
11f463f1bd
flaskr correct app name
8 years ago
Kenneth Reitz
a4869eb4d2
Merge pull request #2338 from pallets/cleanup-2326
...
cleanup #2326
8 years ago
Kenneth Reitz
7c0b36f146
cleanup #2326
8 years ago
Kenneth Reitz
e26cc8f904
i think this is how this works now
8 years ago
Kenneth Reitz
a63a4cb034
Merge pull request #2228 from wgwz/improve-flaskr
...
Add blueprint and the app factory pattern into the flaskr example
8 years ago
Kenneth Reitz
cf926b8e73
Update CHANGES
8 years ago
Kenneth Reitz
090109b637
Merge pull request #2326 from HndrkMkt/#2264-handle-app-factory-in-FLASK_APP
...
Handle app factory with arguments in FLASK_APP
8 years ago
Kenneth Reitz
63ddf2d479
Merge pull request #1887 from zevaverbach/patch-1
...
enumerates the states in which code is executed...
8 years ago
Kenneth Reitz
c72e7c7c70
Merge pull request #1621 from Ostrovski/0.10-maintenance
...
Allow to specify subdomain and/or url_scheme in app.test_request_cont…
8 years ago
Kenneth Reitz
3acec5f801
Merge pull request #2309 from aqt01/master
...
Add http headers security notes
8 years ago
Lowell Abbott
fcfd031460
Add capitalize and other details
8 years ago
Kenneth Reitz
e6740ec2f3
Merge branch 'master' into improve-flaskr
8 years ago
Kenneth Reitz
386ac92bdd
use alabaster
8 years ago
Kenneth Reitz
4eca29f68b
Merge pull request #2080 from pallets/sphinx_theme
...
switch to packaged sphinx theme
8 years ago
Kenneth Reitz
d911c897ee
Merge branch 'master' into master
8 years ago
Kenneth Reitz
31174fecd2
resolve merge conflicts
8 years ago
Kenneth Reitz
90854c756a
resolve merge conflicts
8 years ago
Hendrik Makait
48c2925664
Factor in code review comments and refactor functions to be more naturally split.
8 years ago
David Lord
cb94f4c5d3
Merge pull request #2322 from nnja/dont_overwrite_vary_header
...
Don't overwrite Vary header when setting for cookie access
8 years ago
David Lord
bdf31cd423
extract patch_vary_header to helpers
8 years ago
Hendrik Makait
7a1a594b26
Factor out call_factory_from_regex function
8 years ago
Hendrik Makait
7106fb6357
Handle app factory with arguments in FLASK_APP
8 years ago