337 Commits (c40937e7bf1df492c99705733f6550f3f09baf91)

Author SHA1 Message Date
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
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
Simon Sapin 9beee51b0b Clarify in docs that the SERVER_NAME config can also take a port number. 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
matt swanson 4046d3bd30 fixing cross-referenced links on fileupload patterns page 14 years ago
matt swanson 6bdde49348 fixing cross-referenced links on testing page 14 years ago
matt swanson 4141afa22b fixing cross-reference links on API doc page 14 years ago
Baiju M b49de851d9 Link to issue tracker 14 years ago
Jerry Baker 09a06abb77 Updated 'declarative' link in docs/patterns/sqlalchemy.rst 14 years ago
Armin Ronacher 8ed051d5b5 Fixed a terrible wrong part in the module documentation 14 years ago
Armin Ronacher 6562f2e152 Fixed line numbers for flask pdf 14 years ago
fmw 94f90bc4eb updated docs on FastCGI deployment with Lighty 14 years ago
Armin Ronacher 4228d7281f No reference for favicon 14 years ago
mvantellingen b0ca7e5af1 Implement the endpoint decorator. This allows you to easily map views to endpoints when using the werkzeug routing. 14 years ago
Dag Odenhall 384ad219cb Typo in docs 14 years ago
Dag Odenhall 7afd49c648 Pattern documentation for favicons 14 years ago
Armin Ronacher 402f12bb6d We do not support 2.4, not even with CGI :) 14 years ago
Armin Ronacher 24c1713ff5 Improved documentation for model registration 14 years ago
Armin Ronacher 8569dfee61 Added a PROPAGATE_EXCEPTIONS flag 14 years ago
Jason Davies ed517c7215 Minor spelling fixes 14 years ago
Armin Ronacher 2ac1b7d438 Fixed a documentation error. This fixes #143 14 years ago
doobeh 67f483bf64 Typo. 14 years ago
Daniel D. Beck 4f1b086218 Fixed: incorrect indentation level for session's permanent attribute 14 years ago
Francisco Souza 1c24b62727 Minor on docs (fixes #133) 14 years ago
Daniel Haaker 60177639f4 There is no database abstraction layer 14 years ago
Daniel Haaker 693b3b7621 Tricker -> trickier 14 years ago
Daniel Haaker ce4f81f1c2 Correct capitalization SQLite 14 years ago
Daniel Haaker d8f521e1ff Add missing period 14 years ago