James Saryerwinnie
8d1546f8e6
Reword the docs for writing a flask extension
...
There was a minor bug in the example extension that's
been fixed.
I also updated the description of the fixed code accordingly, and
expanded on the usage of _request_ctx_stack.top for adding data
that should be accesible to view functions.
I verified that the existing code as is works as expected.
13 years ago
awsum
20a3281209
Update docs/patterns/wtforms.rst
13 years ago
Andrew Ash
fc7fe62846
Update docs/errorhandling.rst
13 years ago
Ron DuPlain
04bb720d38
Fix Blueprint example with template_folder, #403 .
13 years ago
Ron DuPlain
e070ede050
Use "." not "source" for shell sourcing.
...
Shell portability from mitsuhiko.
13 years ago
Kenneth Reitz
5e848176e5
typos and fixes
13 years ago
Kenneth Reitz
60f7e3a7b4
vent and no more .
13 years ago
Kenneth Reitz
73a8595335
vent and no more .
13 years ago
Kenneth Reitz
4a75198f36
pip and distribute installation
13 years ago
Ron DuPlain
69e7a0a2a0
Move debugger details into a new section, #343 .
13 years ago
Ron DuPlain
dfd3ef6d54
Add cookie size limit note to sessions section.
...
Result of discussion with jujule_ on #pocoo irc.
13 years ago
Ron DuPlain
5a1bef4429
Demonstrate in docs how to use registered filters.
...
Requested by @plaes on #pocoo irc.
13 years ago
Ron DuPlain
8ef2ca99b9
Reword context processors for functions.
13 years ago
Priit Laes
d33f9990c8
Document context processors' variable functions
13 years ago
FND
4aebc267bc
Hyphenate "class-based"
...
makes it more readable
13 years ago
Ron DuPlain
5cb50a46ee
Fix Message Flashing doc, from SwashBuckla #pocoo.
...
Provide a full example as promised in the doc.
13 years ago
Ron DuPlain
36f3184396
Automate .mobi generation of docs, #388 .
13 years ago
Ron DuPlain
92dbe3153a
Export .epub with docs, #388 .
13 years ago
FND
76c1a1f722
fixed spelling of "instantiate"
...
while the interwebs suggest "instanciate" might be a valid spelling, it
seems quite uncommon and potentially irritating (to pedants like myself)
13 years ago
Ron DuPlain
c93ea5551c
Keep flashed message examples in one place.
13 years ago
Steven Osborn
fa069f94de
Allow category filtering in get_flashed_messages to allow rending categories in separate html blocks
13 years ago
Ron DuPlain
ed40eacf42
Add tiny doc touchups.
13 years ago
Ori Livneh
df19ee95bd
more editorial work
13 years ago
Ori Livneh
593b003b5c
tweak to one sentence
13 years ago
Ori Livneh
c34a87033f
tweaks to style and structure
13 years ago
Ori Livneh
1a9e082a76
tweaks to style
13 years ago
Ori Livneh
e5161a773e
commas after introductory phrases
13 years ago
awsum
d620ea7ea2
Update docs/api.rst a bit to reflect code.
13 years ago
Sundar Raman
94692607e6
Documentation on how to use external debuggers like eclipse/aptana
13 years ago
Priit Laes
d18868bd17
Add simple decorator example
...
Github issue #358
13 years ago
awsum
d50a0b4955
typo fix
13 years ago
Armin Ronacher
b6625ec193
Fixed a wrong example in the view docs. This fixes #374
13 years ago
Armin Ronacher
065afe53a6
Improved doc exaples. This fixes #370 and #371 .
13 years ago
FND
7ccca13bbd
Fixed various stylistic issues in documentation
13 years ago
Armin Ronacher
a9726c43ac
Updated mod_wsgi docs to reference the sys.path hackery
13 years ago
Armin Ronacher
4fe80c05c6
Not yet stable? Bollocks
13 years ago
Craig Dennis
75050d4bc5
Simple documentation corrections, mostly typos.
13 years ago
Jim Rollenhagen
e345a3afb5
Fix string format error while we're in here.
13 years ago
Jim Rollenhagen
51e4a58a85
Fix flask issue #338
...
Give POST its own url_rule to avoid TypeError.
13 years ago
Cory Li
e4d9ccd6ec
Changing instance_root to instance_path
13 years ago
Ross Lawley
11c9bf2943
Api fix status_code => status
13 years ago
Armin Ronacher
174f32250e
Mention that people subscribe with **extra.
13 years ago
Armin Ronacher
230e136f32
Subscribe to signals with extra kwargs in the docs
13 years ago
kracekumar
b115b38dbe
Added PasswordField in docs/patterns/wtforms.rst
13 years ago
Armin Ronacher
396c4bdcc0
Fixed a typo. "Does not" of course
13 years ago
Armin Ronacher
363d9ed10d
More doc typo fixes
13 years ago
Armin Ronacher
6dccf77546
PERMANENT_SESSION_LIFETIME can now be an integer. This fixes #310
13 years ago
Armin Ronacher
6d0b3264c2
Mention localhost:5000 being pointless in the docs. It already says that down on the page but not on the key
13 years ago
Armin Ronacher
83b1da8df8
Inserted verb
13 years ago
Armin Ronacher
142c9c391b
Fixed typos in copy/pasted text
13 years ago