Calen Pennington
|
24f85bf202
|
Merge pull request #340 from MITx/kimth/lms-coderesponse
Kimth/lms coderesponse
|
2012-08-06 12:17:15 -07:00 |
|
ichuang
|
9805ed8962
|
cleanup syntax, split long if into two lines
|
2012-08-06 14:37:17 -04:00 |
|
ichuang
|
8a1747770a
|
redirect to course_about page if hit internal course page unregistered for
|
2012-08-06 14:30:53 -04:00 |
|
ichuang
|
b1ddff838c
|
add comment about course start date logic
|
2012-08-06 14:23:55 -04:00 |
|
ichuang
|
6f894c816c
|
use jquery for error msg in course_about
|
2012-08-06 14:19:45 -04:00 |
|
ichuang
|
871ed954be
|
ACCESS_REQUIRE_STAFF_FOR_COURSE default False in lms.envs.dev
|
2012-08-06 14:16:11 -04:00 |
|
ichuang
|
3484f5382c
|
isinstance instead of type
|
2012-08-06 14:10:00 -04:00 |
|
kimth
|
6c875206bc
|
Simplify file submission front end
|
2012-08-06 12:44:19 -04:00 |
|
ichuang
|
7607444286
|
fix bug: course staff group based on dir_name, not course number
|
2012-08-05 23:26:31 -04:00 |
|
ichuang
|
0347eb498c
|
add MITX_FEATURES flags to enable textbook and discussion,
and modify course_navigation correspondingly
|
2012-08-05 20:24:00 -04:00 |
|
ichuang
|
190f1f8f89
|
tracking_log template
|
2012-08-05 16:35:32 -04:00 |
|
ichuang
|
c42960c172
|
add feature ENABLE_SQL_TRACKING_LOGS and url view /event_logs
|
2012-08-05 16:32:58 -04:00 |
|
ichuang
|
9db88b0b52
|
fix comment in dev.py
|
2012-08-04 21:13:43 -04:00 |
|
ichuang
|
7fe75030cc
|
fix staff edit link in module content display (goes to github)
|
2012-08-04 17:52:14 -04:00 |
|
ichuang
|
b8ae026c29
|
fail gracefully if course.xml missing metadata in course_staff_group_name
|
2012-08-04 11:16:47 -04:00 |
|
ichuang
|
d50af5765e
|
make university profile pages also use get_courses_by_university
|
2012-08-04 11:03:54 -04:00 |
|
ichuang
|
fb7b48e10a
|
minor - have migrate also show user when debugging
|
2012-08-04 10:28:05 -04:00 |
|
ichuang
|
3f83904c12
|
if AUTH_REQUIRE_STAFF_FOR_COURSE then course list = those accessible
|
2012-08-04 10:19:54 -04:00 |
|
ichuang
|
c20ebd13c4
|
in course_about.html make "You are registered..." a link to course
|
2012-08-04 08:22:06 -04:00 |
|
ichuang
|
9de6e28180
|
limit course reload to localhost or user.is_staff
|
2012-08-03 22:52:48 -04:00 |
|
ichuang
|
10f53d62e3
|
migration views - see modulestore contents, and force reload of course
|
2012-08-03 22:38:33 -04:00 |
|
ichuang
|
30922fb449
|
add ACCESS_REQUIRE_STAFF_FOR_COURSE feature for enrollment check
|
2012-08-03 21:39:23 -04:00 |
|
ichuang
|
f1ba26b007
|
require login and enrollment in course to be able to view its courseware
|
2012-08-03 20:36:17 -04:00 |
|
ichuang
|
84ed806f0d
|
start on lms migration path: view for loaded modules, and reload method
|
2012-08-03 20:20:35 -04:00 |
|
Calen Pennington
|
9b322f68b4
|
Merge pull request #337 from MITx/feature/victor/use-url-names
Feature/victor/use url names
|
2012-08-03 13:23:31 -07:00 |
|
Calen Pennington
|
b1494da02c
|
Merge pull request #330 from MITx/ExternalAuth
External auth
|
2012-08-03 13:18:55 -07:00 |
|
kimth
|
c25eded4fc
|
Move xqueue_interface to lib/capa
|
2012-08-03 15:32:02 -04:00 |
|
kimth
|
af22761778
|
modx_dispatch doesn't need xqueue_interface
|
2012-08-03 15:27:39 -04:00 |
|
Victor Shnayder
|
94e24c1626
|
Leftover name->url_name fixes
|
2012-08-03 14:45:43 -04:00 |
|
kimth
|
7a9489a9b8
|
modx_dispatch combines file and non-file submission into single answer dict
|
2012-08-03 13:53:31 -04:00 |
|
Victor Shnayder
|
0b2069c619
|
make clean_xml script work with stringified errors
|
2012-08-03 11:53:35 -04:00 |
|
kimth
|
1be3057d3c
|
xqueue interface in LMS not responsible for S3 upload
|
2012-08-03 11:49:20 -04:00 |
|
Victor Shnayder
|
b46172da9b
|
Rename module.name and descriptor.name to url_name
* update templates and code references
* also a display_name property that defaults to cleaned url_name
|
2012-08-03 11:36:54 -04:00 |
|
kimth
|
f023dc6e26
|
xqueue_interface generates hashkeys
|
2012-08-03 10:10:06 -04:00 |
|
kimth
|
fbed664d4f
|
Auth saved as dict rather than tuple
|
2012-08-03 09:39:18 -04:00 |
|
kimth
|
3d8ee671b3
|
Adjust comments
|
2012-08-03 09:34:47 -04:00 |
|
kimth
|
843f8ae9c3
|
Basic uploads to S3
|
2012-08-02 21:51:36 -04:00 |
|
kimth
|
3b3482b394
|
Skeleton for S3 upload by LMS
|
2012-08-02 20:43:09 -04:00 |
|
kimth
|
35a461d917
|
Empty file inputs insert empty string as their submission in ajax; LMS reacts accordingly
|
2012-08-02 20:22:33 -04:00 |
|
kimth
|
ea36eef6e0
|
modx_dispatch uses copied variable rather than source
|
2012-08-02 19:38:33 -04:00 |
|
kimth
|
236c3dc576
|
modx_dispatch handles new/old problem_check ajax
|
2012-08-02 19:34:33 -04:00 |
|
kimth
|
988136c401
|
LMS must login before submitting to xqueue
|
2012-08-02 18:34:14 -04:00 |
|
kimth
|
d2db4134cd
|
CodeResponse does basic error handling from xqueue submission
|
2012-08-02 17:28:12 -04:00 |
|
kimth
|
6de2fa5e1e
|
LMS interface to xqueue in separate file
|
2012-08-02 17:10:35 -04:00 |
|
kimth
|
541f5ecdd2
|
Filesubmission frontend
|
2012-08-02 14:32:40 -04:00 |
|
Victor Shnayder
|
987b9c11a9
|
Use url_name for chapters and sections in lms views
* got rid of the hackish conversions between ' ' and '_'
* use url_name and display_name where appropriate
* update templates to match.
|
2012-08-02 14:28:44 -04:00 |
|
ichuang
|
dff380e807
|
cleanup lms urls (remove cruft from debugging openid)
|
2012-08-02 14:19:56 -04:00 |
|
Victor Shnayder
|
95e139f39b
|
Merge pull request #336 from MITx/feature/victor/xml-verify
Feature/victor/xml verify
|
2012-08-02 11:12:43 -07:00 |
|
ichuang
|
10b2c212b6
|
fix javascript for signup modal .click() in index.html for safari
|
2012-08-02 13:52:25 -04:00 |
|
ichuang
|
46bc7bc499
|
remove unnecessary hidden fields
|
2012-08-02 13:44:37 -04:00 |
|