366 Commits (8fa3ed13bf362a71f942ed3d37efbdbdd5731375)

Author SHA1 Message Date
Armin Ronacher 343e678900 Fixed a typo in a docstring 14 years ago
Armin Ronacher 2866ccda1f Switch to explicit Werkzeug imports 14 years ago
Armin Ronacher 76796c326d Documented view function options 14 years ago
Armin Ronacher 3b31df81ae View functions can opt out of the default OPTIONS implementation 14 years ago
Armin Ronacher 9d899cd63e Fixed a typo. This closes #278 14 years ago
Jesse Dubay fd679638ea typo fix: flask -> flag 14 years ago
Armin Ronacher ebb65b81e1 Removed an unnecessary import. 14 years ago
Armin Ronacher 0fccfe711f Refactored session interface 14 years ago
Armin Ronacher a101cfc35b Worked around a werkzeug bug with redirects 14 years ago
Armin Ronacher dcf21989dc Added class based views 14 years ago
Armin Ronacher ccd5ced70e Chop of ports for session cookies. This fixes #253 14 years ago
Armin Ronacher 0e98a08097 Provide ways to override the url rule 14 years ago
Armin Ronacher 62d91d67f3 More documentation updates 14 years ago
Armin Ronacher abe1378cae Chnaged a bunch of behavior in blueprints for it to be more flexible. Improved backwards compat. 14 years ago
Armin Ronacher 1f31ec4bea Added documentation in update document for new error handling 14 years ago
Armin Ronacher f5ec9952de Added blueprint specific error handling 14 years ago
Armin Ronacher db28217574 Fixed a bug, view_args not values 14 years ago
Armin Ronacher 4d6cd1a390 URL building should work in theory 14 years ago
Armin Ronacher 5da1fc2215 Started work on URL value preprocessors 14 years ago
Armin Ronacher f7e71b518f Register most stuff only once 14 years ago
Armin Ronacher 7a08331ac0 Latest iteration of the blueprint code. Far from being done 14 years ago
Armin Ronacher 086ecdb918 Better reraising of exceptions 14 years ago
Armin Ronacher 115d31ddbf More documentation updates 14 years ago
Armin Ronacher e71a5ff8de Started work on new request dispatching. Unittests not yet updated 14 years ago
Ron DuPlain 15c937b316 Remove ctx.bind() from doc. It doesn't exist. 14 years ago
Armin Ronacher a4ea3159a2 Better error messages 14 years ago
Rémy Roy 709ecefee1 Updating documentation for app.after_request decorator. 14 years ago
Armin Ronacher a06cd0a644 Started work on implementing blueprint based template loading 14 years ago
Armin Ronacher 1446614915 Added deprecation warnings for modules 14 years ago
Armin Ronacher 0da56d7f5c deprecated init_jinja_globals 14 years ago
Armin Ronacher 4c8c503326 break line 14 years ago
Matt Chisholm 04e70bd5c7 Add teardown_request decorator. Fixes issue #174 14 years ago
Armin Ronacher 00c5b7a937 added create_jinja_loader 14 years ago
Sean Reifschneider 1643e5c391 Fixing a word usage issue in docs. 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
Armin Ronacher 99be2ec022 Flask no longer internally depends on rules being added through the add_url_rule function 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 8569dfee61 Added a PROPAGATE_EXCEPTIONS flag 14 years ago
Dag Odenhall d4c44a7d8c BaseConverter is in werkzeug.routing 15 years ago
Pedro Algarvio a327452540 Better handling for `test_request_context` don't just append the port. 15 years ago
Pedro Algarvio 88883aa6db Fix for Flask's ticket 126. A proper environment is now built to use 15 years ago
Armin Ronacher 1e4e578d73 Added the extensions dictionary on the application 15 years ago
Armin Ronacher eb67242e1c Fixed a typo in a docstring in app.py 15 years ago
jgraeme 549af62290 Fix some typos in the docstrings 15 years ago
Armin Ronacher 952967fcab In 0.7, make_default_options_response is a public API 15 years ago
Armin Ronacher dbf55de7e8 Fixed an issue where the default `OPTIONS` response was 15 years ago
Armin Ronacher fee5bdafe8 Code cleanup 15 years ago
Armin Ronacher 7680d52f42 Added support for subdomain bound modules 15 years ago
Armin Ronacher 405d4492e4 Documented more changes 15 years ago