Commit graph

111 commits

Author SHA1 Message Date
Chris Edgemon
a7ff9dbddd Proofreading the documentation 2010-04-19 23:25:51 -05:00
Armin Ronacher
4ff9493e57 POST -> post in HTML 2010-04-20 01:37:51 +02:00
Armin Ronacher
50a3313071 Fixed typo in form docs 2010-04-20 01:35:22 +02:00
Armin Ronacher
06ec917dde Only escape backslashes if they follow "<" in JSON dumping for
templates.
2010-04-19 23:54:38 +02:00
Armin Ronacher
95750b3287 Documented some routing converter possibilities. 2010-04-19 23:49:02 +02:00
cgrinds
5acc491c94 Refactored the @route decorator to use the new add_url_rule method.
Tagged add_url_rule with versionadded of 0.2
2010-04-20 01:33:12 +08:00
unknown
3088a9371e Make it easier to associate a rule, endpoint and view_function
This resolves http://github.com/mitsuhiko/flask/issues/issue/11
2010-04-20 01:33:12 +08:00
Armin Ronacher
36f105c293 Removed possible bashism. source -> . 2010-04-19 18:56:12 +02:00
Armin Ronacher
ade490514d Fixed a security problem caused by changed simplejson semantics.
Notice: this was never in a release version of Flask.
2010-04-19 18:51:04 +02:00
Armin Ronacher
07e515b071 Leaving -> living .... 2010-04-19 17:05:24 +02:00
Armin Ronacher
3d32017681 Added instructions about how to run the latest development version. 2010-04-19 17:03:08 +02:00
Armin Ronacher
f878919753 With -> with in headline 2010-04-19 16:01:14 +02:00
Armin Ronacher
a99e408bd1 Finished jQuery example documentation. 2010-04-19 15:59:16 +02:00
Armin Ronacher
6e2be6a0b3 Added JSON Support and started working on jQuery docs 2010-04-19 15:39:07 +02:00
Armin Ronacher
c64a4e0bef Break up deployment docs into separate documents. 2010-04-19 11:23:44 +02:00
Armin Ronacher
a50a87c4ca ScriptName -> ScriptAlias 2010-04-19 10:37:10 +02:00
Armin Ronacher
84899948be Corrected order of the tutorial 2010-04-19 02:45:44 +02:00
Armin Ronacher
166f5ed254 Forgot to link the website. 2010-04-19 02:28:05 +02:00
Armin Ronacher
56675b3bad Fixed indentation of an example. 2010-04-19 02:25:31 +02:00
Armin Ronacher
976e792336 Added links for SQLAlchemy and WTForms. 2010-04-19 02:24:02 +02:00
Armin Ronacher
ce18d4575d Added WTForms documentation. 2010-04-19 02:22:59 +02:00
Armin Ronacher
73a47a0db1 Removed unused stuff from minitwit and fixed a bug. 2010-04-18 23:42:11 +02:00
Armin Ronacher
0770f5c637 Removed two unused imports. 2010-04-18 23:37:03 +02:00
Armin Ronacher
3491465d55 No sudo for windows users. 2010-04-18 20:43:18 +02:00
Armin Ronacher
100776147a Added troubleshooting section to the tutorial 2010-04-18 18:40:52 +02:00
Armin Ronacher
94cf620914 Updated SQLAlchemy docs. 2010-04-18 18:29:55 +02:00
Armin Ronacher
1309038936 updated README 2010-04-18 17:32:23 +02:00
Armin Ronacher
bf52a17902 Removed useless code 2010-04-18 16:29:41 +02:00
Armin Ronacher
190059c8f0 Added support for macro pulling and documented certain design decisions. 2010-04-18 15:44:06 +02:00
Armin Ronacher
ab54924186 Fixed a font name. 2010-04-18 14:56:08 +02:00
Armin Ronacher
63593d281b removed unused import 2010-04-18 14:39:27 +02:00
Armin Ronacher
42a46ed09b Fixed homepage links 2010-04-18 13:58:48 +02:00
Armin Ronacher
123a1ad019 Breaking docs up into smaller pieces 2010-04-18 13:35:40 +02:00
Armin Ronacher
764b4e4f7d dirhtml > html for websites 2010-04-18 13:29:21 +02:00
Armin Ronacher
fdf4d79bdc Normalized line heights. 2010-04-18 13:19:57 +02:00
Armin Ronacher
88ea383394 Less flashy color for highlights. 2010-04-18 13:17:21 +02:00
Armin Ronacher
bcf347fe8d New style for the documentation. Looks more like the website now. 2010-04-18 13:15:00 +02:00
Armin Ronacher
42dd94b756 Fixed title. 2010-04-18 03:08:16 +02:00
Armin Ronacher
b4cd70d054 Updated website 2010-04-18 03:07:08 +02:00
Armin Ronacher
325dfa2469 Larger fonts in the docs 2010-04-17 20:52:37 +02:00
Armin Ronacher
fe6c279df1 Synched tagline :) 2010-04-17 18:14:42 +02:00
Armin Ronacher
0b9c2b5eb1 removed refactoring leftover 2010-04-17 14:32:52 +02:00
Armin Ronacher
74862dcbca Added makefile target for website and doc updating. 2010-04-17 14:30:28 +02:00
Armin Ronacher
b9cae3564a Reordered deployment docs 2010-04-17 14:24:12 +02:00
Armin Ronacher
5310fc3822 Session falls back to a dummy object now if secret_key is missing.
This makes it possible to still read-only access the empty session but
requires the secret key to be set for write access.  The error message
raised explains that.  This closes #10.
2010-04-17 14:10:47 +02:00
Armin Ronacher
791cdb28f5 Fixed capitalization on website 2010-04-16 14:33:12 +02:00
Armin Ronacher
9fbf9a062c head is 0.2-dev 2010-04-16 14:32:59 +02:00
Armin Ronacher
8605cc310d ignore dist folder 2010-04-16 14:25:24 +02:00
Armin Ronacher
0bb8b4f9a1 Beefed up setup.py 2010-04-16 14:24:12 +02:00
Armin Ronacher
aae5de7301 -x on files 2010-04-16 14:20:02 +02:00