Commit Graph

30 Commits

Author SHA1 Message Date
Piotr Mitros
7bd509b7ed Beginning to merge new settings file
--HG--
branch : pmitros-dormsbee-settings2
rename : settings_new_askbot.py => settings.py
2012-02-20 11:29:12 -05:00
Piotr Mitros
c943065931 Merge with template view 2012-02-13 17:11:09 -05:00
Piotr Mitros
9ab2f59130 Removed debug print code for merge
--HG--
branch : pmitros-mod-template
2012-02-13 17:07:31 -05:00
Piotr Mitros
44e124c46f Removed file system hackery
--HG--
branch : pmitros-mod-template
2012-02-13 17:06:16 -05:00
Piotr Mitros
126c1f982c Removed extra print statement 2012-02-13 13:10:14 -05:00
Piotr Mitros
cc28d828b0 Added template_module.py, which I omitted a few commits ago
--HG--
branch : pmitros-mod-template
2012-02-11 18:00:12 -05:00
Piotr Mitros
33013a0b15 Test cases, basic framework for moving id tags out of content_parser
--HG--
branch : pmitros-mod-template
2012-02-11 15:07:15 -05:00
Piotr Mitros
b274c2e26c Added basic test case
--HG--
branch : pmitros-mod-template
2012-02-11 09:31:03 -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
8480ccd120 Course sanity check 2012-02-05 23:42:44 -05:00
Piotr Mitros
0f848e52ac title to name 2012-02-05 19:51:22 -05:00
Piotr Mitros
80d8da6021 Semantic title 2012-02-05 18:20:17 -05:00
Bridger Maxwell
985211a3de Showing due dates and section types on profile page. 2012-02-04 12:45:31 -05:00
Bridger Maxwell
db57dc30eb Changed due date to be display_due_date and close_date. Controlled with due and graceperiod attributes 2012-02-04 11:53:30 -05:00
Piotr Mitros
a9e3922047 HTML module looks in html directory in data 2012-02-03 14:07:23 -05:00
Bridger Maxwell
9b38e8c548 Merged profile graphs into default.
--HG--
branch : profiledev
2012-02-02 17:52:43 -05:00
Piotr Mitros
cf1b0a8655 Seq module makes nicer class types for Kyle's video styling 2012-01-30 17:44:02 -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
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
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
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