Piotr Mitros
|
c8f261efc7
|
Work-around for not finding XML for sections in section files. Note: Requires data push
|
2012-03-09 20:20:02 -05:00 |
|
Piotr Mitros
|
cc13aef05a
|
Check on user authenticated in AJAX
|
2012-03-04 14:21:52 -05:00 |
|
Piotr Mitros
|
f27c16c87a
|
Missed another spot
|
2012-03-04 14:09:14 -05:00 |
|
Piotr Mitros
|
d1276e9af7
|
Missed a spot
|
2012-03-04 14:06:08 -05:00 |
|
David Ormsbee
|
d60d689611
|
Merge performance fixes, and rename StudentModule.get_from_cache to get_with_caching
|
2012-02-29 18:28:18 -05:00 |
|
David Ormsbee
|
6ad93db8ce
|
ug fixes to StudentModel caching. Added cache-update on db-update because we do POST/GET pairings for submitting answers and checking them.
--HG--
branch : dormsbee_performance
|
2012-02-24 14:32:32 -05:00 |
|
Piotr Mitros
|
ec4538ac65
|
Untested patch to eliminate AJAX DB writes
--HG--
branch : pmitros_cut_writes
|
2012-02-22 21:06:41 -05:00 |
|
Piotr Mitros
|
93011db4e3
|
Staff can see problem XML
|
2012-02-16 14:55:27 -05:00 |
|
Piotr Mitros
|
6e9c320a5a
|
Major bug -- using obsolete ID type in modx_render. Minor bug -- profile page broken
|
2012-02-13 18:05:23 -05:00 |
|
Piotr Mitros
|
cbc020785a
|
Semi-generic registration mechanism for modules. Still need to clean up references in content_parser
--HG--
branch : pmitros-mod-template
|
2012-02-11 08:20:43 -05:00 |
|
Piotr Mitros
|
39011ce011
|
Book module works
--HG--
branch : pmitros-mod-template
|
2012-02-11 00:01:19 -05:00 |
|
Piotr Mitros
|
a9f94da8ea
|
Error in conversion from !=None to simpler format
|
2012-02-03 22:52:31 -05:00 |
|
Bridger Maxwell
|
9b38e8c548
|
Merged profile graphs into default.
--HG--
branch : profiledev
|
2012-02-02 17:52:43 -05:00 |
|
David Ormsbee
|
7e1d23308c
|
yet another rename, from auth -> user -> student
--HG--
rename : user/__init__.py => student/__init__.py
rename : user/migrations/0001_initial.py => student/migrations/0001_initial.py
rename : user/migrations/0002_text_to_varchar_and_indexes.py => student/migrations/0002_text_to_varchar_and_indexes.py
rename : user/migrations/__init__.py => student/migrations/__init__.py
rename : user/models.py => student/models.py
rename : user/tests.py => student/tests.py
rename : user/views.py => student/views.py
|
2012-02-02 14:31:42 -05:00 |
|
David Ormsbee
|
72c45e8bbb
|
Move UserProfile and Registration out of courseware and into a renamed auth (now user)
--HG--
rename : auth/__init__.py => user/__init__.py
rename : auth/tests.py => user/tests.py
rename : auth/views.py => user/views.py
|
2012-02-01 19:32:18 -05:00 |
|
David Ormsbee
|
2cd105ceef
|
move local auth models into courseware, remove courseware migrations
|
2012-02-01 16:28:03 -05:00 |
|
Bridger Maxwell
|
9ba59fe3a4
|
Working on adding up graded scores for sections.
--HG--
branch : profiledev
|
2012-01-30 13:30:39 -05:00 |
|
Bridger Maxwell
|
c6d2ea6afb
|
Merge with default branch
--HG--
branch : profiledev
|
2012-01-30 12:39:51 -05:00 |
|
Piotr Mitros
|
b86ba908da
|
Forked django middleware and moved it into the project. We'd like better django integration
|
2012-01-29 07:46:41 -05:00 |
|
Piotr Mitros
|
8125180edc
|
Major number of minor cleanups. Fixed from e-mail, import order, ==None, etc.
|
2012-01-28 12:10:56 -05:00 |
|
Bridger Maxwell
|
c3a6ad2f8c
|
Module ids are unique even across module types. Fix bugs where other fields were being used for an id.
--HG--
branch : profiledev
|
2012-01-27 16:12:56 -05:00 |
|
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 |
|