Commit graph

  • 92dbe3153a Export .epub with docs, #388. Ron DuPlain 2012-01-24 18:00:14 -05:00
  • 476f8d57a2 Merge pull request #390 from jfinkels/patch-1 Armin Ronacher 2012-01-24 14:01:27 -08:00
  • c5ebf9a97d Added PATCH method to the list of HTTP method functions for use in the flask.views.MethodView class. Jeffrey Finkelstein 2012-01-24 16:48:04 -05:00
  • fbbe14791f Merge pull request #387 from FND/docs Ron DuPlain 2012-01-23 11:51:15 -08:00
  • 2792dcf23e simplified as_view documentation FND 2012-01-23 20:27:42 +01:00
  • 76c1a1f722 fixed spelling of "instantiate" FND 2012-01-23 20:12:56 +01:00
  • b786eac557 Add test for limited imp loaders, #380. Ron DuPlain 2012-01-18 18:57:05 -05:00
  • 56177bcbd1 Document app.testing=True for test client, #381. Ron DuPlain 2012-01-17 19:43:11 -05:00
  • 2e5de98297 Use app.testing=True for asserts in messages test. Ron DuPlain 2012-01-17 19:33:48 -05:00
  • 49b77fbc7a Add missing colons to versionadded. Ron DuPlain 2012-01-17 11:38:00 -05:00
  • 234ac198cb Add updated Flask.run to CHANGES. Ron DuPlain 2012-01-16 23:38:36 -05:00
  • 19d32cb172 Update Flask.run signature, note defaults. Ron DuPlain 2012-01-16 23:33:13 -05:00
  • 46e7bc7083 In Flask.run, now when the host/port argument is None, it will use its default value. Joe Esposito 2011-10-24 17:46:35 -04:00
  • c93ea5551c Keep flashed message examples in one place. Ron DuPlain 2012-01-16 23:16:43 -05:00
  • 81010bf7af Add get_flashed_messages to CHANGES, expand docs. Ron DuPlain 2012-01-16 23:10:21 -05:00
  • fa069f94de Allow category filtering in get_flashed_messages to allow rending categories in separate html blocks Steven Osborn 2011-10-16 19:44:37 -07:00
  • 676b3a4c13 Check status code in test client or fail silently. Ron DuPlain 2012-01-16 22:44:06 -05:00
  • b9907b4969 Expand get_flashed_messages tests. Ron DuPlain 2012-01-16 22:22:04 -05:00
  • ed40eacf42 Add tiny doc touchups. Ron DuPlain 2012-01-16 21:45:19 -05:00
  • df19ee95bd more editorial work Ori Livneh 2011-06-25 19:55:01 -07:00
  • 593b003b5c tweak to one sentence Ori Livneh 2011-06-25 19:17:37 -07:00
  • c34a87033f tweaks to style and structure Ori Livneh 2011-06-25 19:16:44 -07:00
  • 1a9e082a76 tweaks to style Ori Livneh 2011-06-25 19:14:34 -07:00
  • e5161a773e commas after introductory phrases Ori Livneh 2011-06-25 18:34:33 -07:00
  • 96f7beba46 Document recent changes. Ron DuPlain 2012-01-16 20:53:20 -05:00
  • 820d099e82 Add tests for template filter methods/decorators. Ron DuPlain 2012-01-16 20:21:26 -05:00
  • ce4d589d5b Add non-decorator template filter methods. Ron DuPlain 2012-01-16 20:16:48 -05:00
  • 2a4d3ef116 Added a template filter decorator to blueprints. Reisen 2011-07-08 15:46:16 +01:00
  • 8532bd51a7 [docstring] Remove an extra if clause to clarify sentence Kyle Wild 2011-10-23 16:41:59 -07:00
  • 46651659c2 Fix a typo ("is"->"if") in the comments; clarify a bit Kyle Wild 2011-10-23 16:41:00 -07:00
  • d620ea7ea2 Update docs/api.rst a bit to reflect code. awsum 2012-01-13 01:36:15 +02:00
  • 94692607e6 Documentation on how to use external debuggers like eclipse/aptana Sundar Raman 2011-11-02 15:18:04 -04:00
  • e2cb8d2ef1 fixed typo, quote "with" statement ThomasWaldmann 2011-09-30 14:03:01 +03:00
  • d18868bd17 Add simple decorator example Priit Laes 2011-12-08 17:36:52 +02:00
  • a59cbd4f52 Minor grammar fix Priit Laes 2011-12-08 14:41:29 +02:00
  • 1f20a11284 Fall back to imports w/exotic pkg loaders, #380. Ron DuPlain 2012-01-16 09:23:40 -05:00
  • 83189f20bf Add .egg for zipimporter instance path test. Ron DuPlain 2012-01-16 09:05:42 -05:00
  • 970de5e8b6 Add discussion to NoImportsTestCase. Ron DuPlain 2012-01-09 10:25:06 -05:00
  • fde6e364a4 Update tests for new module helpers. Ron DuPlain 2012-01-07 17:55:02 -05:00
  • a3b30b7e3b Handle zip & interactive cases in module helpers. Ron DuPlain 2012-01-07 17:54:37 -05:00
  • d16491145d Update module helpers to avoid Python imports. Ron DuPlain 2012-01-06 11:48:14 -05:00
  • 26a9c2079d Add test to catch imports at Flask instantiation. Ron DuPlain 2012-01-07 17:50:11 -05:00
  • c824ffcf38 Merge pull request #375 from awsum/patch-1 Ron DuPlain 2012-01-07 11:20:29 -08:00
  • d50a0b4955 typo fix awsum 2012-01-07 21:11:35 +02:00
  • f64098c784 Merge pull request #369 from FND/docs Armin Ronacher 2012-01-04 15:05:16 -08:00
  • b6625ec193 Fixed a wrong example in the view docs. This fixes #374 Armin Ronacher 2012-01-05 00:04:50 +01:00
  • 065afe53a6 Improved doc exaples. This fixes #370 and #371. Armin Ronacher 2011-12-27 19:08:44 +01:00
  • 7ccca13bbd Fixed various stylistic issues in documentation FND 2011-12-24 10:55:52 +01:00
  • a9726c43ac Updated mod_wsgi docs to reference the sys.path hackery Armin Ronacher 2011-12-04 18:59:37 -05:00
  • c90858a95d Added a branch to test functionality enabled by new test client Armin Ronacher 2011-11-28 22:48:14 +01:00
  • 4fe80c05c6 Not yet stable? Bollocks Armin Ronacher 2011-11-28 22:47:36 +01:00
  • 9c8f138a42 Improved test coverage for the test client Armin Ronacher 2011-11-25 21:08:19 +01:00
  • b8866aeb22 Merge remote-tracking branch 'plaes/testing-redirects-session' Armin Ronacher 2011-11-20 17:06:37 +01:00
  • 75050d4bc5 Simple documentation corrections, mostly typos. Craig Dennis 2011-11-20 17:03:37 +01:00
  • 8ae6ced82d Merge pull request #345 from jimrollenhagen/master Armin Ronacher 2011-11-20 08:00:14 -08:00
  • d628df6ab6 Store session after callbacks. This fixes #351 Armin Ronacher 2011-11-20 16:54:40 +01:00
  • 9dd61eea6b Added testcase for redirect and session keeparound bug Priit Laes 2011-11-08 10:31:45 +02:00
  • 7f4c12b335 Break up a circular dependency on shutdown Armin Ronacher 2011-11-05 17:43:40 +01:00
  • e345a3afb5 Fix string format error while we're in here. Jim Rollenhagen 2011-11-05 09:03:18 -04:00
  • 51e4a58a85 Fix flask issue #338 Jim Rollenhagen 2011-11-05 09:02:05 -04:00
  • 11c7b1df23 Merge branch 'master' of github.com:mitsuhiko/flask Armin Ronacher 2011-11-04 02:46:44 +01:00
  • f52e7a9dc9 Added support for _method to url_for() Armin Ronacher 2011-11-04 02:46:22 +01:00
  • 5a7c02b541 Merge pull request #342 from Cixelyn/master Ron DuPlain 2011-11-02 06:13:14 -07:00
  • e4d9ccd6ec Changing instance_root to instance_path Cory Li 2011-11-02 01:45:39 -03:00
  • eb6a244a89 Merge pull request #337 from rozza/master Armin Ronacher 2011-10-17 06:30:42 -07:00
  • 11c9bf2943 Api fix status_code => status Ross Lawley 2011-10-17 13:12:12 +00:00
  • d16c6abf53 Merge pull request #334 from SimonSapin/patch-3 Armin Ronacher 2011-10-13 04:34:13 -07:00
  • 4ab97047de Typo fix Simon Sapin 2011-10-13 11:49:51 +03:00
  • 61a95196ac Changed logic for debug level log settings Armin Ronacher 2011-10-11 19:09:37 -07:00
  • 583c5f7935 Merge branch 'master' of github.com:mitsuhiko/flask Armin Ronacher 2011-10-07 15:19:42 -04:00
  • 174f32250e Mention that people subscribe with **extra. Armin Ronacher 2011-10-07 15:19:03 -04:00
  • 230e136f32 Subscribe to signals with extra kwargs in the docs Armin Ronacher 2011-10-07 15:09:12 -04:00
  • ebd7468807 Added a newline Armin Ronacher 2011-10-07 15:09:02 -04:00
  • 6dec92dde9 Merge pull request #333 from kracekumar/master Armin Ronacher 2011-10-06 12:27:09 -07:00
  • b115b38dbe Added PasswordField in docs/patterns/wtforms.rst kracekumar 2011-10-06 23:45:35 +05:30
  • a9f68dd4c7 Merge branch '0.8-maintenance' Armin Ronacher 2011-10-06 10:57:06 -04:00
  • 1759d8e4d8 Added support for anchor link generation. Armin Ronacher 2011-10-06 10:57:03 -04:00
  • b51fbdc8e0 Removed a newline Armin Ronacher 2011-10-06 10:49:12 -04:00
  • d04c9a61e3 Merge branch '0.8-maintenance' Armin Ronacher 2011-10-02 01:09:36 +02:00
  • 0dd9dc37b6 Fixed an issue with an unused module for Python 2.5 (flask.session) Armin Ronacher 2011-10-02 01:08:54 +02:00
  • 766522cb58 Prepare for an 0.8.1 release Armin Ronacher 2011-10-02 01:06:22 +02:00
  • 3765cc2e9e This is 0.9-dev Armin Ronacher 2011-09-29 23:36:57 +02:00
  • d5e10e4685 Bump version number to 0.8 0.8 Armin Ronacher 2011-09-29 23:34:02 +02:00
  • 585ff1db3d This will be Rakija Armin Ronacher 2011-09-29 23:33:46 +02:00
  • 04b90f5ad4 Parentheses are for Python3 Armin Ronacher 2011-09-27 14:36:06 +02:00
  • 95c4dcb4d5 Refactored flask.ext process to not swallow exceptions on weird Pythons. Armin Ronacher 2011-09-27 13:33:23 +02:00
  • f01b654ac4 total_seconds -> seconds for 2.6 and earlier Armin Ronacher 2011-09-27 12:27:33 +02:00
  • 396c4bdcc0 Fixed a typo. "Does not" of course Armin Ronacher 2011-09-25 22:19:20 +02:00
  • 363d9ed10d More doc typo fixes Armin Ronacher 2011-09-25 19:24:37 +02:00
  • 8da8a21b69 Moved the conversion thing into the ConfigAttribute. Armin Ronacher 2011-09-25 19:17:50 +02:00
  • 6dccf77546 PERMANENT_SESSION_LIFETIME can now be an integer. This fixes #310 Armin Ronacher 2011-09-25 19:12:41 +02:00
  • 6d0b3264c2 Mention localhost:5000 being pointless in the docs. It already says that down on the page but not on the key Armin Ronacher 2011-09-25 19:02:47 +02:00
  • 83b1da8df8 Inserted verb Armin Ronacher 2011-09-25 19:01:30 +02:00
  • 142c9c391b Fixed typos in copy/pasted text Armin Ronacher 2011-09-25 18:56:15 +02:00
  • df1dd57045 Cleaned up url routing common docs. This fixes #279 Armin Ronacher 2011-09-25 18:49:00 +02:00
  • 32cdb7298f Merge branch 'master' of github.com:mitsuhiko/flask Armin Ronacher 2011-09-24 20:28:06 +02:00
  • c6316132b1 Context preserving is now part of Flask and not the test client. This fixes #326 Armin Ronacher 2011-09-24 20:27:38 +02:00
  • d2eefe25e7 app.name shall be __main__ for console apps Armin Ronacher 2011-09-24 20:25:28 +02:00
  • 436d24ee66 Merge pull request #327 from SimonSapin/patch-2 Ron DuPlain 2011-09-23 06:02:37 -07:00
  • b8ef7360eb Add to sys.path, not sys.path_info Simon Sapin 2011-09-23 10:34:41 +03:00