- Jan 30, 2019
-
-
Christie Rice authored
-
Christie Rice authored
INCR-2 Unpin glob2 and run make upgrade
-
Stu Young authored
fix typo in python jenkinsfile
-
Stuart Young authored
-
- Jan 29, 2019
-
-
Jansen Kantor authored
fail a certificate if grades are modified to failing
-
jansenk authored
-
Christie Rice authored
-
Ned Batchelder authored
The track-pulls key is obsolete
-
Ned Batchelder authored
-
- Jan 28, 2019
-
-
Brian Mesick authored
Use correct language code in retirement emails
-
Matt Hughes authored
Improve screen real estate usage of proctoring courseware banner
-
Audrey authored
Tearing down data from bundling test
-
Audrey Kao authored
-
Calen Pennington authored
Add ADRs for FBE decisions
-
Matt Hughes authored
The banner took up too much room with the browser zoomed in. This adds a button to hide/show much of the copy, reducing the portion of the page on zoomed-in desktop browsers stickily obscuring courseware. The toggle's initial state is set according to browser width. update semantic structure of some proctoring banner elements JIRA:EDUCATOR-3899 JIRA:EDUCATOR-3900
-
bmedx authored
-
Michael Youngstrom authored
Bump timeout for bokchoy
-
Calen Pennington authored
REVMI-39
-
Michael Youngstrom authored
-
Jeff Witt authored
change title attribute to aria-label on Play button for better screen reader UX
-
Julia Eskew authored
Fix error when saving CourseEnrollment in admin
-
Michael Youngstrom authored
Fix broken link to oep2 in openedx.yml
-
Michael Youngstrom authored
-
Kyle McCormick authored
-
Daniel Clemente Laboreo authored
-
- Jan 26, 2019
-
-
Agha Awais authored
Courseware problems bokchoy tests
-
- Jan 25, 2019
-
-
noraiz-anwar authored
-
Calen Pennington authored
Revert "Allow courses api to return data incrementally"
-
Calen Pennington authored
-
Calen Pennington authored
Allow courses api to return data incrementally
-
Calen Pennington authored
-
Calen Pennington authored
-
Calen Pennington authored
-
Calen Pennington authored
Prior to this commit, the course api (/api/courses/v1/courses/) performed all the work necessary to return all courses available to the user, and then only actually returned on page's worth of those courses. With this change, the api now does the work incrementally, computing only the data needed to fetch the courses up to and including the page being returned. This still increases approximately linearly as the page number accessed being increases, but should be more cache-friendly. One side effect of this is that the max_page reported by pagination will be an overestimate (it will include pages that are removed due to a users access restrictions). This change also changes the sort-order of courses being returned by the course_api. By sorting by course-id, rather than course-number, we can sort in the database, rather than in Python, and defer loading data from the end of the list until it is requested. REVMI-90
-
Agha Awais authored
-
Nadeem Shahzad authored
Move award program certificates tasks to background_process queue (OPS-3687)
-
nadeemshahzad authored
-
DawoudSheraz authored
create access denied fragment when HTTP request is null
-
DawoudSheraz authored
-
Agha Awais authored
Remaining bokchoy tests for HTML editor(II)
-