718 Commits (7e6c70a133c833ef08f83a7e5cc926bf6e5581f1)
 

Author SHA1 Message Date
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
Pedro Algarvio 88883aa6db Fix for Flask's ticket 126. A proper environment is now built to use 14 years ago
Armin Ronacher 5ecf01dd4e Merge branch 'master' of github.com:mitsuhiko/flask 14 years ago
Jeff Weber 405c2992f8 Updated from_pyfile so its dynamic module creation uses the imp module instead of type. 14 years ago
Armin Ronacher 1d2a308c20 merged 14 years ago
agentultra 325b96099a Small change to the packages documentation example for clarity 14 years ago
Ron DuPlain 085faf2a77 First pass to reword security doc for word flow. 14 years ago
Ron DuPlain 6875a057ec Fixed small typos in docs. Added a cross-ref. 14 years ago
Ron DuPlain 216478f715 docs: Finished sentence on Notes on Proxies. 14 years ago
Armin Ronacher 1e4e578d73 Added the extensions dictionary on the application 14 years ago
Armin Ronacher eb67242e1c Fixed a typo in a docstring in app.py 14 years ago
agentultra c62422c318 Updated documentation on packaging patterns 14 years ago
Armin Ronacher 6e3dd9b3ce Added a changelog entry for #108 14 years ago
Armin Ronacher 2a73bbc436 Added testcase. This fixes #108 14 years ago
Heungsub Lee 6fca662c84 Fix the 108th issue. 14 years ago
Armin Ronacher d903f55e83 s/sdist/dist/. This fixes #106 14 years ago