Jeff LaJoie
efa7b3b816
AA-164: Performance fixes for course home
2020-05-20 10:09:41 -04:00
Ned Batchelder
efba6e45e8
Finally import courseware properly everywhere to get rid of a warning
2019-09-26 09:40:15 -04:00
Eric Fischer
247bb50ed2
s/django.core.urlresolvers/django.urls/g
...
Django 1.10 deprecation fix for Hackathon XIX
Addresses PLAT-1397
2018-06-05 13:59:09 -04:00
Eric Fischer
e18448e27d
Silence deprecation warnings
...
https://docs.djangoproject.com/en/1.11/releases/1.10/#using-user-is-authenticated-and-user-is-anonymous-as-methods
2018-05-02 10:03:50 -04:00
Jose Antonio Gonzalez
99f6d78def
customize course info title
2018-03-07 10:12:08 +02:00
Robert Raposa
8bf028620b
Complete rename of CourseHomeEvents to CourseInfoEvents.
...
LEARNER-2026
2017-10-06 11:03:48 -04:00
Andy Armstrong
a815003b3b
Handle anonymous and unenrolled users on the new course home page
...
LEARNER-1696
2017-07-10 17:52:28 -04:00
Harry Rein
82daaa5ad3
Adding a reviews page to the course and updating the reviews module on the course about page. Removed the existing coursetalk implementation and put it in a fragment, removed the tests as well. Added configuration settings to specify the reviews template as well as the reviews provider. This is all protected by a waffle flag.
2017-06-23 11:27:48 -04:00
Harry Rein
d5ed3de388
Hiding 'Resume Course' button for users that are not enrolled in the course and adding test to assure behavior.
2017-06-15 17:07:03 -04:00
Sarah Fischmann
eafb79defc
Added lang attribute in LMS and Studio; added language col to course_overviews
...
Added course level lang attribute for LMS
added lang attribute to Studio
fixed error when trying to get language attribute on course that does not exist
simplified code
added lang attribure to more places in LMS, added migration for language attribute in course_overview
fixing contraints in the database for language attribute
added lang attribute to several more places in LMS and Studio
added lang attribute to discussion and custom pages; cleaned up code
fixed issue that was causing test failures
moved lang attribute higher in tree in two places
2017-06-13 14:42:29 -04:00
Nimisha Asthagiri
fdafd53a66
Upsell Courses in Courseware, CourseOutline, Discussions, Progress
2017-06-08 14:29:42 -04:00
Andy Armstrong
75a0fdf0eb
Enable course sidebar for new course home page
...
LEARNER-764
2017-05-05 13:55:59 -04:00
Diana Huang
e12a704cea
Add new course dates fragment.
...
Also add it to the course home page.
2017-05-04 20:53:42 -04:00
Albert St. Aubin
7c7c27183f
changes header levels for a11y
...
TNL-6347
2017-03-08 11:45:45 -05:00
Albert St. Aubin
97d7633774
Added upgrade upsell to course info banner and url parameter
...
TNL-6381
2017-02-09 20:21:39 -05:00
Albert St. Aubin
282ded7442
Addressed test failures and PR comments
...
TNL-5894
2016-11-28 07:12:23 -05:00
Lucky Jindal
cb22b909b6
AC-588: Fixed header levels,removed unneccessary element
2016-11-28 07:12:23 -05:00
Gregory Martin
707371e1d7
Refactor info.html page datetime rendering
2016-11-17 08:54:08 -05:00
Chris Rodriguez
4cf0e19af2
AC-520 fixing section ignores
2016-07-06 15:01:44 -04:00
Brian Jacobel
c281586a29
Fix other usages of require_module outside <%block name="js-extra"
2016-06-01 12:07:17 -04:00
Nimisha Asthagiri
4a56fa5fb1
Adding infrastructure to support context-sensitive help links in the LMS.
2016-05-27 11:35:05 -04:00
Robert Raposa
7223ee9316
Fix import order for HTML, Text.
2016-05-23 08:47:08 -04:00
Chris Rodriguez
2a23757fbc
Sending skip links to single main, making more relevant
2016-04-25 10:00:45 -04:00
Peter Fogg
9188f9682c
Accessibility fixes for the course home page.
...
ECOM-3799
2016-03-11 09:48:44 -05:00
erm0l0v
4142438372
add CourseTalk widget
...
Move tests to one test class
2016-03-09 13:32:07 +03:00
Robert Raposa
8e1e4a4715
Use markup HTML helper with Text
...
TNL-4160
2016-03-04 10:44:41 -05:00
Ben Weeks
52e8db34fd
course id/org/name -> display_stuff_with_default
2016-02-11 10:25:12 -05:00
Peter Fogg
244843d929
Track events on the course home page.
...
Events are added for accessing the courseware, entering the verified
upgrade flow, and toggling a course update.
ECOM-2983
2016-02-03 13:58:24 -05:00
Peter Fogg
0c1dc272d4
Change "Go to Course" to "Resume Course" on course home page.
...
ECOM-2960
2016-02-03 13:58:23 -05:00
Peter Fogg
71a00bf946
Revert "Move Course Handouts to Course Resources and Tools."
...
This reverts commit e8909e4439f22a7568d95a7672ab60d4a36f7322.
2016-02-03 13:58:23 -05:00
Bill DeRusha
e75f7950d4
Updates XBlock renders its own template. Adds expand and collapse JS + jasmine tests.
...
ECOM-2809
2016-02-03 13:58:23 -05:00
Peter Fogg
c22677c171
Move Course Handouts to Course Resources and Tools.
...
The existing course handouts section is moved underneath Course
Updates and News, with updated styling.
ECOM-2808
2016-02-03 13:58:22 -05:00
Peter Fogg
786c4456ea
Last-accessed courseware on the home page.
...
ECOM-2806
2016-02-03 13:58:22 -05:00
Peter Fogg
fd397964b3
Styling and template changes for the Course Home page.
...
ECOM-2810
2016-02-03 12:20:53 -05:00
Peter Fogg
6e6c397776
Reenable course home improvements check.
...
This was disabled some time ago due to PLAT-900, which caused cached
objects to be unpickled and used in new code which could expect to
find new fields that didn't exist on the old objects. That issue is
now fixed.
ECOM-2853
2016-01-28 11:33:45 -05:00
Ayub-Khan
96e64464b5
-fix TNL-3556 Instructor tool "View as Specific Student" doesn't work on the course updates page.
...
-Added test for TNL-3556.
2016-01-05 17:50:23 +05:00
Peter Fogg
7b801c66ca
Remove check for course home page improvements.
2015-11-09 14:43:53 -05: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
Frances Botsford
44d3cb444f
updated responsive body class to .is-view-in-course
2015-08-31 14:41:46 -04:00
David Baumgold
8daf2a7854
settings.STUDIO_SHORT_NAME doesn't exist in LMS
2015-08-10 10:40:40 -04:00
David Baumgold
668c7fdca3
Should never just link the word 'here'
2015-08-05 15:53:51 -04:00
Frances Botsford
03d5589e97
first wave cleanup of fixed width at page level in LMS
2015-06-16 16:09:04 -04:00
David Baumgold
34addd8fa8
Group imports together in Mako templates
2015-06-03 12:36:47 -04:00
Awais
d0df626685
ECOM-1494 removing code from models.
2015-05-27 16:32:26 +05:00
Andy Armstrong
561c57dbe9
Extend preview to support cohorted courseware
...
TNL-651
2015-01-15 10:33:44 -05:00
Adam Palay
1b06edb6ff
display banner on course info page if user is not enrolled (TNL-286)
...
write failing tests for info page banner
2014-09-18 11:35:18 -04:00
Sarina Canelake
a5dc426cc8
i18n LMS and Studio components of course handouts
2014-07-10 11:28:00 -04:00
Giulio Gratta
3456c1173b
Added "Edit in CMS" links throughout courseware
2014-04-04 10:23:51 -07:00
Brian Talbot
08f448389a
Merge pull request #2410 from ionis-education-group/courseware-none-bodyclass
...
Add '' default to bodyclass in courseware templates
2014-02-07 10:00:59 -05:00
Dave St.Germain
ac8eeac798
Removed extraneous title block that was replacing the breadcrumbs
2014-02-03 15:22:25 -05:00