Piotr Mitros
|
fd8b1e50c2
|
Staging new Askbot, some work on completion framework
|
2012-01-26 14:26:44 -05:00 |
|
Piotr Mitros
|
d0c8722da4
|
Revert reversed. Database insert vs. update bug fixed
|
2012-01-24 20:16:06 -05:00 |
|
Piotr Mitros
|
98efb8c005
|
Tab type missing in list of modules
|
2012-01-24 15:42:52 -05:00 |
|
Piotr Mitros
|
7971a02832
|
Previous change introduced a bug where Django's ORM would insert instead of update. Momentary revert.
|
2012-01-24 13:58:02 -05:00 |
|
Piotr Mitros
|
acafd3f66c
|
Nasty bug fixes in when we can render. Need to apply to vertical too
|
2012-01-23 23:38:02 -05:00 |
|
Piotr Mitros
|
f3eb22e0e9
|
working on import issues
|
2012-01-23 23:24:30 -05:00 |
|
Piotr Mitros
|
4442754a86
|
Redundant DB queries eliminated. We're at about 5 hits per sequence w/o Askbot, and 10 with
|
2012-01-23 22:02:36 -05:00 |
|
Piotr Mitros
|
ef1c465d5e
|
Video module set up to store last location. Several bug fixes too.
|
2012-01-23 09:15:59 -05:00 |
|
Piotr Mitros
|
d989621bff
|
Series remembers last spot
|
2012-01-21 23:52:46 -05:00 |
|
Piotr Mitros
|
ba2c03357c
|
All modules moved into new OO framework
|
2012-01-21 18:46:34 -05:00 |
|
Piotr Mitros
|
16ab1bb564
|
Vertical Module is now an x_module
|
2012-01-21 15:25:25 -05:00 |
|
Piotr Mitros
|
837e87e177
|
Modules moved into their own directory
--HG--
rename : courseware/capa_module.py => courseware/modules/capa_module.py
rename : courseware/html_module.py => courseware/modules/html_module.py
rename : courseware/schematic_module.py => courseware/modules/schematic_module.py
rename : courseware/video_module.py => courseware/modules/video_module.py
rename : courseware/x_module.py => courseware/modules/x_module.py
|
2012-01-21 13:21:50 -05:00 |
|
Piotr Mitros
|
1ec3209d05
|
Moved courseware from minidom to lxml2. Appears to work, but big change. may still have bugs.
|
2012-01-21 12:12:00 -05:00 |
|
Piotr Mitros
|
4e75a04ffa
|
Problem tracking appears to work
|
2012-01-18 14:17:06 -05:00 |
|
Ernie Park
|
3aa5df6a14
|
Piotr added comments
|
2012-01-09 14:28:46 -05:00 |
|
Piotr Mitros
|
ccc2a93b0a
|
Destroy JS more-or-less works. Still some bugs
|
2012-01-05 15:04:28 -05:00 |
|
Piotr Mitros
|
e8d99f28ec
|
GET -> POST
|
2012-01-02 08:00:11 -05:00 |
|
Piotr Mitros
|
a7b5433c36
|
Minor cleanups. Javascript only called once. Hidden sections now work
|
2011-12-27 19:35:40 -05:00 |
|
Piotr Mitros
|
e21b9191ae
|
Replaced libxml2 with lxml.etree
|
2011-12-27 19:17:40 -05:00 |
|
Piotr Mitros
|
5dab18fe44
|
About to fix correct_map. Working save point
|
2011-12-26 19:34:45 -05:00 |
|
Piotr Mitros
|
ce85762f48
|
Bug fix. Had a few things as class variables instead of instance variables that were leaving profile in an inconsistent state.
|
2011-12-22 06:58:29 -05:00 |
|
Piotr Mitros
|
43743df49c
|
UI Cleanup. Much nicer now
|
2011-12-21 21:21:08 -05:00 |
|
Piotr Mitros
|
1dad5caef9
|
Basic support for per-user courseware in place
|
2011-12-20 19:43:53 -05:00 |
|
Piotr Mitros
|
9ac4ac8a12
|
Minor layout fixes, basic schematic entry support, XPath for XML
|
2011-12-20 19:17:18 -05:00 |
|
Piotr Mitros
|
cf84d5c182
|
Tabs _appear_ to work, but no internet
|
2011-12-16 18:07:54 -05:00 |
|
Piotr Mitros
|
4566cf0a1a
|
Due dates and number of submissions work
|
2011-12-16 17:22:23 -05:00 |
|
Piotr Mitros
|
07454b82b2
|
Factored out a couple of modules
--HG--
rename : courseware/static/schematic.js => courseware/static/js/schematic.js
|
2011-12-16 15:51:10 -05:00 |
|