Mark Sadecki
aa1281456f
Merge pull request #10347 from edx/cptvitamin/TNL-3675
...
Fixes invalid/improper microdata and attribute values in the header logo
2015-11-04 16:18:19 -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
Eric Fischer
24ee5a68f5
Merge pull request #10490 from edx/release
...
Release 4 November 2015 to master
2015-11-04 13:19:09 -05:00
Amir Qayyum Khan
1f60e9696f
Disabled auto enroll in ccx enrollment tab
2015-11-04 11:56:01 +05:00
Mark Sadecki
3be86ca891
Fixes invalid/improper microdata and attribute values in the header logo
2015-11-03 15:20:48 -05:00
Sarina Canelake
1172a49580
Merge pull request #10445 from stvstnfrd/chat
...
Remove chat feature
2015-11-03 11:11:23 -05:00
Matt Drayer
fc77a6eae7
Merge pull request #10363 from edx/saleem-latif/SOL-1315
...
SOL-1315: Add Cert Exception UI on Instructor Dash
2015-11-03 10:09:19 -05:00
Saleem Latif
99bd47e9a8
Add Cert Exception UI on Instructor Dash
2015-11-03 12:52:22 +05:00
stv
3a2c0e37dc
Remove chat feature
...
This was originally contributed upstream by Stanford, circa 2013.
We neither use nor support this feature in its current implementation,
and in fact, we may never have used this production. Until recently, we
had additional chat/Jabber code [1] (in the form of a Jabber djangoapp in
LMS); context there suggests this feature may have never been more than
a prototype. The original author is no longer on the team, so I can't directly
confirm this on our end.
Do you use this feature?
Stanford had already abandoned this Jabber-backed chat implementation,
in favor of an IRC backend, by the time I joined the team in early 2014.
[1] dbe52a6b13
2015-11-02 14:08:58 -08:00
Peter Fogg
27be371a2c
Merge pull request #10430 from edx/peter-fogg/date-summary-blocks
...
Date summary blocks.
2015-11-02 12:42:36 -05:00
Matjaz Gregoric
3320ecf418
Move unenroll messages into separate data attributes.
...
Having the messeges embedded into onclick attributes was fragile because
it could break if the translated string contained special characters
such as single quotes.
Rather than trying to escape the special characters inside the onclick handler,
move the translatable strings into separate h-escaped data attributes and interpolate
the values in the (already existing) jQuery click handler rather than in the
inline onclick handler.
This makes the javascript code more consistent as well as fixes the problem
where the popup would break if translation included single quotes.
2015-11-02 17:21:28 +01:00
Matjaz Gregoric
1037e6b551
Replace s placeholder with %()s in course listing.
...
The string is passed through the JS 'interpolate' function,
which expects %()s style placeholders.
2015-11-02 17:21:27 +01:00
Peter Fogg
d7417d62cc
Date summary blocks on the course home page.
...
Enabled behind the
`SelfPacedConfiguration.enable_course_home_improvements` flag.
ECOM-2604
2015-11-02 10:49:18 -05:00
Sarina Canelake
42c5f2ff8c
Merge pull request #10125 from open-craft/smarnach/course-number-class
...
Add a class to the course number in the page header to facilitate hiding it in a theme.
2015-11-02 09:55:30 -05:00
Bill DeRusha
62f3cf9c46
Fix cert_status None bug
2015-11-01 18:16:16 -05:00
Sven Marnach
610a0e0fbb
Add a class to course number and name in the page header to facilitate hiding them in a theme.
2015-10-31 13:19:06 +01:00
Ahsan Ulhaq
bab065d825
Reimplemented text changes for dashboard
2015-10-30 23:53:22 +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
Ahsan Ulhaq
c47311b11f
Add the html and css and backend changes required for the xseries.
2015-10-30 20:59:26 +05:00
chrisndodge
7868067879
Merge pull request #9744 from edx/cdodge/timed-exams
...
Timed Exams
2015-10-30 11:03:59 -04:00
Matt Drayer
90f1473bfc
Merge pull request #10418 from edx/ziafazal/SOL-1340
...
SOL-1340: added vertical spacing around issued certificates section
2015-10-30 10:02:16 -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
Zia Fazal
830b2e0ac5
added vertical spacing
...
wrapped issued certificates section with p tags to add some vertical
spacing
changes after feedback from frances
indent code
2015-10-30 12:01:39 +05:00
chrisndodge
2301bcbf8f
Merge pull request #10403 from edx/afzaledx/MAYN-149_survey_report
...
MAYN-149 Survey Report CSV upload for Professional Education courses.
2015-10-29 18:24:31 -04:00
Afzal Wali
5a11f75a48
Add the ability for self-service course survey reports
2015-10-29 13:26:28 -04:00
Christina Roberts
3382a955c9
Merge pull request #10378 from edx/christina/fix-mathjax-preview
...
Disable Fast Preview for version 2.5.
2015-10-29 12:41:30 -04:00
cahrens
deb4e35f92
Disable Fast Preview for version 2.5.
...
Except for the Discussion Tab.
TNL-3693, TNL-3365
2015-10-29 11:56:08 -04:00
stv
a8d30c5de2
Remove circuit-schematic integration from wiki
2015-10-26 15:51:12 -07:00
stv
d77f31dd38
Remove circuit djangoapp from LMS
...
These endpoints (`edit_circuit` and `save_circuit`) had already been
commented out of `urls.py`, so these views were disabled.
2015-10-26 15:50:29 -07:00
Awais Qureshi
034f201588
Merge pull request #10136 from edx/aamir-khan/ECOM-2430-event-tracking
...
ECOM-2430: Added the tracking GA events on dashboard
2015-10-26 14:46:11 +05:00
Bill DeRusha
60fc3f5705
Conditionally show unenroll action based on certificat status
2015-10-23 14:59:17 -04:00
aamir-khan
2376bbb4be
ECOM-2430: Added the tracking GA events on dashboard
2015-10-23 19:20:23 +05:00
Ahsan Ulhaq
04de913dbe
Updated Styling for Courses and Existing Messaging
...
ECOM-2435
2015-10-21 15:40:44 +05:00
Tasawer
cc6b498228
remove escaping html for dashboard link
...
ECOM-2554
2015-10-20 13:16:18 +05:00
Sarina Canelake
7b71f95f44
Merge pull request #10007 from open-craft/unenroll-course-name
...
Display course name in course unenroll confirmation popup.
2015-10-19 13:24:55 -04:00
Adam
ab78069a33
Merge pull request #10246 from edx/merge-release-into-master
...
Merge release into master
2015-10-19 11:13:49 -05:00
Matt Drayer
a4cc266c96
Merge pull request #10126 from edx/asadiqbal08/SOL-1288
...
asadiqbal08/SOL-1288 Add view of Certs generated to the Instructor Dashboard
2015-10-19 10:24:07 -04:00
Adam Palay
9b3841f62c
Merge remote-tracking branch 'origin/release' into merge-release-into-master
...
Conflicts:
lms/djangoapps/teams/views.py
lms/templates/courseware/progress.html
2015-10-19 08:35:33 -05:00
asadiqbal
74b082497f
SOL-1288
2015-10-19 17:28:10 +05:00
Matjaz Gregoric
9027474659
Use %()s style variable placeholder for cert name.
...
Some strings were using both python-style {} placeholders as well
as javascript-style %()s placeholders. That can be confusing for
translators.
Replace the python-style placeholder with a %()s one and interpolate
the value using javascript.
2015-10-19 11:20:35 +02:00
Matjaz Gregoric
5acd203d63
Display course name in unenroll popup.
...
Only the course number was displayed in the course unenrollment
confirmation popup dialog.
Include full course display name to make it more user friendly.
2015-10-19 11:20:35 +02:00
Saleem Latif
3502738bac
feedback changes
2015-10-19 11:10:21 +05:00
Christina Roberts
300bd43172
Merge pull request #9845 from edx/christina/bio-hyperlink
...
Make HTML for non-editable views on leaner profile page more logical
2015-10-16 19:03:47 -04:00
cahrens
c6ba747419
Make HTML for non-editable views more logical.
...
TNL-3297
2015-10-16 13:40:24 -04:00
Ahsan Ulhaq
da9f0f232c
Merge pull request #10183 from edx/ahsan/ECOM-2551-Update-Credit-Eligibility-Table-for-Skips
...
Update Credit Requirement Status Table for Skips
2015-10-16 00:11:38 +05:00
Matt Drayer
f1951df24e
Merge pull request #10154 from edx/saleem-latif/SOL-1297
...
saleem-latif/SOL-1297: updated message for 500 error on certificate preview
2015-10-15 13:58:05 -04:00
asadiqbal
db547cc6f2
MAYN-116 Including GTM code from microsite
2015-10-15 10:47:35 -04:00
Matt Drayer
3e5ad2989c
Merge pull request #10115 from edx/ziafazal/SOL-1254
...
ziafazal/SOL-1254: Student should see rest of courseware as soon as Entrance Exam is passed
2015-10-15 10:18:21 -04:00
Ahsan Ulhaq
7fa9d73a4c
Update Credit Eligibility Table for Skips
...
ECOM-2551
2015-10-15 19:03:07 +05:00