florentx
|
dbe0df756b
|
Use setdefault() because it sets session.modified correctly.
|
15 years ago |
florentx
|
3eacc1d068
|
Use a tuple to store _flashes, and simplify the flask.Request class.
|
15 years ago |
florentx
|
f014ce29a7
|
Fix a doc oversight, and revert 5876a8fd .
|
15 years ago |
florentx
|
b6e7330539
|
Use setdefault() because it sets session.modified correctly.
|
15 years ago |
florentx
|
7cf5a9bf6e
|
Use a tuple to store _flashes, and simplify the flask.Request class.
|
15 years ago |
florentx
|
c0d3b6c371
|
Merge.
|
15 years ago |
florentx
|
9d340ad747
|
Fix a doc oversight, and revert 5876a8fd .
|
15 years ago |
cgrinds
|
5876a8fd96
|
Merge more upstream changes
|
15 years ago |
Armin Ronacher
|
9cf2ea2abc
|
Documented hostname change.
|
15 years ago |
Armin Ronacher
|
00f87f679c
|
flask uses 127.0.0.1 as host by default now. stupid chrome.
|
15 years ago |
Armin Ronacher
|
260b4dfe61
|
Added changelog, restructured docs a bit.
|
15 years ago |
Armin Ronacher
|
f6b9efc1e9
|
Added missing os import.
|
15 years ago |
Armin Ronacher
|
3053fcdb0d
|
Make the example tests pass on Windows.
Also updated the documentation regarding that.
|
15 years ago |
Armin Ronacher
|
af3b73f70d
|
Tiny refactoring
|
15 years ago |
florentx
|
eae44e465b
|
Typo in README
|
15 years ago |
florentx
|
75057bb411
|
Slightly faster _tojson_filter.
|
15 years ago |
florentx
|
3c821a0fa4
|
Fix typos and remove unused import.
|
15 years ago |
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.
|
15 years ago |
Armin Ronacher
|
268302fc68
|
Changed link to license.
|
15 years ago |
Armin Ronacher
|
3a1e518657
|
Fixed typo and added AUTHORS file and license text to docs.
|
15 years ago |
Armin Ronacher
|
715f64d2af
|
Some more documentation updates.
|
15 years ago |
Armin Ronacher
|
1404a85bc5
|
Fixed WTForms example.
|
15 years ago |
Armin Ronacher
|
9f0b2429d6
|
The testsuite skips JSON tests now is not available and runs the example
tests as well.
|
15 years ago |
Chris Edgemon
|
a7ff9dbddd
|
Proofreading the documentation
|
15 years ago |
Armin Ronacher
|
4ff9493e57
|
POST -> post in HTML
|
15 years ago |
Armin Ronacher
|
50a3313071
|
Fixed typo in form docs
|
15 years ago |
Armin Ronacher
|
06ec917dde
|
Only escape backslashes if they follow "<" in JSON dumping for
templates.
|
15 years ago |
Armin Ronacher
|
95750b3287
|
Documented some routing converter possibilities.
|
15 years ago |
cgrinds
|
5acc491c94
|
Refactored the @route decorator to use the new add_url_rule method.
Tagged add_url_rule with versionadded of 0.2
|
15 years ago |
unknown
|
3088a9371e
|
Make it easier to associate a rule, endpoint and view_function
This resolves http://github.com/mitsuhiko/flask/issues/issue/11
|
15 years ago |
Armin Ronacher
|
36f105c293
|
Removed possible bashism. source -> .
|
15 years ago |
Armin Ronacher
|
ade490514d
|
Fixed a security problem caused by changed simplejson semantics.
Notice: this was never in a release version of Flask.
|
15 years ago |
Armin Ronacher
|
07e515b071
|
Leaving -> living ....
|
15 years ago |
Armin Ronacher
|
3d32017681
|
Added instructions about how to run the latest development version.
|
15 years ago |
Armin Ronacher
|
f878919753
|
With -> with in headline
|
15 years ago |
Armin Ronacher
|
a99e408bd1
|
Finished jQuery example documentation.
|
15 years ago |
Armin Ronacher
|
6e2be6a0b3
|
Added JSON Support and started working on jQuery docs
|
15 years ago |
Armin Ronacher
|
c64a4e0bef
|
Break up deployment docs into separate documents.
|
15 years ago |
Armin Ronacher
|
a50a87c4ca
|
ScriptName -> ScriptAlias
|
15 years ago |
Armin Ronacher
|
84899948be
|
Corrected order of the tutorial
|
15 years ago |
Armin Ronacher
|
166f5ed254
|
Forgot to link the website.
|
15 years ago |
Armin Ronacher
|
56675b3bad
|
Fixed indentation of an example.
|
15 years ago |
Armin Ronacher
|
976e792336
|
Added links for SQLAlchemy and WTForms.
|
15 years ago |
Armin Ronacher
|
ce18d4575d
|
Added WTForms documentation.
|
15 years ago |
Armin Ronacher
|
73a47a0db1
|
Removed unused stuff from minitwit and fixed a bug.
|
15 years ago |
Armin Ronacher
|
0770f5c637
|
Removed two unused imports.
|
15 years ago |
Armin Ronacher
|
3491465d55
|
No sudo for windows users.
|
15 years ago |
Armin Ronacher
|
100776147a
|
Added troubleshooting section to the tutorial
|
15 years ago |
Armin Ronacher
|
94cf620914
|
Updated SQLAlchemy docs.
|
15 years ago |
Armin Ronacher
|
1309038936
|
updated README
|
15 years ago |