Gregory Martin
f21dbc797a
Merge pull request #13794 from edx/yro_implement-dateutil
...
Implement DateUtils in LMS
2016-11-03 13:51:46 -04:00
Toby Lawrence
800daa9c1d
Merge pull request #13844 from edx/PERF-386
...
[PERF-386] Utilize ForumsConfig to enable and disable forums.
2016-11-03 13:14:20 -04:00
Troy Sankey
adfb02532b
Merge pull request #13809 from edx/pwnage101/PERF-354-NR-user-state-client
...
* Implement the newrelic_custom_metrics middleware
* Instrument DjangoXBlockUserStateClient with New Relic
2016-11-03 10:42:25 -04:00
Troy Sankey
ece785ff92
Implement the newrelic_custom_metrics middleware
...
Use this middleware and its helpers to accumulate custom New Relic
metrics on a per-request basis. If, while handling a request, the app
does not accumulate any metrics, this middleware is a very lightweight
no-op.
This commit also enables the middleware!
PERF-354
2016-11-03 10:30:25 -04:00
Toby Lawrence
2acb4a6cad
[PERF-386] Utilize ForumsConfig to enable and disable forums.
...
This specifically enables/disables the underlying comment service client
used to make calls to the service. When disabled, this client will now
throw an exception which can be propagated upwards so that callers can
make the right decision about how to notify users of the error, or
handle retry, etc etc.
2016-11-03 10:20:19 -04:00
Gregory Martin
3fd16eb6be
Implement DateUtils in LMS
2016-11-03 10:06:10 -04:00
Mushtaq Ali
d337da7458
Remove pretty print from markdown xml - TNL-5768
...
Revert commit bf9d467
2016-11-03 12:15:48 +05:00
Mushtaq Ali
0e8dacc72a
Revert "format xml before displaying"
2016-11-03 12:01:30 +05:00
Andy Armstrong
2bf8254efd
Merge pull request #11491 from edx/andya/use-pattern-library-fonts
...
Use fonts from the Pattern Library
2016-11-02 15:34:58 -04:00
Albert St. Aubin
f1101a7ba3
Update to reduce flakiness of this test set removed flaky annotation
...
TNL-5582
2016-11-02 11:19:24 -04:00
Andy Armstrong
369b9baad6
Use fonts from the Pattern Library
...
* Updated the SASS to point to the Pattern Library
* Removed duplicate copies of fonts
2016-11-01 14:35:36 -04:00
Andy Armstrong
afee725fb1
Allow authors to remove option for unproctored exams
...
TNL-5084
2016-10-31 16:58:15 -04:00
tasawernawaz
84314e7a14
Revert "update error messages in enrollment API"
...
This reverts commit 21746f1e93 .
2016-10-28 10:12:17 +05:00
Ahsan Ulhaq
c9676e4835
Merge pull request #13829 from edx/ahsan/ECOM-6185-errors-during-password-reset
...
errors during password reset
2016-10-27 18:45:33 +05:00
Jesse Zoldak
7e1a528db2
Merge pull request #13824 from edx/zoldak/fix-team-page-objects
...
Fix flakiness of bok choy tests by improving the wait_for_page pattern
2016-10-26 11:49:43 -04:00
Douglas Hall
7097e5d02c
Merge pull request #13817 from edx/ibrahimahmed443/WL-744-registration-error-message
...
Edit error message for Username on registration
2016-10-26 10:41:45 -04:00
Jesse Zoldak
eedc441824
Patterns for better bok choy tests
...
* visit() already does a wait_for_page()
* wait_for_page() already asserts on is_browser_on_page(), as it will raise a BrokenPromise after polling
* don't use is_browser_on_page() in an assertion unless you are 100% certain you're already on the page
* if an action takes you to another page, synchronize with a wait_for_page() for that new page
2016-10-26 10:09:39 -04:00
Christina Roberts
237c20cb49
Merge pull request #13833 from edx/christina/remove-ignores
...
Cleanup a11y ignores/tickets
2016-10-26 09:52:25 -04:00
Ahsan Ulhaq
49d46edd48
Merge pull request #13799 from edx/ahsan/ECOM-5968-Redirect-parameter-next-login-page-redirect
...
parameter next on login page would redirect regardless url safe
2016-10-26 15:24:08 +05:00
Ibrahim
1459b23456
Edit error message for Username on registration
2016-10-26 14:48:23 +05:00
Ned Batchelder
ab9452434d
Merge pull request #13837 from edx/release
...
Release to master
2016-10-26 05:28:04 -04:00
cahrens
f399508d46
Fix pylint issue to get under threshold.
2016-10-25 15:24:18 -04:00
Eric Fischer
563122fe8c
Mark Flaky Test
2016-10-25 14:47:31 -04:00
Ahsan Ulhaq
7368c3428f
use reverse
2016-10-25 23:28:09 +05:00
cahrens
827f91a9f9
Remove unnecessary ignores in a11y tests.
...
Also update JIRA tickets.
2016-10-25 13:38:55 -04:00
Ahsan Ulhaq
9e493c9e23
errors during password reset
...
ECOM-6140
2016-10-25 16:25:55 +05:00
Syed Hassan Raza
c0fcb529ec
Fix checking empty array
2016-10-25 15:25:27 +05:00
Ahsan Ulhaq
c49f84fa3c
parameter next on login page would redirect regardless url safe
...
ECOM-5968
2016-10-25 15:08:40 +05:00
Muzaffar yousaf
eb6bb03604
Merge pull request #13808 from edx/mzfr/flaky-bokchoy-tnl5691
...
Remove flaky for test_full_name_field
2016-10-25 14:27:03 +05:00
muzaffaryousaf
a62b84b864
Removing flaky since test failure is not reproduceable.
...
TNL-5691
2016-10-25 12:09:42 +05:00
Ned Batchelder
53f8516b8e
Merge pull request #13825 from edx/release
...
Release
2016-10-24 19:33:39 -04:00
Albert (AJ) St. Aubin
43b4141cdf
Merge pull request #13613 from edx/aj/TNL-5644_exposed_icon
...
Aj/tnl 5644 exposed icon
2016-10-24 17:47:18 -04:00
Albert St. Aubin
055fd6ea8f
Refactored the status icon and span to a unified template and updated tests
2016-10-24 16:48:58 -04:00
Christina Roberts
69235ebb50
Merge pull request #13801 from edx/christina/ac-582
...
AC-582 progress page markup corrections
2016-10-24 13:37:13 -04:00
Adam Palay
51c7ca67f0
address flaky tests by adding time.sleep
2016-10-24 13:23:58 -04:00
alisan617
a154fea9f9
submit button in RTL
2016-10-24 10:04:38 -04:00
Albert (AJ) St. Aubin
c01df60014
Merge pull request #13786 from edx/aj/TNL-5549_problemMetaRefactor
...
Aj/tnl 5549 problem meta refactor
2016-10-21 13:03:32 -04:00
Albert St. Aubin
dbb66f8c09
Updated the problem meta to show a score of 0 and refactored/simplified the JS that build the problem meta string
...
TNL-5549
2016-10-21 06:40:20 -04:00
Nimisha Asthagiri
aa000c1a3d
Support for rescoring a problem only if the new score is higher
...
TNL-5046
2016-10-20 15:08:54 -04:00
Chris Rodriguez
3b9c970ce5
AC-582 progress page markup corrections
2016-10-20 12:55:59 -04:00
alisan617
6255e20262
Merge pull request #13646 from edx/alisan/capa-i18n-btn-bar-fix-TNL-5642
...
Capa button bar attempt message position for i18n
2016-10-20 11:55:21 -04:00
Robert Raposa
13222adf05
Upgrade MathJax to 2.7.
2016-10-20 10:53:04 -04:00
Cliff Dyer
ac48c2e42f
Merge pull request #13716 from edx/cdyer/fix-problem-block-tests
...
Make problem block tests more realistic.
2016-10-20 10:36:45 -04:00
J. Cliff Dyer
1cfff02f06
Add tests for scoring of diverse problem types.
...
Includes:
* CAPA
* ORA
* LTI
* LTI-Consumer
* SGA
* Randomized Content Block
TNL-5692
TNL-5464
2016-10-20 09:29:55 -04:00
alisan617
a43c1e9469
change layout in submit button bar for i18n
2016-10-20 09:27:48 -04:00
Mushtaq Ali
387f210363
Add support for additional answers for Numerical Input problems
...
TNL-5581
2016-10-20 09:40:01 +00:00
Christina Roberts
19ce439360
Merge pull request #13710 from edx/christina/capa-edit-coffee
...
Convert problem/edit.coffee to JS
2016-10-19 17:45:29 -04:00
cahrens
113aec25bf
eslint corrections
2016-10-19 16:19:10 -04:00
Saleem Latif
38931957e2
Add testing for 'saml' management command
2016-10-19 12:49:41 +05:00
Ayub khan
d3fcb44631
Merge pull request #13782 from edx/ECOM-5846
...
ECOM-5846 Add more logs for enrollment api
2016-10-19 11:51:04 +05:00