Renzo Lucioni
5bb0e90878
Merge pull request #12156 from edx/renzo/merge-release-into-master
...
Manually merge release into master
2016-04-15 00:47:54 -04:00
Andy Armstrong
60fab86f01
Reconcile double reverts
...
Resolves conflicts between reverts of pattern library test pages and multi-site comprehensive theming, and the re-introduction of pattern library test pages. Fixes a pipeline rendering test which relied on other tests updating assets. The test now ensures that static assets are available before running.
2016-04-14 23:28:55 -04:00
Simon Chen
582debcd58
Merge pull request #12135 from edx/schen/ECOM-3195
...
ECOM-3195 Edit the navigation header on dashboard to expose program listing page
2016-04-14 15:51:19 -04:00
Simon Chen
75951b5936
ECOM-3195 Edit the navigation header on dashboard to expose program listing page
2016-04-14 14:44:40 -04:00
Renzo Lucioni
affee69296
Manually merge release into master
2016-04-14 14:23:06 -04:00
AlasdairSwan
1c3868ef59
Update program listing page's sidebar implementation to move to more self-contained subviews
...
s/our/your
2016-04-14 13:50:17 -04:00
tasawernawaz
e962a39ef7
Revert "ECOM-3201"
...
This reverts commit 628843f62c .
2016-04-14 14:23:41 +00:00
Tasawer
628843f62c
ECOM-3201
...
Updated dashboard UI for empty list of courses and programs
2016-04-14 10:48:21 +00:00
Bill DeRusha
9e548cd83e
Merge pull request #12108 from edx/bderusha/api-status-notification
...
Email notification
2016-04-13 16:55:50 -04:00
Bill DeRusha
bf37b4a028
Email notification
2016-04-13 15:59:30 -04:00
wajeeha-khalid
5b5fb2464d
TNL-3818: fixed recent activity mapping in thread-list sort for Forums Web
2016-04-13 17:47:31 +05:00
Peter Fogg
56ca0e90f2
Merge pull request #12085 from edx/peter-fogg/improve-api-request-ui
...
API request page improvements.
2016-04-12 15:58:49 -04:00
Peter Fogg
0da55b0f0e
Add the real terms of service to our API request page, and improve UI.
...
ECOM-4024
2016-04-12 14:05:31 -04:00
Matt Drayer
392ee7d258
Revert "saleem-latif/WL-328: Multi-Site Comprehensive Theming"
...
This reverts commit a796b56314 .
Conflicts:
lms/envs/common.py
openedx/core/djangoapps/theming/models.py
pavelib/assets.py
pavelib/paver_tests/test_assets.py
2016-04-12 08:22:14 -04:00
Simon Chen
498ab88794
Merge pull request #12044 from edx/schen/ECOM-3198
...
ECOM-3198 Add banner image to the program listing program cards
2016-04-11 16:00:03 -04:00
Simon Chen
149412d2c3
ECOM-3198 Add banner image to the program listing program cards
2016-04-11 14:58:33 -04:00
Nimisha Asthagiri
59b8bb54e3
Fix Dashboard safe template.
2016-04-11 12:23:22 -04:00
Nimisha Asthagiri
8e591f6323
Fix Safe template issues (again)
2016-04-11 12:23:11 -04:00
Bill DeRusha
f4208e7c58
Revert "Safe Templatize: wiki templates"
...
This reverts commit e6edba18b4 .
2016-04-11 11:53:52 -04:00
Andy Armstrong
9290c52b33
Introduce Pattern Library test pages (take two)
...
FEDX-93
These are developer only pages, so can not be seen in production
environment. On devstack, you can access these pages in LMS and
Studio at:
/template/ux/reference/pattern-library-test.html
This is the second attempt to enable the Pattern Library. The
first attempt broke Django Templates and didn't work correctly
with right-to-left styling.
2016-04-11 00:45:31 -04:00
Brian Jacobel
4671970f86
Revert "Introduce Pattern Library test pages"
...
This reverts commit 845e3708f3 .
2016-04-08 14:25:41 -04:00
Kevin Falcone
f2c8582c46
Merge pull request #11909 from edx/jibsheet/html-escape-submission-history
...
Submission History safe by default
2016-04-08 13:00:06 -04:00
Brian Jacobel
36917398c0
Revert "Introduce Pattern Library test pages"
...
This reverts commit 845e3708f3 .
2016-04-08 11:41:04 -04:00
Muzaffar yousaf
31ca2a637a
Merge pull request #12041 from edx/mzfr/fixup-safe-templates
...
Safe template for edxnotes.
2016-04-08 11:46:59 +05:00
clrux
0571103bdb
Merge pull request #11369 from edx/clrux/ac-223
...
AC-223 updating transcript skip links
2016-04-07 13:23:02 -04:00
Adam
810a5a79d1
Merge pull request #12072 from edx/merge-release-into-master
...
Merge release into master
2016-04-07 13:16:18 -04:00
Chris Rodriguez
fbe6160461
LMS: updating transcript skip links
2016-04-07 12:18:08 -04:00
Adam Palay
76f0fb0fc2
Merge remote-tracking branch 'origin/release' into merge-release-into-master
2016-04-07 12:02:43 -04:00
Amir Qayyum Khan
60b368e22b
Fixed unable to created ccx even if ccx_conn url is not set
2016-04-07 19:30:17 +05:00
Syed Hassan Raza
76057fc4d2
semantic task_input for certificate generation ECOM-3505
2016-04-07 09:06:36 -04:00
muzaffaryousaf
03c801255f
Safe template for edxnotes.
2016-04-07 15:10:38 +05:00
Awais Jibran
1799634c2e
Fix certificate exception view.
...
ECOM-3910
2016-04-06 12:53:04 -04:00
Omar Khan
07892a75f2
Custom icons for third party auth login buttons
...
- Icon images can be uploaded from the django admin
- Test coverage improved
2016-04-06 12:50:55 -04:00
David Ormsbee
dbee08c721
Make Capa problems do initial load without AJAX.
...
Before this commit, calling the student_view on a capa problem would
cause it to render an empty placeholder <div>, wait for the
DOMContentLoaded event to be fired, and then make AJAX requests to the
the problem_get handlers to retrieve the HTML it needed to render the
actual problems. This can significantly increase the end user load
times for pages, particularly when there are many problems in a
vertical.
This commit takes a very conservative approach and has the server side
add the rendered HTML into a new data-content attribute on the <div>
enclosing the problem. When Capa's JS initialization runs, it grabs
from that data-content attribute rather than reaching over the network
for an AJAX request.
I had attempted to make it somewhat smarter and push the rendered
problem straight into the document instead of relying on the
data-content attribute. This was faster, and should be our long term
goal. However, it caused odd bugs, particularly around MathJAX
rendering, and I never quite tracked the issue down. I'm still going
forward with these changes because it's significantly better than the
current situation that students have to deal with, and we can make the
JS more performant in a future iteration.
[PERF-261]
2016-04-06 18:08:14 +05:00
Waheed Ahmed
6a9157e409
Fixed progress page grade requirements text.
...
ECOM-3127
2016-04-06 15:37:28 +05:00
Andy Armstrong
34cecaee77
Merge pull request #11957 from edx/andya/pattern-library-test-page
...
Introduce Pattern Library test pages
2016-04-05 15:36:11 -04:00
Nimisha Asthagiri
7639d6c3e5
Merge pull request #12032 from edx/nasthagiri/fixup-safe-template
...
Fix safe template change on dashboard
2016-04-05 09:44:26 -04:00
Andy Armstrong
845e3708f3
Introduce Pattern Library test pages
...
FEDX-93
These are developer only pages, so can not be seen in production
environment. On devstack, you can access these pages in LMS and
Studio at:
/template/ux/reference/pattern-library-test.html
2016-04-05 09:22:14 -04:00
Peter Fogg
d86aff2866
Merge pull request #11982 from edx/peter-fogg/create-api-request
...
Request API access.
2016-04-04 22:56:49 -04:00
Peter Fogg
b340c2fd9c
Allow users to request access to the Course Discovery API.
...
ECOM-3940
2016-04-04 20:29:19 -04:00
Nimisha Asthagiri
c1c41a36b5
Fix safe template change on dashboard.
...
MA-2257
2016-04-04 15:58:21 -04:00
John Eskew
35a235b348
Merge pull request #11899 from edx/jeskew/ccx_safe_templating
...
Safe templating changes for CCX.
2016-04-04 12:45:24 -04:00
John Eskew
13ef2b7d1a
Safe templating changes for CCX.
2016-04-04 09:59:45 -04:00
Bill DeRusha
fb6f3a411b
Merge pull request #11920 from edx/bderusha/st-wiki
...
Safe Templatize: wiki templates
2016-04-03 19:11:39 -04:00
Jonathan Piacenti
17ec12c650
Address platform final review notes.
2016-04-01 21:06:07 +00:00
Jonathan Piacenti
1a6394b781
Add share modal to badge listing.
2016-04-01 10:13:10 -05:00
Jonathan Piacenti
a04a635efc
Add accomplishments to user profile
2016-04-01 10:13:08 -05:00
David Ormsbee
8e42e61773
Merge pull request #12010 from edx/ormsbee/measure_login_page
...
Add finished() metric for login and registration.
2016-04-01 08:42:37 -04:00
sanfordstudent
6c4037b1cf
Merge pull request #12002 from edx/sstudent/accordion_
...
making the accordion template escape by default
2016-04-01 08:24:22 -04:00
Awais Jibran
75b8eae964
Merge pull request #11973 from edx/aj/ecom-3910-certification-exception-not-loading
...
Fix certificate exception view.
2016-04-01 14:48:36 +05:00