Commit graph

729 commits

Author SHA1 Message Date
Armin Ronacher
fb1482d3bb Bump version number to 0.7 2011-06-28 14:36:52 +02:00
Armin Ronacher
97c54fd484 Correct release date 2011-06-28 14:36:49 +02:00
Armin Ronacher
22d468e190 Less annoying gender neutral forms 2011-06-28 14:34:07 +02:00
Armin Ronacher
d3b0edbcf9 Merge branch 'master' into blueprints 2011-06-28 14:30:21 +02:00
Armin Ronacher
b62d76ae06 Merge branch 'blueprints' of github.com:mitsuhiko/flask into blueprints 2011-06-28 14:28:49 +02:00
Armin Ronacher
81433cec29 Added changelog entry 2011-06-28 14:26:12 +02:00
Armin Ronacher
b36d7b3288 Added class based view documentation 2011-06-28 14:24:54 +02:00
Armin Ronacher
775caf726d Improved cbv and added tests 2011-06-28 14:24:37 +02:00
Armin Ronacher
dcf21989dc Added class based views 2011-06-28 12:45:49 +02:00
Ron DuPlain
3cecdb3966 Merge pull request #259 from SimonSapin/docs-fix
Fix a link in the changelog.
2011-06-27 15:59:22 -07:00
Ron DuPlain
7e6c70a133 Add teardown request decorators to blueprints. 2011-06-27 09:23:31 -04:00
Armin Ronacher
1c8097b35a Updated Python 3 section 2011-06-27 09:43:51 +02:00
Armin Ronacher
ccd5ced70e Chop of ports for session cookies. This fixes #253 2011-06-27 09:40:45 +02:00
Armin Ronacher
4e47ea9105 Merge branch 'master' into blueprints 2011-06-27 09:30:39 +02:00
Armin Ronacher
1e7577578f Expanded url_for docstring for blueprints 2011-06-27 09:30:27 +02:00
Armin Ronacher
ea7a172077 Test that dotted names work. This fixes #258 2011-06-27 09:20:50 +02:00
Simon Sapin
1c47d8a5f6 Fix a link in the changelog. 2011-06-27 08:21:09 +02:00
Armin Ronacher
c5340b1ec4 Merge pull request #257 from jfinkels/master
Pronoun gender fixes in documentation
2011-06-26 22:58:10 -07:00
Jeffrey Finkelstein
12761bd02c fixed pronoun gender in documentation 2011-06-26 21:43:48 -04:00
Armin Ronacher
85efa3f895 Updated upgrade script to no longer change url_for that don't need to be changed 2011-06-27 01:04:18 +02:00
Armin Ronacher
874079bffe It's still dev :) 2011-06-27 00:45:31 +02:00
Armin Ronacher
8232aaebaf Merge branch 'master' into blueprints 2011-06-27 00:35:38 +02:00
Armin Ronacher
bffe97bb50 Added version bumping 2011-06-27 00:34:15 +02:00
Armin Ronacher
3d146548c7 Added release script 2011-06-27 00:31:24 +02:00
Armin Ronacher
ab6bac111c Made it theoretically possible to hook into request matching 2011-06-26 21:34:27 +02:00
Ron DuPlain
8e928a2fcb Document Werkzeug's run_simple for dispatch, #225. 2011-06-25 14:11:53 -04:00
Armin Ronacher
2d946b96a1 Merge branch 'master' into blueprints 2011-06-25 12:26:13 +02:00
Armin Ronacher
0e98a08097 Provide ways to override the url rule 2011-06-25 12:26:07 +02:00
Armin Ronacher
26e748cdd3 Merge branch 'master' of github.com:mitsuhiko/flask 2011-06-25 12:24:38 +02:00
Armin Ronacher
46ecc57b7c Merge pull request #237 from SimonSapin/master
A fix for send_file with unicode filenames.
2011-06-24 07:30:56 -07:00
Ron DuPlain
239d9ccf57 Remove extreview .rst in favor of website listing. 2011-06-23 08:42:27 -04:00
Ron DuPlain
63a3cea69b Merge pull request #250 from wilsaj/master
Deploying with Fabric fabfile bugfix
2011-06-21 08:12:44 -07:00
wilsaj
c40937e7bf Bug fix in the documentation for Deploying with Fabric: as of Fabric 1.0, in the local() function capture=False by default, so it must be explicitly set to capture=True so it returns a python string (http://docs.fabfile.org/en/1.0.1/api/core/operations.html#fabric.operations.local) 2011-06-21 10:05:26 -05:00
Peter Manser
e6b9f509ba Improving documentation for loading jQuery. Now using Google CDN with fallback to local jQuery. 2011-06-20 23:51:30 +02:00
Armin Ronacher
3add9c5fc2 Merge branch 'master' into blueprints 2011-06-20 08:44:02 +02:00
Armin Ronacher
04f2bbcb15 Updated JSON docs 2011-06-20 08:27:23 +02:00
Armin Ronacher
d38c61f42a More modules -> blueprints 2011-06-17 21:58:03 +02:00
Armin Ronacher
7e55b5084d Mention the TESTING flag in the docs 2011-06-17 21:53:11 +02:00
Armin Ronacher
d62e277dfe Added pattern for url processors because the API documentation itself might not reveal much. 2011-06-17 21:33:31 +02:00
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