Commit graph

  • 7a3d74f19f WSGI specification has finalized for Python 3 Baiju Muthukadan 2013-01-04 14:37:13 +05:30
  • ff2e8449ff 2013 Kenneth Reitz 2012-12-31 18:00:58 -05:00
  • e3e4f4c2b8 2013 Kenneth Reitz 2012-12-31 17:55:39 -05:00
  • ab3d9d12c6 Merge pull request #655 from oliversong/master Armin Ronacher 2012-12-27 07:23:30 -08:00
  • e101655820 Merge pull request #649 from erikrose/doc-typos Armin Ronacher 2012-12-27 07:22:25 -08:00
  • dfdbc00eaf Merge pull request #653 from methane/patch-1 Armin Ronacher 2012-12-27 07:22:05 -08:00
  • 7ec45c2d02 Merge pull request #654 from untitaker/print_in_cgi2 Armin Ronacher 2012-12-27 07:20:39 -08:00
  • cc82feb084 Changing string to text in schema files oliversong 2012-12-26 00:05:18 -05:00
  • 2af0ffaef6 Added proxies to template context Armin Ronacher 2012-12-21 11:47:27 +01:00
  • 1949c4a9ab flask.g is now on the app context and not the request context Armin Ronacher 2012-12-21 11:45:42 +01:00
  • c549e583c4 Fixing my own pull request #647 Markus Unterwaditzer 2012-12-17 21:32:59 +01:00
  • 61d43c7f12 Removed unnecessary end-tags and fixed some broken html Armin Ronacher 2012-12-19 15:46:18 +01:00
  • be0b5196bf Update docs/extensiondev.rst INADA Naoki 2012-12-13 19:03:54 +09:00
  • 823bebf13a Merge pull request #636 from ghost/patch-1 Kenneth Reitz 2012-12-12 16:18:25 -08:00
  • 813149677d Merge pull request #647 from untitaker/print_in_cgi Kenneth Reitz 2012-12-12 16:06:18 -08:00
  • a319516518 Fix a typo in the deferred-callbacks docs. Erik Rose 2012-12-11 14:11:27 -08:00
  • 160aa80781 Added hint about print statements in CGI. Markus Unterwaditzer 2012-12-10 18:37:03 +01:00
  • be1ed33271 Ended your paragraph tag. Iyra Gaura 2012-11-17 18:13:14 +00:00
  • fedc96c0b9 Merge pull request #609 from MostAwesomeDude/master Kenneth Reitz 2012-11-15 18:37:35 -08:00
  • 2fabc65505 Merge pull request #624 from soulseekah/patch-1 Kenneth Reitz 2012-11-15 17:58:36 -08:00
  • 4515b838ea Merge pull request #634 from maxcountryman/master Kenneth Reitz 2012-11-15 17:56:45 -08:00
  • b6dac3812f really fixing it this time Max Countryman 2012-11-12 17:00:51 -08:00
  • 30a51f2573 correcting typo Max Countryman 2012-11-12 16:58:38 -08:00
  • 692a5c2588 Merge pull request #626 from maxcountryman/patch-1 Kenneth Reitz 2012-11-05 15:51:04 -08:00
  • caefb67ccd correcting typo Max Countryman 2012-11-05 15:31:07 -08:00
  • 82b29c09ac Use sqlite3.Row factory in Flaskr Gennady Kovshenin 2012-11-05 06:00:46 +06:00
  • 3c54f30c2b missing ' in example soulseekah 2012-11-03 18:06:23 +06:00
  • 2b885ce4dc Added better error reporting for unicode errors in sessions Armin Ronacher 2012-10-30 14:47:17 +00:00
  • 1e39871d68 Add back path=None argument into find_module. This fixes #618 and revert #524. Quentin Roy 2012-10-20 18:18:42 +02:00
  • af76dd0fd4 Highlight first field on page load, enter sends submit request, double quote to single quote. Submission focuses first field again Tony Narlock 2012-10-19 11:50:59 -04:00
  • 8339cb3508 Added support for unicode json dumping. This fixes #535 Armin Ronacher 2012-10-18 00:48:15 +01:00
  • 5583fe8acf Merge pull request #613 from untitaker/issue611 Armin Ronacher 2012-10-17 16:37:16 -07:00
  • f06c80a215 Merge pull request #614 from mizhi/master Armin Ronacher 2012-10-17 16:36:48 -07:00
  • 275f830c83 There was a duplicated call to url_adapter.build(...) Mitchell Peabody 2012-10-17 11:56:39 -04:00
  • a15c6c569a The builder on github is using python 2.5, the views.py testsuite uses the with statement, and thus flask/testsuite/views.py requires Mitchell Peabody 2012-10-16 16:57:57 -04:00
  • 7ee40e9348 Fix #611 Markus Unterwaditzer 2012-10-16 21:56:51 +02:00
  • f6a5a7a0cc docs/deploying/wsgi-standalone: Add Twisted Web. Corbin Simpson 2012-10-11 14:05:01 -07:00
  • c2e5799879 Updated examples to new sqlite patterns and added new section to appcontext docs Armin Ronacher 2012-10-09 14:02:32 -05:00
  • 3e9f4e254b Updated a comment that was misleading with recent flask sqlalchemy installations Armin Ronacher 2012-10-08 07:05:32 +02:00
  • f34c028125 Added template tests and made config a true global Armin Ronacher 2012-10-08 07:01:49 +02:00
  • 5e88c8184d Removed deprecated and awkward flask.session module Armin Ronacher 2012-10-08 06:48:13 +02:00
  • 05c6502cbd Let json.* work even without app on the stack and added tests Armin Ronacher 2012-10-07 23:41:41 +02:00
  • b146d8277a Added wrapper module around simplejson/json for much simplified customization. Armin Ronacher 2012-10-07 23:31:48 +02:00
  • 301e244df3 Consistent use of encoding naming Armin Ronacher 2012-10-07 22:59:52 +02:00
  • 3afcbf160e Extra safety for safe_join. Does not look exploitable but better safe than sorry. Fixes #501 Armin Ronacher 2012-10-07 22:58:41 +02:00
  • f701f69947 Documented new error case Armin Ronacher 2012-10-07 17:13:12 +02:00
  • 661ee54bc2 Raise exceptions if a function is overridden by a new endpoint. This fixes #570 Armin Ronacher 2012-10-07 17:12:16 +02:00
  • e2b3f07d7c Stop the joinspam Armin Ronacher 2012-10-07 16:16:21 +02:00
  • 6e4015d624 Removed tox file Armin Ronacher 2012-10-07 16:08:13 +02:00
  • b6f37c40f8 Updated travis config for notifications Armin Ronacher 2012-10-07 16:08:00 +02:00
  • f8b6033a3b Added a workaround for samefile. This fixes #600 Armin Ronacher 2012-10-07 16:04:31 +02:00
  • 3c1d7758d5 Removed dev tag from setup.cfg. Fixes #596 Armin Ronacher 2012-10-07 15:58:21 +02:00
  • b5bb49d080 Added a new example for checksums on input data. This fixes #601 Armin Ronacher 2012-10-07 15:46:21 +02:00
  • c4f2075f4c tojson no longer escapes script blocks in HTML5 parsers. Fixed #605 Armin Ronacher 2012-10-07 15:33:25 +02:00
  • 01ac057d36 Merge branch 'master' of github.com:mitsuhiko/flask Armin Ronacher 2012-10-07 15:24:28 +02:00
  • 3bec75d230 Set the content-length header for sendfile. Fixes #447 Armin Ronacher 2012-10-07 15:24:03 +02:00
  • c01d36aabd Merge pull request #548 from SimonSapin/patch-6 Armin Ronacher 2012-10-07 06:06:45 -07:00
  • aecb760c6a Merge pull request #550 from AkaiKitsune/master Armin Ronacher 2012-10-07 06:06:23 -07:00
  • de5038f2fb Added total_seconds() helper for pythons before 2.7 Armin Ronacher 2012-10-07 14:56:02 +02:00
  • 7f87091474 Added a missing exposed import. This fixes #575 Armin Ronacher 2012-10-07 14:51:26 +02:00
  • 5b462dd382 Fixed a typo in the docs. This fixes #576 and #575 Armin Ronacher 2012-10-07 14:50:21 +02:00
  • 18413ed1bf Added HTTP override middleware to docs. This fixes #582 Armin Ronacher 2012-10-07 13:02:05 +02:00
  • b2cf9e7212 Merge pull request #590 from pinchsp/master Armin Ronacher 2012-10-07 03:56:35 -07:00
  • c5f938bc55 Merge pull request #583 from d1ffuz0r/issue_524 Armin Ronacher 2012-10-07 03:55:55 -07:00
  • 39329bfc07 Merge pull request #591 from finbarrocallaghan/master Armin Ronacher 2012-10-07 03:54:58 -07:00
  • c9a7fdf1b0 Documented latest commit in changelog Armin Ronacher 2012-10-07 12:53:36 +02:00
  • f034d8d345 Add @template_test() decorator for creating custom jinja2 tests, like existing @template_filter() for filters. Fixes #332 Armin Ronacher 2012-10-07 12:51:46 +02:00
  • b2fc9febdd Merge pull request #607 from jfinkels/patch-3 Armin Ronacher 2012-10-07 03:49:36 -07:00
  • 62c0c67d88 Merge branch 'master' of github.com:mitsuhiko/flask Armin Ronacher 2012-10-07 12:49:03 +02:00
  • 4f1cb42123 make_test_environ_builder when used with subdomains was not working correctly, now it uses urlparse module for detecting full URL and changing path and base_url correctly Armin Ronacher 2012-10-07 12:48:19 +02:00
  • 261c4a6aee Updated documentation for the new sessions Armin Ronacher 2012-10-07 12:40:59 +02:00
  • e1a576122b Merge branch 'json-sessions' Armin Ronacher 2012-10-07 10:33:37 +02:00
  • 639817b621 Update docs/quickstart.rst jfinkels 2012-10-05 02:49:55 -03:00
  • 3b9fe7c486 Merge pull request #603 from rmacy/patch-1 Kenneth Reitz 2012-10-01 12:46:42 -07:00
  • 7233a3e0a2 Fixed typo occours to occurs Ryan Macy 2012-10-01 14:45:02 -05:00
  • ee76129812 Merge pull request #594 from ralphbean/patch-1 Kenneth Reitz 2012-09-22 18:50:11 -07:00
  • 22af78a96f Removed outdated sentence in the testing docs Armin Ronacher 2012-09-21 01:02:42 +09:00
  • 7fc0ddb57c Merge branch 'master' of github.com:mitsuhiko/flask Armin Ronacher 2012-09-16 08:52:51 +09:00
  • 9ecbd20286 Update flask/templating.py Ralph Bean 2012-09-13 15:16:38 -03:00
  • e93447f25e actually to actual, again, fixed spelling, not grammar Finbarr O'Callaghan 2012-09-06 18:30:41 +01:00
  • e8d50a7aba fixed spelling but not the grammar! Finbarr O'Callaghan 2012-09-06 18:19:50 +01:00
  • 48f7cdd016 various typo fixes Finbarr O'Callaghan 2012-09-06 18:04:51 +01:00
  • 69e419e020 Fixed small mistake in sqlalchemy pattern pinchsp 2012-09-04 00:51:45 -03:00
  • 8d330a368a fixed issue #524 d1ffuz0r 2012-08-29 22:26:39 +04:00
  • 80b2689335 Merge pull request #577 from brousch/patch-2 Kenneth Reitz 2012-08-26 10:25:56 -07:00
  • 1dde7b8be7 Merge pull request #563 from joepie91/master Kenneth Reitz 2012-08-26 10:20:54 -07:00
  • ad30470102 Merge pull request #579 from alex-morega/fix-doc-views Kenneth Reitz 2012-08-26 09:49:52 -07:00
  • 11c746189d Fix code example in pluggable views documentation Alex Morega 2012-08-20 16:57:18 +03:00
  • 77c2c3b183 Added _ to fix link to extensions in Hook. Extend. Ben Rousch 2012-08-17 16:45:04 -03:00
  • fe85970665 Various improvements in regards to the itsdangerous usage, bumped to 0.17 Armin Ronacher 2012-08-11 03:38:46 +01:00
  • a4977cfe2b Removed outdated section in the docs Armin Ronacher 2012-08-11 03:13:16 +01:00
  • c3d38a21c6 Removed json_available hack Armin Ronacher 2012-08-11 03:11:40 +01:00
  • 3f82d1b68e Switch to itsdangerous Armin Ronacher 2012-08-11 03:09:14 +01:00
  • 704d94d7b9 Merge branch 'master' into json-sessions Armin Ronacher 2012-08-11 02:37:52 +01:00
  • 43f41201e9 Merge branch 'master' of github.com:mitsuhiko/flask Armin Ronacher 2012-08-11 02:37:43 +01:00
  • 1740d7c51a Merge branch 'master' into json-sessions Armin Ronacher 2012-08-11 02:37:21 +01:00
  • b879193481 Set current dev version number to 0.10 Armin Ronacher 2012-08-11 02:37:03 +01:00
  • ee28dcf2cf Added changelog entry for 0.10 Armin Ronacher 2012-08-11 02:36:29 +01:00
  • 4df3bf2058 Implemented experimental JSON based sessions Armin Ronacher 2012-08-11 02:36:14 +01:00
  • 9a0f6519aa Merge pull request #571 from plaes/doc-improvements Kenneth Reitz 2012-08-01 09:34:49 -07:00