08acf43575
Don't store first_time_user any more, instead interested observers can examine whether .position is None or not.
Ned Batchelder
2013-01-25 15:49:29 -05:00
00dd3ad9f8
Fix some of the test bugs. Still more to fix.
Victor Shnayder
2013-01-25 15:40:13 -05:00
8a6dc040a9
studio - styled first children in an overview's subsection list for drag and drop work
Brian Talbot
2013-01-25 15:26:25 -05:00
a26006f7c3
Add new test for the CombinedOpenEndedModule
Diana Huang
2013-01-25 15:09:01 -05:00
0009430b59
min height on droppable areas and add padding to top/bottom on hover.
Don Mitchell
2013-01-25 14:30:51 -05:00
bb521a20b7
fix a bug caught with testing and update some tests (the last couple are still broken, though)
Diana Huang
2013-01-25 10:19:09 -05:00
0e78d9eb61
Merge pull request #1349 from MITx/fix/cdodge/position-jumping-fix
Victor Shnayder
2013-01-24 18:49:25 -08:00
07c1999a95
prep for staging
Kevin Chugh
2013-01-24 21:43:36 -05:00
1787157e00
put back the 'position' argument to get_module() which got accidentially - or so I think - dropped in a previous commit
Chris Dodge
2013-01-24 21:38:02 -05:00
771a55a631
turn forums on in test.py
Victor Shnayder
2013-01-24 18:35:34 -05:00
d17aedf3b4
the reverse isn't working for some reason... need to figure it out
Victor Shnayder
2013-01-24 18:08:51 -05:00
0b7e7b35dc
stub out django comment client test system
Victor Shnayder
2013-01-24 17:33:40 -05:00
22ccf9c500
Some test cleanups
Victor Shnayder
2013-01-24 17:33:25 -05:00
368e3d5c97
Merge branch 'feature/apenney/pearson-merge' of github.com:MITx/mitx into feature/apenney/pearson-merge
Brian Wilson
2013-01-24 16:38:07 -05:00
872f4b6c13
fix handling of rejected accommodations
Brian Wilson
2013-01-24 16:37:02 -05:00
f9b0ec37cd
more tests in test_views, needs templates to continue
Deena Wang
2013-01-24 16:08:19 -05:00
acfafa6516
Merge pull request #1347 from MITx/fix/cdodge/remove-duplicate-assign-default-role
David Ormsbee
2013-01-24 13:00:40 -08:00
dfbe7dd4f9
fix merge problem. assign_default_role() ended up being defined twice as that code was added in both master and cms-master branches, but the merge didn't pick it up as a conflict
Chris Dodge
2013-01-24 15:54:02 -05:00
fb7614a81c
oops--fix logging bug
Victor Shnayder
2013-01-24 15:47:41 -05:00
ea3aebdfe5
add logging, explicit check whether course is cohorted
Victor Shnayder
2013-01-24 15:46:22 -05:00
135369a3d7
Merge branch 'feature/apenney/pearson-merge' of github.com:MITx/mitx into feature/apenney/pearson-merge
Ashley Penney
2013-01-24 15:20:49 -05:00
b02ebc4618
Add these two options in as well.
Ashley Penney
2013-01-24 15:20:27 -05:00
103db8aaf3
add conflict detection--users should be in at most one cohort per course
Victor Shnayder
2013-01-24 11:54:11 -05:00
5fa8cf5a78
Only show cohort config for cohorted courses
Victor Shnayder
2013-01-24 11:15:14 -05:00
3bfe9decf4
Change config keys to use underscores for consistency with other policy keys
Victor Shnayder
2013-01-24 11:14:57 -05:00
de02721158
Add removing students from cohorts.
Victor Shnayder
2013-01-24 11:00:53 -05:00
9e84ae14d4
Started integration work with Kevin's cohort changes
Victor Shnayder
2013-01-23 17:49:01 -05:00
7bdb5c23e1
Allow listing of users in cohorts and adding users
Victor Shnayder
2013-01-21 19:29:17 -05:00
64f820828e
whitespace
Victor Shnayder
2013-01-21 15:49:27 -05:00
bab3b0c39e
Add initial set of views for managing cohorts
Victor Shnayder
2013-01-21 15:48:58 -05:00
ac8c59126d
Add note about non-unique topic id across course runs bug
Victor Shnayder
2013-01-19 15:05:41 -05:00
0d41a04490
fix line length
Victor Shnayder
2013-01-19 15:00:43 -05:00
3488083e6b
Add a get_course_cohorts function and test
Victor Shnayder
2013-01-19 14:58:46 -05:00
90a5703419
Test for cohort config
Victor Shnayder
2013-01-19 14:18:06 -05:00
f005b70f3b
Minor test cleanups
Victor Shnayder
2013-01-19 14:17:58 -05:00
1b9a3557eb
get_cohort() function and test
Victor Shnayder
2013-01-19 13:40:13 -05:00
0e78eaaf80
Add a course_groups djangoapp with a CourseUserGroup model.
Victor Shnayder
2013-01-19 13:20:34 -05:00
c655f62f7a
Remove out-of-date text about user replication, askbot
Victor Shnayder
2013-01-19 12:08:31 -05:00
9663973038
more tests for courseware/views
Deena Wang
2013-01-24 14:59:46 -05:00
4f37ea9149
add --create_dummy_exam option to pearson_make_tc_registration
Brian Wilson
2013-01-24 14:45:31 -05:00
592d044864
Fix more tests
Calen Pennington
2013-01-24 14:37:46 -05:00
def2d8adf2
fix cohorts in create, and read, and update regular expressions to fix courses with periods not working in General commentable
Kevin Chugh
2013-01-24 14:20:18 -05:00
9a3e122a48
Fix a few failing tests
Calen Pennington
2013-01-24 14:03:55 -05:00
37c7b47017
Update comments and add new OpenEndedChild tests
Diana Huang
2013-01-24 14:02:24 -05:00
cad3a19b4d
A script to run just one test, based on the test failure description.
Ned Batchelder
2013-01-24 13:56:46 -05:00
7257a728aa
Get the latest version of XBlock automatically
Ned Batchelder
2013-01-24 13:52:43 -05:00
ac9d162d86
Fix a failing test. Pennington's Law strikes again.
Ned Batchelder
2013-01-24 13:07:55 -05:00
38e3d7371b
drupal integration - added in right side copy to registration marketing requested
Brian Talbot
2013-01-24 12:46:35 -05:00
cb2d8db57c
store files in S3 bucket in separate directories by mode
Brian Wilson
2013-01-24 12:46:00 -05:00
20db3841cb
Merge branch 'feature/apenney/pearson-merge' of github.com:MITx/mitx into feature/apenney/pearson-merge
Brian Wilson
2013-01-24 12:42:01 -05:00
1f8db18903
New tests for open ended module
Diana Huang
2013-01-24 12:36:48 -05:00
e074c629fc
Merge pull request #1344 from MITx/bugfix/brian/pearson-reg-end-date
David Ormsbee
2013-01-24 09:27:11 -08:00
126ff55cd5
Not sure why this was set to use SSH.
Ashley Penney
2013-01-24 10:06:09 -05:00
3aacba1f63
Run over each file and run the import. We could probably do this as a try/except and not delete if the output of the import failed but it may be simply easier to refetch those files from the S3 backup and try again.
Ashley Penney
2013-01-17 15:44:08 -05:00
05b36bdd09
Add tags to the datadog event which will be set to the appropriate filename so we can see the cause of failures.
Ashley Penney
2013-01-17 15:43:37 -05:00
3a4091b798
Tweaks to enable datadog error events as well as some pep8 tidyup vim was shouting at me about.
Ashley Penney
2013-01-17 13:54:43 -05:00
333f2e5167
Fix ccd->cdd, I typed ccd so many times while working on this code. I am bad at typing!
Ashley Penney
2013-01-17 10:48:16 -05:00
5e76c9d033
add pearson_import_conf_zip command
Brian Wilson
2013-01-17 10:43:20 -05:00