Content libraries UI Updates - #19
Conversation
Kelketek
commented
Dec 5, 2014
- Background: This PR contains UI Updates for the content-libraries studio view and content block.
- Jira tickets: Implements SOL-80, SOL-7
- Discussions: Architecture discussed extensively on the wiki and in meetings, then the revised proposal was presented to the Arch Council on Oct. 21 and given thumbs up.
- Dependencies: https://github.com/edx/edx-platform/pull/6155
- Sandbox URL: TBD
- Internal code reviews PRs: Content libraries UI Updates #19
- Partner information: 3rd party-hosted open edX instance, for an edX solutions client.
There was a problem hiding this comment.
@Kelketek there's a way to do a redirect in urls.py: http://stackoverflow.com/questions/15706489/redirect-to-named-url-pattern-directly-from-urls-py-in-django
So it might make sense to add a route like /course/?$ that only perform redirect, than get rid of that if-else block in course.py
|
👍 There are some improvements you might want to add (optionally):
Neither of this is a show-stopper, of course. |
e508ae4 to
9bac8cb
Compare
7afa32e to
f85f962
Compare
|
@Kelketek FYI, per requests from reviewers on PR 6155 I cherry-picked three of these commits and included them in that PR:
... so when you rebase, you'll probably want to just delete those commits from this branch. |
ad29a90 to
03a9ebb
Compare
58cd4e5 to
a0ec17e
Compare
|
As @mtyaka is now working on the rebase for this, and I've been assigned to make sure that's all good, I have reviewed it and give it a 👍 :) |
82b7bb8 to
0cc3b33
Compare
…ibrary-course-block LibraryContent - Display content from a library in a course (SOL-5, SOL-6, SOL-7, SOL-8, SOL-117)
This changes the style of the inactive libraries/courses tab when hovering. Only the active tab on the dashboard page gets the blue underline. When hovering over an inactive tab, the color of the text changes, but the underline does not appear.
Most of the updates are related to the My Courses -> Studio Home change.
ec07431 to
7df8664
Compare
|
Opened https://github.com/edx/edx-platform/pull/6388, closing this one. |
Compile using:
django-admin.py compilemessages -v0
./manage.py lms compilejsi18n --settings=devstack
./manage.py cms compilejsi18n --settings=devstack
* Adds "Answers are displayed within the problem"
* Updates "{earned}/{possible} points (graded)" and "...(ungraded)"
* Updates buttons on Support/Help pop-up