Brian Talbot
bff94de284
Studio: adding basic italicize text styling into xmodule/block preview UI
...
STUD-963
2013-11-26 12:21:55 -05:00
Brian Talbot
5a5c8c0eb5
Merge pull request #1779 from edx/talbs/fix-studio-notificationsie
...
Studio: FIX - correcting hiding state of notification UI for < IE9
2013-11-26 09:09:17 -08:00
Will Daly
d00e5a4503
Disabled video caption tests that failed in master
2013-11-26 12:07:04 -05:00
Andy Armstrong
957175e3da
Merge pull request #1773 from edx/andy/unitidentifier
...
Changed unit identifier to be readonly, not disabled
2013-11-26 08:23:27 -08:00
Don Mitchell
7f91ce40ae
Restful api for course advanced settings
...
STUD-948
2013-11-26 10:17:52 -05:00
Brian Talbot
bbfa7742cc
Studio: correcting hiding state of notification UI for < IE9
...
STUD-815
2013-11-25 20:57:35 -05:00
Andy Armstrong
f002ce4908
Changed unit identifier to be readonly, not disabled
...
STUD-863
2013-11-25 16:53:38 -05:00
Frances Botsford
d3906f8480
fixed the path to the header example image in the Studio html editor help sidebar
...
STUD-981
2013-11-25 15:11:56 -05:00
cahrens
b5d72a38d3
Updates from code review. Includes backing out the
...
"as_published" changes I previously put in, as now we
are not adding @draft to locations converted from locators.
2013-11-25 13:55:33 -05:00
cahrens
50128cfb5c
Convert edit_subsection, edit_unit, and publishing to RESTful URLs.
...
STUD-844
2013-11-25 13:55:33 -05:00
Will Daly
17e54a8a07
Added LMS_BASE to devstack settings to enable View Live in Studio
2013-11-23 10:42:12 -05:00
Don Mitchell
7ab31f5478
Merge pull request #1710 from edx/dhm/restful_settings
...
Restful course settings
2013-11-22 08:23:12 -08:00
Don Mitchell
17864353a5
Restful course settings
...
STUD-946
STUD-947
2013-11-22 10:55:35 -05:00
Александр
3bbc7430f2
BLD-530: Fix 500 error in transcripts.
2013-11-22 10:06:03 +02:00
Christina Roberts
3f44ff2f4b
Merge pull request #1675 from edx/christina/tab-new
...
Convert tabs to use RESTful API
2013-11-21 07:39:31 -08:00
cahrens
1b2be30c45
Convert tabs to RESTful URL.
...
STUD-850
2013-11-21 10:19:43 -05:00
polesye
7bab863c22
Merge pull request #1698 from edx/anton/multiple-answers-string-response
...
Allow multiple answers for string response.
2013-11-21 07:14:29 -08:00
Christina Roberts
99cf0ec54a
Merge pull request #1727 from edx/christina/public
...
Minor cleanup around public RESTful URLs.
2013-11-21 06:57:24 -08:00
polesye
77c208a1cf
BLD-474: Allow multiple answers for string response.
2013-11-21 16:23:33 +02:00
zubair-arbi
df97df6fde
Merge pull request #1606 from zubair-arbi/zub/bugfix/std293-coursehandout
...
Show error on invalid html in course handout edit
2013-11-21 01:53:08 -08:00
polesye
538be891bc
Merge pull request #1725 from edx/anton/transcripts-fix-acceptance-test
...
BLD-524: Add missing assert in video test.
2013-11-20 11:44:15 -08:00
cahrens
d1c19cb563
Minor cleanup around public RESTful URLs.
...
STUD-849
2013-11-20 14:20:59 -05:00
cahrens
f01b36b5d4
Test for i4x on returned pages.
...
STUD-941
2013-11-20 12:48:24 -05:00
Feanil Patel
729f2e3bfa
Merge pull request #1637 from edx/feanil/aws_creds
...
Set empty aws credentials to None.
2013-11-20 07:57:16 -08:00
Christina Roberts
c9416925e1
Merge pull request #1680 from edx/christina/preview
...
Change preview view method to use RESTful URL.
2013-11-20 06:12:19 -08:00
Will Daly
29c8a0e2c5
Merge pull request #1722 from edx/will/fix-html-failure
...
Increased timeout for element count in HTML test
2013-11-20 06:08:27 -08:00
polesye
cc2f1e73bf
BLD-524: Add missing assert in video test.
2013-11-20 15:48:15 +02:00
Zubair Afzal
783e4b223f
Show error on invalid html in course handout edit + Added tests
...
STUD-293
2013-11-20 17:33:07 +05:00
cahrens
e7c06e3ab1
Change preview view method to use RESTful URL.
...
STUD-848
2013-11-19 16:56:24 -05:00
Will Daly
bcb5f1b368
Increased timeout for element count in HTML test
2013-11-19 16:34:01 -05:00
John Jarvis
7a24f2036c
Merge pull request #1718 from edx/jarv/fix-static-url
...
'ignore' shouldn't be use for ascii conversion
2013-11-19 11:38:28 -08:00
John Jarvis
693cfdea50
'ignore' shouldn't be use for ascii conversion
...
The input string is not expected to contain any unicode characters
2013-11-19 14:34:06 -05:00
Christina Roberts
d4082859f8
Merge pull request #1714 from edx/christina/fix-children
...
The forcing of IDs to non-draft must happen in base.py instead of draft....
2013-11-19 11:18:54 -08:00
John Jarvis
71184220e6
convert STATIC_URL to ascii
2013-11-19 12:25:59 -05:00
cahrens
ed9a61e2d9
The forcing of IDs to non-draft must happen in base.py instead of draft.py.
...
The draft.py solution only worked when the parent was also in the draft store.
2013-11-19 12:08:29 -05:00
John Jarvis
0e6b21ef71
adding slash
2013-11-19 11:40:31 -05:00
John Jarvis
54bb55fa52
fixes issue where STATIC_URL was overwritten without git.revision
...
fixes this commit - 5ec77010e3
2013-11-19 11:35:45 -05:00
Mark Hoeber
4efafe4186
Merge pull request #1701 from edx/documentation/hoeber/stud-924
...
Review all panel help text in Studio UI for Studio-924
2013-11-19 08:22:36 -08:00
Mark Hoeber
f5ae957a91
Studio: Review all panel help copy
...
Reviewed and updated all on-page panel help text in Studio for clarity,
consistency, and brevity. Updated template HTML files to change text
STUD-924
2013-11-19 10:35:17 -05:00
Will Daly
a2057273ca
Fix for advanced settings failure
2013-11-19 10:34:22 -05:00
Sarina Canelake
bd8fce5a8a
Change dummy locale to Esperanto
2013-11-19 10:28:02 -05:00
Sarina Canelake
878097d06e
Provide language codes for i18n testing
2013-11-19 09:15:53 -05:00
polesye
38163cf942
BLD-410: Add tests.
2013-11-19 14:37:14 +02:00
polesye
e9b1d2102d
Merge pull request #1688 from edx/anton/add-template-checkboxes
...
Add template for checkboxes to studio.
2013-11-18 11:24:25 -08:00
John Jarvis
399df1141e
resolving merge conflicts
2013-11-18 11:52:26 -05:00
John Jarvis
f5a772135d
adding override for GITHUB_REPO_ROOT
...
This is the base directory for course data
2013-11-18 11:24:45 -05:00
John Jarvis
5ec77010e3
allow override for STATIC_URL
2013-11-18 10:54:12 -05:00
Gabe Mulley
9ad435a8b8
fix emission of enrollment events from the CMS
...
I suspect there are very few circumstances that an enrollment event is emitted from the CMS, but if it ever were to happen, it would bomb out because the "crum" middleware is not used in that app. We are hoping to replace this request caching hack in the near future, but for now it is the best option we could come up with.
I noticed the stack appear when I created a new course in my dev environment. Presumably the course author is automatically enrolled in the course, which, causes the tracking code to bomb out. Luckily we catch the error and just log it, but we really should be capturing this type of enrollment event.
2013-11-18 08:48:46 -05:00
polesye
4b87237825
BLD-193: Add template for checkboxes to studio.
2013-11-18 09:50:53 +02:00
polesye
153bc25d8c
BLD-502: Add improvements to Video player.
2013-11-15 18:12:51 +02:00