Commit graph

20 commits

Author SHA1 Message Date
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
7a08331ac0 Latest iteration of the blueprint code. Far from being done 2011-05-29 15:54:58 +02:00
mvantellingen
b0ca7e5af1 Implement the endpoint decorator. This allows you to easily map views to endpoints when using the werkzeug routing.
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
2011-01-24 13:49:11 +01:00
Daniel Gerber
9ae4eba986 fix subdomain for static rule on registering module
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
2011-01-08 00:51:16 +01:00
Heungsub Lee
6fca662c84 Fix the 108th issue. 2010-08-20 17:09:19 +08:00
jgraeme
549af62290 Fix some typos in the docstrings 2010-08-03 18:07:41 +08:00
Armin Ronacher
7680d52f42 Added support for subdomain bound modules 2010-07-23 13:29:21 +01:00
Armin Ronacher
f5b8c08284 endpoint is optional for modules. This fixes #86 2010-07-15 14:35:02 +02:00
florentx
16e4d5a655 Various typos. 2010-07-07 02:09:07 +08:00
Armin Ronacher
77743a5f15 Some documentation improvements 2010-07-06 12:33:39 +02:00
Armin Ronacher
df3f8940c3 Added separate module for testing 2010-07-05 10:31:18 +02:00
Armin Ronacher
ac13deff40 Re-added support for folder with static files, refactored static file sending 2010-07-05 10:23:35 +02:00
Armin Ronacher
f1cde5bbfc Added more versionadded directives 2010-07-04 20:11:54 +02:00
Armin Ronacher
51a89bf35e Restored 2.5 compatibility and actual fix for the json problem 2010-07-04 20:07:03 +02:00
Armin Ronacher
d67a36cbdb Added a testcase for the improved module support 2010-07-04 14:12:29 +02:00
Armin Ronacher
a38dcd5e2b Added support for loading templates from modules 2010-07-04 13:42:00 +02:00
Armin Ronacher
15012af700 Refactored static folder registration 2010-07-04 12:48:37 +02:00
Armin Ronacher
4f8ee8f129 Added missing comments, fixed setup.py and made tests pass 2010-07-04 11:35:20 +02:00
Justin Quick
c4f64c1c47 working import layout for module 2010-07-02 15:10:32 -04:00
Justin Quick
d0dc89ea80 in with the new. i have the bits in places where i think they should be, now i just need to work on the import scheme layout 2010-07-02 14:20:58 -04:00