Commit graph

5190 commits

Author SHA1 Message Date
Armin Ronacher
86175054d6 More docstrings for blueprints. 2011-06-17 20:27:25 +02:00
Armin Ronacher
dbb9a2ed46 Added note on templates not being updated 2011-06-17 03:45:19 +02:00
Armin Ronacher
5ca333e9b7 Merge branch 'blueprints' of github.com:mitsuhiko/flask into blueprints 2011-06-17 03:42:49 +02:00
Armin Ronacher
0fcbe0a478 render_template calls no longer need changing for blueprints. They need new paths though :( 2011-06-17 03:42:11 +02:00
Armin Ronacher
37fab78887 Added a migrated moduleapp as blueprint app 2011-06-17 03:39:49 +02:00
Armin Ronacher
e17e74d3a7 Started work on testcases for blueprints 2011-06-17 03:29:40 +02:00
Armin Ronacher
dbfa04ece6 Removed old module documentation and added some new for blueprints. 2011-06-17 03:29:31 +02:00
Armin Ronacher
62d91d67f3 More documentation updates 2011-06-17 02:45:57 +02:00
Armin Ronacher
abe1378cae Chnaged a bunch of behavior in blueprints for it to be more flexible. Improved backwards compat. 2011-06-16 23:55:49 +02:00
Armin Ronacher
59a92ebd71 Updated blueprint documentation 2011-06-16 23:52:50 +02:00
Ron DuPlain
65f9bc7b22 Touch up (tiny) doc as requested by emiel, #244. 2011-06-16 10:28:51 -04:00
Kenneth Reitz
87234fb2f8 fixed typo 2011-06-15 23:31:48 -07:00
Ron DuPlain
207006f4c3 Touch up and integrate docs on deploying Flask. 2011-06-10 12:15:50 -04:00
Merlin
5127b8bd26 Added initial uwsgi deployment documentation for nginx; updated nginx URL in fastcgi deployment docs; added uwsgi to deployment index 2011-06-10 12:15:42 -04:00
Ron DuPlain
3d6e3e48ad Replace 'module' with 'blueprint' in docstrings. 2011-06-08 10:59:32 -04:00
Ron DuPlain
0313c8b24a Expand documentation on blueprints. 2011-06-08 10:37:33 -04:00
Ron DuPlain
20bf8edcf4 Rename teardown example to avoid confusion. 2011-06-08 10:36:31 -04:00
Armin Ronacher
2647bec408 Added a minimal blueprint example 2011-06-08 16:22:17 +02:00
Armin Ronacher
3b313b1da9 Merge branch 'master' into blueprints 2011-06-08 14:02:14 +02:00
Ron DuPlain
311c244f2e Approve Flask-Login. 2011-06-07 20:45:26 -04:00
Armin Ronacher
bfd67764fb Started documentation for blueprints 2011-06-07 15:32:44 +02:00
Armin Ronacher
b4ffa4d9ac Allow name to be specified as the first parameter but with an explict name. 2011-06-06 10:10:10 +02:00
Armin Ronacher
c9cd6084c2 More upgrade notes for blueprints 2011-06-05 16:33:54 +02:00
Armin Ronacher
207a7908e8 Note for windows users on the upgrade script 2011-06-05 16:26:18 +02:00
Armin Ronacher
60bd620947 Warning about deprecation warnings not showing 2011-06-05 16:22:44 +02:00
Armin Ronacher
99bb902cc3 Error handler deprecation 2011-06-05 16:21:31 +02:00
Armin Ronacher
6094c8536b Usage for the script 2011-06-05 16:16:13 +02:00
Armin Ronacher
9770054dee Started documenting the upgrade script 2011-06-05 16:11:17 +02:00
Armin Ronacher
aa863efd92 Don't scan the whole file contents for template detection 2011-06-05 16:00:19 +02:00
Armin Ronacher
17d1ade6b9 Alternative names for app 2011-06-05 14:37:57 +02:00
Armin Ronacher
10104e98cf app.modules -> app.blueprints 2011-06-05 14:37:33 +02:00
Armin Ronacher
a05f47059b Merge branch 'master' into blueprints 2011-06-05 14:33:29 +02:00
Armin Ronacher
cbfacd8962 Added disclaimer 2011-06-05 14:32:33 +02:00
Armin Ronacher
670d2bcf7a Added test project I use for testing 2011-06-05 14:31:33 +02:00
Armin Ronacher
6d072f00ad Better control over template rendering calls 2011-06-05 14:31:17 +02:00
Armin Ronacher
479e242afc Direct rewrites are unnecessary, constructor calls are enough 2011-06-05 13:53:40 +02:00
Armin Ronacher
5e91b0c352 Import and some usage rewriting. 2011-06-05 13:52:40 +02:00
Armin Ronacher
6dae36f94d Started work on an upgrade script for blueprints 2011-06-05 13:19:28 +02:00
Ron DuPlain
cb604e39bb Approve Frozen-Flask. 2011-06-05 04:38:24 -04:00
Armin Ronacher
1f31ec4bea Added documentation in update document for new error handling 2011-06-05 10:32:00 +02:00
Armin Ronacher
f5ec9952de Added blueprint specific error handling 2011-06-05 10:27:15 +02:00
Armin Ronacher
aaa24fc05a Merge branch 'master' into blueprints 2011-06-05 09:12:41 +02:00
Simon Sapin
0baa4800d6 Merge branch 'master' of https://github.com/mitsuhiko/flask 2011-06-02 23:29:31 +02:00
Ron DuPlain
c7ff139481 Merge pull request #238 from SimonSapin/doc-SERVER_NAME-fix
Clarify in docs that the SERVER_NAME config can also take a port number.
2011-05-30 12:45:07 -07:00
Simon Sapin
9beee51b0b Clarify in docs that the SERVER_NAME config can also take a port number. 2011-05-30 21:39:12 +02:00
Simon Sapin
8017febac4 Don't fail for unicode filenames with send_file(add_etags=True) 2011-05-30 15:06:32 +02:00
Armin Ronacher
db28217574 Fixed a bug, view_args not values 2011-05-29 20:05:39 +02:00
Armin Ronacher
4d6cd1a390 URL building should work in theory 2011-05-29 19:56:16 +02:00
Armin Ronacher
5da1fc2215 Started work on URL value preprocessors 2011-05-29 19:52:10 +02:00
Armin Ronacher
f7e71b518f Register most stuff only once 2011-05-29 18:55:06 +02:00