- May 31, 2015
-
-
Alexander Kryklia authored
Fix n-click behaviour on poster. Fix unit tests. Fix handler for non_en lang for bumper. Add more tests. Fix docstrings. Fix pep8. Fix static redirection with bumper. Fix button in IE11. Add video_bumper field in bok_choy. Fix pylink violations. Update docstrings and some clean up. Rename edx_video_id in bumper tests. Fix too long lines in help text. Address ui comments. Fix bumper events. Refactor bumper-transcripts code, fix bugs, address comments. Squashed commits: Fix download transcript button. [74e0c8c] Fix quality [a759f33] Fix error, when sub contains extension. [b30755c] Revert "Add video files to host for transcripts." This reverts commit cf8a96bf84346e17b6ad57ad4cc6a27d7a9118cd. [36f038a] Add video files to host for transcripts. [23f1655] Fix pep8 and pyling issues. [0f1f9d2] Update acceptance test. [765a27d] Wait for ajax in captions. [8ae72a3] Fix logic. [063450f] Fix unit tests. [d1075fc] Fix handlers tests. [25d31ad] Update bumper_utils. [cb5f9df] Remove maxDiff. [8738b1a] Code cleanup. [87dbcb7] Fix issues with transcripts. [ec899de] Fix transcripts in serializers. [444b1fc] Fix transcripts typo. [d524cb5] Fix bumper. [f62cf22] Fix video mongo tests. [8f1b55a] Fix dispatches. [53bc308] Add more fixes. [d5e3723] Fix test_video_handlers and rename the method. [93efc23] Fix mobile tests. [740e2ae] Fix pep8 and pylint. [47cfb66] Address comments, add fixes. [4e499d9] Add fixes. [8353553] Add improvements. Updated dispatch values) . Use ddt in bumper handler tests. Move common metadata to single place. Fix style. Update docstring. Fix poster button. Improve bumper events. Fix test after rebase. Address comments. Download transcript: use def video lang, not bump. Renamed date_last_view_bumper to bumper_last_view_date. Rename do_not_show_again_bumper to bumper_... Address comments. Fix tests for download for en lang. Fix bumper logic. Update strings. Update resizer. Remove resizer. Fix unit tests. Add tests. Fix bumper events. Clean up tests. Fix pylint violations. Fix pep8 and pylint violations. Update docs and method names. Update events. Make /static/ prefix a must. Fix wrong code.
-
- May 30, 2015
-
-
Adam authored
Merge release to master
-
Adam Palay authored
-
- May 29, 2015
-
-
Adam Palay authored
-
Adam authored
Hotfix/2015 05 29
-
Adam Palay authored
This reverts commit 16a248b9.
-
Adam Palay authored
This reverts commit c75526ea.
-
John Eskew authored
Merging hotfix-2015-05-29 from release to master
-
John Eskew authored
Hotfix/2015 05 29
-
John Eskew authored
-
Sarina Canelake authored
Update translations (autogenerated message)
-
Sarina Canelake authored
-
Calen Pennington authored
Use a MongoReplicaSetClient for Split modulestore, but only if replicaSet config is set.
-
Renzo Lucioni authored
Merge release into master
-
Sarina Canelake authored
Add fake Arabic testing language
-
Will Daly authored
Fix credit requirement "criteria" name
-
Renzo Lucioni authored
-
Renzo Lucioni authored
patch/2015-05-29
-
Sarina Canelake authored
-
AlasdairSwan authored
ECOM-1339 minor CSS tweaks for the footer. It now extends the full wi…
-
dino-cikatic authored
SOL-839 label cursor and receipt internationalization
-
Will Daly authored
The CreditRequirement "configuration" field was renamed in Django code without updating the migration. This commit adds a second migration to delete the incorrect field and add a new field. The credit feature is currently disabled in production, so the model isn't currently used by application code.
-
Dino Cikatic authored
-
David Baumgold authored
Scroll to new textbook and make input active, on textbook create
-
Ahsan Ulhaq authored
calculator incompatible aria role attribute
-
Christina Roberts authored
Fix bug when student scoring error occurs with no message.
-
- May 28, 2015
-
-
Ned Batchelder authored
Compute RTL every time it is needed.
-
jsa authored
XCOM-375
-
Renzo Lucioni authored
Parsing the ECOMMERCE_API_URL yields a URL root only accessible from within the VPC.
-
cahrens authored
TNL-2251
-
Ned Batchelder authored
The old code would compute the language direction once when the template was loaded. TNL-2269
-
AlasdairSwan authored
ECOM-1339 minor CSS tweaks for the footer. It now extends the full width of the browser and fixes issues with link hover states.
-
Sarina Canelake authored
Revert "i18n lon-capa problem explanation title"
-
Renzo Lucioni authored
Use publicly-accessible ecommerce URL root when constructing refund email
-
Will Daly authored
ECOM-1339 Branding API footer
-
Sarina Canelake authored
This reverts commit 3e0342cb.
-
Sarina Canelake authored
Ignore migrations in coverage reports
-
Renzo Lucioni authored
Parsing the ECOMMERCE_API_URL yields a URL root only accessible from within the VPC.
-
Will Daly authored
Serve branded footer JSON/HTML/CSS/JS from an API endpoint in the branding app. Refactor OpenEdX and EdX.org footer templates to use the Python version of the API, ensuring that the API values are consistent with the footer included in main.html. Detailed changes: * Added footer API end-point to the branding app. * Footer API allows the language to be set with querystring parameters. * Footer API allows showing/hiding of the OpenEdX logo using querystring parameters. * Deprecate ENABLE_FOOTER_V3 in favor of the branding API configuration flag. * Move no referrer script into main.html from the edx footer template. * Rename rwd_header_footer.js to rwd_header.js * Cache API responses. Authors: Awais Qureshi, Aamir Khan, Will Daly
-
Aamir authored
ECOM-1590: added the min_grade as a requirements
-