1128 Commits (7e4b705b3c7124bc5bdd4051705488d8bb31eb5b)
 

Author SHA1 Message Date
Armin Ronacher 6dec92dde9 Merge pull request #333 from kracekumar/master 13 years ago
kracekumar b115b38dbe Added PasswordField in docs/patterns/wtforms.rst 13 years ago
Armin Ronacher a9f68dd4c7 Merge branch '0.8-maintenance' 13 years ago
Armin Ronacher 1759d8e4d8 Added support for anchor link generation. 13 years ago
Armin Ronacher b51fbdc8e0 Removed a newline 13 years ago
Armin Ronacher d04c9a61e3 Merge branch '0.8-maintenance' 13 years ago
Armin Ronacher 0dd9dc37b6 Fixed an issue with an unused module for Python 2.5 (flask.session) 13 years ago
Armin Ronacher 766522cb58 Prepare for an 0.8.1 release 13 years ago
Armin Ronacher 3765cc2e9e This is 0.9-dev 13 years ago
Armin Ronacher d5e10e4685 Bump version number to 0.8 13 years ago
Armin Ronacher 585ff1db3d This will be Rakija 13 years ago
Armin Ronacher 04b90f5ad4 Parentheses are for Python3 13 years ago
Armin Ronacher 95c4dcb4d5 Refactored flask.ext process to not swallow exceptions on weird Pythons. 13 years ago
Armin Ronacher f01b654ac4 total_seconds -> seconds for 2.6 and earlier 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 8da8a21b69 Moved the conversion thing into the ConfigAttribute. 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
Armin Ronacher df1dd57045 Cleaned up url routing common docs. This fixes #279 13 years ago
Armin Ronacher 32cdb7298f Merge branch 'master' of github.com:mitsuhiko/flask 13 years ago
Armin Ronacher c6316132b1 Context preserving is now part of Flask and not the test client. This fixes #326 13 years ago
Armin Ronacher d2eefe25e7 app.name shall be __main__ for console apps 13 years ago
Ron DuPlain 436d24ee66 Merge pull request #327 from SimonSapin/patch-2 13 years ago
Simon Sapin b8ef7360eb Add to sys.path, not sys.path_info 13 years ago
Armin Ronacher 56afafae67 Do not break extension tests if tested with installed extensions. 13 years ago
Armin Ronacher d4d75701bc Added ext to the packages 13 years ago
Armin Ronacher 0c75be1172 Whitespace normalize 13 years ago
Armin Ronacher 9691b7f0bf Deal with partially setup packages in the redirect hook. 13 years ago
Armin Ronacher ee9b401632 Added a comment on who the is_important_traceback seems to work. It's only speculation 13 years ago
Armin Ronacher 9a70e62b8d No longer swallow important import errors. 13 years ago
Armin Ronacher 4573715195 Reworded before 0.8 ext docs. 13 years ago
Armin Ronacher 54875e9317 Direct passthrough is counter productive 13 years ago
Armin Ronacher 81b4271fa6 Merge branch 'master' of github.com:mitsuhiko/flask 13 years ago
Armin Ronacher 2b8ea40cd6 import -> activate 13 years ago
Armin Ronacher 7997bae5bb Explicitly activate compat module 13 years ago
Ron DuPlain 90884a78fb Cross-reference debug docs in run docstring. 13 years ago
Simon Sapin 907c24e6ff Document the debug param for Flask.run, it is not part of **options given to run_simple. 13 years ago
Ron DuPlain 899f8cdf51 Merge pull request #322 from jperras/patch-1 13 years ago
Priit Laes d4d6cc8401 Clean up auditing command 13 years ago
Armin Ronacher 9c82840f52 Added more tests for the import hook 13 years ago
Armin Ronacher 933d203828 Started extensions introduction document 13 years ago
Armin Ronacher e94416704d Added the flaskext_compat module to support flask.ext in 0.7 and earlier. 13 years ago
Armin Ronacher 0719ad5f4f Documented new import system for extensions 13 years ago
Armin Ronacher 1e6c5f0975 Documented flask.ext. 13 years ago
Armin Ronacher 8840973a33 Fixed a cross reference in the docs. 13 years ago
Armin Ronacher 9df2aefd7f Do not set dotted attributes on flask.ext 13 years ago
Armin Ronacher e8020e2c5c Added comment to the importer wiping. 13 years ago