David Baumgold
|
d97921e6e2
|
Convert Studio JS to use require.js
|
2013-10-04 13:43:50 -04:00 |
|
Jay Zoldak
|
c8949b99d1
|
Disable pylint violation E0611 when importing assert_* methods from nose.tools
Cleaned up files with muliline imports
Cleaned up files that do not use these imports
Misread comment
|
2013-08-27 16:21:33 -04:00 |
|
ichuang
|
0d938d3940
|
Merge branch 'master' of github.com:edx/edx-platform into feature/ichuang/import-with-no-static
Conflicts:
lms/djangoapps/courseware/tests/test_module_render.py
|
2013-08-20 23:40:09 -04:00 |
|
ichuang
|
95952bd693
|
add tests of static_asset_path and importing with no static;
fix (again) static_replace to work with static_asset_path
|
2013-08-20 23:30:26 -04:00 |
|
ichuang
|
220ec522a1
|
Merge branch 'master' of github.com:edx/edx-platform into feature/ichuang/import-with-no-static
Conflicts:
common/djangoapps/static_replace/__init__.py
common/djangoapps/xmodule_modifiers.py
lms/djangoapps/courseware/courses.py
lms/djangoapps/courseware/module_render.py
|
2013-08-19 08:24:35 -04:00 |
|
Chris Dodge
|
033f922ec0
|
add a try catch around the staticstorage lookup, which can throw an exception
|
2013-08-17 10:33:59 -04:00 |
|
Chris Dodge
|
5298f54f4c
|
fix tests
|
2013-08-15 22:58:02 -04:00 |
|
Chris Dodge
|
cff93d324b
|
WIP
|
2013-08-15 22:58:02 -04:00 |
|
Chris Dodge
|
82988972ad
|
WIP: added a get_modulestore_type. Added some unit tests. changed over the isinstance() with respect to modulestores to use this get_modulestore_type()
|
2013-08-15 22:58:02 -04:00 |
|
ichuang
|
a5bb971c9b
|
add static_asset_path metadata to course, and honor its use in link rewriting
|
2013-08-12 20:26:20 +00:00 |
|
Chris Dodge
|
565564a46e
|
add input/output information in doc strings
|
2013-07-23 12:15:56 -04:00 |
|
Chris Dodge
|
1c79b9c874
|
add a /jump_to_id/ shortcut for producing more durable links between courseware in Studio
|
2013-07-23 12:10:49 -04:00 |
|
Chris Dodge
|
c23c5cc3d9
|
add comments
|
2013-03-07 16:12:21 -05:00 |
|
Chris Dodge
|
891bddcdf9
|
need to support link references to static content that is in the code base (e.g. module's .js/.css)
|
2013-03-07 14:28:09 -05:00 |
|
Victor Shnayder
|
3ccb33c8b3
|
Simplify, make it actually work.
- regexp was too complicated, didn't work
|
2013-02-11 17:50:13 -05:00 |
|
Victor Shnayder
|
2dcdeff4b6
|
Make replace_static_urls leave alone urls that have '?raw' at the end
- needed for GWT'ed modules that rely on the filename to find dependencies
|
2013-02-11 17:07:15 -05:00 |
|
Calen Pennington
|
2b637fe511
|
Fix loads of local static files when running in dev mode
|
2013-02-07 10:13:53 -05:00 |
|
Victor Shnayder
|
92eb88d464
|
Merge pull request #1444 from MITx/feature/cale/dev-staticfiles
Make local dev work by trying checking staticfiles_storage for both the ...
|
2013-02-06 14:02:04 -08:00 |
|
Calen Pennington
|
cfae1cdf62
|
Pep8 autofixes
|
2013-02-06 11:13:50 -05:00 |
|
Calen Pennington
|
2302b40022
|
Fix static_replace tests
|
2013-02-06 10:33:36 -05:00 |
|
Calen Pennington
|
96eb16cd72
|
Make local dev work by trying checking staticfiles_storage for both the course_prefixed and non-course_prefixed urls
|
2013-02-06 10:08:20 -05:00 |
|
Calen Pennington
|
0350d15e29
|
Make static_replace fall back to data_directory prefix, if it doesn't find the file anywhere else
|
2013-02-05 11:06:46 -05:00 |
|
Calen Pennington
|
90107fa88f
|
Import cache function correctly
|
2013-02-05 11:06:46 -05:00 |
|
Calen Pennington
|
10f8dbfa46
|
Handle options passed to clear_collectstatic_cache
|
2013-02-05 11:06:46 -05:00 |
|
Calen Pennington
|
ae5d3cbc57
|
Add admin command to flush the staticfiles cache
|
2013-02-05 11:06:46 -05:00 |
|
Calen Pennington
|
8592db92bf
|
Add more tests of static_replace
|
2013-02-05 11:06:46 -05:00 |
|
Calen Pennington
|
f1f2bd8fd2
|
Start adding tests for static replacement
|
2013-02-05 11:06:46 -05:00 |
|