Commit Graph

64 Commits

Author SHA1 Message Date
Bridger Maxwell
2c634d35cd Merge 2012-02-17 00:40:27 -05:00
Bridger Maxwell
3a515bfdf8 Merged in profilecleanup 2012-02-15 14:26:47 -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
Bridger Maxwell
a8c32923dc Rotated the profile graph labels, so the all fit
--HG--
branch : bridger-dev
2012-02-10 15:57:57 -05:00
Bridger Maxwell
1b6f058851 Added bar on progress graph to show overall grade.
--HG--
branch : bridger-dev
2012-02-10 12:18:08 -05:00
Bridger Maxwell
fd7f229ae1 Cleaning up profile to output better lists
--HG--
branch : mitx-profilecleanup
2012-02-09 14:55:20 -05:00
Bridger Maxwell
a18b19601d Fixed python 2.6 incompatibility 2012-02-04 15:02:38 -05:00
Bridger Maxwell
985211a3de Showing due dates and section types on profile page. 2012-02-04 12:45:31 -05:00
Piotr Mitros
f894353f4e No cache of courseware. This caused lots of issues 2012-02-03 23:01:26 -05:00
Piotr Mitros
6332fd78dd Fixed CSRF issue most likely introduced by move from Django templates 2012-02-03 21:23:05 -05:00
Bridger Maxwell
81e1a8dc12 Changed case discrepency between course.xml and profile page 2012-02-03 17:34:11 -05:00
Bridger Maxwell
2e91a1d7c3 Removed debug code that put in a score for midterm and final. 2012-02-03 17:21:31 -05:00
Bridger Maxwell
0d699f2895 Added links from profile to courseware. Updated names in urls to accomodate. 2012-02-03 17:05:34 -05:00
Bridger Maxwell
9b38e8c548 Merged profile graphs into default.
--HG--
branch : profiledev
2012-02-02 17:52:43 -05:00
Bridger Maxwell
25f17eac21 Graph tweaks.
--HG--
branch : profiledev
2012-02-02 16:08:58 -05:00
Bridger Maxwell
00b1bad38f Got grade overview graph drawing
--HG--
branch : profiledev
2012-02-02 14:32:44 -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
Bridger Maxwell
5a752dffe2 Got a basic, working graph of the scores
--HG--
branch : profiledev
2012-02-01 21:04:04 -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
8712197df0 Simple graphing of homework and lab scores
--HG--
branch : profiledev
2012-02-01 14:32:43 -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
David Ormsbee
a7e746d332 Merge 2012-01-26 12:36:11 -05:00
David Ormsbee
63cb53c919 Move logging config, add tracking info to console, remove logging tests. 2012-01-25 16:30:32 -05:00
Piotr Mitros
5a5e65a918 Related bug fixed 2012-01-24 20:18:20 -05:00
Piotr Mitros
8b4efadfd8 Profile page path issue 2012-01-24 14:54:52 -05:00
Piotr Mitros
f3eb22e0e9 working on import issues 2012-01-23 23:24:30 -05:00
Piotr Mitros
150fbc80bb Fully qualified path in import. Attempting to debug staging problem 2012-01-23 22:57:56 -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
98e9d96cc9 Fixed revert 2012-01-23 18:46:21 -05:00
David Ormsbee
28bc63f108 added logging setup for settings_new_askbot.py 2012-01-23 18:27:25 -05:00
David Ormsbee
dda9290889 Simple logging so we can test loggers on staging. 2012-01-23 16:34:17 -05:00
David Ormsbee
b8087c10f9 rearrange imports 2012-01-23 13:29:12 -05:00
Piotr Mitros
11f3012214 Bug fix in profile page 2012-01-23 12:20:25 -05:00
Piotr Mitros
29d23d1594 Accidentally left in a print 2012-01-21 18:50:51 -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
714167322e course_file now includes parsing. 2012-01-21 12:36:52 -05:00
Piotr Mitros
829e890a6e Very minor cleanups 2012-01-21 12:24:17 -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
8539b9264f Profile page uses lxml 2012-01-21 09:20:24 -05:00
Piotr Mitros
5b7a59bc58 Staging page works 2012-01-13 07:26:53 -05:00
Piotr Mitros
e8d99f28ec GET -> POST 2012-01-02 08:00:11 -05:00
Piotr Mitros
1dad5caef9 Basic support for per-user courseware in place 2011-12-20 19:43:53 -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