Commit Graph

25741 Commits

Author SHA1 Message Date
Waheed Ahmed
8efa9daec1 Fixed bok choy flaky test for studio.
TNL-284
2014-09-16 16:04:08 +05:00
chrisndodge
23531e8966 Merge pull request #5220 from edx/cdodge/dont-redirect-to-dashboard-when-having-and-empty-dashboard
only redirect to dashboard if user has course enrollments, otherwise rem...
2014-09-15 22:06:13 -04:00
Mark Hoeber
c6bbae3903 Merge pull request #5126 from edx/markhoeber-doc408
Updated Files & Uploads template help
2014-09-15 22:03:11 -04:00
Chris Dodge
50cdd2b087 only redirect to dashboard if user has course enrollments, otherwise remain on the course catalog page (aka homepage or root)
update lettuce test to match new expected behavior

add Jason's feedback

only apply new redirect logic for microsites

switch to use a feature flag to determine whether to support redirect behavior
2014-09-15 20:52:44 -04:00
Mark Hoeber
77311e03c9 Updated Files & Uploads template help
To include size warning of 10 MB.  Also updated styling on existing learn more
links
2014-09-15 20:14:33 -04:00
Don Mitchell
032ff1cd61 Merge pull request #5200 from edx/split/lms-11396
Updating active_versions should not send old and new
2014-09-15 16:44:10 -04:00
Alison Hodges
bc952d4868 Merge pull request #5225 from edx/ahodges/doc/glossary_adds
Ahodges/doc/glossary adds
2014-09-15 16:40:29 -04:00
Alison Hodges
c41fab6208 Quick add for Wendy & Anant post webinar 2014-09-15 16:40:03 -04:00
Jason Bau
eab1d739be Merge pull request #5203 from Stanford-Online/kluo/fix-unicode-email
Convert unicode emails to byte strings for CSV grade reports
2014-09-15 13:32:55 -07:00
Don Mitchell
8d368eda13 Merge pull request #5201 from edx/split/lms-11395
Split/lms 11395
2014-09-15 16:31:03 -04:00
Don Mitchell
043c08bf5b Updating active_versions should not send old and new
but just use old to get query info.
LMS-11396
2014-09-15 16:02:53 -04:00
Don Mitchell
7090ef6588 Ensure deleting a direct only removes it from published
as well as draft
LMS-11395
2014-09-15 16:00:02 -04:00
Don Mitchell
040b1c3da5 Merge pull request #5197 from edx/reruns/count_queries
Explain query counts
2014-09-15 15:57:11 -04:00
Don Mitchell
6568463513 Merge pull request #5223 from edx/bug/lms-11361
Bug/lms 11361
2014-09-15 15:25:26 -04:00
Sarina Canelake
1e1fc127e2 Merge pull request #5214 from edx/sarina/update-i18n-tooling
Sarina/update i18n tooling
2014-09-15 14:39:15 -04:00
Sarina Canelake
95a9ca131a Merge pull request #5148 from lduarte1991/lduarte-harvardx-pr24
Annotation Tools: Give staff/instructors full permissions (bug fix)
2014-09-15 14:25:19 -04:00
Kevin Luo
7627d34339 Remove unicode conversion of email since it should always be unicode 2014-09-15 10:58:09 -07:00
Don Mitchell
bf0c4f5185 Don't let destructive loc change
leak out to callers.
Also, use the return from update_item rather than assume
it was just side effecting.
LMS-11361
2014-09-15 13:47:07 -04:00
Sarina Canelake
363ef77e5d LTR i18n tooling 2014-09-15 13:46:06 -04:00
Sarina Canelake
49d069dd9e RTL i18n tooling 2014-09-15 13:46:06 -04:00
Jesse Zoldak
fcae6b5763 Merge pull request #5219 from edx/zoldak/disable-annotation-test
Disable intermittently failing annotation acceptance test TNL-353
2014-09-15 13:23:34 -04:00
Jesse Zoldak
b7ad5c5382 Merge pull request #5218 from edx/zoldak/disable-test-video-controls
skip intermittently failing test TNL-392
2014-09-15 13:07:31 -04:00
Jesse Zoldak
76517de87d Disable intermittently failing annotation acceptance test TNL-353 2014-09-15 12:23:47 -04:00
Jesse Zoldak
a1eb44d9c6 skip intermittently failing test TNL-392 2014-09-15 12:13:06 -04:00
Piotr Mitros
78ed5c2c54 Merge pull request #5194 from edx/pmitros/pyfs-convention-cleanup
Clean up conventions for underscores vs. dashes in config setting.
2014-09-15 12:08:20 -04:00
Don Mitchell
4c3b4a59b4 Merge pull request #5208 from edx/split/misc_fixups
Split/misc fixups
2014-09-15 11:18:25 -04:00
Sarina Canelake
a08ca41579 Merge pull request #5210 from edx/sarina/09152014-translation-update
Update translations (autogenerated message)
2014-09-15 10:15:31 -04:00
Renzo Lucioni
1fbccdaa20 Merge pull request #5183 from edx/renzo/new-audit-track-selection
Prepare track selection page for new audit track
2014-09-15 10:09:26 -04:00
Sarina Canelake
ba500b5e70 Update translations (autogenerated message) 2014-09-15 10:02:39 -04:00
Waqas Khalid
81e297a677 Merge pull request #5032 from mlkwaqas/waqas/tnl148-reset-newpost-form-on-cancel
Forums new post form should reset state when user cancels
2014-09-15 18:53:56 +05:00
Renzo Lucioni
f896d64ac0 Merge pull request #5195 from edx/renzo/remove-waffle
Remove Django Waffle
2014-09-15 09:43:22 -04:00
chrisndodge
0bb4ddef32 Merge pull request #5209 from edx/cdodge/allow-to-pass-override-cancel-URL
pass along an extra parameter to CyberSource to sepcify a callback URL i...
2014-09-15 09:34:29 -04:00
Don Mitchell
ad57cbe932 Get rid of obsolete field checking 2014-09-15 09:22:49 -04:00
Don Mitchell
f04e75db90 Get rid of unused fragment 2014-09-15 09:01:34 -04:00
Don Mitchell
b137f8d7ad Explain query counts
Fix trivial excesses (2 splits configured & don't fetch courses if there are none)
LMS-11220, LMS-11391, LMS-11390
2014-09-15 08:50:10 -04:00
Waqas Khalid
6dec04ba0f Cancel the new post resets the state of form
When user is creating new post and then cancel it
the data remains in the form which appears when we
click on new post again. The state of form should
be reset.

TNL-148
2014-09-15 16:10:52 +05:00
Waheed Ahmed
e18e18a855 Merge pull request #5055 from edx/waheed/bld1221-fix-video-not-play-in-firefox-on-speed-change
Fixed video not playing after changing speed to anything other than 1.
2014-09-15 15:06:56 +05:00
Waheed Ahmed
d147c7e51f Merge pull request #4749 from edx/waheed/lms11194-xblock-allow-html-and-script-in-dusplay-name
Html escaped from display name in xblock.
2014-09-15 14:52:41 +05:00
Waheed Ahmed
0448c9942d Fixed video not playing after changing speed to anything other than 1.
BLD-1221
2014-09-15 14:30:37 +05:00
Waheed Ahmed
f336d0490c Html escaped from display name in xblock.
LMS-11194
2014-09-15 13:33:48 +05:00
chrisndodge
7225420fa0 Merge pull request #5170 from edx/muhhshoaib/Ex-79-BUG-if-no-coupon-code-defined-registration-codes-modal-dialog-box-does-not-appear
Ex-79 Bug Fixed. If there is no coupon code, 'Generate Registration Codes' modal dialog does not appear.
2014-09-14 21:29:27 -04:00
lduarte1991
a1541b61f2 [TNL-288] Annotation Tools: Give staff/instructors full permissions
- changed role to 'in' condition

 - fixed comment about get_real_user

 - Adding Tests and Fixing Pep8 Violations
2014-09-13 13:42:06 -04:00
Kevin Luo
f832e4f294 Convert unicode emails to byte strings for CSV grade reports 2014-09-12 17:50:30 -07:00
Sarina Canelake
825dbddd95 Merge pull request #5165 from lduarte1991/lduarte-harvardx-pr25
Annotation Tool: Fixed TinyMCE issue when changing units
2014-09-12 16:40:02 -04:00
Renzo Lucioni
9239253614 Remove Django Waffle 2014-09-12 16:22:03 -04:00
Jim Abramson
9fc4fbc12a Merge pull request #5172 from edx/jsa/tnl24
test that group_id attribute is present and correct in LMS responses
2014-09-12 15:58:50 -04:00
Sarina Canelake
abb2c6bc56 Merge pull request #5146 from lduarte1991/lduarte-harvardx-pr23
Text Annotation Tool: Reply/Grouping Bug Fix
2014-09-12 15:48:06 -04:00
Renzo Lucioni
698c9b5914 Merge pull request #5184 from edx/renzo/upsell-tracking
Add tracking on expand of upsell message
2014-09-12 14:21:32 -04:00
Feanil Patel
8b92bd159b Merge pull request #5198 from edx/feanil/sandbox_matplotlib
Add matplotlib to the sandbox requirements.
2014-09-12 14:16:50 -04:00
Renzo Lucioni
cc6e63dd22 Prepare track selection page for new audit track 2014-09-12 13:58:13 -04:00