600 Commits (f34c0281252bf1838e2ec24fe8b064b232a098ef)

Author SHA1 Message Date
Jeffrey Finkelstein 12761bd02c fixed pronoun gender in documentation 13 years ago
Ron DuPlain 8e928a2fcb Document Werkzeug's run_simple for dispatch, #225. 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
Armin Ronacher d38c61f42a More modules -> blueprints 13 years ago
Armin Ronacher 7e55b5084d Mention the TESTING flag in the docs 13 years ago
Armin Ronacher d62e277dfe Added pattern for url processors because the API documentation itself might not reveal much. 13 years ago
Armin Ronacher 86175054d6 More docstrings for blueprints. 13 years ago
Armin Ronacher dbb9a2ed46 Added note on templates not being updated 13 years ago
Armin Ronacher dbfa04ece6 Removed old module documentation and added some new for blueprints. 13 years ago
Armin Ronacher 62d91d67f3 More documentation updates 13 years ago
Armin Ronacher 59a92ebd71 Updated blueprint documentation 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 0313c8b24a Expand documentation on blueprints. 13 years ago
Ron DuPlain 20bf8edcf4 Rename teardown example to avoid confusion. 13 years ago
Armin Ronacher 2647bec408 Added a minimal blueprint example 13 years ago
Armin Ronacher bfd67764fb Started documentation for blueprints 13 years ago
Armin Ronacher c9cd6084c2 More upgrade notes for blueprints 13 years ago
Armin Ronacher 207a7908e8 Note for windows users on the upgrade script 13 years ago
Armin Ronacher 60bd620947 Warning about deprecation warnings not showing 13 years ago
Armin Ronacher 9770054dee Started documenting the upgrade script 13 years ago
Armin Ronacher 1f31ec4bea Added documentation in update document for new error handling 13 years ago
Simon Sapin 9beee51b0b Clarify in docs that the SERVER_NAME config can also take a port number. 14 years ago
Armin Ronacher 086ecdb918 Better reraising of exceptions 14 years ago
Armin Ronacher 115d31ddbf More documentation updates 14 years ago
Armin Ronacher a9fc040c39 Updated documentation to use teardown request where appropriate 14 years ago
Armin Ronacher e71a5ff8de Started work on new request dispatching. Unittests not yet updated 14 years ago
Ron DuPlain ea77d5e12d Touch up docs according to user feedback. 14 years ago
Ron DuPlain 8b974eb355 Note to use debug=False for third-party debuggers. 14 years ago
Ronny Pfannschmidt 74514fc837 the import order note was meant to be bold, not cursive 14 years ago
Aaron Kavlie c6e4d743a9 A couple of corrections to the example fabfile. 14 years ago
streety 1dd83964f0 Change to match headers in https://github.com/mitsuhiko/werkzeug/blob/master/werkzeug/contrib/fixers.py 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
Noufal Ibrahim a2225bf57e Added a note on actually starting the application 14 years ago
Armin Ronacher 43cf3f307f Improved wording 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 45b97d14e3 Started work on app dispatch docs 14 years ago
Sam Anderson da00160db6 Fixed some small typos in the documentation. 14 years ago
matt swanson 5764f3abd2 fixing cross-referenced links on jquery patterns page 14 years ago
matt swanson 15ae22494d fixing cross-referenced links on quickstart page 14 years ago