1548293821
dogfood.views: for edx4edx problems about edX problems
ichuang
2012-05-27 20:10:23 -04:00
8bbff1107f
courseware.views - updated quickedit to allow calls from dogfood
ichuang
2012-05-27 20:08:33 -04:00
41a539ed1f
html_module should render_to_string from namespace "course", not "main"
ichuang
2012-05-27 20:07:38 -04:00
6ad4a4f740
add textbox input type to customresponse
ichuang
2012-05-27 20:05:19 -04:00
213b53fcc2
fixed script evaluation in capa_problem: don't parse javascript or perl, and use "context" for both global and local frames
ichuang
2012-05-27 20:04:20 -04:00
6c8abf63d1
created dogfood template (for capa_problem)
ichuang
2012-05-27 20:03:46 -04:00
cdf6c87bb8
Exclude things during .deb packaging correctly, so that we don't have a bunch of build detritus left over. FPM still leaves the empty directories, unfortunately
Calen Pennington
2012-05-25 12:50:21 -04:00
1b5a9bc547
Moving the 'id' prefix back into content_parser where it exists
Calen Pennington
2012-05-25 11:04:05 -04:00
dea0d28ace
Url encode memcache keys, rather than writing a new encoding scheme. Also use fasthash, rather than md5
Calen Pennington
2012-05-25 10:52:04 -04:00
88ff84dd2e
Use a key function that is safe for use w/ memcache
Calen Pennington
2012-05-25 09:30:04 -04:00
f632db0e9d
Use the coffee, sass, and yui-compressior binaries that are on the current path
Calen Pennington
2012-05-24 15:11:38 -04:00
4bea0f986e
Merge pull request #64 from MITx/asset-pipeline
David Ormsbee
2012-05-24 09:08:10 -07:00
3fdb117d71
Use the correct command to get the directory name when running collectstatic
Calen Pennington
2012-05-24 11:34:12 -04:00
06e06c81ad
Mark the collectstatic alias as executable
Calen Pennington
2012-05-24 11:22:23 -04:00
25e01799bb
Add a script to doing the collectstatic run during apt configuration
Calen Pennington
2012-05-24 10:56:26 -04:00
1e9e8847d3
Split the pipeline_mako templates from the namespace used by actual django-pipeline django templates
Calen Pennington
2012-05-24 10:28:41 -04:00
29f565dd6e
Modular refactor: Input types register in SimpleInput with decorator
Piotr Mitros
2012-05-20 13:38:02 -04:00
cd67ec8fc1
Modular refactor: Input types look more like x_module
Piotr Mitros
2012-05-20 13:31:37 -04:00
fe4f7bb2e3
Compress sass and js, except in dev environments
Calen Pennington
2012-05-18 17:00:43 -04:00
d2ec58c06e
Don't pipeline in dev environment, which means that there is no need to run collectstatic either. Hooray\!
Calen Pennington
2012-05-18 15:37:57 -04:00
6b15303d89
Make collectstatic compile .coffee files, and preserve the askbot workflow using guard
Calen Pennington
2012-05-18 15:10:10 -04:00
a2eb8fcada
Delete settings.py in favor of envs/*.py, and add a rake task to run a dev server locally from those settings
Calen Pennington
2012-05-18 11:59:08 -04:00
d0172d5d28
Correctly use the regex replacement function to substitute all urls in a particular chunk of text
Calen Pennington
2012-05-18 11:26:42 -04:00
da64a16c23
cleaned up cruft in mathjax_include.html
ichuang
2012-05-17 22:54:38 -04:00
a76248251a
fix quickedit (request.user_is_staff is not a function); small edit to problem.html to show quickedit when settings.QUICKEDIT is True. add mathjax_include.html because that is needed by quickedit.html
ichuang
2012-05-17 22:48:39 -04:00
22c75cf748
make courseware/capa/util.py contextualize_text return gracefully if text = None
ichuang
2012-05-17 22:39:20 -04:00
5e8fbcdc8d
fix multicourse; fix bug in I4xSystem - self.filestore not set when filestore not None. mitxhome.html now properly automatically lists all courses given in settings.COURSE_SETTINGS. mitxhome now served from multicourse.views. optioninput.html was missing; fixed. cleaned up access to request.session for coursename in courseware/views.py
ichuang
2012-05-17 22:29:45 -04:00
b8b9928a09
Merge pull request #54 from MITx/pmitros/removing-fs-refs-pull
David Ormsbee
2012-05-17 14:24:41 -07:00
71f864b517
Merge pull request #55 from MITx/rl-comments
Reda Lemeden
2012-05-17 13:57:13 -07:00
d6fbda39b4
Added comments to Askbot stylesheets
Reda Lemeden
2012-05-17 16:34:01 -04:00
ba8fb95d72
added fix for lists in updates
Kyle Fiedler
2012-05-17 16:47:28 -04:00