Commit graph

  • b209cd96f5 Merge pull request #304 from plaes/config-docs Ron DuPlain 2011-08-17 06:05:57 -07:00
  • 713ced603e Improve configuration docs a bit Priit Laes 2011-08-17 08:38:34 +03:00
  • 77492f8afa typo Alexis Metaireau 2011-08-13 01:22:10 +03:00
  • 45d963d6da The session interface is new in 0.8 not 0.7 Armin Ronacher 2011-08-10 23:50:43 +02:00
  • eb9a14e158 Split up a test into two Armin Ronacher 2011-08-10 23:40:53 +02:00
  • 1d6f86bc87 Updated docstring Armin Ronacher 2011-08-10 23:25:33 +02:00
  • c3844d1102 Rename _get_package_path to get_root_path to avoid confusion Armin Ronacher 2011-08-10 23:21:43 +02:00
  • b3aaf6d5ca Refactored package finding Armin Ronacher 2011-08-10 23:19:33 +02:00
  • fb1a6730cf Leave eggs when finding the instance path Armin Ronacher 2011-08-10 18:00:16 +02:00
  • 74f4af59f6 Added comments for two branches in the instance detection Armin Ronacher 2011-08-10 17:51:49 +02:00
  • e328eba97c Corrected prefix detection Armin Ronacher 2011-08-10 17:51:24 +02:00
  • 175d43b2f9 Instance paths are now moved into virtualenv/share/appname-instance if installed Armin Ronacher 2011-08-10 17:46:20 +02:00
  • 0520425055 Fixed a typo Armin Ronacher 2011-08-10 14:00:57 +02:00
  • 9af75546f0 Mention default locations for instance folders Armin Ronacher 2011-08-10 13:57:30 +02:00
  • 187cb80dcc Documented instance root Armin Ronacher 2011-08-10 13:55:57 +02:00
  • 153ecbc920 Implemented instance paths Armin Ronacher 2011-08-10 13:34:58 +02:00
  • 63876614b6 Removed second mention of json. This fixes #290 Armin Ronacher 2011-08-09 16:16:04 +02:00
  • 92c7bdd2dd Documented Request.headers Armin Ronacher 2011-08-09 15:16:41 +02:00
  • 6847329134 Flask will now give you an error in debug mode if a post request caused a redirect by the routing system. Armin Ronacher 2011-08-09 14:51:06 +02:00
  • ce70131975 If JSON parsing fails it now issues a BadRequest exception. Armin Ronacher 2011-08-08 21:47:26 +02:00
  • acac64e36a Don't only catch BadRequest key errors but all bad request errors. Armin Ronacher 2011-08-08 21:46:53 +02:00
  • 505cd663cd Hopefully fixed release script date parsing thingy. This fixes #299 Armin Ronacher 2011-08-08 01:26:39 +02:00
  • 5b16532000 Extended quickstart docs for the headers Armin Ronacher 2011-08-07 16:21:58 +02:00
  • 13005d76b9 Improved cookie documentation Armin Ronacher 2011-08-07 15:23:57 +02:00
  • ae00f6d149 Tweaked autodoc to skip :internal: methods. Armin Ronacher 2011-08-07 14:15:33 +02:00
  • 02a1317460 Added the ability to trigger functions before the first request to the application Armin Ronacher 2011-08-07 12:43:38 +02:00
  • 5500986971 Flask in debug mode will now complain if views are attached after the first view was handled. Armin Ronacher 2011-08-07 02:30:34 +02:00
  • 5ca17c86c0 Added a missing colon Armin Ronacher 2011-08-07 01:51:02 +02:00
  • ac99cd33a8 Better internal method name Armin Ronacher 2011-08-05 21:54:12 +02:00
  • f3db68c8ce Added testcase for the debug behavior and explicit encoding Armin Ronacher 2011-08-05 16:56:43 +02:00
  • 3400b78db2 Only provide that monkeypatch if all files are missing Armin Ronacher 2011-08-05 16:51:45 +02:00
  • 23c1dd8db2 Wording fail Armin Ronacher 2011-08-05 16:50:02 +02:00
  • 17a836d49c Better wording Armin Ronacher 2011-08-05 16:47:12 +02:00
  • 5e336f9025 Merge branch 'master' of github.com:mitsuhiko/flask Armin Ronacher 2011-08-05 16:46:48 +02:00
  • 2e022cb272 Added debughelpers. Flask will now tell you if you forget enctype Armin Ronacher 2011-08-05 16:43:42 +02:00
  • a950f93687 Merge pull request #297 from rascalmicro/master Armin Ronacher 2011-08-05 07:16:28 -07:00
  • 5f367e879d Fix typos. Brandon Stafford 2011-08-05 11:12:21 -03:00
  • a69b437af7 Cleanup for the json property Armin Ronacher 2011-08-05 12:40:44 +02:00
  • afe5d3cbd4 Added a missing versionadded Armin Ronacher 2011-08-05 12:37:57 +02:00
  • a0fd8fca48 Merge branch 'master' of github.com:mitsuhiko/flask Armin Ronacher 2011-08-05 12:35:56 +02:00
  • 7155f11a72 Added HTTP exception trapping. This should fix #294 Armin Ronacher 2011-08-05 12:35:41 +02:00
  • c40a7344f2 Merge pull request #293 from rascalmicro/master Ron DuPlain 2011-08-04 18:34:31 -07:00
  • 5304a15adc Add runserver.py filename to match earlier section of example Brandon Stafford 2011-08-04 22:31:11 -03:00
  • a070b4fe86 Merge branch 'master' of github.com:mitsuhiko/flask Armin Ronacher 2011-08-04 16:46:10 +02:00
  • fafcc02f26 Added a testcase for 404 errors caused by the routing system Armin Ronacher 2011-08-04 16:44:42 +02:00
  • c726e5fee0 Fix lighttpd config, from giskard on #pocoo. Ron DuPlain 2011-07-30 11:02:36 -04:00
  • eba2f70c6b Clarified a sentence that no longer made sense with the new docs on request objects. Armin Ronacher 2011-07-30 02:11:30 +02:00
  • 153d727d1f Fixed the docs for the request object. They were incomplete Armin Ronacher 2011-07-30 02:07:31 +02:00
  • b34b086543 Merge pull request #288 from kennethreitz/patch-1 Armin Ronacher 2011-07-29 05:55:50 -07:00
  • a7b85c9f15 Consistent quotes Kenneth Reitz 2011-07-29 09:54:50 -03:00
  • 029eebe2f5 No need for the directive here. Armin Ronacher 2011-07-27 22:34:56 +02:00
  • 79aa4ac14d Merge branch 'master' of github.com:mitsuhiko/flask Armin Ronacher 2011-07-27 22:34:34 +02:00
  • 4d2c8181b4 Updated docs for streaming Armin Ronacher 2011-07-27 22:34:18 +02:00
  • c240a1f781 Add code organization help to tutorial doc. Ron DuPlain 2011-07-26 16:32:36 -04:00
  • 34c4709d06 Merge pull request #284 from SimonSapin/patch-2 Ron DuPlain 2011-07-23 11:15:01 -07:00
  • d5cfcfeba7 Intersphinx link fixes. Simon Sapin 2011-07-23 11:13:30 -07:00
  • e8e2e93409 Merge pull request #282 from callahad/master Armin Ronacher 2011-07-19 16:20:28 -07:00
  • 290925e133 Minor documentation typo / grammar fixes Dan Callahan 2011-07-19 16:42:11 -05:00
  • 343e678900 Fixed a typo in a docstring Armin Ronacher 2011-07-18 23:06:15 +02:00
  • 85c496ad03 Merge pull request #281 from ustun/patch-1 Armin Ronacher 2011-07-18 07:04:32 -07:00
  • 13cddba84f Typo: developped -> developed Ustun Ozgur 2011-07-18 06:49:53 -07:00
  • c9a2ad2b8d Fixed a bug in list_templates Armin Ronacher 2011-07-16 01:16:03 +02:00
  • 8d2daea327 be consistent with app.config['UPLOAD_FOLDER'] Felix Hummel 2011-07-14 21:18:53 +02:00
  • 2866ccda1f Switch to explicit Werkzeug imports Armin Ronacher 2011-07-15 18:03:48 +02:00
  • 6ca321c979 Added a versionadded Armin Ronacher 2011-07-14 14:25:50 +02:00
  • 76796c326d Documented view function options Armin Ronacher 2011-07-14 14:25:14 +02:00
  • 3b31df81ae View functions can opt out of the default OPTIONS implementation Armin Ronacher 2011-07-14 14:18:42 +02:00
  • f8b9f4d41c Merge branch 'master' of github.com:mitsuhiko/flask Armin Ronacher 2011-07-13 14:04:42 +02:00
  • 9d899cd63e Fixed a typo. This closes #278 Armin Ronacher 2011-07-13 14:04:23 +02:00
  • 2d78a331c1 Merge pull request #277 from embe/master Armin Ronacher 2011-07-12 13:54:55 -07:00
  • 7dcf6cbc31 Don't use deprecated flask.session in flask.ctx. Michał Bartoszkiewicz 2011-07-12 21:51:53 +02:00
  • eaba852c71 Merge pull request #275 from vreon/patch-1 Armin Ronacher 2011-07-11 17:41:16 -07:00
  • ac2915d438 Merge pull request #276 from consigliere/patch-1 Armin Ronacher 2011-07-11 15:32:55 -07:00
  • 1a249e3389 Corrected decorators to remove duplicate teardown_request() and add after_request() consigliere 2011-07-11 15:28:11 -07:00
  • fd679638ea typo fix: flask -> flag Jesse Dubay 2011-07-11 15:25:37 -07:00
  • 76c8bb5f6c Merge pull request #274 from ThomasWaldmann/patch-2 Armin Ronacher 2011-07-10 11:21:09 -07:00
  • c246074c93 Merge pull request #273 from ThomasWaldmann/patch-1 Armin Ronacher 2011-07-10 11:20:39 -07:00
  • e140bad3f8 fixed typo ThomasWaldmann 2011-07-10 09:28:26 -07:00
  • 441c8a5b93 fixed typo ThomasWaldmann 2011-07-10 09:25:08 -07:00
  • c8663e8dab Fixed a typo in the docs. Armin Ronacher 2011-07-10 13:35:26 +02:00
  • 99c2defb43 Added an example of how to postprocess requests in the testing docs. Armin Ronacher 2011-07-10 13:34:21 +02:00
  • ebb65b81e1 Removed an unnecessary import. Armin Ronacher 2011-07-10 13:33:52 +02:00
  • d90b1f1705 Backout last change, save_cookie by itself does that Armin Ronacher 2011-07-08 19:21:50 +02:00
  • 585bf02ee0 Better session logic. Armin Ronacher 2011-07-08 19:20:40 +02:00
  • deb513c7fe The session interface is new in 0.8, not 0.7 Armin Ronacher 2011-07-08 14:38:49 +02:00
  • 20371b8657 Merge pull request #271 from dafire/master Armin Ronacher 2011-07-07 04:21:39 -07:00
  • f29ec355e9 Backwards compatibility import Armin Ronacher 2011-07-07 13:14:15 +02:00
  • 10f8dc18b8 More doc updates Armin Ronacher 2011-07-07 13:11:32 +02:00
  • 7290981cef More docstrings for the session mixin Armin Ronacher 2011-07-07 12:31:57 +02:00
  • 5cbfbd229d Documented a change in the session system Armin Ronacher 2011-07-07 12:29:58 +02:00
  • 10c99e95e9 Added missing sessions module Armin Ronacher 2011-07-07 12:25:25 +02:00
  • 0fccfe711f Refactored session interface Armin Ronacher 2011-07-07 11:27:22 +02:00
  • 1a61b12dbf Added a row for Flask 0.8 to the changelog Armin Ronacher 2011-07-07 11:26:53 +02:00
  • d63fb818c1 small error in tutorial Bastian Hoyer 2011-07-06 16:07:05 +02:00
  • de3b6ab5ee Fixed a broken sentence about blueprints. Armin Ronacher 2011-07-06 11:33:02 +02:00
  • 1c05f47c3b Forgot to cherry-pick the release date for 0.7.1 in master Armin Ronacher 2011-07-06 10:26:59 +02:00
  • 805276a8aa Merge branch 'master' of github.com:mitsuhiko/flask Armin Ronacher 2011-07-06 10:25:52 +02:00
  • f55d614427 Merge pull request #269 from hadleyrich/master Armin Ronacher 2011-07-06 01:25:40 -07:00
  • 515e946b02 master is 0.8-dev Armin Ronacher 2011-07-06 10:21:23 +02:00
  • 3f5db33ece Bump version number to 0.7.2 0.7.2 Armin Ronacher 2011-07-06 10:19:27 +02:00