Peter Pinch
fd8b757c90
Merge pull request #10250 from mitocw/feature/aq/add_pagination_gradebook
...
Added pagination on grade book.
2015-11-13 12:37:34 -05:00
Matt Drayer
b932a202d8
Merge pull request #10593 from edx/asadiqbal08/SOL-1385
...
asadiqbal/SOL-1385 Disable "Generate Certs" button until cert is activated
2015-11-13 09:15:18 -05:00
asadiqbal
35d04bff89
SOL-1385
2015-11-13 15:23:02 +05:00
David Baumgold
685572cbee
Merge pull request #10581 from open-craft/courseware-error-stray-quotemark
...
Remove stray quotation mark from courseware-error text.
2015-11-12 14:58:21 -05:00
Matjaz Gregoric
fc2594e37b
Remove stray quotation mark from courseware-error text.
2015-11-11 09:02:50 +01:00
Cliff Dyer
ce99ca63fa
Merge pull request #10561 from edx/release
...
Verify patched fix merge back into master.
2015-11-10 14:10:05 -05:00
Amir Qayyum Khan
44b409ebff
Added pagination on grade book.
2015-11-10 15:18:15 +05:00
Saleem Latif
094ed32176
Added ability to regenerate certificates from Instructor Dashboard
2015-11-10 15:14:55 +05:00
Alison Hodges
f475200a16
Revert "Update example location to split style"
...
This reverts commit 69b261775e .
2015-11-09 17:22:00 -05:00
Alison Hodges
69b261775e
Update example location to split style
2015-11-09 17:15:08 -05:00
Peter Fogg
7b801c66ca
Remove check for course home page improvements.
2015-11-09 14:43:53 -05:00
Mark Sadecki
e5fd2888b8
Merge pull request #10514 from edx/cptvitamin/AC-222
...
adds an accessible label to the search input and the search button
2015-11-05 14:21:12 -05:00
Tasawer
06a91979e1
Added checkout error page.
...
ECOM-2516
2015-11-05 07:26:13 +00:00
Mark Sadecki
16b70a45b8
adds an accessible label to the search input and the search button
2015-11-04 18:09:55 -05:00
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