686cab4545
Build all available coverage xml and html, even if some is missing
Calen Pennington
2012-11-08 11:32:27 -05:00
28bb4724e7
Put the coverage data files in the reports dir, where they will be treated like the disposable things they are.
Ned Batchelder
2012-11-08 11:09:57 -05:00
d3e2e739a7
Add the .coverage files to the clobber task.
Ned Batchelder
2012-11-08 10:18:14 -05:00
83e2b362e4
Make reports directory build work correctly
Calen Pennington
2012-11-08 10:32:32 -05:00
0cf46f7636
Namespace the coverage html and xml report generation tasks
Calen Pennington
2012-11-08 10:12:32 -05:00
17570c4c06
Create xml and html coverage reports
Calen Pennington
2012-11-08 10:10:44 -05:00
1968a1dde5
Remove attempt to use virtualenv python when running django-admin commands
Calen Pennington
2012-11-08 10:04:41 -05:00
899132a9bb
Force django to run using the python from the virtualenv
Calen Pennington
2012-11-07 10:54:35 -05:00
3dc23eb131
Coverage xml and html reports are now a separate 'xml' and 'html' step from 'test'.
Ned Batchelder
2012-11-07 17:01:29 -05:00
c3f0d31cc9
Split out requirements that come from the local mitx repo and those that come from github, and upgrade the local requirements before running tests
Calen Pennington
2012-11-07 10:08:01 -05:00
79a08266ad
Make pip install during jenkins builds quieter
Calen Pennington
2012-11-07 08:51:05 -05:00
2a457bdc0f
Set -e and -x on jenkins build scripts
Calen Pennington
2012-11-07 08:48:44 -05:00
90e3386751
WIP for quieter tests with coverage.
Ned Batchelder
2012-11-07 10:45:45 -05:00
7eb196df38
Run coverage directly instead of as a plugin. Also quiet the install and clean steps of tests.
Ned Batchelder
2012-11-06 16:44:32 -05:00
7033faf18c
Don't show stdout from collectstatic during tests.
Ned Batchelder
2012-11-05 10:58:25 -05:00
50a8cf4aea
Add test for course creation
Jay Zoldak
2012-11-08 10:59:09 -05:00
7ca49f3a14
remove debug log msg
Chris Dodge
2012-11-08 10:54:56 -05:00
b432db1aba
Merge branch 'feature/cale/cms-master' of github.com:MITx/mitx into feature/cdodge/static-tab-edit
Chris Dodge
2012-11-08 09:55:56 -05:00
7dbabce4db
fix up styling by reusing existing CSS class names. Also refactor some code regarding the management of static_tabs so that it's in the course as course contains references to static_tabs in the current data model
Chris Dodge
2012-11-08 09:55:52 -05:00
459c5e322f
Merge pull request #1024 from MITx/feature/dave/pearson_setup
David Ormsbee
2012-11-07 16:29:29 -08:00
e90d321142
Comments, whitespace from review.
David Ormsbee
2012-11-07 19:28:22 -05:00
25d482099e
Merge pull request #955 from MITx/louis/srt_downloads
Carlos Andrés Rocha
2012-11-07 15:31:02 -08:00
e3c213dd38
Refactor html and js.
Victor Shnayder
2012-11-07 18:18:35 -05:00
ab0e7cf4ae
Change AUTH_TOKENS index reference to a get so it doesn't explode the whole app if I did Puppet incorrectly.
David Ormsbee
2012-11-07 17:36:50 -05:00
4b02b2af2a
Rearrange how we handle the auth tokens for our fake Pearson preliminary testing
David Ormsbee
2012-11-07 17:20:49 -05:00
a99277275d
add new files
Chris Dodge
2012-11-07 15:56:16 -05:00
9cc1af5052
first pass at static tab editing. Doesn't yet support drag/drop as well as new tab creation, which needs to modify the policy on the course
Chris Dodge
2012-11-07 15:27:44 -05:00
3b42ea7e9e
added basic settings markup and revised sections based on additional fields/info needed
Brian Talbot
2012-11-07 15:00:48 -05:00
528fcd7f4e
Create a config option for enabling a Pearson login in a totally hacky manner.
David Ormsbee
2012-11-07 14:08:55 -05:00
92f2fbf0f8
Ugly, ugly hack needed so that Pearson can test something today, to be replaced by a real implementation later this week or early next.
David Ormsbee
2012-11-07 13:55:08 -05:00
27cffb9387
Update requirements.txt
Victor Shnayder
2012-11-07 11:39:42 -05:00
87ff18dc56
Merge branch 'feature/cale/cms-master' of github.com:MITx/mitx into feature/cdodge/import-course-info
Chris Dodge
2012-11-07 09:35:21 -05:00
afd8584569
remove explicit 'null' for child collection on saveName on unit code paths. I had seen cases where save was posting back an empty set on renames - deleting the components. But I can no longer reproduce it now.
Chris Dodge
2012-11-07 09:34:44 -05:00
ad93f70e65
Re-add TestCenterUser along with a basic command to make an entry for a given user already in the system.
David Ormsbee
2012-11-07 09:24:38 -05:00
5f1e5c2d70
Merge branch 'feature/cale/cms-master' of github.com:MITx/mitx into fix/cdodge/delete-last-component-does-not-stick
Chris Dodge
2012-11-07 09:14:16 -05:00
53c5170dbc
Simple PEP8 issues.
David Ormsbee
2012-11-06 18:14:57 -05:00
07da271747
Merge pull request #1022 from MITx/ie8patch
Carlos Andrés Rocha
2012-11-06 14:14:07 -08:00
ce623bcf17
revert to using getElementsByClassName in .dialog b/c jQuery was undefined on the content passed in & whole widget is disabled in ie8.
Don Mitchell
2012-11-06 17:05:44 -05:00
55c69a1e13
Merge branch 'feature/cale/cms-master' of github.com:MITx/mitx into feature/cdodge/import-course-info
Chris Dodge
2012-11-06 14:20:59 -05:00
a544175bef
Merge pull request #1020 from MITx/feature/alex/doc
Victor Shnayder
2012-11-06 10:32:36 -08:00
5870260e1a
Merge pull request #1021 from MITx/feature/ichuang/add_mongo_use_docs
Victor Shnayder
2012-11-06 10:28:23 -08:00
847b2eb7e0
Merge branch 'master' into feature/dave/pearson_setup
David Ormsbee
2012-11-06 11:54:13 -05:00
3f01bef1eb
Add changelog information
Chris Dodge
2012-11-06 10:34:51 -05:00
b66a559b1d
Add some more docs to code, remove some old code that assigned points.
Vik Paruchuri
2012-11-06 09:49:00 -05:00
fee0facd39
Add in some docs for tests, factor out class name in js
Vik Paruchuri
2012-11-06 09:30:59 -05:00
1162f6f319
add doc file about use of mongo (by cms+lms)
ichuang
2012-11-06 09:29:23 -05:00
95960d0901
claning
Александр
2012-11-06 14:41:15 +02:00
3bae16fbdf
update of documentation
Александр
2012-11-06 14:39:53 +02:00
2aeb6150d3
Work on documentation
Vik Paruchuri
2012-11-05 19:18:04 -05:00
88491f7bb1
moved everything to templates, added hint prompt
Vik Paruchuri
2012-11-05 19:13:48 -05:00
92e931b15b
Rename hint to hints
Vik Paruchuri
2012-11-05 19:02:36 -05:00
9310267e0b
Proper instance state storage, remove correctmap vars
Vik Paruchuri
2012-11-05 18:57:19 -05:00
dfbfc7905f
Work on templating, bugfix
Vik Paruchuri
2012-11-05 18:48:41 -05:00
e94a78c6bb
Refactor code to make it simpler, pull out templates
Vik Paruchuri
2012-11-05 18:42:55 -05:00
d9b553b378
Adding a better command for assigning roles.
Arjun Singh
2012-11-05 15:29:49 -08:00
914e9c9b83
Mid-cleanup.
Victor Shnayder
2012-11-05 18:01:31 -05:00
7f4bb63dff
Final ie8 fixes hopefully. Now renders correctly for staff. Moved the debug fns from per problem to part of courseware w/ context info passed as parms. Known issues: ie8 complains that getlog is not defined if you click on QA and does not show the debug info popup.
Don Mitchell
2012-11-05 13:55:09 -05:00
f6a56a1914
Merge pull request #1016 from MITx/content/rocha/job-page-update
Victor Shnayder
2012-11-05 10:17:47 -08:00
e37d4d7a1e
Merge branch 'feature/cale/cms-master' of github.com:MITx/mitx into feature/cdodge/mongo-perf-instrumenting
Chris Dodge
2012-11-05 12:39:25 -05:00
a9c4493a70
always make the spinner spin on unit renames
Chris Dodge
2012-11-05 12:26:44 -05:00
6b45b4c741
bind the disabling/enabling of the unit name input field based on whether the page state is public or not. We shouldn't be able to edit when public.
Chris Dodge
2012-11-05 12:02:08 -05:00
5bae445538
docs close to structure, add snippet to autodoc django models
Александр
2012-11-05 18:56:02 +02:00
31d3144532
Remove openings from job page
Carlos Andrés Rocha
2012-11-05 10:23:58 -05:00
b401a97ca2
Merge pull request #1014 from MITx/bugfix/dave/use_toy_course_for_discuss_test
Victor Shnayder
2012-11-05 06:35:34 -08:00
f9555d815a
changed points in progress tab to being completion based, not correctness based
Vik Paruchuri
2012-11-05 08:55:15 -05:00
86189b3b7c
changed witdh to 100%
Александр
2012-11-05 14:03:18 +02:00
d1aa0a254e
Use one of our test courses when testing course permissions for the discussion client, because we now have course policy level overrides.
David Ormsbee
2012-11-02 17:21:00 -04:00
f38ba3ce5c
Merge pull request #1012 from MITx/bugfix/victor/xml-loading
David Ormsbee
2012-11-02 14:04:53 -07:00
55a0cada7b
Fix a bug with pointer-tag detection on load
Victor Shnayder
2012-11-02 16:59:41 -04:00
7595ab4a24
Merge pull request #1006 from MITx/content/rocha/job-page-update
David Ormsbee
2012-11-02 13:52:38 -07:00
9db977feae
Merge pull request #1002 from MITx/feature/victor/inputtypes-refactor
Victor Shnayder
2012-11-02 13:05:40 -07:00
8089be3354
Minor stylistic change on jQuery pattern.
Don Mitchell
2012-11-02 15:31:02 -04:00
918de8b4a9
Merge branch 'feature/cale/cms-master' of github.com:MITx/mitx into feature/cdodge/mongo-perf-instrumenting
Chris Dodge
2012-11-02 15:09:54 -04:00
b75a814f7a
add django performance metering
Chris Dodge
2012-11-02 15:08:45 -04:00
afabb4ab16
Don't call fn before defined. [ie8 is only browser which seems to care.]
Don Mitchell
2012-11-02 14:25:25 -04:00
79174259cb
Address Ike's comments.
Victor Shnayder
2012-11-02 14:00:51 -04:00
037b6823f5
doc logo prototype
Александр
2012-11-02 19:45:05 +02:00
4bde46677b
sync answer, correctness, hint, so they all save at the same time
Vik Paruchuri
2012-11-02 13:27:06 -04:00
35fa61cca3
add some documentation
Vik Paruchuri
2012-11-02 13:09:58 -04:00
3da43fc2ee
add in ability to store multiple answers
Vik Paruchuri
2012-11-02 13:05:32 -04:00
0e38fe0389
add ability to store multiple answers
Vik Paruchuri
2012-11-02 12:46:34 -04:00
38d90b0899
persist hints to database, remove check button if too many attempts
Vik Paruchuri
2012-11-02 12:27:03 -04:00
f292fefedc
python code to add in hint box and persist
Vik Paruchuri
2012-11-02 12:22:07 -04:00
0fe3c73ad9
adding in hint box
Vik Paruchuri
2012-11-02 12:18:00 -04:00