Commit Graph

66833 Commits

Author SHA1 Message Date
John Jarvis
a385dc4d2e added install.txt, updated env script for better error handling 2012-05-31 14:34:50 -04:00
Piotr Mitros
97c6a26c2b Merge master 2012-05-31 13:47:50 -04:00
Piotr Mitros
34dc32e5aa Unstable state; need to merge from master 2012-05-31 13:44:45 -04:00
pmitros
585e4c8d52 Merge pull request #68 from MITx/enable-enrollment
Add enrollment link back to main page for development purposes, until we...
2012-05-31 10:43:21 -07:00
Calen Pennington
6eb2914043 Merge pull request #40 from MITx/courseware_module
Courseware module rewrite
2012-05-31 10:32:22 -07:00
Prem Sichanugrist
92971127b3 Minor code style and assets fix
* Change looping code style in seq_module
* Clone and keep the latest version of jasmine-jquery locally
* Use django-pipeline asset tags
2012-05-31 13:24:25 -04:00
Prem Sichanugrist
0baa6293b5 Fix some failing spec after sequence module change 2012-05-31 13:24:25 -04:00
Prem Sichanugrist
6d83534863 Fix bug on flashing speed selector 2012-05-31 13:24:25 -04:00
Prem Sichanugrist
89194892e6 Move CoffeeScripts to asset pipeline 2012-05-31 13:24:25 -04:00
Prem Sichanugrist
60094a1772 Add test coverage for JavaScript 2012-05-31 13:24:25 -04:00
Prem Sichanugrist
b1daa59cea Refactor video caption to use binary search 2012-05-31 13:24:25 -04:00
Prem Sichanugrist
8a87a4ba8b Make staff problem histogram work again 2012-05-31 13:24:25 -04:00
Prem Sichanugrist
4298c920b8 Make show answer button toggleable 2012-05-31 13:24:25 -04:00
Prem Sichanugrist
fc4d4c8295 Fix section convention and code highlight 2012-05-31 13:24:24 -04:00
Prem Sichanugrist
5eac6ffa1d Refactor Problem from changes upstream 2012-05-31 13:24:24 -04:00
Prem Sichanugrist
2bc68c0f25 Add path prefix to all AJAX requests
This will handle the case where the site was deployed under a
path prefix.
2012-05-31 13:24:24 -04:00
Prem Sichanugrist
80ba9bd0ff Remove unused init_js and destroy_js 2012-05-31 13:24:24 -04:00
Prem Sichanugrist
d393a503e6 Remove unused JavaScript on the page bottom 2012-05-31 13:24:24 -04:00
Prem Sichanugrist
59b453488a Rewrite Tab module, refactor Sequence module 2012-05-31 13:24:24 -04:00
Prem Sichanugrist
1abe15d4d9 Rewrite Problem module 2012-05-31 13:24:24 -04:00
Prem Sichanugrist
8e7bf4c182 Fix broken test case 2012-05-31 13:24:24 -04:00
Prem Sichanugrist
afde79da33 Fix the broken caption select 2012-05-31 13:24:24 -04:00
Prem Sichanugrist
823843cd2f Make sure video is working in sequence module 2012-05-31 13:24:23 -04:00
Prem Sichanugrist
b0149541a3 Preserve window.postJSON for now 2012-05-31 13:24:23 -04:00
Prem Sichanugrist
dfb05bbb01 Refactor and removed unused code 2012-05-31 13:24:23 -04:00
Prem Sichanugrist
e58674f220 Rebuild controls in JavaScript to reduce bandwidth 2012-05-31 13:24:23 -04:00
Prem Sichanugrist
80c97c6592 Refactor module loading using class detection 2012-05-31 13:24:23 -04:00
Prem Sichanugrist
8624927fc4 Rewritten video module 2012-05-31 13:24:23 -04:00
Prem Sichanugrist
0b26609846 Rewrite Sequence module to use unobtrusive JS 2012-05-31 13:24:23 -04:00
Calen Pennington
f467134fc5 Don't fail post-install configuration if gunicorn won't stop 2012-05-31 11:59:14 -04:00
John Jarvis
26ce972cea adding brew-formulas, updating dev env script 2012-05-31 11:39:55 -04:00
John Jarvis
908e9c0427 no longer redirecting STDOUT when running the brew installer 2012-05-31 10:41:45 -04:00
Calen Pennington
9fdbdd3b73 Merge pull request #71 from MITx/pmitros/modular-refactor
Pmitros/modular refactor
2012-05-30 13:31:44 -07:00
Kyle Fiedler
a7cace4da9 Added fix for closing the courseware sidebar 2012-05-30 16:00:17 -04:00
Calen Pennington
b3f0281130 Merge pull request #69 from MITx/update_dependencies
Update requirement dependencies
2012-05-30 12:56:33 -07:00
Kyle Fiedler
ff3d474d4d Added highlihgts to the inputs for problems made check / save buttons a little bigger and gave the next / prev buttons in the sequnce nav hovers 2012-05-30 14:40:07 -04:00
Prem Sichanugrist
e46426b196 Update requirement dependencies
* Make sure we're installing django-pipeline from our fork
* Bump rake to 0.9.2.2, as 0.8.3 is already outdated.
2012-05-30 14:22:36 -04:00
Kyle Fiedler
4b22520fb0 some minor touches for the ui making rounded courners work throughout the site and changing around the wiki help bar 2012-05-30 11:43:45 -04:00
John Jarvis
d011ab99ad added root user check 2012-05-30 11:43:33 -04:00
ichuang
3d925f29ee new "jumpto": go directly to a specific problem. changes made to
urls, courseware.{views,module_render}, comments added to seq_module
2012-05-29 23:32:02 -04:00
ichuang
b8a3fc04ca partial attempt to fix codemirror js chrome bug, with patch to
problem.js (commented out)
2012-05-29 23:23:22 -04:00
ichuang
27f5826e34 content_parser: use logging for errors 2012-05-29 23:22:10 -04:00
ichuang
bb37f2019b capa_problem: convert print of errors into log.* 2012-05-29 23:21:22 -04:00
ichuang
485c279de1 add imageinput to main.html (which still has the django-pipeline sass problem workaround) 2012-05-29 17:58:58 -04:00
ichuang
6c66afb7b1 try cm.refresh in textbox.html to fix codemirror bug with chrome 2012-05-29 17:55:13 -04:00
ichuang
cc02962eb4 add @ensure_csrf_token to courseware.views.index 2012-05-29 17:54:45 -04:00
ichuang
fdca527bf1 Merge branch 'dogfood' of github.com:MITx/mitx into dogfood 2012-05-29 17:08:27 -04:00
ichuang
5994ef4cdb green pointer image for imageinput 2012-05-29 17:08:12 -04:00
ichuang
87cda4c282 make imageinput work with dogfood, fix typo in responsetypes.imageresponse 2012-05-29 17:06:15 -04:00
Calen Pennington
45715e9280 Add setting for inplace compiles in versions of django-pipeline that support it 2012-05-29 15:57:27 -04:00