Commit Graph

  • 3261357ba7 Removed website from main branch. Makes no sense to be there Armin Ronacher 2010-04-21 18:39:25 +0200
  • 3898cb8100 Added readme for website branch Armin Ronacher 2010-04-21 18:13:17 +0200
  • cdb17c55b3 Moved website into separate branch Armin Ronacher 2010-04-21 18:07:08 +0200
  • e7811186e2 zine -> flask Armin Ronacher 2010-04-21 18:04:46 +0200
  • d73be4b709 Merge branch 'florentx-fork' Armin Ronacher 2010-04-21 17:57:25 +0200
  • ca2d32a700 New website; with mailinglist archives. Armin Ronacher 2010-04-21 17:44:16 +0200
  • 7e8019565f Added florentx to the AUTHORS file Armin Ronacher 2010-04-21 10:37:05 +0200
  • dbe0df756b Use setdefault() because it sets session.modified correctly. florentx 2010-04-21 07:23:09 +0800
  • 3eacc1d068 Use a tuple to store _flashes, and simplify the flask.Request class. florentx 2010-04-21 06:40:43 +0800
  • f014ce29a7 Fix a doc oversight, and revert 5876a8fd. florentx 2010-04-21 04:46:36 +0800
  • b6e7330539 Use setdefault() because it sets session.modified correctly. florentx 2010-04-21 01:23:09 +0200
  • 7cf5a9bf6e Use a tuple to store _flashes, and simplify the flask.Request class. florentx 2010-04-21 00:40:43 +0200
  • c0d3b6c371 Merge. florentx 2010-04-20 22:53:38 +0200
  • 9d340ad747 Fix a doc oversight, and revert 5876a8fd. florentx 2010-04-20 22:46:36 +0200
  • 5876a8fd96 Merge more upstream changes cgrinds 2010-04-21 02:33:32 +0800
  • 9cf2ea2abc Documented hostname change. Armin Ronacher 2010-04-20 21:45:36 +0200
  • 00f87f679c flask uses 127.0.0.1 as host by default now. stupid chrome. Armin Ronacher 2010-04-20 21:44:52 +0200
  • 260b4dfe61 Added changelog, restructured docs a bit. Armin Ronacher 2010-04-20 20:21:01 +0200
  • f6b9efc1e9 Added missing os import. Armin Ronacher 2010-04-20 20:03:03 +0200
  • 3053fcdb0d Make the example tests pass on Windows. Armin Ronacher 2010-04-20 20:01:00 +0200
  • af3b73f70d Tiny refactoring Armin Ronacher 2010-04-20 19:03:18 +0200
  • eae44e465b Typo in README florentx 2010-04-20 18:48:49 +0200
  • 75057bb411 Slightly faster _tojson_filter. florentx 2010-04-20 18:44:54 +0200
  • 3c821a0fa4 Fix typos and remove unused import. florentx 2010-04-20 18:40:58 +0200
  • 9f6bc93e4d Fixed XSS problem by escaping all slashes in JSON. Armin Ronacher 2010-04-20 15:12:16 +0200
  • 268302fc68 Changed link to license. Armin Ronacher 2010-04-20 14:22:34 +0200
  • 3a1e518657 Fixed typo and added AUTHORS file and license text to docs. Armin Ronacher 2010-04-20 13:29:54 +0200
  • 715f64d2af Some more documentation updates. Armin Ronacher 2010-04-20 13:01:10 +0200
  • 1404a85bc5 Fixed WTForms example. Armin Ronacher 2010-04-20 11:22:20 +0200
  • 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 +0200
  • a7ff9dbddd Proofreading the documentation Chris Edgemon 2010-04-19 23:25:51 -0500
  • 4ff9493e57 POST -> post in HTML Armin Ronacher 2010-04-20 01:37:51 +0200
  • 50a3313071 Fixed typo in form docs Armin Ronacher 2010-04-20 01:35:22 +0200
  • 06ec917dde Only escape backslashes if they follow "<" in JSON dumping for templates. Armin Ronacher 2010-04-19 23:54:38 +0200
  • 95750b3287 Documented some routing converter possibilities. Armin Ronacher 2010-04-19 23:49:02 +0200
  • 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 +0800
  • 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 +0800
  • 36f105c293 Removed possible bashism. source -> . Armin Ronacher 2010-04-19 18:56:12 +0200
  • ade490514d Fixed a security problem caused by changed simplejson semantics. Armin Ronacher 2010-04-19 18:51:04 +0200
  • 07e515b071 Leaving -> living .... Armin Ronacher 2010-04-19 17:05:24 +0200
  • 3d32017681 Added instructions about how to run the latest development version. Armin Ronacher 2010-04-19 17:03:08 +0200
  • f878919753 With -> with in headline Armin Ronacher 2010-04-19 16:01:14 +0200
  • a99e408bd1 Finished jQuery example documentation. Armin Ronacher 2010-04-19 15:59:16 +0200
  • 6e2be6a0b3 Added JSON Support and started working on jQuery docs Armin Ronacher 2010-04-19 15:39:07 +0200
  • c64a4e0bef Break up deployment docs into separate documents. Armin Ronacher 2010-04-19 11:23:44 +0200
  • a50a87c4ca ScriptName -> ScriptAlias Armin Ronacher 2010-04-19 10:37:10 +0200
  • 84899948be Corrected order of the tutorial Armin Ronacher 2010-04-19 02:45:44 +0200
  • 166f5ed254 Forgot to link the website. Armin Ronacher 2010-04-19 02:28:05 +0200
  • 56675b3bad Fixed indentation of an example. Armin Ronacher 2010-04-19 02:25:31 +0200
  • 976e792336 Added links for SQLAlchemy and WTForms. Armin Ronacher 2010-04-19 02:24:02 +0200
  • ce18d4575d Added WTForms documentation. Armin Ronacher 2010-04-19 02:22:59 +0200
  • 73a47a0db1 Removed unused stuff from minitwit and fixed a bug. Armin Ronacher 2010-04-18 23:42:11 +0200
  • 0770f5c637 Removed two unused imports. Armin Ronacher 2010-04-18 23:37:03 +0200
  • 3491465d55 No sudo for windows users. Armin Ronacher 2010-04-18 20:43:18 +0200
  • 100776147a Added troubleshooting section to the tutorial Armin Ronacher 2010-04-18 18:40:52 +0200
  • 94cf620914 Updated SQLAlchemy docs. Armin Ronacher 2010-04-18 18:29:55 +0200
  • 1309038936 updated README Armin Ronacher 2010-04-18 17:32:23 +0200
  • bf52a17902 Removed useless code Armin Ronacher 2010-04-18 16:29:41 +0200
  • 190059c8f0 Added support for macro pulling and documented certain design decisions. Armin Ronacher 2010-04-18 15:44:06 +0200
  • ab54924186 Fixed a font name. Armin Ronacher 2010-04-18 14:56:08 +0200
  • 63593d281b removed unused import Armin Ronacher 2010-04-18 14:39:27 +0200
  • 42a46ed09b Fixed homepage links Armin Ronacher 2010-04-18 13:58:48 +0200
  • 123a1ad019 Breaking docs up into smaller pieces Armin Ronacher 2010-04-18 13:35:40 +0200
  • 764b4e4f7d dirhtml > html for websites Armin Ronacher 2010-04-18 13:29:21 +0200
  • fdf4d79bdc Normalized line heights. Armin Ronacher 2010-04-18 13:19:57 +0200
  • 88ea383394 Less flashy color for highlights. Armin Ronacher 2010-04-18 13:17:21 +0200
  • bcf347fe8d New style for the documentation. Looks more like the website now. Armin Ronacher 2010-04-18 13:15:00 +0200
  • 42dd94b756 Fixed title. Armin Ronacher 2010-04-18 03:08:16 +0200
  • b4cd70d054 Updated website Armin Ronacher 2010-04-18 03:07:08 +0200
  • 325dfa2469 Larger fonts in the docs Armin Ronacher 2010-04-17 20:52:37 +0200
  • fe6c279df1 Synched tagline :) Armin Ronacher 2010-04-17 18:14:42 +0200
  • 0b9c2b5eb1 removed refactoring leftover Armin Ronacher 2010-04-17 14:32:52 +0200
  • 74862dcbca Added makefile target for website and doc updating. Armin Ronacher 2010-04-17 14:30:28 +0200
  • b9cae3564a Reordered deployment docs Armin Ronacher 2010-04-17 14:24:12 +0200
  • 5310fc3822 Session falls back to a dummy object now if secret_key is missing. Armin Ronacher 2010-04-17 14:10:47 +0200
  • 791cdb28f5 Fixed capitalization on website Armin Ronacher 2010-04-16 14:33:12 +0200
  • 9fbf9a062c head is 0.2-dev Armin Ronacher 2010-04-16 14:32:59 +0200
  • 8605cc310d ignore dist folder 0.1 Armin Ronacher 2010-04-16 14:25:24 +0200
  • 0bb8b4f9a1 Beefed up setup.py Armin Ronacher 2010-04-16 14:24:12 +0200
  • aae5de7301 -x on files Armin Ronacher 2010-04-16 14:20:02 +0200
  • f769e15fec Added website sources Armin Ronacher 2010-04-16 14:17:24 +0200
  • 855e7e9327 Added license file Armin Ronacher 2010-04-16 14:12:31 +0200
  • 5348eff445 fixed headers Armin Ronacher 2010-04-16 13:45:52 +0200
  • 6d556acb3f added coming soon to parts of the docs, linked scoped_session Armin Ronacher 2010-04-16 13:42:47 +0200
  • 7c9303b750 More typo fixes Armin Ronacher 2010-04-16 13:31:48 +0200
  • 6418551efb More typo fixes Armin Ronacher 2010-04-16 13:29:01 +0200
  • f54c4fd04f Fixed wording for circular imports Armin Ronacher 2010-04-16 13:15:44 +0200
  • 61d07b8be9 Added note about decorators to becomingbig. Armin Ronacher 2010-04-16 12:29:52 +0200
  • b608785801 Recentered README Armin Ronacher 2010-04-16 12:23:46 +0200
  • 26f86b1d49 Restructured documentation a bit. Armin Ronacher 2010-04-16 12:21:31 +0200
  • fb2d2e446b request_init -> before_request and request_shutdown -> after_request Armin Ronacher 2010-04-16 11:03:16 +0200
  • 7b5015010b Preserve the request context in debug mode. Armin Ronacher 2010-04-16 02:27:37 +0200
  • 40e0024d7b Added screenshot of the debugger to Flask docs. Flask now runs from the shell again. Armin Ronacher 2010-04-16 02:14:54 +0200
  • 6dd92ae4b3 Beefed up the tutorial Armin Ronacher 2010-04-16 02:03:45 +0200
  • 1246f4088a First part of the tutorial. Many explanations missing but it's a start. Armin Ronacher 2010-04-15 02:21:46 +0200
  • c4f5c2fb9a Fixed a typo Armin Ronacher 2010-04-14 17:09:34 +0200
  • 1d8432ebfd Can't believe I forgot that future import. Armin Ronacher 2010-04-14 17:08:38 +0200
  • fc94599285 Removed useless imports and added README Armin Ronacher 2010-04-14 16:47:53 +0200
  • c33675f025 Added mini blogging application as Flask example. Armin Ronacher 2010-04-14 16:44:29 +0200
  • 2d9bb69272 Flask now runs without the presence of pkg_resources as well. Armin Ronacher 2010-04-14 15:16:38 +0200