Commit graph

  • 9770054dee Started documenting the upgrade script Armin Ronacher 2011-06-05 16:11:17 +02:00
  • aa863efd92 Don't scan the whole file contents for template detection Armin Ronacher 2011-06-05 16:00:19 +02:00
  • 17d1ade6b9 Alternative names for app Armin Ronacher 2011-06-05 14:37:57 +02:00
  • 10104e98cf app.modules -> app.blueprints Armin Ronacher 2011-06-05 14:37:33 +02:00
  • a05f47059b Merge branch 'master' into blueprints Armin Ronacher 2011-06-05 14:33:29 +02:00
  • cbfacd8962 Added disclaimer Armin Ronacher 2011-06-05 14:32:33 +02:00
  • 670d2bcf7a Added test project I use for testing Armin Ronacher 2011-06-05 14:31:33 +02:00
  • 6d072f00ad Better control over template rendering calls Armin Ronacher 2011-06-05 14:31:17 +02:00
  • 479e242afc Direct rewrites are unnecessary, constructor calls are enough Armin Ronacher 2011-06-05 13:53:40 +02:00
  • 5e91b0c352 Import and some usage rewriting. Armin Ronacher 2011-06-05 13:52:40 +02:00
  • 6dae36f94d Started work on an upgrade script for blueprints Armin Ronacher 2011-06-05 13:19:28 +02:00
  • cb604e39bb Approve Frozen-Flask. Ron DuPlain 2011-06-05 04:38:24 -04:00
  • 1f31ec4bea Added documentation in update document for new error handling Armin Ronacher 2011-06-05 10:32:00 +02:00
  • f5ec9952de Added blueprint specific error handling Armin Ronacher 2011-06-05 10:27:15 +02:00
  • aaa24fc05a Merge branch 'master' into blueprints Armin Ronacher 2011-06-05 09:12:41 +02:00
  • 0baa4800d6 Merge branch 'master' of https://github.com/mitsuhiko/flask Simon Sapin 2011-06-02 23:29:31 +02:00
  • c7ff139481 Merge pull request #238 from SimonSapin/doc-SERVER_NAME-fix Ron DuPlain 2011-05-30 12:45:07 -07:00
  • 9beee51b0b Clarify in docs that the SERVER_NAME config can also take a port number. Simon Sapin 2011-05-30 21:32:01 +02:00
  • 8017febac4 Don't fail for unicode filenames with send_file(add_etags=True) Simon Sapin 2011-05-30 15:06:32 +02:00
  • db28217574 Fixed a bug, view_args not values Armin Ronacher 2011-05-29 20:05:39 +02:00
  • 4d6cd1a390 URL building should work in theory Armin Ronacher 2011-05-29 19:56:16 +02:00
  • 5da1fc2215 Started work on URL value preprocessors Armin Ronacher 2011-05-29 19:52:10 +02:00
  • f7e71b518f Register most stuff only once Armin Ronacher 2011-05-29 18:55:06 +02:00
  • 7a08331ac0 Latest iteration of the blueprint code. Far from being done Armin Ronacher 2011-05-29 15:54:58 +02:00
  • 673fa18e6d Merge branch 'new-request-dispatching' into blueprints Armin Ronacher 2011-05-28 15:14:07 +02:00
  • 086ecdb918 Better reraising of exceptions Armin Ronacher 2011-05-28 15:11:48 +02:00
  • b51ecd7f21 Updated examples Armin Ronacher 2011-05-27 20:29:47 +02:00
  • 115d31ddbf More documentation updates Armin Ronacher 2011-05-27 20:29:03 +02:00
  • a9fc040c39 Updated documentation to use teardown request where appropriate Armin Ronacher 2011-05-27 20:21:41 +02:00
  • ba6bf23e0d Updated tests Armin Ronacher 2011-05-27 20:12:20 +02:00
  • e71a5ff8de Started work on new request dispatching. Unittests not yet updated Armin Ronacher 2011-05-27 20:10:53 +02:00
  • e3f2dd8f08 Added a test for content length behavior Armin Ronacher 2011-05-27 15:59:11 +02:00
  • 34e6933832 Documented change in flashing Armin Ronacher 2011-05-24 16:42:06 +02:00
  • f2f806285d Merge pull request #232 from sharoonthomas/master Armin Ronacher 2011-05-24 07:41:27 -07:00
  • 7242abcfb2 Extend the logging from the dynamically set logger class. This fixes #234 Armin Ronacher 2011-05-24 16:34:41 +02:00
  • 9c00f8b787 Merge branch 'master' of github.com:mitsuhiko/flask Armin Ronacher 2011-05-24 16:31:46 +02:00
  • 2a81c8a822 Documented change Armin Ronacher 2011-05-24 16:30:08 +02:00
  • d90765b026 Added testcase for json encoding parameter support Armin Ronacher 2011-05-24 16:29:46 +02:00
  • 41952d2b25 respect request charset Steve Romanow 2011-05-18 18:16:48 -04:00
  • ea77d5e12d Touch up docs according to user feedback. Ron DuPlain 2011-05-19 09:14:53 -04:00
  • 57920a5808 Prevent pop if flashes not in session to avoid modification to session fixes #227 Sharoon Thomas 2011-05-17 11:41:12 -04:00
  • 8b974eb355 Note to use debug=False for third-party debuggers. Ron DuPlain 2011-05-12 12:54:56 -04:00
  • 19dfe5f631 Merge pull request #230 from RonnyPfannschmidt/docs Armin Ronacher 2011-05-08 03:32:31 -07:00
  • 74514fc837 the import order note was meant to be bold, not cursive Ronny Pfannschmidt 2011-05-08 11:31:52 +02:00
  • e3d577cc2a Merge pull request #228 from akavlie/master Armin Ronacher 2011-05-07 15:28:05 -07:00
  • 15c937b316 Remove ctx.bind() from doc. It doesn't exist. Ron DuPlain 2011-05-01 16:36:51 -04:00
  • c6e4d743a9 A couple of corrections to the example fabfile. Aaron Kavlie 2011-04-27 14:28:07 -07:00
  • 9d84a3458b Merge remote-tracking branch 'upstream/master' into issue_198 Aaron Kavlie 2011-04-27 14:25:34 -07:00
  • 017117778e Document that None skips in query strings. This fixes #224 Armin Ronacher 2011-04-25 16:02:35 +02:00
  • a4ea3159a2 Better error messages Armin Ronacher 2011-04-25 16:01:58 +02:00
  • e774e3a69e Switch params and example Armin Ronacher 2011-04-18 23:20:24 +02:00
  • d8fcd4260e Whitespace normalization Armin Ronacher 2011-04-18 23:19:59 +02:00
  • 1dd83964f0 Change to match headers in https://github.com/mitsuhiko/werkzeug/blob/master/werkzeug/contrib/fixers.py streety 2011-04-18 02:49:31 -07:00
  • 3c7b5a68f1 Changelog entry Armin Ronacher 2011-04-18 16:48:40 +02:00
  • 7ed3196e8d Add safe_join: returns the filename used by send_from_directory. Simon Sapin 2011-04-04 16:53:04 +02:00
  • 0e4cd2e651 Fixed a typo that was preventing second code block from appearing in a code block Kanak Kshetri 2011-03-31 15:53:17 -04:00
  • 709ecefee1 Updating documentation for app.after_request decorator. Rémy Roy 2011-03-30 22:58:41 -04:00
  • a2225bf57e Added a note on actually starting the application Noufal Ibrahim 2011-03-28 17:01:21 +05:30
  • 0ecc686372 Fixed a typo Armin Ronacher 2011-04-17 19:03:06 +02:00
  • a06cd0a644 Started work on implementing blueprint based template loading Armin Ronacher 2011-03-19 03:28:39 +01:00
  • 1446614915 Added deprecation warnings for modules Armin Ronacher 2011-03-18 09:30:56 +01:00
  • 5910ef8a43 Lock loader creation Armin Ronacher 2011-03-18 09:16:33 +01:00
  • 0da56d7f5c deprecated init_jinja_globals Armin Ronacher 2011-03-18 09:15:28 +01:00
  • 4c8c503326 break line Armin Ronacher 2011-03-18 09:00:24 +01:00
  • fd0862c77d Merge remote branch 'mattd/extensions-docs' Armin Ronacher 2011-03-15 12:20:30 -04:00
  • 67581795c4 Improved botched docstring wording for silent failure. Aaron Kavlie 2011-03-14 23:32:33 -04:00
  • dd75cc9e28 Merge branch 'appdispatch-docs' Armin Ronacher 2011-03-15 12:07:32 -04:00
  • 97efffad9a Enable deprecation warnings Armin Ronacher 2011-03-15 11:47:59 -04:00
  • 43cf3f307f Improved wording Armin Ronacher 2011-03-15 11:25:17 -04:00
  • 1a7f579ece Improved botched docstring wording for silent failure. Aaron Kavlie 2011-03-14 23:32:33 -04:00
  • c1c20ac108 Modify extensionsdev documentation. Matt Dawson 2011-03-14 19:23:56 -04:00
  • 60de3f295b Updated appdispatch pattern Armin Ronacher 2011-03-14 16:44:58 -04:00
  • fbd488678f Implemented flask.has_request_context() Armin Ronacher 2011-03-14 16:13:58 -04:00
  • f58c98904f fixing some wording issues on the testing page matt swanson 2011-03-13 17:18:19 -09:00
  • 04e70bd5c7 Add teardown_request decorator. Fixes issue #174 Matt Chisholm 2011-03-14 13:00:34 -04:00
  • 3deae1bd48 Clarified language related to avoiding circular imports. Drew Vogel 2011-03-09 12:31:39 -06:00
  • 235369fd61 Removed unnecessary import Armin Ronacher 2011-03-14 14:21:44 -04:00
  • 34a494713c Documented some changes in config handling. Armin Ronacher 2011-03-14 14:21:28 -04:00
  • 45b97d14e3 Started work on app dispatch docs Armin Ronacher 2011-03-14 14:19:12 -04:00
  • fa9817778c Test passes. Added test for silent flag; added import of errno so it passed. Aaron Kavlie 2011-03-14 10:41:22 -04:00
  • 5cc40f4728 silent option added to 'from_pyfile' to mirror 'from_envvar'. Aaron Kavlie 2011-03-14 10:36:33 -04:00
  • 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. mvantellingen 2011-03-11 15:33:35 +01:00
  • da00160db6 Fixed some small typos in the documentation. Sam Anderson 2011-03-13 19:26:40 -04:00
  • 5764f3abd2 fixing cross-referenced links on jquery patterns page matt swanson 2011-03-13 15:48:19 -09:00
  • 15ae22494d fixing cross-referenced links on quickstart page matt swanson 2011-03-13 15:47:57 -09:00
  • 4046d3bd30 fixing cross-referenced links on fileupload patterns page matt swanson 2011-03-13 15:47:40 -09:00
  • 6bdde49348 fixing cross-referenced links on testing page matt swanson 2011-03-13 15:47:14 -09:00
  • 4141afa22b fixing cross-reference links on API doc page matt swanson 2011-03-13 15:32:19 -09:00
  • 00c5b7a937 added create_jinja_loader Armin Ronacher 2011-02-21 21:56:37 +01:00
  • b49de851d9 Link to issue tracker Baiju M 2011-02-20 10:50:38 +05:30
  • 1643e5c391 Fixing a word usage issue in docs. Sean Reifschneider 2011-02-06 14:14:51 -07:00
  • 09a06abb77 Updated 'declarative' link in docs/patterns/sqlalchemy.rst Jerry Baker 2010-11-03 07:38:48 -04:00
  • 8ed051d5b5 Fixed a terrible wrong part in the module documentation Armin Ronacher 2011-02-10 21:43:13 +01:00
  • 6562f2e152 Fixed line numbers for flask pdf Armin Ronacher 2011-02-06 11:56:55 +01:00
  • 0bf777ed81 Do not use Date, use Last-Modified. This fixes #164 Armin Ronacher 2011-02-05 17:41:02 +01:00
  • 94f90bc4eb updated docs on FastCGI deployment with Lighty fmw 2011-02-04 13:01:13 +01:00
  • 4228d7281f No reference for favicon Armin Ronacher 2011-01-24 13:51:06 +01:00
  • 785e94bf1e Added changelog entry and entry into authors file Armin Ronacher 2011-01-24 13:50:14 +01:00
  • b0ca7e5af1 Implement the endpoint decorator. This allows you to easily map views to endpoints when using the werkzeug routing. mvantellingen 2011-01-23 13:31:02 +01:00
  • 8a73097fe5 Add unittests for the endpoint decorator mvantellingen 2011-01-23 19:52:27 +01:00