189 Commits (1a66a7e11005b93cb7b288ab5505290b5afa751a)

Author SHA1 Message Date
Armin Ronacher 1a66a7e110 Added line for 1.0 11 years ago
Daniel Neuhäuser f88cc2d2f9 Fix broken test_appcontext_signals test case 11 years ago
augustusdsouza dda373823b Fixed a typo 11 years ago
Armin Ronacher e562acf029 Set release date for 0.10.1 11 years ago
Armin Ronacher 72bbeaf056 Added changelog entry for the method registering fix 11 years ago
Armin Ronacher 58ad83f37c Added support for bytes in sessions back 11 years ago
Armin Ronacher c502dfbbfb Changed |tojson filter to quote single attributes 11 years ago
Armin Ronacher 5886925ff3 Started 0.10 maintenance branch for a bugfix release 11 years ago
Armin Ronacher 3061ab5b7e Release date is today, codename is Limoncello 11 years ago
Armin Ronacher 964174931d Added request.get_json(). 11 years ago
Armin Ronacher c889fbc231 Changed interface for `flask.g` 11 years ago
Armin Ronacher 62dbe0e1ca The default run method is now accepting the port from the SERVER_NAME. 11 years ago
Armin Ronacher 0676bb8ab5 Added appcontext_pushed and appcontext_popped signals 11 years ago
Armin Ronacher ef72b78042 Imply the |safe on tojson in templates and change escaping logic 11 years ago
Armin Ronacher 1b40b3b573 Fixed request context preservation and teardown handler interaction. 11 years ago
Armin Ronacher 77d293cf49 Order JSON keys by default to avoid trashing HTTP caches 11 years ago
Armin Ronacher 3d9055b3b7 Added the JSONIFY_PRETTYPRINT_REGULAR config variable. This fixes #725 11 years ago
Armin Ronacher f1918093ac Changed teardown error handling to be more reliable. 11 years ago
Armin Ronacher 4c27f7a8c4 Removed incorrect JSON exception subclasses 11 years ago
Thomas Waldmann 40fad2ece8 document python 2.6 minimum requirement, remove all stuff that refers to 2.5 12 years ago
Armin Ronacher 097353695e Added flask.copy_current_request_context which simplies working with greenlets 12 years ago
Armin Ronacher 0faed95385 Documented new signal message_flashed 12 years ago
Armin Ronacher 4366bb392a Documented new signal message_flashed 12 years ago
Armin Ronacher bfeee75696 Changed session cookie defaults to work better with google chrome 12 years ago
Armin Ronacher 6bd0080575 Added workaround for Chrome cookies 12 years ago
Armin Ronacher 3b393f89f6 Added template_global, fixes #657 12 years ago
Armin Ronacher f1537a9d7a Always trap proxy exceptions 12 years ago
Armin Ronacher 2af0ffaef6 Added proxies to template context 12 years ago
Armin Ronacher 1949c4a9ab flask.g is now on the app context and not the request context 12 years ago
Armin Ronacher 8339cb3508 Added support for unicode json dumping. This fixes #535 12 years ago
Armin Ronacher f34c028125 Added template tests and made config a true global 12 years ago
Armin Ronacher 5e88c8184d Removed deprecated and awkward flask.session module 12 years ago
Armin Ronacher b146d8277a Added wrapper module around simplejson/json for much simplified customization. 12 years ago
Armin Ronacher f701f69947 Documented new error case 12 years ago
Armin Ronacher c4f2075f4c tojson no longer escapes script blocks in HTML5 parsers. Fixed #605 12 years ago
Armin Ronacher 3bec75d230 Set the content-length header for sendfile. Fixes #447 12 years ago
Armin Ronacher c9a7fdf1b0 Documented latest commit in changelog 12 years ago
Armin Ronacher ee28dcf2cf Added changelog entry for 0.10 12 years ago
Armin Ronacher 4df3bf2058 Implemented experimental JSON based sessions 12 years ago
esaurito d8e5a37d8a Fixed codename 12 years ago
Laurens Van Houtven 56f5224ef7 CHANGES: July 1th should be July 1st 12 years ago
Armin Ronacher ee3e251f9e Updated CHANGES 12 years ago
Armin Ronacher 19def9606a This is 0.8.1 12 years ago
Armin Ronacher d5218997d9 Added flask.stream_with_context 12 years ago
Armin Ronacher 086348e2f2 Added after_this_request decorator. 13 years ago
Armin Ronacher dbfd406a21 Added required_methods 13 years ago
Ron DuPlain 33bae1a8dc Add Flask.request_globals_class to customize g. 13 years ago
Ron DuPlain 26da6a5365 Use default send_file max-age consistently. 13 years ago
Ron DuPlain a3cb2a3382 Use American English for "behavior" in docs. 13 years ago
Armin Ronacher cf1641e5be Changed the implementation of returning tuples from functions 13 years ago