Sarina Canelake
ca6850284d
Merge pull request #3020 from edx/sarina/LMS-2357
...
Finish i18n of beta instructor dashboard
2014-03-24 09:11:24 -04:00
polesye
bd4be00ae4
BLD-534: Add acceptance test.
2014-03-24 08:47:12 +02:00
Jay Zoldak
a00007b837
Merge pull request #3024 from edx/zoldak/update-se-version
...
Update selenium version
2014-03-22 07:45:02 -04:00
Sarina Canelake
454da6fefc
i18n Inst Dash enrolled students profile table
...
LMS-2357
2014-03-21 17:49:13 -04:00
Joe Blaylock
1fe68fafa2
Merge pull request #2530 from edx/jrbl/certs_regen_handy_flags
...
Certificates: Additional flags for regenerate_user
2014-03-21 14:36:25 -07:00
Jay Zoldak
cd81b5aa2b
Temporarily disable video autoplay selenium tests
2014-03-21 15:47:24 -04:00
Nimisha Asthagiri
e86b4a12dc
Changes for viewing built-in tabs in studio
...
Changed "Status Page" -> "Page".
UX:
support for displaying built-in tabs
restored drag and drop on Studio Pages
additional styling for fixed state on Studio Pages
add a new page action added to bottom of Studio Pages
Dev
changes for viewing tabs in studio,
refactored the tab code,
decoupled the code from django layer.
is_hideable flag on tabs
get_discussion method is needed to continue to support
external_discussion links for now since used by 6.00x course.
override the __eq__ operator to support comparing with
dict-type tabs.
Test
moved test code to common,
added acceptance test for built-in pages
added additional unit tests for tabs.
changed test_split_modulestore test to support serializing objects
that are fields in a Course.
Env:
updated environment configuration settings so they are
consistent for both cms and lms.
2014-03-21 13:58:01 -04:00
Usman Khalid
c086cbc38d
Merge pull request #2816 from edx/usman/lms1192-module-render-exceptions
...
Catch module render exceptions
2014-03-21 21:12:30 +05:00
Valera Rozuvan
8474336a3d
Commenting out flaky acceptance tests.
2014-03-21 17:46:49 +02:00
Valera Rozuvan
b54a268fba
Merge pull request #3014 from edx/valera/comment_out_failing_acceptance_test
...
Commenting out a flaky acceptance test.
2014-03-21 17:24:34 +02:00
Valera Rozuvan
bfee966cfe
Commenting out a flaky acceptance test.
2014-03-21 16:51:44 +02:00
zubair-arbi
5b3a08ddcc
Merge pull request #2925 from edx/zub/bugfix/std1433-importunicodename
...
use unicode strings for slug and regex
2014-03-21 19:01:26 +05:00
Anton Stupak
ce7e7740c4
Merge pull request #3001 from edx/anton/fix-flaky-acceptance-test
...
Video: Fix flaky acceptance test.
2014-03-21 14:03:45 +02:00
Sarina Canelake
bbf4471d92
Merge pull request #2992 from edx/sarina/fix-beta-batch-enrollment
...
Simple email checking for batch enrollment on inst dash
2014-03-21 07:45:09 -04:00
zubiar-arbi
00bf5e4fce
use unicode strings for slug and regex
...
STUD-1433
2014-03-21 15:48:29 +05:00
polesye
f3f1aa2943
Fix acceptance test.
2014-03-21 10:46:50 +02:00
Sarina Canelake
066d04f595
Simple email checking for batch enrollment on inst dash
...
LMS-2244
2014-03-20 15:58:19 -04:00
Jay Zoldak
b695bceeeb
Merge pull request #2997 from edx/zoldak/fix-pragma-pep8
...
Fix pylint disable pragmas that were pep8 violations
2014-03-20 13:56:00 -04:00
Jay Zoldak
c5a7911b87
Fix pylint disable pragmas that were pep8 violations
2014-03-20 10:18:40 -04:00
Dave St.Germain
0773f0687d
Answer checks should offer feedback to assistive tech. This commit adds
...
a page level javascript SR object to enable reading of alert messages.
LMS-2158
2014-03-20 09:53:44 -04:00
Usman Khalid
021e6f5b45
Merge pull request #2970 from edx/usman/lms2194-discussion-forum-unicode-error
...
Replaces print statement in django_comment_client with unicode log.debug.
2014-03-20 17:36:57 +05:00
Waheed Ahmed
bb26fa0cd0
Fixed assigning forum roles from beta dashboard membership.
...
LMS-2346
2014-03-20 11:38:43 +05:00
Usman Khalid
8b6e3b4422
Replaces print statement in django_comment_client with unicode log.debug.
...
LMS-2194
2014-03-19 19:36:55 +05:00
Usman Khalid
ae73f3eaa0
Puts module.render() in try statements.
...
LMS-1192
2014-03-19 19:30:22 +05:00
Waheed Ahmed
5fccc46bfb
Fixed "ugettext" is imported as "_u" in lagacy dash.
...
LMS-2307
2014-03-19 18:19:15 +05:00
polesye
59ca4774fb
Fix flaky acceptance test.
2014-03-19 11:11:17 +02:00
Sarina Canelake
8f24a5fd5e
Batch add/remove beta testers on beta dash
...
LMS-1287
2014-03-18 16:08:59 -04:00
Adam Palay
d7c9491f23
Bulk beta tester add/remove on instructor dashboard
...
LMS-1287
2014-03-18 16:08:58 -04:00
Greg Price
88b0a0a4c1
Merge pull request #2960 from edx/gprice/FOR-499
...
Do not allow students to pin/unpin forum threads
2014-03-18 14:03:56 -04:00
Joe Blaylock
b8b86527b0
Certificates: Additional flags for regenerate_user
...
* -G allows explicit setting of grade condition (e.g., a string such as
'Distinction', 'Pass', 'F', 'B') for the certificate, regardless of
grader output for the user.
* -T allows explicit request of a particular certificate template to be
applied to a given user's certificate regeneration, i.e.:
-T doctor_distinction.pdf
to generate a certificate of distinction for doctors.
2014-03-18 10:57:10 -07:00
Adam Palay
d6522cd123
refactor static tab tests
2014-03-18 10:43:57 -04:00
Calen Pennington
a5498bcbd7
Make progress page work with pure xblocks
...
[LMS-2349]
2014-03-17 10:45:14 -04:00
Calen Pennington
290fd03566
Add tests that verify progress page with pure XBlocks
...
This is known to be broken.
[LMS-2349]
2014-03-17 10:44:37 -04:00
Alexander Kryklia
13ef23c308
Merge pull request #2786 from edx/alex/fix_download_html5_subs
...
Fix donwload subs for non youtube videos and non-en language.
2014-03-17 12:48:27 +02:00
Waheed Ahmed
741881b360
Internationalization fixed for error msg on staff grading page.
...
LMS-2195
2014-03-17 12:38:20 +05:00
Alexander Kryklia
dd20e84c84
Fix donwload subs for non youtube videos and non-en language.
...
Check for status in test.
Add test for track url.
Fix test to use cookie.
Use download_track in feature file.
Add new tests for get_transcript.
Add html5 test.
Add content check.
Add tests for available_translations dispatch.
Disable flaky cms test.
Add w/o english transcript tests.
Add to changelog.
2014-03-14 18:30:42 +02:00
Carlos Andrés Rocha
e5c042aa4f
Improve dump_course_ids test for unicode course_ids
2014-03-14 10:21:31 -04:00
Sarina Canelake
7d2f9b88e3
Merge pull request #2857 from edx/adam/new-data-download
...
Update data download dash for parity (LMS-1203)
2014-03-13 10:58:50 -04:00
Sarina Canelake
52c38a9192
Merge pull request #2927 from edx/adam/allow_usernames_or_email
...
make widget accept usernames or emails (LMS-1438)
2014-03-13 10:57:23 -04:00
Carlos Andrés Rocha
67ab115169
Merge pull request #2920 from rocha/make-course-export-related-command-unicode-aware
...
Support unicode in course ids when dumping all courses
2014-03-13 10:30:08 -04:00
Sarina Canelake
6ca099d5b6
Acceptance tests for beta instructor dash
...
LMS-1203
2014-03-13 07:49:40 -04:00
Adam Palay
4874f21f6f
Inst Dash membership widget accepts usernames
...
In addition to email addresses. LMS-1438
2014-03-13 07:44:07 -04:00
Adam Palay
74714c4ed7
Update data download dash for parity (LMS-1203)
2014-03-13 06:47:40 -04:00
Carlos Andrés Rocha
9ecf2c00c0
Support unicode in course ids when dumping all courses
...
Fixes: AN-657
2014-03-12 18:02:05 -04:00
Greg Price
f56de914d5
Do not allow students to pin/unpin forum threads
...
The wrong permission was being checked for pinning/unpinning, so a
sufficiently clever student could pin and unpin threads.
JIRA: FOR-499
2014-03-12 17:58:31 -04:00
Andy Armstrong
6d2cd987dc
Merge release-2014-03-12 back to master.
...
https://edx-wiki.atlassian.net/wiki/display/ENG/Release+Page%3A+2014-03-12
2014-03-12 16:07:00 -04:00
Greg Price
834692b2e3
Add missing import
...
JIRA: FOR-523
2014-03-11 14:51:08 -04:00
Anton Stupak
d64049c4c3
Merge pull request #2901 from edx/anton/fix-video-in-flash-mode
...
Video: Fix issues related to videos that have separate YouTube IDs for the different video speeds.
2014-03-11 20:32:12 +02:00
polesye
40c1090ca8
Upload files explicitly in tests.
2014-03-11 20:21:15 +02:00
polesye
ddf41ce9c5
BLD-915: Fix issues with different videoIDs.
2014-03-11 20:21:06 +02:00