Miguel Grinberg
2bbddf57f8
Werkzeug should not block propagated exceptions from Flask
2016-01-02 14:18:36 -08:00
David Lord
605d20d74d
Merge pull request #1666 from AvivC/fix-mistake-in-contributing-file
...
Fixed mistake in CONTRIBUTING.rst file, regarding pip install.
2015-12-27 10:42:45 -08:00
AvivC
e5e2a6f9c3
Clarified CONTRIBUTING.rst
...
Added 'cd flask' before 'pip install --editable .'.
2015-12-27 04:55:57 +02:00
David Lord
9f2f3484a8
Merge pull request #1661 from lord63-forks/clarify-version
...
Clarify the python versions that flask supports
2015-12-20 08:19:35 -08:00
lord63
6cd10de9ff
Clarify the python versions that flask supports
2015-12-20 20:39:38 +08:00
David Lord
697e3a1837
Merge pull request #1651 from lord63-forks/remove-with-statement
...
Remove with_statement in flask/ctx.py
2015-12-13 09:21:01 -08:00
lord63
12a29b9108
Remove with_statement in flask/ctx.py
2015-12-13 22:08:31 +08:00
David Lord
59463c139f
Merge pull request #1648 from accraze/mod-wsgi-docs
...
Mod wsgi docs
2015-12-09 21:09:07 -08:00
accraze
bf3675e952
added note about directory permission syntax change
...
docs had httpd 2.2 syntax for directory permission with a link to Apache 2.4 changes. added an example of httpd 2.4 syntax
resolves #1644
2015-12-09 20:24:23 -08:00
David Lord
d21e0be862
use https instead of git protocol
...
git protocol is blocked on some networks
2015-12-03 16:50:16 -08:00
David Lord
668f132450
use https instead of git protocol
...
git protocol is blocked on some networks
2015-12-03 16:40:46 -08:00
David Lord
9b5158183a
add myself to authors
2015-12-03 16:40:46 -08:00
David Lord
a9d0c017d6
Merge pull request #1637 from d0ugal/patch-1
...
Fixed a typo in the appfactories docs
2015-12-03 05:03:47 -08:00
Dougal Matthews
f8f7ad95d0
Fixed a typo
...
I think 'app' is the intended word here, but I am not 100% sure.
2015-12-03 09:51:24 +00:00
David Lord
8e7de75a97
ignore pycharm config
2015-12-01 20:58:12 -08:00
David Lord
754757131f
Merge pull request #1630 from redian/master
...
Skip tests if redbaron is not installed
2015-11-27 08:57:56 -08:00
David Lord
8a429faa06
Merge pull request #1629 from redian/patch-3
...
Add .cache dir to gitignore
2015-11-26 19:17:41 -08:00
Redian Ibra
801eddcb47
Skip test if redbaron is not installed
2015-11-26 22:11:34 +00:00
Redian
09b8cf5da5
Add .cache dir to gitignore
...
I think this could be handy and potentially minimise the risk
anyone commits it to the project.
```
flask - (master) $ tree .cache/
.cache/
└── v
└── cache
└── lastfailed
```
2015-11-26 21:04:23 +00:00
David Lord
d7fa15f8ad
Merge pull request #1624 from lord63-forks/fix-code-format
...
Render the code block in mongokit.rst
2015-11-22 00:15:58 -08:00
lord63
251af9ba12
Render the code block in mongokit.rst
2015-11-22 14:43:25 +08:00
Armin Ronacher
cb4eec7bcb
Merge pull request #1558 from JonasGroeger/master
...
Update uwsgi/nginx deployment documentation
2015-11-12 13:08:56 +01:00
Armin Ronacher
6e70045df7
Merge pull request #1616 from dthul/typo
...
Fix typo.
2015-11-11 23:50:09 +01:00
Daniel Thul
3e7eef100e
Fix typo.
2015-11-11 23:46:51 +01:00
David Lord
e980b547be
Merge pull request #1610 from lord63-forks/fix-typo
...
Fix typo in app_ctx_globals_class doc in app.py
2015-11-06 18:12:56 -08:00
lord63
7a13898bd2
Fix typo in app_ctx_globals_class doc in app.py
2015-11-07 09:04:24 +08:00
Armin Ronacher
44ec1488dd
Merge pull request #1608 from Windfarer/patch-1
...
Fix a typo
2015-11-04 15:39:43 +01:00
Eric Yang
55d0c8bb49
Fix a typo
...
Maybe this is a typo?
2015-11-04 22:08:31 +08:00
Armin Ronacher
4201ed277b
Merge pull request #1607 from wodim/patch-1
...
Fix typo in templating.rst
2015-11-04 12:03:31 +01:00
wodim
d4043a781b
Fix typo in templating.rst
2015-11-04 12:00:44 +01:00
David Lord
952a2c770f
Link article about deploying on Azure/IIS
2015-10-31 15:17:45 -07:00
David Lord
7d464bacbb
Merge pull request #1592 from hidavy/patch-1
...
Update CHANGES
2015-10-30 19:20:40 -07:00
David Lord
df79298b9c
Merge pull request #1565 from msiyaj/master
...
Missing apostophe.
2015-10-30 19:20:27 -07:00
David Lord
5910b974b5
Merge pull request #1593 from timofurrer/master
...
support timedelta for SEND_FILE_MAX_AGE_DEFAULT config variable
2015-10-30 11:10:08 -07:00
Armin Ronacher
a2cd3bdba7
Merge pull request #1594 from timofurrer/python3.5-support
...
travis: python 3.5 support
2015-10-30 17:35:06 +01:00
Michael Klich
f09eb51475
Add info about working with VE and Python 3
...
Python 3 does not have execfile function.
2015-10-29 19:03:20 -07:00
Timo Furrer
9965a980d6
add python 3.5 build to travis config
2015-10-24 21:16:05 +02:00
Timo Furrer
906e72b219
support timedelta for SEND_FILE_MAX_AGE_DEFAULT config variable
2015-10-24 07:04:23 +02:00
hidavy
9621ef2135
Update CHANGES
2015-10-23 16:20:02 +08:00
Armin Ronacher
da2634af9e
Fixed some lint warnings
2015-10-02 23:19:54 +02:00
Armin Ronacher
c9ec516a31
Ignore build folder
2015-10-01 13:59:05 +02:00
Armin Ronacher
35e384dcac
Added lineart logo
2015-10-01 13:58:48 +02:00
msiyaj
bd44c8413f
Missing apostophe.
2015-08-27 00:27:44 -04:00
Jonas Gröger
88683f0447
Mention virtual environments in uwsgi/nginx deployment docs
2015-08-22 01:05:45 +02:00
Jonas Gröger
ad3232eefc
Update uwsgi/nginx deployment documentation
...
Instead of using the uwsgi_modifier1 30 directive, the uwsgi docs
recommend to use the mount / manage-script-name approch which mounts
a module + callable to a certain path. This way, SCRIPT_NAME and
PATH_INFO are correctly rewritten.
See http://uwsgi-docs.readthedocs.org/en/latest/Nginx.html#hosting-multiple-apps-in-the-same-process-aka-managing-script-name-and-path-info
Fixes #1464
2015-08-22 00:56:54 +02:00
Markus Unterwaditzer
f20727cd70
Merge pull request #1539 from mjhennig/with_metaclass
...
Improve function with_metaclass()
2015-07-27 19:25:27 +02:00
Mathias J. Hennig
5aa9889cf4
Addressing feedback from pull request
2015-07-27 15:32:23 +02:00
Mathias J. Hennig
97d3856a9f
Reimplement function with_metaclass()
2015-07-22 23:35:13 +02:00
Markus Unterwaditzer
84cce759c1
Merge pull request #1520 from zevav/patch-2
...
fixed some punctuation, fixed a few errors, in service of readability
2015-07-21 13:41:44 +02:00
Markus Unterwaditzer
c04c3a1393
Merge pull request #1535 from lobeck/revert-1534-update_external_url_handler_example
...
Revert "make external_url_handler example py3 compliant"
2015-07-16 12:20:33 +02:00