1111 Commits (master)

Author SHA1 Message Date
Armin Ronacher 86175054d6 More docstrings for blueprints. 14 years ago
Armin Ronacher e17e74d3a7 Started work on testcases for blueprints 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
Ron DuPlain 3d6e3e48ad Replace 'module' with 'blueprint' in docstrings. 14 years ago
Armin Ronacher bfd67764fb Started documentation for blueprints 14 years ago
Armin Ronacher 6dae36f94d Started work on an upgrade script for blueprints 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
Simon Sapin 8017febac4 Don't fail for unicode filenames with send_file(add_etags=True) 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
Armin Ronacher 7242abcfb2 Extend the logging from the dynamically set logger class. This fixes #234 14 years ago
Steve Romanow 41952d2b25 respect request charset 14 years ago
Ron DuPlain ea77d5e12d Touch up docs according to user feedback. 14 years ago
Sharoon Thomas 57920a5808 Prevent pop if flashes not in session to avoid modification to session fixes #227 14 years ago
Ron DuPlain 15c937b316 Remove ctx.bind() from doc. It doesn't exist. 14 years ago
Armin Ronacher 017117778e Document that None skips in query strings. This fixes #224 14 years ago
Armin Ronacher a4ea3159a2 Better error messages 14 years ago
Armin Ronacher e774e3a69e Switch params and example 14 years ago
Armin Ronacher d8fcd4260e Whitespace normalization 14 years ago
Simon Sapin 7ed3196e8d Add safe_join: returns the filename used by send_from_directory. 14 years ago
Rémy Roy 709ecefee1 Updating documentation for app.after_request decorator. 14 years ago
Armin Ronacher 0ecc686372 Fixed a typo 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 5910ef8a43 Lock loader creation 14 years ago
Armin Ronacher 0da56d7f5c deprecated init_jinja_globals 14 years ago
Armin Ronacher 4c8c503326 break line 14 years ago
Aaron Kavlie 67581795c4 Improved botched docstring wording for silent failure. 14 years ago
Aaron Kavlie 1a7f579ece Improved botched docstring wording for silent failure. 14 years ago
Armin Ronacher fbd488678f Implemented flask.has_request_context() 14 years ago
Matt Chisholm 04e70bd5c7 Add teardown_request decorator. Fixes issue #174 14 years ago
Armin Ronacher 235369fd61 Removed unnecessary import 14 years ago
Armin Ronacher 34a494713c Documented some changes in config handling. 14 years ago
Aaron Kavlie fa9817778c Test passes. 14 years ago
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
Armin Ronacher 00c5b7a937 added create_jinja_loader 14 years ago
Sean Reifschneider 1643e5c391 Fixing a word usage issue in docs. 14 years ago
Armin Ronacher 0bf777ed81 Do not use Date, use Last-Modified. This fixes #164 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 4a45345fc4 Fix typo in send_file docs 14 years ago
Armin Ronacher 99be2ec022 Flask no longer internally depends on rules being added through the add_url_rule function 14 years ago