633 Commits (207006f4c3ad0dc74a1a9c84b4d1dfad50e58407)
 

Author SHA1 Message Date
Ron DuPlain 207006f4c3 Touch up and integrate docs on deploying Flask. 13 years ago
Merlin 5127b8bd26 Added initial uwsgi deployment documentation for nginx; updated nginx URL in fastcgi deployment docs; added uwsgi to deployment index 13 years ago
Ron DuPlain 311c244f2e Approve Flask-Login. 13 years ago
Ron DuPlain cb604e39bb Approve Frozen-Flask. 13 years ago
Ron DuPlain c7ff139481 Merge pull request #238 from SimonSapin/doc-SERVER_NAME-fix 14 years ago
Simon Sapin 9beee51b0b Clarify in docs that the SERVER_NAME config can also take a port number. 14 years ago
Armin Ronacher e3f2dd8f08 Added a test for content length behavior 14 years ago
Armin Ronacher 34e6933832 Documented change in flashing 14 years ago
Armin Ronacher f2f806285d Merge pull request #232 from sharoonthomas/master 14 years ago
Armin Ronacher 7242abcfb2 Extend the logging from the dynamically set logger class. This fixes #234 14 years ago
Armin Ronacher 9c00f8b787 Merge branch 'master' of github.com:mitsuhiko/flask 14 years ago
Armin Ronacher 2a81c8a822 Documented change 14 years ago
Armin Ronacher d90765b026 Added testcase for json encoding parameter support 14 years ago
Steve Romanow 41952d2b25 respect request charset 14 years ago
Ron DuPlain ea77d5e12d Touch up docs according to user feedback. 14 years ago
Sharoon Thomas 57920a5808 Prevent pop if flashes not in session to avoid modification to session fixes #227 14 years ago
Ron DuPlain 8b974eb355 Note to use debug=False for third-party debuggers. 14 years ago
Armin Ronacher 19dfe5f631 Merge pull request #230 from RonnyPfannschmidt/docs 14 years ago
Ronny Pfannschmidt 74514fc837 the import order note was meant to be bold, not cursive 14 years ago
Armin Ronacher e3d577cc2a Merge pull request #228 from akavlie/master 14 years ago
Ron DuPlain 15c937b316 Remove ctx.bind() from doc. It doesn't exist. 14 years ago
Aaron Kavlie c6e4d743a9 A couple of corrections to the example fabfile. 14 years ago
Aaron Kavlie 9d84a3458b Merge remote-tracking branch 'upstream/master' into issue_198 14 years ago
Armin Ronacher 017117778e Document that None skips in query strings. This fixes #224 14 years ago
Armin Ronacher e774e3a69e Switch params and example 14 years ago
Armin Ronacher d8fcd4260e Whitespace normalization 14 years ago
streety 1dd83964f0 Change to match headers in https://github.com/mitsuhiko/werkzeug/blob/master/werkzeug/contrib/fixers.py 14 years ago
Armin Ronacher 3c7b5a68f1 Changelog entry 14 years ago
Simon Sapin 7ed3196e8d Add safe_join: returns the filename used by send_from_directory. 14 years ago
Kanak Kshetri 0e4cd2e651 Fixed a typo that was preventing second code block from appearing in a code block 14 years ago
Rémy Roy 709ecefee1 Updating documentation for app.after_request decorator. 14 years ago
Noufal Ibrahim a2225bf57e Added a note on actually starting the application 14 years ago
Armin Ronacher 0ecc686372 Fixed a typo 14 years ago
Armin Ronacher 4c8c503326 break line 14 years ago
Armin Ronacher fd0862c77d Merge remote branch 'mattd/extensions-docs' 14 years ago
Aaron Kavlie 67581795c4 Improved botched docstring wording for silent failure. 14 years ago
Armin Ronacher dd75cc9e28 Merge branch 'appdispatch-docs' 14 years ago
Armin Ronacher 97efffad9a Enable deprecation warnings 14 years ago
Armin Ronacher 43cf3f307f Improved wording 14 years ago
Aaron Kavlie 1a7f579ece Improved botched docstring wording for silent failure. 14 years ago
Matt Dawson c1c20ac108 Modify extensionsdev documentation. 14 years ago
Armin Ronacher 60de3f295b Updated appdispatch pattern 14 years ago
Armin Ronacher fbd488678f Implemented flask.has_request_context() 14 years ago
matt swanson f58c98904f fixing some wording issues on the testing page 14 years ago
Matt Chisholm 04e70bd5c7 Add teardown_request decorator. Fixes issue #174 14 years ago
Drew Vogel 3deae1bd48 Clarified language related to avoiding circular imports. 14 years ago
Armin Ronacher 235369fd61 Removed unnecessary import 14 years ago
Armin Ronacher 34a494713c Documented some changes in config handling. 14 years ago
Armin Ronacher 45b97d14e3 Started work on app dispatch docs 14 years ago
Aaron Kavlie fa9817778c Test passes. 14 years ago