Martyn James
20a32a7e4f
Merge pull request #8043 from edx/dcikatic/SOL-487-filter-staff-view-rebase
...
Dcikatic/sol 487 filter staff view (rebase against master)
2015-05-18 10:40:57 -04:00
Ned Batchelder
e97b94bde2
Merge pull request #8060 from edx/ned/add-supers
...
Add super() calls to setUp/tearDown that are missing them
2015-05-15 12:29:14 -04:00
muzaffaryousaf
cae5623fd9
Updating the django-countries version to support sorting.
...
Adding the pyuca to support sorting in differnet languages.
TNL-2047
2015-05-15 17:07:14 +05:00
Ned Batchelder
78e9445aa1
Add super() calls to setUp/tearDown that are missing them
...
Also, I replaced a number of tearDown methods with addCleanup instead.
And also remove some unneeded patch.stopall() calls.
2015-05-14 18:14:21 -04:00
Sarina Canelake
25eb6942b6
Merge pull request #8051 from edx/sarina/add-flaky-TNL-2199
...
Add flaky test decorator (TNL-2199)
2015-05-14 15:26:43 -04:00
Davorin Sego
a455d9d50a
SOL-495 Cohort-Aware content search
2015-05-14 14:07:42 -04:00
Sarina Canelake
f3f0f08422
Add flaky test decorator (TNL-2199)
2015-05-14 12:10:42 -04:00
cahrens
abd25b8b45
Add a "tags" view in student notes.
...
TNL-1926
2015-05-14 11:36:48 -04:00
Daniel Friedman
3acd7a008c
Refactor and add tests for new grade report.
...
* Handle grading errors
2015-05-13 06:58:02 -04:00
Daniel Friedman
84f3c33df7
Address doc review
2015-05-12 16:32:01 -04:00
Andy Armstrong
2fafaec053
Implement grade report analytics
...
TNL-1988
2015-05-12 16:32:01 -04:00
Ben Patterson
31e56e77ae
Make edxnotes bok-choy tests chrome-friendly.
...
This eliminates some flakiness related to the loading of the notes page. It also
sets the 'no content' version of that page as a separate page object so testing
that case is more explicit.
TE-849
2015-05-11 15:02:00 -04:00
Gabe Mulley
4a8b0c5ef5
Make user_track use eventtracking
2015-05-06 20:57:46 -04:00
Christina Roberts
7c7b0dd7c2
Merge pull request #7915 from edx/christina/flaky-search
...
Label flaky test test_reindex.
2015-05-05 12:46:18 -04:00
Ben Patterson
7d9ac7da80
Merge pull request #7917 from edx/benp/pdf-tabs-skip
...
Setting this test to skip. TNL-2083.
2015-05-05 10:53:16 -04:00
Christina Roberts
31a19c0f63
Merge pull request #7823 from edx/christina/notes-tagging
...
Add tags plugin.
2015-05-04 20:56:52 -04:00
Ben Patterson
8d81398e92
Setting this test to skip. TNL-2083.
2015-05-04 20:34:59 -04:00
cahrens
353caea766
Label flaky test test_reindex.
...
SOL-835
2015-05-04 17:03:39 -04:00
cahrens
5fe384ca2b
Add tags plugin.
...
TNL-1924
2015-05-04 16:00:18 -04:00
Ben Patterson
8cd5f42ca9
Merge pull request #7850 from edx/benp/bok-choy-shard-5
...
Add bok-choy shards 4 and 5. New default is 'shard 6'
2015-05-01 09:26:32 -04:00
Ben Patterson
5f0cd587fd
Add bok-choy shards 4 and 5. When no shard is specified on a test, it
...
will fall in 'shard 6'
2015-04-30 17:34:24 -04:00
Adam
af3519ce15
Merge pull request #7835 from edx/release
...
Release (DO NOT MERGE)
2015-04-30 16:24:47 -04:00
Ben Patterson
c2fd2739b8
Flag test as flaky. TNL-2083.
2015-04-27 16:55:01 -04:00
Andy Armstrong
001da52af6
Address Sylvia's doc feedback
2015-04-27 16:13:25 -04:00
Martyn James
1eeca4d81f
Merge pull request #7522 from edx/feature/dashboard-search
...
Feature/dashboard search
2015-04-27 09:46:35 -04:00
Davorin Sego
71feb068e3
Dashboard search feature
2015-04-24 09:45:12 -04:00
Waqas Khalid
97e6091bd7
Tab number in url doesn't take to correct tab
...
When there is multiple units in a particular subsection
then there will be tabs in courseware. When url have
tab number at the end of the url the code was not
considering it and showing the wrong tab. I have changed
such that it will always check the value of position.
TNL-1844
2015-04-24 17:50:32 +05:00
Awais Jibran
8bd09d4057
Forgot password model not visible when user clicks 'Forgot Password' link on CMS.
...
TNL-1921
2015-04-22 18:06:36 +05:00
muhammad-ammar
cfcb38c498
Update user message strings
2015-04-17 17:23:19 -04:00
Andy Armstrong
17392ef3bf
Code review feedback and test cleanup.
2015-04-17 17:23:19 -04:00
Andy Armstrong
7742735fb0
Event on user preference updates
...
TNL-1851
2015-04-17 17:23:19 -04:00
Andy Armstrong
1f3d2c24cc
Isolate Bok Choy tests to unique test users
2015-04-17 17:23:19 -04:00
cahrens
9907cb5251
Tests for profile image eventing.
2015-04-17 17:23:18 -04:00
cahrens
4797a74e5c
Emit events for language proficiencies from the update_account_settings method.
2015-04-17 17:23:18 -04:00
Daniel Friedman
97c43adaa4
Track user settings changed events on User save
2015-04-17 17:23:18 -04:00
Diana Huang
3f20a6f304
Add model change event tracking to UserProfile.
2015-04-17 17:23:18 -04:00
Andy Armstrong
8ff9fd84e4
Obey learner profile default visibility
2015-04-17 17:23:18 -04:00
muzaffaryousaf
6502eaf755
DropDownFieldView should show empty option if model value is unset.
...
TNL-2022
2015-04-17 17:23:17 -04:00
muzaffaryousaf
c2d83bd4a6
Bok_choy tests for upload/remove profile image.
...
TNL-1538
2015-04-17 17:23:17 -04:00
cahrens
938dcce061
Event change_initiated for password and email change requests.
2015-04-17 17:23:16 -04:00
muzaffaryousaf
9ac08ac59d
Moving the country field to the required section of account setting page.
...
TNL-1856
2015-04-17 17:23:16 -04:00
Andy Armstrong
f03841a6bb
Add client-side events for viewing pages
...
TNL-1504
2015-04-17 17:23:16 -04:00
muzaffaryousaf
3110cf6bb6
Remove account settings display and editing from dashboard sidebar.
...
TNL-1516
2015-04-17 17:23:15 -04:00
Usman Khalid
2667f705ad
Enable third party auth from account settings page.
...
TNL-1535
2015-04-17 17:23:15 -04:00
muzaffaryousaf
a378995f85
If user is not above age limit, show restricted learner profile.
...
TNL-1658
2015-04-17 17:23:15 -04:00
muzaffaryousaf
4f97cd7a04
Learner profile page.
...
TNL-1502
2015-04-17 17:23:14 -04:00
Usman Khalid
229a37b983
Bokchoy tests for account settings page.
...
TNL-1499
2015-04-17 17:23:14 -04:00
E. Kolpakov
d34c6a0783
Filtering using search index + tests
2015-04-14 12:32:50 +03:00
Matt Drayer
ffe30da7a5
Add course-specific URL overrides for social sharing icons on student dashboard
...
- sharing enabled for custom URLs only if URL actually specified
2015-04-13 13:14:43 -04:00
Davorin Sego
e37a98d1be
Indexing moved to celery task. Reorganised indexing to always allow for full course reindex. Indexing code no longer needs to be in common, because it is triggered by signal instead of being called.g
2015-04-10 14:30:19 -04:00