Commit graph

209 commits

Author SHA1 Message Date
Armin Ronacher
6be090f363 Added missing file. 2010-05-04 12:07:28 +02:00
Armin Ronacher
2167d2b23b Added separate picture for edit-snippet. 2010-05-04 12:06:11 +02:00
Armin Ronacher
0eb51c1797 Enable unicode for database communication. 2010-05-03 18:49:59 +02:00
Armin Ronacher
1d2a1b0050 Do not require the title 2010-05-03 13:59:20 +02:00
Armin Ronacher
7ba6922529 Moved relations for nicer code. 2010-05-03 13:05:42 +02:00
Armin Ronacher
44988d079c Would be good if i remember my own apis. 2010-05-03 13:04:36 +02:00
Armin Ronacher
12bf959b1a Properly close db sessions. 2010-05-03 13:03:44 +02:00
Armin Ronacher
9cc86c7b0e Added colon 2010-05-03 12:49:37 +02:00
Armin Ronacher
7f82ce553d Improved snippets category view. 2010-05-03 12:48:43 +02:00
Armin Ronacher
7487946a78 Fixed a bug on the website that caused the category to get lost on
preview.
2010-05-03 12:29:52 +02:00
Armin Ronacher
5edebdabd0 Added style for select boxes 2010-05-03 11:47:31 +02:00
Armin Ronacher
63cb27afb8 Refactored config a bit 2010-05-03 11:28:21 +02:00
Armin Ronacher
0ab7a9cb67 Added snippet database to the website. 2010-05-03 11:20:52 +02:00
Armin Ronacher
a81cf3a67c Added some openid code. 2010-05-02 19:07:42 +02:00
Armin Ronacher
904fe68d51 Converted app into a package 2010-05-02 16:52:15 +02:00
Armin Ronacher
ef7818e10e Updated website to support a snippet archive. 2010-05-02 16:34:12 +02:00
Armin Ronacher
9224212d49 Higher margins for the website. 2010-04-25 17:38:49 +02:00
Armin Ronacher
8316afa2be Added documentation links. 2010-04-25 17:12:57 +02:00
Armin Ronacher
aa3d193949 Fixed typo 2010-04-21 21:09:47 +02:00
Armin Ronacher
2228ddc80a Smaller fonts on the 404 page 2010-04-21 21:08:38 +02:00
Armin Ronacher
eb07ffe01e Changed link title 2010-04-21 20:30:05 +02:00
Armin Ronacher
a335741b1f Added trailing slashes for consistency with docs. 2010-04-21 18:55:05 +02:00
Armin Ronacher
a0c1928762 Added website as example 2010-04-21 18:49:42 +02:00
Armin Ronacher
2292dc0de7 Fine tuned stylesheet. 2010-04-21 18:46:45 +02:00
Armin Ronacher
3898cb8100 Added readme for website branch 2010-04-21 18:13:17 +02:00
Armin Ronacher
cdb17c55b3 Moved website into separate branch 2010-04-21 18:07:08 +02:00
Armin Ronacher
e7811186e2 zine -> flask 2010-04-21 18:04:46 +02:00
Armin Ronacher
ca2d32a700 New website; with mailinglist archives. 2010-04-21 17:44:16 +02:00
Armin Ronacher
7e8019565f Added florentx to the AUTHORS file 2010-04-21 10:37:05 +02:00
florentx
dbe0df756b Use setdefault() because it sets session.modified correctly. 2010-04-21 16:36:20 +08:00
florentx
3eacc1d068 Use a tuple to store _flashes, and simplify the flask.Request class. 2010-04-21 16:36:19 +08:00
florentx
f014ce29a7 Fix a doc oversight, and revert 5876a8fd. 2010-04-21 16:36:19 +08:00
cgrinds
5876a8fd96 Merge more upstream changes 2010-04-21 03:59:21 +08:00
Armin Ronacher
9cf2ea2abc Documented hostname change. 2010-04-20 21:45:36 +02:00
Armin Ronacher
00f87f679c flask uses 127.0.0.1 as host by default now. stupid chrome. 2010-04-20 21:44:52 +02:00
Armin Ronacher
260b4dfe61 Added changelog, restructured docs a bit. 2010-04-20 20:21:01 +02:00
Armin Ronacher
f6b9efc1e9 Added missing os import. 2010-04-20 20:03:03 +02:00
Armin Ronacher
3053fcdb0d Make the example tests pass on Windows.
Also updated the documentation regarding that.
2010-04-20 20:01:00 +02:00
Armin Ronacher
af3b73f70d Tiny refactoring 2010-04-20 19:03:18 +02:00
florentx
eae44e465b Typo in README 2010-04-20 18:48:49 +02:00
florentx
75057bb411 Slightly faster _tojson_filter. 2010-04-20 18:44:54 +02:00
florentx
3c821a0fa4 Fix typos and remove unused import. 2010-04-20 18:40:58 +02:00
Armin Ronacher
9f6bc93e4d Fixed XSS problem by escaping all slashes in JSON.
This also probes simplejson first to figure out if it escapes slashes
which it did in earlier versions.
2010-04-20 15:12:16 +02:00
Armin Ronacher
268302fc68 Changed link to license. 2010-04-20 14:22:34 +02:00
Armin Ronacher
3a1e518657 Fixed typo and added AUTHORS file and license text to docs. 2010-04-20 13:29:54 +02:00
Armin Ronacher
715f64d2af Some more documentation updates. 2010-04-20 13:01:10 +02:00
Armin Ronacher
1404a85bc5 Fixed WTForms example. 2010-04-20 11:22:20 +02:00
Armin Ronacher
9f0b2429d6 The testsuite skips JSON tests now is not available and runs the example
tests as well.
2010-04-20 10:51:36 +02:00
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