Commit graph

36 commits

Author SHA1 Message Date
ThiefMaster
c93c5e750e Merge branch '1.0-maintenance' 2018-06-14 13:31:40 +02:00
ThiefMaster
fbaeb1fc99 Add option to not overwrite debug flag in cli
This is mainly intended for custom CLIs that may load a config file
which already sets the debug flag and does not make use of the `FLASK_*`
env vars at all.
2018-06-14 13:25:05 +02:00
David Lord
40a2cecdf7 encode filenames as ascii instead of latin-1
latin-1 is allowed by pep3333, but that breaks gunicorn
2018-05-28 06:36:47 -07:00
dayiguizhen
5b08555927 Add the link of pull so that it’s easy for readers to check the changes in code. 2018-05-22 18:39:35 +08:00
Grey Li
e87fed9a0b Fix typos in CHANGES.rst 2018-05-21 10:26:14 +08:00
David Lord
a95166d626 Merge branch '1.0-maintenance' 2018-05-02 07:28:38 -07:00
David Lord
81d79c545e Bump version number to 1.0.3.dev 2018-05-02 07:16:58 -07:00
David Lord
c03527fd98 release 1.0.2 2018-05-02 07:16:10 -07:00
David Lord
beedf6a7c7 Merge branch '1.0-maintenance' 2018-04-29 19:37:05 -07:00
David Lord
b3a2692507 Merge branch '0.12-maintenance' into 1.0-maintenance 2018-04-29 19:36:30 -07:00
David Lord
d0ad3b5eab Merge branch '1.0-maintenance' 2018-04-29 19:13:30 -07:00
David Lord
15cbf96f8a start 1.0.2 changelog 2018-04-29 19:10:48 -07:00
David Lord
32991d6ed8 release 1.0.1 2018-04-29 18:46:54 -07:00
David Lord
7e76635e61 Merge branch '0.12-maintenance' into 1.0-maintenance 2018-04-29 18:28:51 -07:00
David Lord
4067b273e0 format changelog 2018-04-27 07:34:20 -07:00
ThiefMaster
b5c0058849 Merge branch '1.0-maintenance' 2018-04-27 13:57:39 +02:00
ThiefMaster
3ff5440300 Fix registering partials as view functions 2018-04-27 13:44:07 +02:00
David Lord
ace41d913b start 1.0.1 changelog 2018-04-26 14:14:44 -07:00
David Lord
a8f5d9a7aa start 1.1 changelog 2018-04-26 14:14:11 -07:00
David Lord
10fcabc43b release 1.0 2018-04-26 12:28:26 -07:00
David Lord
83424688bc release 1.0 2018-04-26 12:22:45 -07:00
David Lord
1a459e949c Merge branch '0.12-maintenance' 2018-04-26 12:18:06 -07:00
David Lord
7a594b2fe8 fix changelog indentation 2018-04-18 23:03:17 -07:00
David Lord
8a3a618382 add changelog for docs theme and tutorial 2018-04-18 13:21:16 -07:00
David Lord
010156c80a use theme provided by pallets-sphinx-themes 2018-04-18 12:05:31 -07:00
David Lord
aaab1e46f2 add Response.max_cookie_size config 2018-04-10 11:17:18 -07:00
David Lord
056c62e0b0 detect UTF encodings when loading json 2018-04-10 09:34:59 -07:00
fphonor
df23942df2 get_json separate cache depending on silent arg 2018-04-09 02:52:40 -07:00
David Lord
399cbf4e3c only strip one slash when registering blueprint
add test and changelog
2018-02-23 15:47:06 -08:00
David Lord
4f8661e6e3 use subdomain arg in url_map.bind_to_environ
rename new subdomain test, parametrize
test allowing subdomains as well as ips
add subdomain_matching param to docs
add some references to docs
add version changed to create_url_adapter
2018-02-23 08:39:31 -08:00
Armin Ronacher
1e81474e7e Do not enable subdomain matching by default
Updated tests for new subdomain matching
Added a test to validate matching behavior
2018-02-23 07:53:27 -08:00
David Lord
8d5c870199 add test_cli_runner for testing app.cli commands 2018-02-19 15:34:46 -08:00
David Lord
ef3226e53b update project metadata
new readme
readme as setup.py long_description
links in changes
git in authors
add travis osx env
break out docs build in travis
remove python_requires for now
2018-02-08 12:43:22 -08:00
David Lord
54f57678ba bump dependency versions 2018-02-06 08:03:09 -08:00
David Lord
5d9260bba5 fix changelog list formatting 2018-01-23 15:37:33 -08:00
David Lord
552b055ffd add rst extension for changelog
fix changelog version
2018-01-23 15:34:52 -08:00
Renamed from CHANGES (Browse further)