Files
edx-platform/lms/static/sass
Paulo Viadanna e6e0a02e0a Adds CouseModule.course_visibility and XBlock.public_view() for unenrolled users access to courses.
The course_visiblity field can have one of three values:
1. private (default): This keeps the standard access rules.
2. public_outline: Allows unenrolled and anonymous users access to the outline.
3. public: Allows unenrolled and anonymous users access to both outline and
   course content.

When an unenrolled user accesses course content, instead of student_view(),
public_view() is used. A default implementation is provided for XBlocks
which do not implement this view. The public_view() must not have any
functionality which assumes the presence of a valid User and should show
a readonly only interface for the XBlock content.
2018-11-07 16:18:39 +05:00
..
2018-07-10 02:27:11 +05:30
2018-07-10 02:27:11 +05:30
2018-07-10 02:27:11 +05:30
2018-07-10 02:27:11 +05:30
2018-07-10 02:27:11 +05:30
2018-07-10 02:27:11 +05:30
2018-07-10 02:27:11 +05:30
2018-07-23 13:11:26 -04:00
2016-04-14 23:28:55 -04:00
2018-07-10 02:27:11 +05:30
2018-07-10 02:27:11 +05:30
2018-07-10 02:27:11 +05:30
2017-10-11 13:45:08 -04:00
2017-10-11 13:45:08 -04:00

Sass Watch:

sass --watch lms/static/sass:lms/static/sass -r ./lms/static/sass/bourbon/lib/bourbon.rb