297 Commits (master)

Author SHA1 Message Date
jtsoi fe9f5a4768 Added an example of how to configure debugging with run_simple, it has to be enabled both for the Flask app and the Werkzeug server. 13 years ago
iammookli 73cb15ed2c Update docs/patterns/mongokit.rst 13 years ago
awsum 20a3281209 Update docs/patterns/wtforms.rst 13 years ago
Ron DuPlain 5cb50a46ee Fix Message Flashing doc, from SwashBuckla #pocoo. 13 years ago
FND 76c1a1f722 fixed spelling of "instantiate" 13 years ago
Ron DuPlain c93ea5551c Keep flashed message examples in one place. 13 years ago
Steven Osborn fa069f94de Allow category filtering in get_flashed_messages to allow rending categories in separate html blocks 13 years ago
awsum d50a0b4955 typo fix 13 years ago
kracekumar b115b38dbe Added PasswordField in docs/patterns/wtforms.rst 13 years ago
Armin Ronacher 54875e9317 Direct passthrough is counter productive 13 years ago
Armin Ronacher 8840973a33 Fixed a cross reference in the docs. 13 years ago
Armin Ronacher b40af3ccd9 Updated the documentation to show how to set cookies for not yet existing responses 13 years ago
Armin Ronacher d3ca55177a Updated the docs and examples to non-failing teardown handlers 13 years ago
Armin Ronacher 5ca17c86c0 Added a missing colon 13 years ago
Brandon Stafford 5304a15adc Add runserver.py filename to match earlier section of example 13 years ago
Armin Ronacher 029eebe2f5 No need for the directive here. 13 years ago
Armin Ronacher 4d2c8181b4 Updated docs for streaming 13 years ago
Dan Callahan 290925e133 Minor documentation typo / grammar fixes 13 years ago
Felix Hummel 8d2daea327 be consistent with app.config['UPLOAD_FOLDER'] 13 years ago
ThomasWaldmann 441c8a5b93 fixed typo 13 years ago
Hadley Rich c6dbcd572b Trivial fix for PathDispatcher example usage 13 years ago
Armin Ronacher c26a6dd50c Admin -> Backend 13 years ago
Armin Ronacher 22d468e190 Less annoying gender neutral forms 13 years ago
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 d38c61f42a More modules -> blueprints 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 dbfa04ece6 Removed old module documentation and added some new for blueprints. 13 years ago
Ron DuPlain 65f9bc7b22 Touch up (tiny) doc as requested by emiel, #244. 13 years ago
Armin Ronacher a9fc040c39 Updated documentation to use teardown request where appropriate 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
Armin Ronacher 43cf3f307f Improved wording 14 years ago
Armin Ronacher 60de3f295b Updated appdispatch pattern 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
matt swanson 5764f3abd2 fixing cross-referenced links on jquery patterns page 14 years ago
matt swanson 4046d3bd30 fixing cross-referenced links on fileupload patterns page 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 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 7afd49c648 Pattern documentation for favicons 14 years ago
Armin Ronacher 24c1713ff5 Improved documentation for model registration 14 years ago
agentultra 325b96099a Small change to the packages documentation example for clarity 14 years ago
Ron DuPlain 6875a057ec Fixed small typos in docs. Added a cross-ref. 14 years ago
agentultra c62422c318 Updated documentation on packaging patterns 14 years ago