Carol Tong
11792fb955
Clarify Max Attempts
...
Add text to clarify relationship between Max Attempts setting
course-wide vs individual problems
2014-10-17 12:49:15 -04:00
brianhw
3604dfce27
Merge pull request #5561 from edx/bugfix/ichuang/fix-invalid-key-name-child-id
...
fix tracking log entry key child-id -> child_id
2014-10-16 14:39:48 -04:00
Calen Pennington
e00b666db9
Merge pull request #5590 from cpennington/xblocks-with-children
...
Enable pure XBlocks to use children in edx-platform
2014-10-16 10:23:35 -04:00
Diana Huang
011b4dc181
Merge pull request #5594 from edx/diana/open-id-bug
...
Handle OpenID errors for POST requests.
2014-10-16 09:53:31 -04:00
Calen Pennington
fee681be68
Escape xblock wrapper data attributes and css classes for safe html
2014-10-16 09:09:22 -04:00
Calen Pennington
4d653d5359
Set xmodule_runtime on all XModule-like things (including pure XBlocks using the XModuleMixin)
...
Expose xmodule_runtime as .runtime if it's set (otherwise, fall back to
the supplied runtime). This causes all blocks to act like XModules when
they have a ModuleSystem, and like XModuleDescriptors if they only have
a DescriptorSystem.
2014-10-16 09:09:20 -04:00
Calen Pennington
41f3c040c8
Add block type to the available attributes in the xblock javascript frontend
2014-10-16 09:08:57 -04:00
Calen Pennington
4a43427c6d
Add block.name to xblock javascript frontend
2014-10-16 09:08:57 -04:00
Calen Pennington
47a3172bf1
Enable parent/child tests using the acid XBlock.
...
Also fix those tests to correctly wait until the ajax portions have
finished before evaluating the page contents.
2014-10-16 09:08:54 -04:00
Ben Patterson
c8ddc84db9
Merge pull request #5552 from edx/benp/diff-cover-threshold2
...
Benp/diff cover threshold2
2014-10-15 19:44:24 -04:00
Daniel Friedman
64d2514f2c
Merge pull request #5528 from edx/dan-f/data-download-tech-debt
...
Student profile CSV background task tech debt
2014-10-15 16:54:41 -04:00
Diana Huang
0c6cba73ac
Handle OpenID errors for POST requests.
...
ECOM-441
2014-10-15 16:33:31 -04:00
Daniel Friedman
33cfb9c78a
Merge pull request #5582 from edx/dan-f/cohorts-internationalization
...
Ensure all user-facing cohort-related strings are internationalized
2014-10-15 16:26:06 -04:00
Daniel Friedman
62c46c80e7
Bump the report downloads poll interval to 20 seconds
...
TNL-565
2014-10-15 15:58:08 -04:00
Daniel Friedman
37158bab1f
Create standard way of updating a task's progress
...
TNL-566
2014-10-15 15:58:08 -04:00
Daniel Friedman
a9fc3b035b
Verify cohort strings are scraped for translation
2014-10-15 14:51:02 -04:00
David Baumgold
a3ac57bb1f
Merge pull request #5534 from edx/i18n-cms-index
...
Some strings were missing i18n calls
2014-10-15 12:57:07 -04:00
Ben Patterson
6bcaf61b0c
Introduce new switch for paver run_quality command.
...
When using -p, the underlying diff-quality command will pass that
number as a value for --fail-under.
For example,
paver run_quality -p 75
Will pass 75 into the --fail-under switch on diff-quality.
Also upgrades diff-cover in order to take advantage of this funcitonality.
2014-10-15 12:40:59 -04:00
David Baumgold
eba03512d5
Replace course status message
2014-10-15 11:35:56 -04:00
David Baumgold
0f07bad3ed
Some strings were missing i18n calls
2014-10-15 11:35:56 -04:00
Sarina Canelake
11fb9364ab
Merge pull request #5376 from edx/sarina/new-contributor-docs
...
Update Contributing documentation with new PR process. OPEN-111
2014-10-15 11:19:39 -04:00
Sarina Canelake
8f9f4ba51b
Update Contributing documentation with new PR process. OPEN-111
2014-10-15 11:17:57 -04:00
Nimisha Asthagiri
e0f9def061
Merge pull request #5584 from edx/nimisha/val/MA-81
...
MA-81 Honor video download setting with VAL-enabled videos.
2014-10-15 10:10:13 -04:00
Brian Talbot
1171d0ec2b
Merge pull request #5555 from edx/talbs/fix-studio-rerun-notification
...
Studio: FIX - Course Rerun Outline Notification Icon Display
2014-10-15 08:13:32 -04:00
Nimisha Asthagiri
5355b4b96e
MA-81 Honor video download setting with VAL-enabled videos.
2014-10-14 22:32:16 -04:00
Will Daly
26a94afb26
Merge pull request #5573 from edx/will/django-countries-fix
...
Update django-countries to 2.1.2, override country name for Taiwan
2014-10-14 17:14:32 -04:00
Stephen Sanchez
7df00578f1
Merge pull request #5536 from edx/sanchez/remove-new-header-footer-flags
...
Removing the feature flags for new header and footer.
2014-10-14 15:06:45 -04:00
Renzo Lucioni
257e8cf857
Merge pull request #5551 from edx/renzo/track-selection-test-cleanup
...
Clean up after track selection experiment
2014-10-14 15:06:19 -04:00
Daniel Friedman
e9292fb5a5
Add coverage for cohort view's showSection link
...
TNL-550
2014-10-14 14:31:43 -04:00
Daniel Friedman
1b03534b55
Rename upload_*_to_s3 to no longer reference s3
...
TNL-534
2014-10-14 14:31:11 -04:00
Brian Talbot
0a633eaf09
Studio: resolving post-course rerun outline UI alert icon display issue
...
UX-1054
2014-10-14 14:09:15 -04:00
Renzo Lucioni
bd7715a393
Clean up after track selection experiment
2014-10-14 13:56:49 -04:00
stephensanchez
c15d97ea9b
Removing the feature flags for new header and footer.
...
Fix acceptance tests
Updating lettuce tests.
Revert the deletion of the original edx header and footer.
Renaming old header and footers to legacy files.
Add IS_EDX_DOMAIN flag for header.
Updating tests and django main template.
renaming the header files for microsite backwards compat.
2014-10-14 17:47:46 +00:00
Mark Hoeber
f1c81d42bb
Merge pull request #5572 from edx/markhoeber-doc-928
...
Removed Vitalsource e-reader information
2014-10-14 13:38:47 -04:00
Mark Hoeber
b840d723c6
Removed Vitalsource e-reader information
2014-10-14 13:37:48 -04:00
Will Daly
ad11c1b6f4
Update django-countries to 2.1.2, override country name for Taiwan
2014-10-14 13:12:36 -04:00
Will Daly
5d77fab265
Merge pull request #5541 from edx/will/dashboard-js-shame
...
Dashboard template cleanup
2014-10-14 11:54:57 -04:00
Greg Price
be81f1d297
Merge pull request #5547 from edx/gprice/password-reset-csrf-exempt
...
Make password reset endpoint CSRF exempt
2014-10-14 11:33:55 -04:00
Waqas Khalid
af3d27135a
Merge pull request #5540 from mlkwaqas/waqas/tnl188-endorsement-username-link-broken
...
Endorsement username shouldn't be broken
2014-10-14 19:01:43 +05:00
Don Mitchell
7e52ba872e
Merge pull request #5535 from edx/dhm/unit_perf
...
Performance enhancements for unit tests
2014-10-14 09:37:08 -04:00
Don Mitchell
f3aaa4e68b
Merge pull request #5558 from edx/dhm/bug_index_count
...
Dont' need error check call in old mongo on this test
2014-10-14 09:36:06 -04:00
Waqas Khalid
f023b62bd0
Endorsement username shouldn't be broken
...
If we endourse the answer of the question in discussion
the username link that is created is broken whereas it
should point to the userprofile.
TNL-188
2014-10-13 16:58:30 +05:00
ichuang
38c7832f75
fix tracking log entry key child-id -> child_id
2014-10-12 13:40:54 -04:00
Ben Patterson
61dbd70cf6
Merge pull request #5560 from edx/benp/improve-pylint-violations
...
pylint cleanup.
2014-10-11 14:20:41 -04:00
Ben Patterson
3ef0653711
pylint cleanup.
2014-10-11 12:51:20 -04:00
Don Mitchell
1ce2c2cda7
Dont' need error check call in old mongo on this test
2014-10-10 16:19:24 -04:00
Sarina Canelake
35f9fc595e
Merge pull request #5423 from mitocw/bdero/fix-gitlog-focused-error
...
Added handling in gitlog template for missing import logs
2014-10-10 16:08:15 -04:00
Sarina Canelake
02bfe039fd
Merge pull request #5431 from open-craft/datadog-wrapper
...
Consistently wrap the DataDog API to prevent logged errors & missing stats data
2014-10-10 14:59:38 -04:00
Don Mitchell
f4b2789f54
Merge pull request #5288 from edx/split/info_perf
...
Upgrade pymongo
2014-10-10 12:55:38 -04:00
Greg Price
a2f860740c
Make password reset endpoint CSRF exempt
...
This is necessary for mobile apps
2014-10-10 11:32:46 -04:00