Commit graph

  • 9248a7baca None responses fail properly now. This fixes #24 Armin Ronacher 2010-05-03 13:07:30 +02:00
  • d0eefb01d1 Added link to snippets website to the patterns docs. Armin Ronacher 2010-05-03 12:22:27 +02:00
  • 36f659b82b Merge branch 'master' into module-support Armin Ronacher 2010-05-02 19:12:00 +02:00
  • 75461c1467 Added _external support to url_for Armin Ronacher 2010-05-02 19:10:44 +02:00
  • 7e1db5978c Added module support to templated decorator. Armin Ronacher 2010-05-02 12:11:04 +02:00
  • eeb0e94951 Fixed merging confict Armin Ronacher 2010-05-02 12:09:31 +02:00
  • a7266ffb90 Added @templated decorator to the patterns. Armin Ronacher 2010-05-02 12:08:17 +02:00
  • 8d49440d8b Added example for context bound objects to the testing docs. This fixes #18 Armin Ronacher 2010-05-02 11:45:40 +02:00
  • a9284afde9 Fixed typo in tutorial. This fixes #19 Armin Ronacher 2010-05-02 11:38:40 +02:00
  • f1603d33f2 Docs mention query args now. This fixes #20 Armin Ronacher 2010-05-02 11:36:42 +02:00
  • 31493850de Fixed typo in flask quickstart docs. This fixes #21 Armin Ronacher 2010-05-02 11:32:14 +02:00
  • 36717b0273 Added support for long running sessions. This closes #16. Armin Ronacher 2010-04-27 14:32:09 +02:00
  • 2ba88eefb5 Fixed simple typo unknown 2010-04-26 09:51:02 +08:00
  • 13933eeaf8 Merge branch 'master' into module-support Armin Ronacher 2010-04-25 20:31:22 +02:00
  • 4559e4f0f1 Added docs on caching and decorators. Armin Ronacher 2010-04-25 18:55:01 +02:00
  • 41de129844 Merge branch 'master' into module-support Armin Ronacher 2010-04-25 17:34:31 +02:00
  • f419937d2c License after API docs Armin Ronacher 2010-04-25 17:33:56 +02:00
  • 606b006e23 Fixed at least one build warning by renaming files. Armin Ronacher 2010-04-25 17:25:16 +02:00
  • d22428bc8e Updated Makefile to also upload and build pdf docs. Armin Ronacher 2010-04-25 17:08:44 +02:00
  • 3ac4ec670c Beefed up PDF docs. They actually look like something now. Armin Ronacher 2010-04-25 17:05:25 +02:00
  • 36e24299e3 Merge branch 'master' into module-support Armin Ronacher 2010-04-25 14:54:33 +02:00
  • 4395e9493c add tests for template_filter using a real template Sebastien Estienne 2010-04-25 20:44:24 +08:00
  • 5c9ef2c44d the template_filter now expects the parentheses Sebastien Estienne 2010-04-25 17:39:19 +08:00
  • a9bb965b6d add a decorator to add custom template filter Sebastien Estienne 2010-04-25 03:44:11 +08:00
  • 58fa088abc Added missing file (fileupload docs) Armin Ronacher 2010-04-25 03:46:42 +02:00
  • 85d43079d1 Added missing file (fileupload docs) Armin Ronacher 2010-04-25 03:46:42 +02:00
  • c21caa5047 Merge branch 'master' into module-support Armin Ronacher 2010-04-24 20:38:50 +02:00
  • 0c54d0a0e5 Added pattern for file uploads. Armin Ronacher 2010-04-24 20:36:06 +02:00
  • 0da39c76e3 More documentation updates :) Armin Ronacher 2010-04-24 18:30:38 +02:00
  • 5144d3b65a Merge branch 'master' into module-support Armin Ronacher 2010-04-24 17:47:24 +02:00
  • ef34638f5d Updated docs for external server information. Armin Ronacher 2010-04-24 17:46:06 +02:00
  • c0a9f5d0c4 Documentation update for the flask module support. Armin Ronacher 2010-04-24 17:35:25 +02:00
  • 67f4b0f315 Modules are now instanciated with the package name. Armin Ronacher 2010-04-24 17:07:16 +02:00
  • 2f181e1949 Removed unused package_name attribute Armin Ronacher 2010-04-23 17:16:59 +02:00
  • 5c52fe980e Added request/response processing based on modules. Armin Ronacher 2010-04-23 17:10:22 +02:00
  • e0148a00c0 Basic module support is working, but does not look very nice. Armin Ronacher 2010-04-23 17:01:20 +02:00
  • 444e642531 extended URL generation Armin Ronacher 2010-04-23 16:44:49 +02:00
  • a862ead5f2 Warn on None responses. Armin Ronacher 2010-04-23 16:30:04 +02:00
  • 88f671aaae Another try for #12 Armin Ronacher 2010-04-23 16:04:54 +02:00
  • dc3f13df54 Corrected validator usage in the wtforms docs. Armin Ronacher 2010-04-23 12:17:12 +02:00
  • be15340e0f Added mailinglist link to the README Armin Ronacher 2010-04-21 21:47:45 +02:00
  • ebb07a0656 Better English. Armin Ronacher 2010-04-21 21:10:57 +02:00
  • 1cb75df8f1 Add leftovers from website branch to gitignore Armin Ronacher 2010-04-21 18:39:51 +02:00
  • 3261357ba7 Removed website from main branch. Makes no sense to be there Armin Ronacher 2010-04-21 18:39:25 +02:00
  • d73be4b709 Merge branch 'florentx-fork' Armin Ronacher 2010-04-21 17:57:25 +02:00
  • 7e8019565f Added florentx to the AUTHORS file Armin Ronacher 2010-04-21 10:37:05 +02:00
  • dbe0df756b Use setdefault() because it sets session.modified correctly. florentx 2010-04-21 07:23:09 +08:00
  • 3eacc1d068 Use a tuple to store _flashes, and simplify the flask.Request class. florentx 2010-04-21 06:40:43 +08:00
  • f014ce29a7 Fix a doc oversight, and revert 5876a8fd. florentx 2010-04-21 04:46:36 +08:00
  • b6e7330539 Use setdefault() because it sets session.modified correctly. florentx 2010-04-21 01:23:09 +02:00
  • 7cf5a9bf6e Use a tuple to store _flashes, and simplify the flask.Request class. florentx 2010-04-21 00:40:43 +02:00
  • c0d3b6c371 Merge. florentx 2010-04-20 22:53:38 +02:00
  • 9d340ad747 Fix a doc oversight, and revert 5876a8fd. florentx 2010-04-20 22:46:36 +02:00
  • 5876a8fd96 Merge more upstream changes cgrinds 2010-04-21 02:33:32 +08:00
  • 9cf2ea2abc Documented hostname change. Armin Ronacher 2010-04-20 21:45:36 +02:00
  • 00f87f679c flask uses 127.0.0.1 as host by default now. stupid chrome. Armin Ronacher 2010-04-20 21:44:52 +02:00
  • 260b4dfe61 Added changelog, restructured docs a bit. Armin Ronacher 2010-04-20 20:21:01 +02:00
  • f6b9efc1e9 Added missing os import. Armin Ronacher 2010-04-20 20:03:03 +02:00
  • 3053fcdb0d Make the example tests pass on Windows. Armin Ronacher 2010-04-20 20:01:00 +02:00
  • af3b73f70d Tiny refactoring Armin Ronacher 2010-04-20 19:03:18 +02:00
  • eae44e465b Typo in README florentx 2010-04-20 18:48:49 +02:00
  • 75057bb411 Slightly faster _tojson_filter. florentx 2010-04-20 18:44:54 +02:00
  • 3c821a0fa4 Fix typos and remove unused import. florentx 2010-04-20 18:40:58 +02:00
  • 9f6bc93e4d Fixed XSS problem by escaping all slashes in JSON. Armin Ronacher 2010-04-20 15:12:16 +02:00
  • 268302fc68 Changed link to license. Armin Ronacher 2010-04-20 14:22:34 +02:00
  • 3a1e518657 Fixed typo and added AUTHORS file and license text to docs. Armin Ronacher 2010-04-20 13:29:54 +02:00
  • 715f64d2af Some more documentation updates. Armin Ronacher 2010-04-20 13:01:10 +02:00
  • 1404a85bc5 Fixed WTForms example. Armin Ronacher 2010-04-20 11:22:20 +02:00
  • 9f0b2429d6 The testsuite skips JSON tests now is not available and runs the example tests as well. Armin Ronacher 2010-04-20 10:51:36 +02:00
  • a7ff9dbddd Proofreading the documentation Chris Edgemon 2010-04-19 23:25:51 -05:00
  • 4ff9493e57 POST -> post in HTML Armin Ronacher 2010-04-20 01:37:51 +02:00
  • 50a3313071 Fixed typo in form docs Armin Ronacher 2010-04-20 01:35:22 +02:00
  • 06ec917dde Only escape backslashes if they follow "<" in JSON dumping for templates. Armin Ronacher 2010-04-19 23:54:38 +02:00
  • 95750b3287 Documented some routing converter possibilities. Armin Ronacher 2010-04-19 23:49:02 +02:00
  • 5acc491c94 Refactored the @route decorator to use the new add_url_rule method. Tagged add_url_rule with versionadded of 0.2 cgrinds 2010-04-20 01:11:58 +08:00
  • 3088a9371e Make it easier to associate a rule, endpoint and view_function This resolves http://github.com/mitsuhiko/flask/issues/issue/11 unknown 2010-04-20 00:29:56 +08:00
  • 36f105c293 Removed possible bashism. source -> . Armin Ronacher 2010-04-19 18:56:12 +02:00
  • ade490514d Fixed a security problem caused by changed simplejson semantics. Armin Ronacher 2010-04-19 18:51:04 +02:00
  • 07e515b071 Leaving -> living .... Armin Ronacher 2010-04-19 17:05:24 +02:00
  • 3d32017681 Added instructions about how to run the latest development version. Armin Ronacher 2010-04-19 17:03:08 +02:00
  • f878919753 With -> with in headline Armin Ronacher 2010-04-19 16:01:14 +02:00
  • a99e408bd1 Finished jQuery example documentation. Armin Ronacher 2010-04-19 15:59:16 +02:00
  • 6e2be6a0b3 Added JSON Support and started working on jQuery docs Armin Ronacher 2010-04-19 15:39:07 +02:00
  • c64a4e0bef Break up deployment docs into separate documents. Armin Ronacher 2010-04-19 11:23:44 +02:00
  • a50a87c4ca ScriptName -> ScriptAlias Armin Ronacher 2010-04-19 10:37:10 +02:00
  • 84899948be Corrected order of the tutorial Armin Ronacher 2010-04-19 02:45:44 +02:00
  • 166f5ed254 Forgot to link the website. Armin Ronacher 2010-04-19 02:28:05 +02:00
  • 56675b3bad Fixed indentation of an example. Armin Ronacher 2010-04-19 02:25:31 +02:00
  • 976e792336 Added links for SQLAlchemy and WTForms. Armin Ronacher 2010-04-19 02:24:02 +02:00
  • ce18d4575d Added WTForms documentation. Armin Ronacher 2010-04-19 02:22:59 +02:00
  • 73a47a0db1 Removed unused stuff from minitwit and fixed a bug. Armin Ronacher 2010-04-18 23:42:11 +02:00
  • 0770f5c637 Removed two unused imports. Armin Ronacher 2010-04-18 23:37:03 +02:00
  • 3491465d55 No sudo for windows users. Armin Ronacher 2010-04-18 20:43:18 +02:00
  • 100776147a Added troubleshooting section to the tutorial Armin Ronacher 2010-04-18 18:40:52 +02:00
  • 94cf620914 Updated SQLAlchemy docs. Armin Ronacher 2010-04-18 18:29:55 +02:00
  • 1309038936 updated README Armin Ronacher 2010-04-18 17:32:23 +02:00
  • bf52a17902 Removed useless code Armin Ronacher 2010-04-18 16:29:41 +02:00
  • 190059c8f0 Added support for macro pulling and documented certain design decisions. Armin Ronacher 2010-04-18 15:44:06 +02:00
  • ab54924186 Fixed a font name. Armin Ronacher 2010-04-18 14:56:08 +02:00
  • 63593d281b removed unused import Armin Ronacher 2010-04-18 14:39:27 +02:00