M. Rehan
0b685d8983
fix for course number display string as none
2016-01-12 09:49:18 -05:00
asadiqbal
323b9193d6
WL-269 used gettext in .underscores
2016-01-08 12:35:24 +05:00
jsa
5ae8f5be23
add username to program app config attrs in DOM.
2016-01-07 16:21:19 -05:00
asadiqbal
eca0cd1139
WL-268 String Internationalization
2016-01-07 17:50:47 +05:00
AlasdairSwan
f25d8a16ee
ECOM-3319 loading edx-icons fonts in studio programming author tool
2016-01-06 12:08:47 -05:00
Syed Hasan raza
482e0e457f
Merge pull request #10978 from edx/shr/bug/TNL-3809-Sign-in-mutiple-clicks
...
Shr/bug/tnl-3809-sign-in-mutiple-clicks
2016-01-04 12:32:45 +05:00
Syed Hassan Raza
912e012bb7
Add Disabled class to Sign In button
2015-12-31 15:21:29 +05:00
AlasdairSwan
a1d81ed781
ECOM-3047 update DOM to include the data-attributes that the programs IDA expects
2015-12-30 14:43:52 -05:00
asadiqbal
624b2ba406
SOL-1358
2015-12-29 16:40:27 +05:00
Usman Khalid
766c3dca71
Merge pull request #11051 from Ayub-Khan/ayubkhan/TNL-3822
...
Fix escaping in studio editor
2015-12-23 14:57:50 +05:00
Robert Raposa
5e69224c32
Deprecate escaping in display_name_with_default
...
- Remove escaping in display_name_with_default
- Move escaped version to deprecated display_name_with_default_escaped
- Does not include any other changes to remove double-escaping
Thanks to agaylard who initiated this work:
https://github.com/edx/edx-platform/pull/10756
TNL-3425
2015-12-22 11:52:04 -05:00
Ibrahim Ahmed
5832b579be
Merge pull request #11004 from edx/ibrahimahmed443/SOL-1479-change-time-allotment
...
Ibrahimahmed443/sol 1479 change time allotment
2015-12-21 21:55:30 +05:00
ibrahimahmed443
f3d43ab5db
SOL-1479 set max time limit to 99:59 hours; add jasmine tests to validate time limit
2015-12-21 19:30:49 +05:00
Ayub-Khan
2f6b1f9b84
-new code according to document.
2015-12-21 11:56:50 +05:00
Ayub-Khan
a6fd6ca5ec
fix html escape error
...
TNL-3822
2015-12-18 16:02:29 +05:00
Bill DeRusha
e63f0f922c
Merge pull request #10984 from edx/bderusha/studio-audit-cert
...
Disable certificate template creation for audit only courses
2015-12-17 14:53:40 -05:00
Bill DeRusha
08d1268c28
Disable cert generation for audit only courses
2015-12-17 13:23:38 -05:00
Muhammad Shoaib
788cece45e
PHX-161
...
- added the new field review_rules for software secure
- added a new tab name "Additional Settings" for the proctored/timed exams
2015-12-15 14:27:29 -05:00
Zia Fazal
772a4d4ba1
org help text updated
2015-12-14 12:39:44 +05:00
Sarina Canelake
dcf4a15124
Remove CMS ORA1 templates
2015-12-11 15:07:06 -05:00
Sarina Canelake
ade863e994
Remove CMS Course Checklists feature
2015-12-11 10:32:14 -05:00
Renzo Lucioni
3c01ed44d0
Include auth URL data attribute in the programs authoring template
...
The authoring app requests JWTs from this endpoint.
2015-12-08 13:33:20 -05:00
Nimisha Asthagiri
7429a32ba8
Merge pull request #10799 from edx/mobile/course-api-fields-MA-1661
...
Update Course About API to include effort and video (MA-1661)
2015-12-04 17:17:21 -05:00
Nimisha Asthagiri
d6ced072c4
Refactor CourseDetails
2015-12-04 16:03:05 -05:00
frances botsford
e9a323405b
Merge pull request #10609 from edx/frances/adjust-studio-cert-limits
...
Add certificates signatory limit help text in Studio
2015-12-04 13:14:28 -05:00
David Baumgold
58daa365cd
re-enable edx.org comprehensive theme
2015-12-03 17:18:55 -05:00
Dan Powell
31646e4a72
Don't render unconfigured marketing links in CMS footer.
2015-12-03 13:41:53 -05:00
Renzo Lucioni
e2833d8fc6
Add a Studio view and template to host the Programs authoring app
...
The Programs authoring app is a Backbone SPA maintained in a separate repository. The app handles its own routing and provides a UI which can be used to create and publish new Programs (e.g, XSeries). ECOM-2598.
2015-12-03 10:47:12 -05:00
Frances Botsford
287304c714
visual cleanup to view and edit certificates page in studio
2015-12-01 16:36:18 -05:00
Jim Abramson
8f4c2264a1
Merge pull request #10701 from edx/renzo/studio-programs-tab
...
Add Programs tab to Studio
2015-11-25 16:37:34 -05:00
Renzo Lucioni
70d57327eb
Add Programs tab to Studio
...
Extends the Programs ConfigurationModel, cleans up Programs-related utilities and corresponding tests, and corrects caching. Uses the Programs API to list programs within Studio. ECOM-2769.
2015-11-25 14:56:50 -05:00
Christine Lytwynec
9a361b6b8a
remove unneeded aria-describedby and aria-hidden attrs on studio modal
2015-11-24 10:42:04 -05:00
Usman Khalid
6cb62f2697
Rebase upgrade Django to v1.8.5
...
Please note that this is a squshed commit and the work of:
Symbolist, macdiesel, nedbat, doctoryes, muzaffaryousaf and muhammad-ammar
2015-11-10 15:00:19 -05:00
Robert Raposa
b76981234d
Merge pull request #10484 from edx/robrap/TNL-2646
...
TNL-2646: Escape json in Studio
2015-11-04 14:28:25 -05:00
Robert Raposa
3682fac832
Add json escaping to Studio
...
Make escaping for json simpler and more consistent in Mako templates
- add escape_json_dumps to escape and json.dumps
- add escape_js_str to escape javascript string
- refactor Studio to use escape_json_dumps in Mako templates
TNL-2646: Escape json.dumps
2015-11-04 13:34:42 -05:00
Peter Fogg
b98c89117c
Course pacing template changes.
...
Instructor-led is changed to instructor-paced. Adds a label to the
course outline page to show the course pacing.
ECOM-2794
ECOM-2800
2015-11-04 09:59:58 -05:00
Robert Raposa
44bd65293a
Escape json for Studio advanced settings
...
- Resolve SEC-27 by escaping course name in advanced settings
- Add escape_json_dumps to simplify escaping json in Mako templates
SEC-27: XSS/JS Error in Advanced Settings with invalid course name
2015-11-03 10:38:39 -05:00
David Baumgold
b22faf1f01
Fix an incorrect string format
2015-11-02 16:37:36 -05:00
Peter Fogg
709758e433
Hide Xblock due dates in studio for self-paced courses.
2015-11-02 09:35:58 -05:00
Christina Roberts
057ab71b7c
Merge pull request #10052 from edx/andya/segmentio-performance
...
Upgrade segment.io and possibly improve its performance
2015-10-30 14:10:16 -04:00
chrisndodge
7868067879
Merge pull request #9744 from edx/cdodge/timed-exams
...
Timed Exams
2015-10-30 11:03:59 -04:00
Andy Armstrong
b66cbe3484
Upgrade segment.io to match documentation.
...
May improve performance.
TNL-3538
2015-10-30 09:24:20 -04:00
Muhammad Shoaib
9476898df0
Add Timed Exams as a feature to edx-platform
2015-10-30 08:44:33 -04:00
Peter Fogg
d9751a855a
Merge pull request #10404 from edx/feature/self-paced
...
Enable self-paced courses.
2015-10-28 20:46:35 -04:00
Peter Fogg
505b2aa4d9
Disable setting course pacing during course run.
...
Also adds improved styling for course pacing settings, and unit tests
around query counts for self-paced courses.
ECOM-2650
2015-10-28 16:44:36 -04:00
Peter Fogg
5ffa06bed1
Responding to review comments.
2015-10-28 16:44:36 -04:00
Peter Fogg
7f673604fb
Allow setting self-paced on schedule & details page.
...
Currently unstyled.
ECOM-2462
2015-10-28 14:33:11 -04:00
Peter Fogg
15d77fda3f
Hide due/release dates on course outline in Studio.
...
ECOM-2443
2015-10-28 14:33:11 -04:00
Carol Tong
40d1a63343
TNL-3697/DOC-2372: modify Manage Users template to indicate that course
...
team not automatically enrolled in course
2015-10-27 11:05:23 -04:00
asadiqbal
b2497a5112
nit
2015-10-27 16:14:30 +05:00