Will Daly
82d7e25f3e
Add views to the embargo app to render messages explaining why students are blocked.
2015-02-02 14:04:29 -05:00
Will Daly
19f676a8d7
Merge pull request #6845 from edx/will/country-access-models
...
Add new models to embargo to support country access
2015-02-02 14:03:18 -05:00
Will Daly
a5867da9de
Add new models to embargo to support country access
...
Add Django admin UI for configuring country access
Migrate existing embargo rules into the new tables.
2015-02-02 11:54:41 -05:00
Christine Lytwynec
e90c66431b
disable PayAndVerifyTest.test_immediate_verification_enrollment
2015-02-02 10:40:48 -05:00
Ben Patterson
5e1cc88736
Merge pull request #6825 from edx/benp/bok-choy-4shards
...
Introduce another bok-choy shard.
2015-02-02 09:08:18 -05:00
Chris
2967f18d3f
Merge pull request #6739 from edx/clrux/lms-navigation-accessibility-update
...
Accessibility fixes for UX-1572
2015-02-02 07:05:00 -05:00
zubair-arbi
7d7cb7850f
don't add xblock with 'detached' tag as direct child of course for split in 'create_child' method
...
PLAT-420
2015-02-02 12:31:57 +05:00
Ben Patterson
73b6f3f8a0
Introduce another bok-choy shard.
...
Bok choy will now be broken as follows:
* shard 1
* shard 2
* shard 3
* default shard (i.e. 'none of the above')
We use our shards to break up work and reduce overall test time by leveraging
multiple test systems.
2015-01-30 15:43:35 -05:00
Renzo Lucioni
8f974ea901
Merge pull request #6815 from edx/renzo/enable-logistration
...
Make logistration generally available if feature flag is enabled
2015-01-30 15:15:56 -05:00
Chris Rodriguez
3acb5c53f0
Accessibility issues addressing UX-1572
2015-01-30 14:16:59 -05:00
Renzo Lucioni
a8bed5ce98
Make logistration generally available if feature flag is active
...
Makes logistration available at /login and /register as well as /accounts/login/ and /accounts/register/. In addition:
- Adds support for redirect URLs in third party auth for combined login/registration page
- Adds support for external auth on the combined login/registration page
- Removes old login and registration acceptance tests
- Adds deprecation warnings to old login and register views
- Moves third party auth util to student_account
- Adds exception for microsites (theming)
2015-01-30 13:28:30 -05:00
Chris
0a0d306b6a
Merge pull request #6750 from edx/clrux/lms-navigation-content-focus-update
...
Accessibility issues addressing UX-1573
2015-01-30 12:26:23 -05:00
Will Daly
edc37a0418
Merge pull request #6816 from edx/aamir-khan/ECOM-763-invalidkeyerror
...
Aamir khan/ecom 763 invalidkeyerror
2015-01-30 11:40:43 -05:00
Adam Palay
bfcfbfab2f
Merge remote-tracking branch 'origin/release' into merge-release-into-master
...
Conflicts:
requirements/edx/github.txt
2015-01-30 09:44:42 -05:00
Muzaffar yousaf
ae102de3be
Merge pull request #6777 from edx/muzaffar/student-info-tnl836
...
Get user anonymous id via xblock user service.
2015-01-30 19:35:26 +05:00
Sarina Canelake
011a5f9410
Merge pull request #6754 from OmarIthawi/edraak/omarithawi/bulk-mail-rtl
...
TinyMCE RTL in course bulk email
2015-01-30 09:12:56 -05:00
Xavier Antoviaque
f07cd749e4
Merge pull request #6740 from open-craft/kelketek/better-contentlib-modulestore-warning
...
Better Content Library Block Incompatible Modulestore Warning (SOL-225)
2015-01-30 13:04:29 +01:00
Awais
f3bf66c1c0
ECOM-763 handling InvalidKeyError exception.
2015-01-30 11:41:30 +05:00
Renzo Lucioni
e24d4d96ad
Merge pull request #6720 from edx/renzo/remove-split-verification-session-flag
...
Remove old payment and verification flow
2015-01-29 16:57:40 -05:00
Chris Rodriguez
370eb970b1
Accessibility issues addressing UX-1573
...
Conflicts:
common/lib/xmodule/xmodule/css/sequence/display.scss
2015-01-29 16:39:27 -05:00
Jonathan Piacenti
f1fff439a6
Add clearer error message for library content blocks on incompatible modulestores.
2015-01-29 20:36:19 +00:00
Diana Huang
c71a183316
Update embargo copy.
...
ECOM-963
update copy in tests
2015-01-29 15:10:35 -05:00
Renzo Lucioni
f203651a37
Merge pull request #6817 from edx/renzo/pay-and-verify-fix-flaky-bok-choy
...
Fix flaky bok-choy tests caused by malformed URL
2015-01-29 14:06:43 -05:00
Jim Abramson
116dba39a8
Merge pull request #6711 from edx/jsa/fix-rerun-exception
...
avoid database error when recording task exception
2015-01-29 12:51:02 -05:00
David Baumgold
6134bedfca
Merge pull request #6443 from open-craft/kelketek/hide-irrelevant-cohort-menu
...
Add classes to cohort selector element group
2015-01-29 11:49:33 -05:00
Renzo Lucioni
d5fa69ee54
Fix flaky bok-choy tests caused by malformed URL
2015-01-29 11:36:03 -05:00
Chris
53b22da9bc
Merge pull request #6766 from edx/clrux/forums-indicate-current-convo
...
Adding ARIA label to selected conversation
2015-01-29 11:26:25 -05:00
jsa
ace2bffae6
avoid database error when recording task exception
2015-01-29 11:25:45 -05:00
Renzo Lucioni
80589eab36
Remove old payment and verification flow
...
Removes old payment and verification endpoints, views, templates, and tests, making the new split flow the default. The SEPARATE_VERIFICATION_FROM_PAYMENT feature flag is also removed.
2015-01-29 10:56:25 -05:00
Syed Hassan Raza
a1ffcc5259
Disable referrer (TNL-1144)
2015-01-29 09:53:55 -05:00
Jesse Zoldak
663d02dd40
skip flaky test - test_immediate_verification_enrollment
...
ECOM-1007
2015-01-29 09:08:20 -05:00
Chris Rodriguez
d30088dd0d
Using .sr instead of aria-label
2015-01-29 08:39:54 -05:00
Chris Rodriguez
42486a5ee6
Adding ARIA label to selected conversation
2015-01-29 08:39:54 -05:00
muzaffaryousaf
c461541d35
Refactoring tests.
...
TNL-1185
2015-01-29 13:33:28 +05:00
muzaffaryousaf
3f4ee28e27
Refactoring the user service test.
...
TNL-1185
2015-01-29 12:51:30 +05:00
Matt Drayer
1c839cc09d
Addressed several outstanding issues related to initial entrance exams feature delivery
2015-01-28 23:56:32 -05:00
Matt Drayer
495583ac7d
Merge pull request #6782 from edx/mattdrayer/generalize-entrance-exam-scoring
...
Decoupled entrance exam scoring from milestone fulfillment
2015-01-28 23:15:58 -05:00
Matt Drayer
8b03ad3906
Decoupled entrance exam scoring from milestone fulfillment
2015-01-28 22:00:25 -05:00
Davorin Sego
e09d47b122
Courseware Search integration
2015-01-28 21:34:58 -05:00
Andy Armstrong
a9127c1897
Merge pull request #6804 from edx/will/revert-require-js-optimizer-again
...
Revert "Add RequireJS and RequireJS Optimizer configuration to the LMS"
2015-01-28 18:30:16 -05:00
jsa
dbc465a518
reuse instances of OSFS in old mongo
2015-01-28 18:23:23 -05:00
Adam Palay
4a76a629f6
Revert "Fix tolerance broken"
...
This reverts commit 66b949b745 .
2015-01-28 18:23:22 -05:00
John Eskew
e600d6e3b1
Add BlockData class to wrap all block data loaded from the Split
...
modulestore, in order to separate serializable block data from
out-of-band, non-saved, temporary metadata.
Eliminate the deepcopy causing performance problems with import/export.
https://openedx.atlassian.net/browse/PLAT-416
2015-01-28 18:23:22 -05:00
Calen Pennington
6cb55e1a36
Stringify ObjectIds before attempting to make a filename out of them
2015-01-28 18:23:22 -05:00
Calen Pennington
1160306438
Replace SplitMongo thread_cache usage with use of request_cache
2015-01-28 18:23:22 -05:00
Jonathan Piacenti
ed20d5a136
Inverted boolean for rendering in CheckVisible.
2015-01-28 22:58:56 +00:00
Jonathan Piacenti
bd57d56bdd
Add classes to group of elements for cohort selector.
...
Retriggring Jenkins build
2015-01-28 22:51:46 +00:00
Matt Drayer
9d2a0a4e9d
Merge pull request #6705 from edx/mattdrayer/update-milestones-hash
...
Bok Choy test now passes
2015-01-28 17:38:18 -05:00
Matt Drayer
e5f00e626a
Bok Choy test now passes
2015-01-28 17:37:49 -05:00
Will Daly
b467ae8cde
Revert "Add RequireJS and RequireJS Optimizer configuration to the LMS"
...
This reverts commit b8184d188f .
2015-01-28 17:26:46 -05:00