lord63
b55bc0baa2
Remove with_statement in flask/ctx.py
9 years ago
David Lord
dc07e26a8f
Merge pull request #1648 from accraze/mod-wsgi-docs
...
Mod wsgi docs
9 years ago
accraze
fcd573e120
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
9 years ago
David Lord
910ad01916
use https instead of git protocol
...
git protocol is blocked on some networks
9 years ago
David Lord
d7b20e0ad7
use https instead of git protocol
...
git protocol is blocked on some networks
9 years ago
David Lord
c388e9c24e
add myself to authors
9 years ago
David Lord
ec07d7086a
Merge pull request #1637 from d0ugal/patch-1
...
Fixed a typo in the appfactories docs
9 years ago
Dougal Matthews
25aab43f8e
Fixed a typo
...
I think 'app' is the intended word here, but I am not 100% sure.
9 years ago
David Lord
db468a4618
ignore pycharm config
9 years ago
David Lord
b3b5a98fd0
Merge pull request #1630 from redian/master
...
Skip tests if redbaron is not installed
9 years ago
David Lord
a68a25cb1f
Merge pull request #1629 from redian/patch-3
...
Add .cache dir to gitignore
9 years ago
Redian Ibra
96f7b07caf
Skip test if redbaron is not installed
9 years ago
Redian
4a576b06e8
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
```
9 years ago
David Lord
bd4020d9de
Merge pull request #1624 from lord63-forks/fix-code-format
...
Render the code block in mongokit.rst
9 years ago
lord63
51b62fb044
Render the code block in mongokit.rst
9 years ago
Armin Ronacher
751fe451df
Merge pull request #1558 from JonasGroeger/master
...
Update uwsgi/nginx deployment documentation
9 years ago
Armin Ronacher
7d6e118572
Merge pull request #1616 from dthul/typo
...
Fix typo.
9 years ago
Daniel Thul
2faf245876
Fix typo.
9 years ago
David Lord
915d34444b
Merge pull request #1610 from lord63-forks/fix-typo
...
Fix typo in app_ctx_globals_class doc in app.py
9 years ago
lord63
1d49343bb1
Fix typo in app_ctx_globals_class doc in app.py
9 years ago
Armin Ronacher
8789c94d82
Merge pull request #1608 from Windfarer/patch-1
...
Fix a typo
9 years ago
Eric Yang
7f678aaf5a
Fix a typo
...
Maybe this is a typo?
9 years ago
Armin Ronacher
5c73a8b4ad
Merge pull request #1607 from wodim/patch-1
...
Fix typo in templating.rst
9 years ago
wodim
4a8f3eacbb
Fix typo in templating.rst
9 years ago
Abhijeet Kasurde
2fe8e81596
Merge branch 'i_1465' of https://github.com/Akasurde/flask into i_1465
9 years ago
Abhijeet Kasurde
b51e368cc7
Merge branch 'master' of https://github.com/mitsuhiko/flask
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
9 years ago
Abhijeet Kasurde
5420bce383
Merge branch 'master' of https://github.com/mitsuhiko/flask
9 years ago
David Lord
41622c8d68
Link article about deploying on Azure/IIS
9 years ago
David Lord
fa32222b09
Merge pull request #1592 from hidavy/patch-1
...
Update CHANGES
9 years ago
David Lord
233886dda2
Merge pull request #1565 from msiyaj/master
...
Missing apostophe.
9 years ago
David Lord
84a12afd4d
Merge pull request #1593 from timofurrer/master
...
support timedelta for SEND_FILE_MAX_AGE_DEFAULT config variable
9 years ago
Armin Ronacher
3f6e8c6ad5
Merge pull request #1594 from timofurrer/python3.5-support
...
travis: python 3.5 support
9 years ago
Michael Klich
99bc0dfd3b
Add info about working with VE and Python 3
...
Python 3 does not have execfile function.
9 years ago
Timo Furrer
b8dc6c12b7
add python 3.5 build to travis config
9 years ago
Timo Furrer
d526932a09
support timedelta for SEND_FILE_MAX_AGE_DEFAULT config variable
9 years ago
hidavy
6102d210a3
Update CHANGES
9 years ago
Abhijeet Kasurde
15f267e1ee
Updated documentation for Setuptools
...
Updated documentation by removing references of distribute and adding
references of setuptools.
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
9 years ago
Armin Ronacher
1ac4156016
Fixed some lint warnings
9 years ago
Armin Ronacher
6cd191db4f
Ignore build folder
9 years ago
Armin Ronacher
ee7f4b2bab
Added lineart logo
9 years ago
msiyaj
808bf6d204
Missing apostophe.
9 years ago
Jonas Gröger
b644e2747f
Mention virtual environments in uwsgi/nginx deployment docs
9 years ago
Jonas Gröger
8b9cb6caa7
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
9 years ago
Markus Unterwaditzer
7f38674915
Merge pull request #1539 from mjhennig/with_metaclass
...
Improve function with_metaclass()
9 years ago
Mathias J. Hennig
b3767ae59f
Addressing feedback from pull request
9 years ago
Mathias J. Hennig
c8f19f0afc
Reimplement function with_metaclass()
9 years ago
Markus Unterwaditzer
ac12e362c4
Merge pull request #1520 from zevav/patch-2
...
fixed some punctuation, fixed a few errors, in service of readability
9 years ago
Markus Unterwaditzer
b528b2ffe3
Merge pull request #1535 from lobeck/revert-1534-update_external_url_handler_example
...
Revert "make external_url_handler example py3 compliant"
9 years ago
lobeck
128bc76af0
Revert "make external_url_handler example py3 compliant"
9 years ago
Markus Unterwaditzer
81ae94a5fd
Merge branch '0.10-maintenance'
9 years ago