Commit Graph

419 Commits

Author SHA1 Message Date
Armin Ronacher f1cde5bbfc Added more versionadded directives 2010-07-04 20:11:54 +02:00
Armin Ronacher 51a89bf35e Restored 2.5 compatibility and actual fix for the json problem 2010-07-04 20:07:03 +02:00
Armin Ronacher 80eb6cfffc Switched to relative imports in the package 2010-07-04 20:00:23 +02:00
Armin Ronacher bca1acf1f3 Rewrote becoming big and foreword 2010-07-04 19:57:53 +02:00
Armin Ronacher 9e1111c2fb Fixed JSON availability test. This fixes #77 2010-07-04 17:21:13 +02:00
Armin Ronacher 362cf493c4 Documented the create_jinja_loader removal 2010-07-04 14:20:20 +02:00
Armin Ronacher 2b00ec4017 Small cleanups 2010-07-04 14:19:17 +02:00
Armin Ronacher f4d8f85a74 Merge branch 'module' of github.com:mitsuhiko/flask into module 2010-07-04 14:17:52 +02:00
Armin Ronacher b551f15b22 Restored 2.5 compatibility{ 2010-07-04 14:17:29 +02:00
florentx 31d359694a Fix typos 2010-07-04 20:15:47 +08:00
Armin Ronacher f694456ff6 Documented changes 2010-07-04 14:13:30 +02:00
Armin Ronacher d67a36cbdb Added a testcase for the improved module support 2010-07-04 14:12:29 +02:00
Armin Ronacher 665fa2a32b More refactoring and moving stuff around 2010-07-04 14:01:56 +02:00
Armin Ronacher a3c9494f67 Moved templating stuff into a separate module 2010-07-04 13:49:58 +02:00
Armin Ronacher a38dcd5e2b Added support for loading templates from modules 2010-07-04 13:42:00 +02:00
Armin Ronacher 15012af700 Refactored static folder registration 2010-07-04 12:48:37 +02:00
Armin Ronacher fedc06c295 dropped pkg_resources 2010-07-04 12:14:00 +02:00
Armin Ronacher 532347d6ad phased out shared data middleware in flask for send_file 2010-07-04 12:06:29 +02:00
Armin Ronacher d0c6ad7d28 Added support for conditional responses to send_file 2010-07-04 11:56:08 +02:00
Armin Ronacher 88d9315d19 We should now have the same public API as before 2010-07-04 11:37:39 +02:00
Armin Ronacher 4f8ee8f129 Added missing comments, fixed setup.py and made tests pass 2010-07-04 11:35:20 +02:00
Armin Ronacher dd59d7241d Ported a typo fix from master 2010-07-04 11:26:34 +02:00
Armin Ronacher 8798b4b711 Merged in changes from master by hand 2010-07-04 11:25:26 +02:00
Armin Ronacher 81148db5b6 Merged in changes from justquick 2010-07-04 11:20:45 +02:00
Armin Ronacher 10fff18981 Merge branch 'master' of github.com:mitsuhiko/flask 2010-07-04 11:16:43 +02:00
Armin Ronacher 7599046d04 Started working on refactoring Jinja integration 2010-07-04 11:16:24 +02:00
Marcus Fredriksson b2c7efd0fa Typo 2010-07-03 06:54:03 +08:00
Justin Quick 1a69c7d4bf look for json module in the right place. all tests
now pass with the new module layout
2010-07-02 15:11:02 -04:00
Justin Quick c4f64c1c47 working import layout for module 2010-07-02 15:10:32 -04:00
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 2010-07-02 14:20:58 -04:00
Justin Quick ee16a68bbd out with the old 2010-07-02 14:19:26 -04:00
Armin Ronacher a154c87cfc Documented exception catching behaviour. This fixes #75 2010-07-02 19:45:26 +02:00
Armin Ronacher 3ab318a7dd Explained Flask constructor better. This fixes #70 2010-07-01 12:56:34 +02:00
Armin Ronacher bc662a546e Added a section about unicode and editors. This fixes #74 2010-07-01 01:45:39 +02:00
Armin Ronacher d0357b44b0 Added links to Flask-WTF and Flask-SQLAlchemy. This fixes #73 2010-07-01 01:22:46 +02:00
Armin Ronacher e75322206d Fixed a broken example in the docs 2010-07-01 00:19:32 +02:00
Armin Ronacher f5d2d324b5 Mention virtualenv in mod_wsgi deployment docs 2010-06-30 09:49:04 +02:00
Armin Ronacher 881aa3ab2d Fixed an rst syntax error 2010-06-29 15:59:55 +02:00
Armin Ronacher 9373a71c26 improved _request_ctx_stack docs 2010-06-29 15:25:20 +02:00
Armin Ronacher bcd746e8cf Added another testcase for subdomain support 2010-06-29 01:36:06 +02:00
Armin Ronacher 7ea1b801cc Documented missing attributes. This fixes #71 2010-06-29 01:32:02 +02:00
Armin Ronacher f195d92447 Added proper subdomain support 2010-06-29 01:13:40 +02:00
Armin Ronacher 55040d3efa Added Adam Zapletal and Christopher Grebs to AUTHORs file. 2010-06-28 00:13:48 -07:00
Adam Zapletal 4ed7a923f5 Minor sqlite3 documentation fixes (grammar, etc) 2010-06-28 15:12:33 +08:00
Adam Zapletal 24754114fc Minor config documentation fixes (grammar, etc) 2010-06-28 15:12:33 +08:00
Adam Zapletal ee5eafa795 Error Handling documentation fixes (grammar, etc) 2010-06-28 15:12:33 +08:00
Adam Zapletal 505c530c9a Minor testing documentation fixes (grammar, etc) 2010-06-28 15:12:33 +08:00
Adam Zapletal 5ede53066f Minor tutorial documentation fixes (grammar, etc) 2010-06-28 15:12:32 +08:00
Christopher Grebs 87c2c79442 fixed mongokit pattern to show how the flask way to configure hostname and port 2010-06-28 07:13:32 +08:00
Christopher Grebs b5db6bf529 now really pushed the fix in sqlalchemy pattern 2010-06-28 07:13:32 +08:00