Victor Shnayder
|
298954fc01
|
Clean up customtag handling
* load the template at descriptor init
* make it export inline, not as a pointer
* update import/export test to do export to initial directory
|
2012-08-09 13:32:57 -04:00 |
|
Victor Shnayder
|
9867dceca5
|
Load templates at descriptor load
* instead of being lazy
|
2012-08-09 10:47:08 -04:00 |
|
Bridger Maxwell
|
eb58f7c37c
|
Changed to more specific import of xmodule.util.decorators.
|
2012-08-07 18:32:53 -04:00 |
|
Bridger Maxwell
|
1f34cf33fa
|
Speed improvements by making the mako rendering in CustomTagModule lazy.
|
2012-08-07 16:01:42 -04:00 |
|
Bridger Maxwell
|
f872e41d1d
|
Added descriptor to xmodule init. Now xmodules have pointer to their descriptor.
|
2012-08-07 13:43:30 -04:00 |
|
Victor Shnayder
|
ea26c25cb4
|
add back-compat code to customtag
* apparently 6002x is using the impl-as-child structure already.
|
2012-08-01 16:33:28 -04:00 |
|
Victor Shnayder
|
740c9b7df1
|
fixed docstring for customtag
|
2012-08-01 11:48:18 -04:00 |
|
Victor Shnayder
|
9461148b6e
|
make customtag take impl as attribute rather than child
|
2012-07-27 16:08:22 -04:00 |
|
Calen Pennington
|
dbfcd78c88
|
Get custom_tag templates using system.filestore so that they work in multicourse
|
2012-07-10 10:46:18 -04:00 |
|
Calen Pennington
|
a0f550396c
|
Make xmodule fit the typical python installation setup
|
2012-07-02 13:19:27 -04:00 |
|