633 Commits (207006f4c3ad0dc74a1a9c84b4d1dfad50e58407)
 

Author SHA1 Message Date
Aaron Kavlie 5cc40f4728 silent option added to 'from_pyfile' to mirror 'from_envvar'. 14 years ago
mvantellingen b3fc9eb36b Open the session after the request context is pushed on the stack instead of in the constructor. This allows you to access the request context in a custom open_session method. 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
Armin Ronacher 00c5b7a937 added create_jinja_loader 14 years ago
Baiju M b49de851d9 Link to issue tracker 14 years ago
Sean Reifschneider 1643e5c391 Fixing a word usage issue in docs. 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
Armin Ronacher 0bf777ed81 Do not use Date, use Last-Modified. This fixes #164 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
Armin Ronacher 785e94bf1e Added changelog entry and entry into authors file 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
mvantellingen 8a73097fe5 Add unittests for the endpoint decorator 14 years ago
Dag Odenhall 384ad219cb Typo in docs 14 years ago
Dag Odenhall 4a45345fc4 Fix typo in send_file docs 14 years ago
Dag Odenhall 7afd49c648 Pattern documentation for favicons 14 years ago
Armin Ronacher 99be2ec022 Flask no longer internally depends on rules being added through the add_url_rule function 14 years ago
Ivo Danihelka 07688d7b93 Fixed 'schemal' doc typo. 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
Daniel Gerber 9ae4eba986 fix subdomain for static rule on registering module 14 years ago
Armin Ronacher 4c76607553 Released 0.6.1 14 years ago
Armin Ronacher 11c66be80e Added testcase for an issue that may exist on windows 14 years ago
Armin Ronacher b92120b190 Documented security fix in changelog 14 years ago
Armin Ronacher ed70b42798 Make sure that windows servers do not allow downloading arbitrary files 14 years ago
Armin Ronacher fb88d9d025 Whitespace nazi was here 14 years ago
Armin Ronacher 4b65c7ed5a Added the ability to override the test client's class. This fixes #148 14 years ago
Armin Ronacher 164067920b Updated examples to work with pypy which has a incomplete sqlite3 in 1.4. Also disable a euc-kr test that does not work on pypy 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
Georg Brandl 858806da69 Hint for positioning file pointer correctly before calling send_file(). 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
Daniel Haaker 94a7312d5a Add missing semicolon to test 14 years ago
Dag Odenhall d4c44a7d8c BaseConverter is in werkzeug.routing 14 years ago
Pedro Algarvio a327452540 Better handling for `test_request_context` don't just append the port. 14 years ago
Nick Walker 1f6321a1cb clarified description of templates directory 14 years ago