Commit Graph

122 Commits

Author SHA1 Message Date
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
3cc72c84af new migrations, this time with user and courseware split out 2012-02-01 19:47:43 -05:00
David Ormsbee
b9f770face remove outdated courseware migrations 2012-02-01 19:33:22 -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
Piotr Mitros
40efe3e7cb merge 2012-02-01 18:39:11 -05:00
Piotr Mitros
a3914cc1ac course.xml includes work 2012-02-01 18:18:45 -05:00
David Ormsbee
e27d9f41e1 warning message so people know they have to use migrations for model changes 2012-02-01 17:46:19 -05:00
David Ormsbee
bf0591631d fix migration to reflect the right table name for registration 2012-02-01 17:26:41 -05:00
David Ormsbee
167d2dd8fe adding debug logging to show how often we're opening problem files (35x for /profile) 2012-02-01 17:21:54 -05:00
David Ormsbee
4926701efb add migrations for initial courseware and adding indexes 2012-02-01 16:40:49 -05:00
David Ormsbee
2cd105ceef move local auth models into courseware, remove courseware migrations 2012-02-01 16:28:03 -05:00
David Ormsbee
b045108350 Add indexes to fields in courseware.StudentModule 2012-02-01 12:28:50 -05:00
Piotr Mitros
472a399667 STATIC_GRAB, starting to make course.xml ready for AB tests 2012-01-31 16:31:29 -05:00
Piotr Mitros
cf1b0a8655 Seq module makes nicer class types for Kyle's video styling 2012-01-30 17:44:02 -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
Piotr Mitros
cbd8a96431 Bug in last commit 2012-01-27 22:39:56 -05:00
Piotr Mitros
04a7be0ae7 Fixed e-mail in URLs.py, fixed 2 gjs bugs 2012-01-27 22:37:34 -05:00
Piotr Mitros
1268530f7a Preparing for stage 2012-01-27 22:09:47 -05:00
David Ormsbee
efdaa04742 convert more prints to logging 2012-01-27 10:57:36 -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
fb2f4b6c1a Incomplete file added to sync between computers 2012-01-25 13:59:45 -05:00
Piotr Mitros
5a5e65a918 Related bug fixed 2012-01-24 20:18:20 -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
8b4efadfd8 Profile page path issue 2012-01-24 14:54: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
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
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
29d23d1594 Accidentally left in a print 2012-01-21 18:50:51 -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
d410d8294a All elements in course file include IDs 2012-01-21 12:47:30 -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
591f902372 Content parser moved to lxml 2012-01-20 18:54:14 -05:00