385 Commits (4c937be2524de0fddc2d2f7f39b09677497260aa)
 

Author SHA1 Message Date
Armin Ronacher 4c937be252 Preparing for release 14 years ago
Armin Ronacher 5dd4e9f318 Fixed a typo 14 years ago
Armin Ronacher 34fcd19306 Added chapter about fabric based deployments 14 years ago
Armin Ronacher b7c0e564d4 Added a chapter on configuration options 14 years ago
Armin Ronacher 77743a5f15 Some documentation improvements 14 years ago
Armin Ronacher 60e143ecb6 Documented change regarding the session cookie domain policy in the CHANGES 14 years ago
Armin Ronacher da514b3984 Respect the domain for the session cookie. This fixes #79 14 years ago
Armin Ronacher 56796f0f43 More doc changes regarding foreword 14 years ago
Armin Ronacher 77e2fbf249 Added a separate logging module 14 years ago
Armin Ronacher e5d8202038 Added a docstring 14 years ago
Armin Ronacher df3f8940c3 Added separate module for testing 14 years ago
Armin Ronacher c34b03e9a6 Documented send_from_directory 14 years ago
Armin Ronacher ac13deff40 Re-added support for folder with static files, refactored static file sending 14 years ago
Armin Ronacher b7109865a3 Removed circular dependency by going over a proxy. This is the better solution anyway 14 years ago
Armin Ronacher 09e7b5eb2f Added a chapter for 0.5 in upgrading.rst 14 years ago
Armin Ronacher 8945a97a42 fixed possible security problem in module branch 14 years ago
Armin Ronacher f1cde5bbfc Added more versionadded directives 14 years ago
Armin Ronacher 51a89bf35e Restored 2.5 compatibility and actual fix for the json problem 14 years ago
Armin Ronacher 80eb6cfffc Switched to relative imports in the package 14 years ago
Armin Ronacher bca1acf1f3 Rewrote becoming big and foreword 14 years ago
Armin Ronacher 9e1111c2fb Fixed JSON availability test. This fixes #77 14 years ago
Armin Ronacher 362cf493c4 Documented the create_jinja_loader removal 14 years ago
Armin Ronacher 2b00ec4017 Small cleanups 14 years ago
Armin Ronacher f4d8f85a74 Merge branch 'module' of github.com:mitsuhiko/flask into module 14 years ago
Armin Ronacher b551f15b22 Restored 2.5 compatibility{ 14 years ago
florentx 31d359694a Fix typos 14 years ago
Armin Ronacher f694456ff6 Documented changes 14 years ago
Armin Ronacher d67a36cbdb Added a testcase for the improved module support 14 years ago
Armin Ronacher 665fa2a32b More refactoring and moving stuff around 14 years ago
Armin Ronacher a3c9494f67 Moved templating stuff into a separate module 14 years ago
Armin Ronacher a38dcd5e2b Added support for loading templates from modules 14 years ago
Armin Ronacher 15012af700 Refactored static folder registration 14 years ago
Armin Ronacher fedc06c295 dropped pkg_resources 14 years ago
Armin Ronacher 532347d6ad phased out shared data middleware in flask for send_file 14 years ago
Armin Ronacher d0c6ad7d28 Added support for conditional responses to send_file 14 years ago
Armin Ronacher 88d9315d19 We should now have the same public API as before 14 years ago
Armin Ronacher 4f8ee8f129 Added missing comments, fixed setup.py and made tests pass 14 years ago
Armin Ronacher dd59d7241d Ported a typo fix from master 14 years ago
Armin Ronacher 8798b4b711 Merged in changes from master by hand 14 years ago
Armin Ronacher 81148db5b6 Merged in changes from justquick 14 years ago
Armin Ronacher 10fff18981 Merge branch 'master' of github.com:mitsuhiko/flask 14 years ago
Armin Ronacher 7599046d04 Started working on refactoring Jinja integration 14 years ago
Marcus Fredriksson b2c7efd0fa Typo 14 years ago
Justin Quick 1a69c7d4bf look for json module in the right place. all tests 14 years ago
Justin Quick c4f64c1c47 working import layout for module 14 years ago
Justin Quick d0dc89ea80 in with the new. i have the bits in places where i think they should be, now i just need to work on the import scheme layout 14 years ago
Justin Quick ee16a68bbd out with the old 14 years ago
Armin Ronacher a154c87cfc Documented exception catching behaviour. This fixes #75 14 years ago
Armin Ronacher 3ab318a7dd Explained Flask constructor better. This fixes #70 14 years ago
Armin Ronacher bc662a546e Added a section about unicode and editors. This fixes #74 14 years ago