645 Commits (0e98a080976f39e20aa6f18e8a335aa23d9334f7)
 

Author SHA1 Message Date
Armin Ronacher 0e98a08097 Provide ways to override the url rule 13 years ago
Armin Ronacher 26e748cdd3 Merge branch 'master' of github.com:mitsuhiko/flask 13 years ago
Armin Ronacher 46ecc57b7c Merge pull request #237 from SimonSapin/master 13 years ago
Ron DuPlain 239d9ccf57 Remove extreview .rst in favor of website listing. 13 years ago
Ron DuPlain 63a3cea69b Merge pull request #250 from wilsaj/master 13 years ago
wilsaj c40937e7bf Bug fix in the documentation for Deploying with Fabric: as of Fabric 1.0, in the local() function capture=False by default, so it must be explicitly set to capture=True so it returns a python string (http://docs.fabfile.org/en/1.0.1/api/core/operations.html#fabric.operations.local) 13 years ago
Peter Manser e6b9f509ba Improving documentation for loading jQuery. Now using Google CDN with fallback to local jQuery. 13 years ago
Armin Ronacher 04f2bbcb15 Updated JSON docs 13 years ago
Ron DuPlain 65f9bc7b22 Touch up (tiny) doc as requested by emiel, #244. 13 years ago
Kenneth Reitz 87234fb2f8 fixed typo 13 years ago
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
Simon Sapin 0baa4800d6 Merge branch 'master' of https://github.com/mitsuhiko/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
Simon Sapin 8017febac4 Don't fail for unicode filenames with send_file(add_etags=True) 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