| A | B | C | D | E | F | G | H | I | J | K | |
|---|---|---|---|---|---|---|---|---|---|---|---|
1 | Filename | File Path | Last Changed | File Status | File Type | Changed By | Functionality | Future Plans | Additional Notes | Changes on Github | Changes Image |
2 | tutor-build.yml | .github/workflows | 03/09/2022 16:02:41 | New File | yml | uetuluk | Github Actions | N/A | Abandoned. | https://github.com/uetuluk/openedx-tutor/blame/master/.github/workflows/tutor-build.yml | https://drive.google.com/uc?export=view&id=1iIvFL1udsydiMxGUNV1AiaoUwxwzqG11 |
3 | tutor-release.yml | .github/workflows | 03/09/2022 16:02:41 | New File | yml | uetuluk | Github Actions | N/A | It was going to be used to create the Docker image, however Docker Hub is used for it instead. | https://github.com/uetuluk/openedx-tutor/blame/master/.github/workflows/tutor-release.yml | https://drive.google.com/uc?export=view&id=17DPFa8Iu3vzAsdWq1e7rcMZ1JaGD3ZvH |
4 | devstack.yml | cms | 03/09/2022 16:02:41 | File Modified | yml | uetuluk | Language Switch | N/A | Changed the flag to enable the language header to be shown in Development. | https://github.com/uetuluk/openedx-tutor/blame/master/cms/devstack.yml | https://drive.google.com/uc?export=view&id=1fqSqjQRkdkXfOiA3ivoUWeTda0P-OMvS |
5 | urls.py | cms | 11/16/2021 16:49:56 | File Modified | py | vendor | Facet, Delete Course | Python Unit Test | The URLs for the Facet and Delete Course functions are handled in this file. | https://github.com/uetuluk/openedx-tutor/blame/master/cms/urls.py | https://drive.google.com/uc?export=view&id=1xoqoIO7S7FLz-_3h8t__LoJT7BbTwQOF |
6 | tasks.py | cms/djangoapps/contentstore | 03/09/2022 16:02:41 | File Modified | py | uetuluk | Bilingual Course Names | Python Unit Test | Add the English and Chinese name variables to the Courseoverview when a course is rerun. | https://github.com/uetuluk/openedx-tutor/blame/master/cms/djangoapps/contentstore/tasks.py | https://drive.google.com/uc?export=view&id=1dcbyUiarEVQ3DVb1PdRfN3hmP01WD16I |
7 | utils.py | cms/djangoapps/contentstore | 11/16/2021 16:49:56 | File Modified | py | uetuluk | Facet | Python Unit Test | Handles the URLs for when facets are created in cms/djangoapps/contentstore/views/facet_group.py | https://github.com/uetuluk/openedx-tutor/blame/master/cms/djangoapps/contentstore/utils.py | https://drive.google.com/uc?export=view&id=1ThKEQYb8wi01uQEiDXGp9AhUH11Asy7K |
8 | __init__.py | cms/djangoapps/contentstore/views | 11/16/2021 16:49:56 | File Modified | py | vendor | Facet | Python Unit Test | Import the facet_group so that contentstore elements can access it. | https://github.com/uetuluk/openedx-tutor/blame/master/cms/djangoapps/contentstore/views/__init__.py | https://drive.google.com/uc?export=view&id=1brI8tHD39SePBRZp7Xg8SRxKxZs1dUJU |
9 | course.py | cms/djangoapps/contentstore/views | 03/09/2022 16:02:41 | File Modified | py | uetuluk | Facet, Delete Course, Recommendation, Bilingual Course Names, Course Details Editor, Staff | Python Unit Test | Enables the following functionality: * Course deletion: Removes the course from the CourseExpansion and Recommendation tables and invokes delete_course function from cms/djangoapps/contentstore/utils.py * Redirects non-staff/teacher users back to LMS * Include facets in the view * Add facets, recommendation to the CMS landing page context * Display the Bilingual Course in the form of English / Chinese for staff * Add Bilingual support to course creation * Enable the course details editor view * Enable the recommendation functionality for staff | https://github.com/uetuluk/openedx-tutor/blame/master/cms/djangoapps/contentstore/views/course.py | https://drive.google.com/uc?export=view&id=1Z4aaggqxUk7Uk7xaESRUbtCoyM25GUyc |
10 | facet_group.py | cms/djangoapps/contentstore/views | 11/16/2021 16:49:56 | New File | py | vendor | Facet | Python Unit Test | Enables the Facet functionality with functions to add, delete, display, edit facets. | https://github.com/uetuluk/openedx-tutor/blame/master/cms/djangoapps/contentstore/views/facet_group.py | https://drive.google.com/uc?export=view&id=1mvjVDA5geB2XjiWftQo38eSM0smCQ-p1 |
11 | course_metadata.py | cms/djangoapps/models/settings | 11/16/2021 16:49:56 | File Modified | py | vendor | Bilingual Course Names | Python Unit Test | The course names can be edited in the Course Overview section in CMS via this addition. | https://github.com/uetuluk/openedx-tutor/blame/master/cms/djangoapps/models/settings/course_metadata.py | https://drive.google.com/uc?export=view&id=1KQDWbTOQL1_9q6z80ZhPnWUFLwaIig8w |
12 | common.py | cms/envs | 03/09/2022 16:02:41 | File Modified | py | uetuluk | Language Switch, Facet, Recommendation | N/A | The original common.py sets defaults for the Open edX website, it is edited to include additional functionality by default. The facet, language header, recommendation functionalities are enabled. The license page in the courses is disabled. | https://github.com/uetuluk/openedx-tutor/blame/master/cms/envs/common.py | https://drive.google.com/uc?export=view&id=1W7GWv1zUW8RBqBQd3qJbkqbnmN70ZWIW |
13 | devstack.py | cms/envs | 03/09/2022 16:02:41 | File Modified | py | uetuluk | License | N/A | The license information under course content is disabled in development. | https://github.com/uetuluk/openedx-tutor/blame/master/cms/envs/devstack.py | https://drive.google.com/uc?export=view&id=1Dlav8PcNl30D9PNMTMS1r8nsOWxqpCbQ |
14 | __init__.py | cms/envs/tutor | 11/16/2021 16:49:56 | New File | py | tutor | Tutor Environment Variables | N/A | Required by Python. | https://github.com/uetuluk/openedx-tutor/blame/master/cms/envs/tutor/__init__.py | https://drive.google.com/uc?export=view&id=1Zt0wYKCDAI11ApFVV1O46BUkEC5KDZPR |
15 | development.py | cms/envs/tutor | 03/09/2022 16:02:41 | New File | py | tutor | Tutor Environment Variables | N/A | Includes Tutor specific development environment variables. It is generated by the `tutor config save` command and should be edited. | https://github.com/uetuluk/openedx-tutor/blame/master/cms/envs/tutor/development.py | https://drive.google.com/uc?export=view&id=1Xg4Onr3rNwIGiC8ZzukRqqshAnUlS9Xq |
16 | production.py | cms/envs/tutor | 03/09/2022 16:02:41 | New File | py | tutor | Tutor Environment Variables | N/A | Includes Tutor specific production environment variables. It is generated by the `tutor config save` command and should be edited. | https://github.com/uetuluk/openedx-tutor/blame/master/cms/envs/tutor/production.py | https://drive.google.com/uc?export=view&id=19GNG1uYaOX_cmUBQGnTRuhxkzOjYvbCm |
17 | test.py | cms/envs/tutor | 11/16/2021 16:49:56 | New File | py | tutor | Tutor Environment Variables | N/A | Includes Tutor specific testing environment variables. It is generated by the `tutor config save` command and should be edited. | https://github.com/uetuluk/openedx-tutor/blame/master/cms/envs/tutor/test.py | https://drive.google.com/uc?export=view&id=1jhLtuY95OYx0BW5xfVnWUoaHrYsnQNqV |
18 | common.css | cms/static/cms/css | 03/09/2022 16:02:41 | New File | css | uetuluk | Facet | Move to Custom Theme | Fixed the location of the Facet and Library buttons in CMS view | https://github.com/uetuluk/openedx-tutor/blame/master/cms/static/cms/css/common.css | https://drive.google.com/uc?export=view&id=1NIffYDP-LA5326kDvk3hipswoOxOwLWH |
19 | facet_group.css | cms/static/cms/css | 11/16/2021 16:49:56 | New File | css | vendor | Facet | Move to Custom Theme | Facet specific CSS styling code. Changes the looks of the Facet buttons and editor screen in CMS. | https://github.com/uetuluk/openedx-tutor/blame/master/cms/static/cms/css/facet_group.css | https://drive.google.com/uc?export=view&id=1Q01nLwI1Rt9UTBse-DsZblrxxioZPnRY |
20 | facet_group.js | cms/static/cms/js/facet | 11/16/2021 16:49:56 | New File | js | vendor | Facet | Move to Custom Theme | Facet specific Javascript code. Handles the Facet display. | https://github.com/uetuluk/openedx-tutor/blame/master/cms/static/cms/js/facet/facet_group.js | https://drive.google.com/uc?export=view&id=1iqPWKcmDlFUQsRucOeY_C5kTw-9PHC0i |
21 | thumb.png | cms/static/images | 11/16/2021 16:49:56 | New File | png | vendor | Recommendation | Move to Custom Theme | Logo for recommended courses, only shown in the CMS. | https://github.com/uetuluk/openedx-tutor/blame/master/cms/static/images/thumb.png | https://drive.google.com/uc?export=view&id=1j0DXAnJbicX95Y0PwAPajfIluuDycV2K |
22 | index.js | cms/static/js | 03/09/2022 16:02:41 | File Modified | js | vendor | Facet, Bilingual Course Names | JS Unit Test, Move to Custom Theme | Handles the user interaction on the CMS landing page to enable editing facets. Also adds the bilingual course names to the library creation. | https://github.com/uetuluk/openedx-tutor/blame/master/cms/static/js/index.js | https://drive.google.com/uc?export=view&id=1pRwx5xZecaqQnXZuDbN30ZErULGUW1bX |
23 | CourseOrLibraryListing.jsx | cms/static/js/features_jsx/studio | 03/09/2022 16:02:41 | File Modified | jsx | vendor | Delete Course | JS Unit Test, Move to Custom Theme | The Javascript logic for deleting a course. | https://github.com/uetuluk/openedx-tutor/blame/master/cms/static/js/features_jsx/studio/CourseOrLibraryListing.jsx | https://drive.google.com/uc?export=view&id=1On09zjBTxy3FMVO6yAv_3c2PEcnIqbsj |
24 | djangojs.js | cms/static/js/i18n/de-de | 11/16/2021 16:49:56 | File Modified | js | tutor | Language Files | N/A | Auto-generated by Tutor when `tutor local quickstart` or `compilejsi18n` is run. | https://github.com/uetuluk/openedx-tutor/blame/master/cms/static/js/i18n/de-de/djangojs.js | https://drive.google.com/uc?export=view&id=1x0CIg5YKso9KvdlLFIYROx3oiECZ9iDE |
25 | djangojs.js | cms/static/js/i18n/es-es | 11/16/2021 16:49:56 | File Modified | js | tutor | Language Files | N/A | Auto-generated by Tutor when `tutor local quickstart` or `compilejsi18n` is run. | https://github.com/uetuluk/openedx-tutor/blame/master/cms/static/js/i18n/es-es/djangojs.js | https://drive.google.com/uc?export=view&id=14dqV9EXckwSzwuPCajIOJW_wyJ_yAYIL |
26 | djangojs.js | cms/static/js/i18n/fake2 | 11/16/2021 16:49:56 | File Modified | js | tutor | Language Files | N/A | Auto-generated by Tutor when `tutor local quickstart` or `compilejsi18n` is run. | https://github.com/uetuluk/openedx-tutor/blame/master/cms/static/js/i18n/fake2/djangojs.js | https://drive.google.com/uc?export=view&id=16PTKPvRq5f2fOm5zMZCIyzlH58bfqy_D |
27 | djangojs.js | cms/static/js/i18n/it-it | 03/09/2022 16:02:41 | File Modified | js | tutor | Language Files | N/A | Auto-generated by Tutor when `tutor local quickstart` or `compilejsi18n` is run. | https://github.com/uetuluk/openedx-tutor/blame/master/cms/static/js/i18n/it-it/djangojs.js | https://drive.google.com/uc?export=view&id=1Q2fG41HxPpIUhjT4pf9yp6oUPzwyZDQs |
28 | djangojs.js | cms/static/js/i18n/ja-jp | 11/16/2021 16:49:56 | File Modified | js | tutor | Language Files | N/A | Auto-generated by Tutor when `tutor local quickstart` or `compilejsi18n` is run. | https://github.com/uetuluk/openedx-tutor/blame/master/cms/static/js/i18n/ja-jp/djangojs.js | https://drive.google.com/uc?export=view&id=14iAOmR2tyC6wlSOGtHXRfv0IlO5AfP6G |
29 | djangojs.js | cms/static/js/i18n/pt-pt | 03/09/2022 16:02:41 | File Modified | js | tutor | Language Files | N/A | Auto-generated by Tutor when `tutor local quickstart` or `compilejsi18n` is run. | https://github.com/uetuluk/openedx-tutor/blame/master/cms/static/js/i18n/pt-pt/djangojs.js | https://drive.google.com/uc?export=view&id=1isxB6mfYIGtAcXZU8hkoyiGtgj-LlzRg |
30 | djangojs.js | cms/static/js/i18n/ro | 11/16/2021 16:49:56 | File Modified | js | tutor | Language Files | N/A | Auto-generated by Tutor when `tutor local quickstart` or `compilejsi18n` is run. | https://github.com/uetuluk/openedx-tutor/blame/master/cms/static/js/i18n/ro/djangojs.js | https://drive.google.com/uc?export=view&id=1ogDbUkM6Z-31ApElAQXStKgOpVHoho1e |
31 | djangojs.js | cms/static/js/i18n/tr-tr | 03/09/2022 16:02:41 | File Modified | js | tutor | Language Files | N/A | Auto-generated by Tutor when `tutor local quickstart` or `compilejsi18n` is run. | https://github.com/uetuluk/openedx-tutor/blame/master/cms/static/js/i18n/tr-tr/djangojs.js | https://drive.google.com/uc?export=view&id=1kafMuy2Z7sGAfmaAzx2fhixHyMqmzlP8 |
32 | djangojs.js | cms/static/js/i18n/zh-cn | 03/09/2022 16:02:41 | File Modified | js | tutor | Language Files | N/A | Auto-generated by Tutor when `tutor local quickstart` or `compilejsi18n` is run. | https://github.com/uetuluk/openedx-tutor/blame/master/cms/static/js/i18n/zh-cn/djangojs.js | https://drive.google.com/uc?export=view&id=1BlFeFxVeRca1wBnUYPPeJJXj_zJ7SaRZ |
33 | course_rerun.js | cms/static/js/views | 03/09/2022 16:02:41 | File Modified | js | uetuluk | Bilingual Course Names | JS Unit Test, Move to Custom Theme | Fills the rerun course form using the proper Bilingual course names as presented in the CMS page supplied by the CourseOverviewExpansion | https://github.com/uetuluk/openedx-tutor/blame/master/cms/static/js/views/course_rerun.js | https://drive.google.com/uc?export=view&id=19dtloC-iT_ddLZaDrAPTbbyhodtWuNmP |
34 | main.js | cms/static/js/views/settings | 03/09/2022 16:02:41 | File Modified | js | uetuluk | Course Details Editor | JS Unit Test, Move to Custom Theme | Adds the course details editor to the CMS Schedule & Details Settings screen. Adds the recommended option and facet selector for the course. Adds the vertical image selector and vertical image preview. | https://github.com/uetuluk/openedx-tutor/blame/master/cms/static/js/views/settings/main.js | https://drive.google.com/uc?export=view&id=1Z4w4bPWNmbp8qHDZyUwiNkFD45ElDRpr |
35 | create_course_utils.js | cms/static/js/views/utils | 11/16/2021 16:49:56 | File Modified | js | uetuluk | Bilingual Course Names | JS Unit Test, Move to Custom Theme | Handles the form validation for the course creation form, the Chinese course name input field is validated. | https://github.com/uetuluk/openedx-tutor/blame/master/cms/static/js/views/utils/create_course_utils.js | https://drive.google.com/uc?export=view&id=1Cp6rjDneButuAE8Kg7GQSl1EP86Nn-cL |
36 | create_facet_utils.js | cms/static/js/views/utils | 11/16/2021 16:49:56 | New File | js | vendor | Facet | JS Unit Test, Move to Custom Theme | Handles the validation of the facets during creation. | https://github.com/uetuluk/openedx-tutor/blame/master/cms/static/js/views/utils/create_facet_utils.js | https://drive.google.com/uc?export=view&id=1-NrzThXe12rk881boMkDFbbdyZPIj3vI |
37 | create_utils_base.js | cms/static/js/views/utils | 11/16/2021 16:49:56 | File Modified | js | vendor | Bilingual Course Names | JS Unit Test, Move to Custom Theme | Synchronously validates the Chinese course name form input while filling the form. | https://github.com/uetuluk/openedx-tutor/blame/master/cms/static/js/views/utils/create_utils_base.js | https://drive.google.com/uc?export=view&id=1g2kOIv-1d3uCqz34pmYzgR8pxfyubCp5 |
38 | favicon.ico | cms/static/nyu_ui/images | 03/09/2022 16:02:41 | New File | ico | studio team | Custom Theme, Image | Move to Custom Theme | Website favicon | https://github.com/uetuluk/openedx-tutor/blame/master/cms/static/nyu_ui/images/favicon.ico | https://drive.google.com/uc?export=view&id=1ikv-UVk_AMPkh4AonXvtuOarrGbRNts9 |
39 | opencourse_logo.png | cms/static/nyu_ui/images | 03/09/2022 16:02:41 | New File | png | studio team | Custom Theme, Image, Branding | Move to Custom Theme | Website logo at the header | https://github.com/uetuluk/openedx-tutor/blame/master/cms/static/nyu_ui/images/opencourse_logo.png | https://drive.google.com/uc?export=view&id=19HKLgYJEMcw-f986CMz7ULCEruYCnq4w |
40 | _modal-window.scss | cms/static/sass/elements | 11/16/2021 16:49:56 | File Modified | scss | vendor | Custom Theme, Style, Bilingual Course Names | Move to Custom Theme | Changes the style of the modal popup window to accommodate the changes made to the course names. | https://github.com/uetuluk/openedx-tutor/blame/master/cms/static/sass/elements/_modal-window.scss | https://drive.google.com/uc?export=view&id=1VkuD0QOfRsqP6qjX1RbXmR0oPZi895Kj |
41 | _xblocks.scss | cms/static/sass/elements | 11/16/2021 16:49:56 | File Modified | scss | vendor | Custom Theme, Style, Bilingual Course Names | Move to Custom Theme | Changes the style of the modal popup window to accommodate the changes made to the course names. | https://github.com/uetuluk/openedx-tutor/blame/master/cms/static/sass/elements/_xblocks.scss | https://drive.google.com/uc?export=view&id=1mi_Asx72ohyOMiUXIdXB-AeQBE9z_557 |
42 | _dashboard.scss | cms/static/sass/views | 11/16/2021 16:49:56 | File Modified | scss | vendor | Custom Theme, Style, Facet | Move to Custom Theme | Adds styling for the facet buttons. | https://github.com/uetuluk/openedx-tutor/blame/master/cms/static/sass/views/_dashboard.scss | https://drive.google.com/uc?export=view&id=1HkA7DCADn5m-HqgFZpV5Sn-nm0E-hUUc |
43 | _settings.scss | cms/static/sass/views | 03/09/2022 16:02:41 | File Modified | scss | vendor | Custom Theme, Style, Course Details Editor | Move to Custom Theme | Adds styling to the CMS Schedule & Details Settings page for the Course Details Editor elements | https://github.com/uetuluk/openedx-tutor/blame/master/cms/static/sass/views/_settings.scss | https://drive.google.com/uc?export=view&id=1fqjqhoACqiBnbI772VGze1PDTIJBN7Ml |
44 | base.html | cms/templates | 03/09/2022 16:02:41 | File Modified | html | uetuluk, vendor | Custom Theme, HTML, Analytics | Move to Custom Theme | Connects the custom styling to the CMS pages. Adds Rudderstack analytics to the CMS pages. | https://github.com/uetuluk/openedx-tutor/blame/master/cms/templates/base.html | https://drive.google.com/uc?export=view&id=1kOM1HLmxbUH8AXGFfAnbK2KU6VaDcGE7 |
45 | facet.html | cms/templates | 11/16/2021 16:49:56 | New File | html | vendor | Custom Theme, HTML, Facet | Move to Custom Theme | Adds the Facet editor screen to the CMS landing page. Presents the Facet add, delete, edit functionality to the staff. | https://github.com/uetuluk/openedx-tutor/blame/master/cms/templates/facet.html | https://drive.google.com/uc?export=view&id=1uKuBJQno5nqVuw0b1QMVV46w6m-W0AiP |
46 | index.html | cms/templates | 03/09/2022 16:02:41 | File Modified | html | uetuluk, vendor | Custom Theme, HTML, Facet, Bilingual Course Names, Recommendation | Move to Custom Theme | CMS landing page. The Add Facet button and Add New Course button are modified. The Bilingual Course Name support is added to the Add New Course in this file. The Add Facet form is added to the landing page. The recommended logo is added to the courses with recommended status. | https://github.com/uetuluk/openedx-tutor/blame/master/cms/templates/index.html | https://drive.google.com/uc?export=view&id=1e0AHQDgTwKJvFCR2xnjfJiuObtD_oBB1 |
47 | settings.html | cms/templates | 03/09/2022 16:02:41 | File Modified | html | uetuluk, vendor | Custom Theme, HTML, Facet, Course Details Editor, Recommendation | Move to Custom Theme | The view layer template for the CMS settings page. The additions include the Facet selector, recommendation toggle and the custom course details editor. | https://github.com/uetuluk/openedx-tutor/blame/master/cms/templates/settings.html | https://drive.google.com/uc?export=view&id=1y0rRnFV4a-w4neqHqwvPJoR7UMxsi1hX |
48 | course_overview_faq.underscore | cms/templates/js | 11/16/2021 16:49:56 | New File | underscore | vendor | Custom Theme, HTML, Course Details Editor | Move to Custom Theme | Code snippet that displays the FAQ section of the custom course details editor. | https://github.com/uetuluk/openedx-tutor/blame/master/cms/templates/js/course_overview_faq.underscore | https://drive.google.com/uc?export=view&id=1kobF-4sxjh8QhogRFNph9va1ZyhsVSlI |
49 | course_overview_staff.underscore | cms/templates/js | 03/09/2022 16:02:41 | New File | underscore | vendor | Custom Theme, HTML, Course Details Editor | Move to Custom Theme | Code snippet that displays the Staff section of the custom course details editor. | https://github.com/uetuluk/openedx-tutor/blame/master/cms/templates/js/course_overview_staff.underscore | https://drive.google.com/uc?export=view&id=1dVzE01nt8DrQp86tq_o-MSv7nuO71vmh |
50 | header.html | cms/templates/widgets | 03/09/2022 16:02:41 | File Modified | html | uetuluk | Custom Theme, HTML, Branding | Move to Custom Theme | Changes the default header image with the Minicourse logo. | https://github.com/uetuluk/openedx-tutor/blame/master/cms/templates/widgets/header.html | https://drive.google.com/uc?export=view&id=14ibMb1MdkvfA9422EFMW9Y4jOvhWmj62 |
51 | rudderstack-footer.html | cms/templates/widgets | 03/09/2022 16:02:41 | New File | html | uetuluk | Custom Theme, HTML, Analytics, Footer | Move to Custom Theme | Adds Rudderstack analytics to the CMS pages. | https://github.com/uetuluk/openedx-tutor/blame/master/cms/templates/widgets/rudderstack-footer.html | https://drive.google.com/uc?export=view&id=13DhXQ69sYuVDDFFkqkNklnoHQ8kwgFV1 |
52 | rudderstack.html | cms/templates/widgets | 03/09/2022 16:02:41 | New File | html | uetuluk | Custom Theme, HTML, Analytics | Move to Custom Theme | Adds Rudderstack analytics to the CMS pages. | https://github.com/uetuluk/openedx-tutor/blame/master/cms/templates/widgets/rudderstack.html | https://drive.google.com/uc?export=view&id=1dpOy2hme6bVyOSYcvkn3buma8cLuvbIp |
53 | user_dropdown.html | cms/templates/widgets | 03/09/2022 16:02:41 | File Modified | html | vendor | Custom Theme, HTML | Remove Insights reference, Move to Custom Theme | Adds additional links to the CMS header hamburger menu. | https://github.com/uetuluk/openedx-tutor/blame/master/cms/templates/widgets/user_dropdown.html | https://drive.google.com/uc?export=view&id=13CWzxcRYaAIXSgX0vNHIqr1Fwb_BOdNk |
54 | __init__.py | common/djangoapps/facet | 11/16/2021 16:49:56 | New File | py | vendor | Facet | Python Unit Test | Python required file. | https://github.com/uetuluk/openedx-tutor/blame/master/common/djangoapps/facet/__init__.py | https://drive.google.com/uc?export=view&id=1OPw24ym5INFJI8HEjBPhSyIPHqlwZdPd |
55 | admin.py | common/djangoapps/facet | 11/16/2021 16:49:56 | New File | py | vendor | Facet | Python Unit Test | Settings that can be changed are registered to the Django admin page with this file. It doesn't involve any changes currently. | https://github.com/uetuluk/openedx-tutor/blame/master/common/djangoapps/facet/admin.py | https://drive.google.com/uc?export=view&id=1ve1jv6iZqkDe29VCpmQ6WKaGoExRT3x6 |
56 | models.py | common/djangoapps/facet | 11/16/2021 16:49:56 | New File | py | vendor | Facet | Python Unit Test | Connects the table definitions to the Facet functionality inside Django. | https://github.com/uetuluk/openedx-tutor/blame/master/common/djangoapps/facet/models.py | https://drive.google.com/uc?export=view&id=1ESQqEHhn9vajRDslG_UMM2DODBvNM2t4 |
57 | serializers.py | common/djangoapps/facet | 11/16/2021 16:49:56 | New File | py | vendor | Facet | Python Unit Test | The serializers are used to only convey the relevant information from the DB to the system. | https://github.com/uetuluk/openedx-tutor/blame/master/common/djangoapps/facet/serializers.py | https://drive.google.com/uc?export=view&id=1rM605DwMHd9mAeigpPR0sg6nbre1AJy- |
58 | tests.py | common/djangoapps/facet | 11/16/2021 16:49:56 | New File | py | vendor | Facet | Python Unit Test | The tests to ensure the stability of the functionality. Currently empty. | https://github.com/uetuluk/openedx-tutor/blame/master/common/djangoapps/facet/tests.py | https://drive.google.com/uc?export=view&id=1T6tcv_qstt4QO52Hhioslyn6FFgy6rfs |
59 | urls.py | common/djangoapps/facet | 11/16/2021 16:49:56 | New File | py | vendor | Facet | Python Unit Test | Requests to the Facet API is handled and directed to correct functions here. | https://github.com/uetuluk/openedx-tutor/blame/master/common/djangoapps/facet/urls.py | https://drive.google.com/uc?export=view&id=1Z6k5bvqeUKCGmj48P4ieQWBKFXUhXmCv |
60 | views.py | common/djangoapps/facet | 11/16/2021 16:49:56 | New File | py | vendor | Facet | Python Unit Test | The directs from the Facet API are handled here. The add, edit and delete functionalities are enabled through the API. | https://github.com/uetuluk/openedx-tutor/blame/master/common/djangoapps/facet/views.py | https://drive.google.com/uc?export=view&id=1IZK6siDqG7QLfD8ixkiPUmiAh7GDSv_0 |
61 | __init__.py | common/djangoapps/facet/migrations | 11/16/2021 16:49:56 | New File | py | vendor | Facet | Python Unit Test | Python required file. | https://github.com/uetuluk/openedx-tutor/blame/master/common/djangoapps/facet/migrations/__init__.py | https://drive.google.com/uc?export=view&id=1ZxN9wcLqBFREUvGKECsamgp5y6UZ37Le |
62 | 0001_initial.py | common/djangoapps/facet/migrations | 11/16/2021 16:49:56 | New File | py | vendor | Facet | Python Unit Test | Adds the Facet tables to the MySQL database with this migration. The Facet table records the created facets, the FacetOfCourse records the relations between the Facet table and the courses, the Group table records the Group of a facet. The group is used to store the translation strings for a Facet. | https://github.com/uetuluk/openedx-tutor/blame/master/common/djangoapps/facet/migrations/0001_initial.py | https://drive.google.com/uc?export=view&id=1x-127IDUBNZJyvZ25PIZPwTP3mXXSTqt |
63 | 0002_auto_20190123_2213.py | common/djangoapps/facet/migrations | 11/16/2021 16:49:56 | New File | py | vendor | Facet | Python Unit Test | Adds the GroupOfLanguage table to the MySQL database with this migration. The language strings in the groups are stored in this table. | https://github.com/uetuluk/openedx-tutor/blame/master/common/djangoapps/facet/migrations/0002_auto_20190123_2213.py | https://drive.google.com/uc?export=view&id=1nor4GFf0awF3VztFkrbkJN1rJpSUzyzn |
64 | 0003_auto_20190124_2028.py | common/djangoapps/facet/migrations | 11/16/2021 16:49:56 | New File | py | vendor | Facet | Python Unit Test | Handles the deletion of a Group. | https://github.com/uetuluk/openedx-tutor/blame/master/common/djangoapps/facet/migrations/0003_auto_20190124_2028.py | https://drive.google.com/uc?export=view&id=1B_y1ZmYKMxDXvijngBK_2USKb8pdBQ6p |
65 | __init__.py | common/djangoapps/pdf_xblock | 11/16/2021 16:49:56 | New File | py | vendor | PDF_XBlock | Remove Deprecated | Python required file. | https://github.com/uetuluk/openedx-tutor/blame/master/common/djangoapps/pdf_xblock/__init__.py | https://drive.google.com/uc?export=view&id=1_4BSTnbAB4aN1kBebmGXqhj4Q1L4l5Ye |
66 | urls.py | common/djangoapps/pdf_xblock | 11/16/2021 16:49:56 | New File | py | vendor | PDF_XBlock | Remove Deprecated | Handles the URL requests for the PDF XBlock. | https://github.com/uetuluk/openedx-tutor/blame/master/common/djangoapps/pdf_xblock/urls.py | https://drive.google.com/uc?export=view&id=18BpjfCwHevP3uQS7Sk7OztniZzaJQZUR |
67 | views.py | common/djangoapps/pdf_xblock | 11/16/2021 16:49:56 | New File | py | vendor | PDF_XBlock | Remove Deprecated | Used to handle PDFs in the system. Open edX already can handle it, so it is deprecated. | https://github.com/uetuluk/openedx-tutor/blame/master/common/djangoapps/pdf_xblock/views.py | https://drive.google.com/uc?export=view&id=10grcn_zSuZmkLaBWDrCMJosTzzgeQw99 |
68 | __init__.py | common/djangoapps/recommendation | 11/16/2021 16:49:56 | New File | py | vendor | Recommendation | Python Unit Test | Python required file. | https://github.com/uetuluk/openedx-tutor/blame/master/common/djangoapps/recommendation/__init__.py | https://drive.google.com/uc?export=view&id=1NVAh34PRRZVjnObqUt9zqpRcyCy4Hqmp |
69 | admin.py | common/djangoapps/recommendation | 11/16/2021 16:49:56 | New File | py | vendor | Recommendation | Python Unit Test | Settings that can be changed are registered to the Django admin page with this file. It doesn't involve any changes currently. | https://github.com/uetuluk/openedx-tutor/blame/master/common/djangoapps/recommendation/admin.py | https://drive.google.com/uc?export=view&id=1tGpm4ke4IZLP07g343zOoU4bPxyjGmVJ |
70 | models.py | common/djangoapps/recommendation | 11/16/2021 16:49:56 | New File | py | vendor | Recommendation | Python Unit Test | Connects the table definitions to the Recommendation functionality inside Django. | https://github.com/uetuluk/openedx-tutor/blame/master/common/djangoapps/recommendation/models.py | https://drive.google.com/uc?export=view&id=1bajmqEy1TgtBkBopfyZKKIPLILsMw49q |
71 | tests.py | common/djangoapps/recommendation | 11/16/2021 16:49:56 | New File | py | vendor | Recommendation | Python Unit Test | The tests to ensure the stability of the functionality. Currently empty. | https://github.com/uetuluk/openedx-tutor/blame/master/common/djangoapps/recommendation/tests.py | https://drive.google.com/uc?export=view&id=1aF_7tGlPC5HeMYRnnw-rc6ivj0Zoijh9 |
72 | views.py | common/djangoapps/recommendation | 11/16/2021 16:49:56 | New File | py | vendor | Recommendation | Python Unit Test | Handles the API requests, recommendation only stores information, so it is empty. | https://github.com/uetuluk/openedx-tutor/blame/master/common/djangoapps/recommendation/views.py | https://drive.google.com/uc?export=view&id=1EIPTGOVbVHZPoptHfRTtca17bgutMpg- |
73 | __init__.py | common/djangoapps/recommendation/migrations | 11/16/2021 16:49:56 | New File | py | vendor | Recommendation | Python Unit Test | Python required file. | https://github.com/uetuluk/openedx-tutor/blame/master/common/djangoapps/recommendation/migrations/__init__.py | https://drive.google.com/uc?export=view&id=13BWUfBMrwrlzKsrhwva7vzsbQTASlI7d |
74 | 0001_initial.py | common/djangoapps/recommendation/migrations | 11/16/2021 16:49:56 | New File | py | vendor | Recommendation | Python Unit Test | Adds the RecommendedCourses table to the MySQL database, every field stores the ID of the recommended course. | https://github.com/uetuluk/openedx-tutor/blame/master/common/djangoapps/recommendation/migrations/0001_initial.py | https://drive.google.com/uc?export=view&id=1wXGA3oQww9HaRtBvFsNWLtbp87qraljP |
75 | helpers.py | common/djangoapps/student | 11/16/2021 16:49:56 | File Modified | py | vendor | Third Party Authentication | Python Unit Test | The user displayname is added to the user information to correctly identify users whether they register normally or using the third party methods. Adds the UserExtension class to the student class. | https://github.com/uetuluk/openedx-tutor/blame/master/common/djangoapps/student/helpers.py | https://drive.google.com/uc?export=view&id=1XdipYsx2Uhw6LFNoscPLAHS3c5hdS0YX |
76 | models.py | common/djangoapps/student | 03/09/2022 16:02:41 | File Modified | py | uetuluk, vendor | Third Party Authentication, Analytics | Python Unit Test | The UserExtension class is added to connect the users to the displayname field, also adds a method to check whether a username exists. Function to send the user login and logout status to Rudderstack is added. | https://github.com/uetuluk/openedx-tutor/blame/master/common/djangoapps/student/models.py | https://drive.google.com/uc?export=view&id=1Ra9vpM7z5o2euuIbCyXVcGvHG3kmEPT8 |
77 | 0042_userextension.py | common/djangoapps/student/migrations | 11/16/2021 16:49:57 | New File | py | vendor | Third Party Authentication | Python Unit Test | Adds the displayname field to the student in the database by creating a new table to store the displayname associated with a user. | https://github.com/uetuluk/openedx-tutor/blame/master/common/djangoapps/student/migrations/0042_userextension.py | https://drive.google.com/uc?export=view&id=1Oag0EiTqtyGaNEfky_tYnfkL_aZIW6BU |
78 | 0043_merge_20210930_1122.py | common/djangoapps/student/migrations | 11/16/2021 16:49:57 | New File | py | tutor | Third Party Authentication | Python Unit Test | Auto-generated by edx-platform to maintain the status of migrations. | https://github.com/uetuluk/openedx-tutor/blame/master/common/djangoapps/student/migrations/0043_merge_20210930_1122.py | https://drive.google.com/uc?export=view&id=15wlMU32-QUNogPRUnwLdGTW_-XPOUOG1 |
79 | management.py | common/djangoapps/student/views | 03/09/2022 16:02:41 | File Modified | py | uetuluk | Course Discovery, Landing Page, Facet, Recommendation | Python Unit Test | The additions enable the Course Discovery and Landing Page views to involve the Recommendation and Facets in the sorting methods. The courses that are recommended will appear higher on the sorted list. Only courses using the default Facet will be shown on the Landing Page by default. | https://github.com/uetuluk/openedx-tutor/blame/master/common/djangoapps/student/views/management.py | https://drive.google.com/uc?export=view&id=1B-Oc4-L5fERNJiI-7SD9tIK_UpiIjgVt |
80 | backends.py | common/djangoapps/third_party_auth | 11/16/2021 16:49:57 | New File | py | vendor | Third Party Authentication, SMS | Python Unit Test, Add analytics to the SMS sender | Authenticates and retrieves the user using the SMS method. | https://github.com/uetuluk/openedx-tutor/blame/master/common/djangoapps/third_party_auth/backends.py | https://drive.google.com/uc?export=view&id=1uShAmg23v04jmG-xFwByHHnPVapj-5t2 |
81 | phone.py | common/djangoapps/third_party_auth | 11/16/2021 16:49:57 | New File | py | vendor | Third Party Authentication, SMS | Python Unit Test | Validates the phone number by checking it against a regex and the database. | https://github.com/uetuluk/openedx-tutor/blame/master/common/djangoapps/third_party_auth/phone.py | https://drive.google.com/uc?export=view&id=1UOeuFa_w5unZCrsofYh7gHYs4X4MW1Ax |
82 | pipeline.py | common/djangoapps/third_party_auth | 03/09/2022 16:02:41 | File Modified | py | vendor | Analytics | Python Unit Test | Adds analytics to the third party authentication. | https://github.com/uetuluk/openedx-tutor/blame/master/common/djangoapps/third_party_auth/pipeline.py | https://drive.google.com/uc?export=view&id=1dmWvFRGoDnU4ZT8z_VSjaz-PM_XZD-e7 |
83 | qq.py | common/djangoapps/third_party_auth | 11/16/2021 16:49:57 | New File | py | vendor | Third Party Authentication | Python Unit Test | Handles the QQ authentication method. | https://github.com/uetuluk/openedx-tutor/blame/master/common/djangoapps/third_party_auth/qq.py | https://drive.google.com/uc?export=view&id=1PYatT7r3Kw1vTVA9NhfWxsT4lgSRPjGh |
84 | sms.py | common/djangoapps/third_party_auth | 11/16/2021 16:49:57 | New File | py | vendor | Third Party Authentication, SMS | Python Unit Test | Sends SMS verification code to the user and validates the phone number exists. | https://github.com/uetuluk/openedx-tutor/blame/master/common/djangoapps/third_party_auth/sms.py | https://drive.google.com/uc?export=view&id=1YOl9hJkRIupA1N1TEmjyaxC1fplD0HUm |
85 | urls.py | common/djangoapps/third_party_auth | 11/16/2021 16:49:57 | File Modified | py | vendor | Third Party Authentication, SMS | Python Unit Test | Adds API endpoint URLs to handle the SMS authentication methods, it redirects the requests to the correct functions. | https://github.com/uetuluk/openedx-tutor/blame/master/common/djangoapps/third_party_auth/urls.py | https://drive.google.com/uc?export=view&id=1kIjsdn_fiNwZaI98FyKOHFnKAqlO9nHX |
86 | views.py | common/djangoapps/third_party_auth | 11/16/2021 16:49:57 | File Modified | py | vendor | Third Party Authentication, SMS | Python Unit Test | The views enable other parts of the system to access the API through the functions declared in this file. Functions to handle the SMS authentication is added. | https://github.com/uetuluk/openedx-tutor/blame/master/common/djangoapps/third_party_auth/views.py | https://drive.google.com/uc?export=view&id=1LZ3K_Imm2y1QoEyPaM5g6Vq42Xu9ydSv |
87 | wechat.py | common/djangoapps/third_party_auth | 11/16/2021 16:49:57 | New File | py | vendor | Third Party Authentication | Python Unit Test | Handles the WeChat / Weixin authentication method. | https://github.com/uetuluk/openedx-tutor/blame/master/common/djangoapps/third_party_auth/wechat.py | https://drive.google.com/uc?export=view&id=1qU6EhtGP1mtvsQ2lMho2PBIPyKeovmSR |
88 | weibo.py | common/djangoapps/third_party_auth | 11/16/2021 16:49:57 | New File | py | vendor | Third Party Authentication | Python Unit Test | Handles the Weibo authentication method. | https://github.com/uetuluk/openedx-tutor/blame/master/common/djangoapps/third_party_auth/weibo.py | https://drive.google.com/uc?export=view&id=15MwEbuLtFNdJdDSOznKN7XaRm2HAtOQF |
89 | rudderstack.py | common/djangoapps/track | 03/09/2022 16:02:41 | New File | py | uetuluk | Analytics | Python Unit Test | The middleware handles the analytics events to be directly sent to Rudderstack. The methods change the format of the events to match the Rudderstack format. | https://github.com/uetuluk/openedx-tutor/blame/master/common/djangoapps/track/rudderstack.py | https://drive.google.com/uc?export=view&id=1NF32ZVOKoKOQR3lSlTjjVlY8TTVYRw3P |
90 | __init__.py | common/djangoapps/track/views | 03/09/2022 16:02:41 | File Modified | py | uetuluk | Analytics | Python Unit Test | Adds Rudderstack analytics to the user requests. | https://github.com/uetuluk/openedx-tutor/blame/master/common/djangoapps/track/views/__init__.py | https://drive.google.com/uc?export=view&id=1LqbEeweUgeC-5GWAYiIkqEFtFxg2O0io |
91 | course_module.py | common/lib/xmodule/xmodule | 11/16/2021 16:49:57 | File Modified | py | vendor | Course Details Editor | Python Unit Test | Adds a switch for the Course Details Editor. The default HTML editor can be used instead if the switch is enabled. | https://github.com/uetuluk/openedx-tutor/blame/master/common/lib/xmodule/xmodule/course_module.py | https://drive.google.com/uc?export=view&id=1WATIDNBF1JgQUPvfy2RpgvgrWskTGJEz |
92 | overview.yaml | common/lib/xmodule/xmodule/templates/about | 03/09/2022 16:02:41 | File Modified | yaml | uetuluk | Course Details Editor | N/A | Bilingual template for the course editor. The Schedule & Details Settings page will use this template by default. | https://github.com/uetuluk/openedx-tutor/blame/master/common/lib/xmodule/xmodule/templates/about/overview.yaml | https://drive.google.com/uc?export=view&id=16-Y_yKFPWwX_qpehVYUDE4BL5J6Y9avU |
93 | edx.utils.validate.js | common/static/common/js/utils | 11/16/2021 16:49:57 | File Modified | js | uetuluk | Login and Register Pages | JS Unit Test, Move to Custom Theme | Causes CSRF errors if not handled correctly. The file handles the validation of the login and registration forms to ensure the data is input correctly client-side. | https://github.com/uetuluk/openedx-tutor/blame/master/common/static/common/js/utils/edx.utils.validate.js | https://drive.google.com/uc?export=view&id=1mUUe1bS2RPmewbnjZLYqSZopoCuVIFdu |
94 | viewer.css | common/static/css/vendor/pdfjs | 11/16/2021 16:49:57 | File Modified | css | vendor | PDF_XBlock | Remove Deprecated | Styling to compliment the PDF changes. | https://github.com/uetuluk/openedx-tutor/blame/master/common/static/css/vendor/pdfjs/viewer.css | https://drive.google.com/uc?export=view&id=1gc_8OVQRQJriImghcCPz5q8jqz_OqSu5 |
95 | _buttons.scss | common/static/sass/edx-pattern-library-shims | 11/16/2021 16:49:58 | File Modified | scss | uetuluk | Branding | Move to Custom Theme | Change the button colors to the NYU theme colors. | https://github.com/uetuluk/openedx-tutor/blame/master/common/static/sass/edx-pattern-library-shims/_buttons.scss | https://drive.google.com/uc?export=view&id=1nN0oDKx_ClJ4xCWkvs2SeJrp1Fvx-eq9 |
96 | pdf_xblock_viewer.html | common/templates | 11/16/2021 16:49:58 | New File | html | vendor | PDF_XBlock | Remove Deprecated | Mozilla pdf.js template. | https://github.com/uetuluk/openedx-tutor/blame/master/common/templates/pdf_xblock_viewer.html | https://drive.google.com/uc?export=view&id=1E0vcwyA3SWAp7qC2Peh7VxXfK07exi30 |
97 | django.mo | conf/locale/zh_CN/LC_MESSAGES | 03/09/2022 16:02:41 | File Modified | mo | tutor | Language Files | N/A | Auto-generated by Tutor when `tutor local quickstart` or `compilejsi18n` is run. | https://github.com/uetuluk/openedx-tutor/blame/master/conf/locale/zh_CN/LC_MESSAGES/django.mo | https://drive.google.com/uc?export=view&id=1pjnDzXVcl3L2_gVpS7iknSjWuaWqLwI- |
98 | django.po | conf/locale/zh_CN/LC_MESSAGES | 03/09/2022 16:02:41 | File Modified | po | uetuluk, vendor | Language Files | Translation quality check | Added translation strings for the newly added functionality on the Python side. | https://github.com/uetuluk/openedx-tutor/blame/master/conf/locale/zh_CN/LC_MESSAGES/django.po | https://drive.google.com/uc?export=view&id=180ixWCuvZTOHemVUahlLudks4JLKtbTM |
99 | djangojs.mo | conf/locale/zh_CN/LC_MESSAGES | 03/09/2022 16:02:41 | File Modified | mo | tutor | Language Files | N/A | Auto-generated by Tutor when `tutor local quickstart` or `compilejsi18n` is run. | https://github.com/uetuluk/openedx-tutor/blame/master/conf/locale/zh_CN/LC_MESSAGES/djangojs.mo | https://drive.google.com/uc?export=view&id=1AQFFH2x5zAW5wTg7ICaYexJebmj9QjWI |
100 | djangojs.po | conf/locale/zh_CN/LC_MESSAGES | 03/09/2022 16:02:41 | File Modified | po | uetuluk, vendor | Language Files | Translation quality check | Added translation strings for the newly added functionality on the Javascript side. | https://github.com/uetuluk/openedx-tutor/blame/master/conf/locale/zh_CN/LC_MESSAGES/djangojs.po | https://drive.google.com/uc?export=view&id=1hPDoXwfEFQGaUzyCnf2UzcB-K9pWHiab |
101 | django.mo | conf/locale/zh_TW/LC_MESSAGES | 03/09/2022 16:02:41 | File Modified | mo | tutor | Language Files | N/A | Auto-generated by Tutor when `tutor local quickstart` or `compilejsi18n` is run. | https://github.com/uetuluk/openedx-tutor/blame/master/conf/locale/zh_TW/LC_MESSAGES/django.mo | https://drive.google.com/uc?export=view&id=1WwuWCHVFAsl_y0qeNF1T6AnqKhF4-D1L |
102 | django.po | conf/locale/zh_TW/LC_MESSAGES | 03/09/2022 16:02:41 | File Modified | po | tutor | Language Files | N/A | Auto-generated by Tutor when `tutor local quickstart` or `compilejsi18n` is run. | https://github.com/uetuluk/openedx-tutor/blame/master/conf/locale/zh_TW/LC_MESSAGES/django.po | https://drive.google.com/uc?export=view&id=1dx8hjRU7xATWAgIS1hjQUqEsQ2YWAT2o |
103 | devstack.yml | lms | 03/09/2022 16:02:41 | File Modified | yml | uetuluk | Language Switch | N/A | Changed the flag to enable the language header to be shown in Development. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/devstack.yml | https://drive.google.com/uc?export=view&id=1gPKkQj_C6-wY6Mle885cE0mpOQvKpF8j |
104 | urls.py | lms | 11/16/2021 16:50:01 | File Modified | py | vendor | Facet, PDF_XBlock, Deprecated | Seperate Facet section, Remove Deprecated | Handles the URL requests for the PDF XBlock and Facets. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/urls.py | https://drive.google.com/uc?export=view&id=1g6HnRDdk7OFaxMk576aCjS2Xg68t73oZ |
105 | api.py | lms/djangoapps/branding | 03/09/2022 16:02:41 | File Modified | py | uetuluk | Branding, Footer | Python Unit Test | Changed the copyright footer to use the current year instead. Changed the logos with the NYUSH logos. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/djangoapps/branding/api.py | https://drive.google.com/uc?export=view&id=1kRz1I573MZeWrW2RGXqYZSqOF2SKW909 |
106 | tasks.py | lms/djangoapps/bulk_email | 03/09/2022 16:02:41 | File Modified | py | openedx | Patch | N/A | Copied from upstream repository. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/djangoapps/bulk_email/tasks.py | https://drive.google.com/uc?export=view&id=1YWFjNJSm6xMtrWWdGTggn_wd6Ysu9j6_ |
107 | toggles.py | lms/djangoapps/bulk_email | 03/09/2022 16:02:41 | File Modified | py | openedx | Patch | N/A | Copied from upstream repository. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/djangoapps/bulk_email/toggles.py | https://drive.google.com/uc?export=view&id=1jXIgF8tYAVSNAFOWizD9cw2ZIQhGk5M6 |
108 | test_email.py | lms/djangoapps/bulk_email/tests | 03/09/2022 16:02:41 | File Modified | py | openedx | Patch | N/A | Copied from upstream repository. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/djangoapps/bulk_email/tests/test_email.py | https://drive.google.com/uc?export=view&id=1SahNTij7tbcb-LaVW-ww3xLgJMTOHNcf |
109 | views.py | lms/djangoapps/course_goals | 03/09/2022 16:02:41 | File Modified | py | uetuluk | Analytics | Python Unit Test | Adds Rudderstack analytics to the student coarse goal events. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/djangoapps/course_goals/views.py | https://drive.google.com/uc?export=view&id=1G35pEPiBDSxHejHcfYzNg1ZH7gsFDGBJ |
110 | middleware.py | lms/djangoapps/course_wiki | 03/09/2022 16:02:41 | File Modified | py | uetuluk | Wiki | Python Unit Test | Enforces that only active users can use the wiki functionality to prevent spam. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/djangoapps/course_wiki/middleware.py | https://drive.google.com/uc?export=view&id=1Ymj3m9E15sRJqmkuQOwPDrUpiue1nXqr |
111 | views.py | lms/djangoapps/courseware/views | 03/09/2022 16:02:41 | File Modified | py | uetuluk, vendor | Analytics, Recommendation, Facet, Bilingual Course Names, Landing Page | Python Unit Test | The views file enables several functionality. The courses that will be presented on the landing page are chosen using the Recommendation and Facet functionality, displays the Chinese name for the course if the user uses Chinese, delivers the Facet information to the landing page and tracks the user certificate status. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/djangoapps/courseware/views/views.py | https://drive.google.com/uc?export=view&id=1d8VpBqtP1ree3_101Fn6HBXNaoDcIEeK |
112 | tasks.py | lms/djangoapps/discussion | 03/09/2022 16:02:41 | File Modified | py | uetuluk | Analytics, Discussion | Python Unit Test | Tracks the email functionality in the discussion forum for Rudderstack. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/djangoapps/discussion/tasks.py | https://drive.google.com/uc?export=view&id=1Da-3GoPCFyb7-22mwCMPJt6bYKk5-Jc0 |
113 | views.py | lms/djangoapps/discussion | 03/09/2022 16:02:41 | File Modified | py | uetuluk | Discussion | Python Unit Test | Enforces that only active users can use the discussion functionality to prevent spam. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/djangoapps/discussion/views.py | https://drive.google.com/uc?export=view&id=1Uywb-6obMozK6sgsFBj6YjKg4kjDlX43 |
114 | signals.py | lms/djangoapps/email_marketing | 03/09/2022 16:02:41 | File Modified | py | uetuluk | Analytics | Python Unit Test | Identifies the users for Rudderstack when email is sent. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/djangoapps/email_marketing/signals.py | https://drive.google.com/uc?export=view&id=1zHNb--FJ-rkVwu4Ib6UNq7crWaQF_tCY |
115 | __init__.py | lms/djangoapps/homepage_setting | 11/16/2021 16:50:00 | New File | py | vendor | Landing Page | Python Unit Test | Python required file. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/djangoapps/homepage_setting/__init__.py | https://drive.google.com/uc?export=view&id=1kClyRCcUMWQEsIWok-nno0GcdOZvo6z- |
116 | admin.py | lms/djangoapps/homepage_setting | 11/16/2021 16:50:00 | New File | py | vendor | Landing Page | Python Unit Test | The links for the landing page image and video is registered to the BannerSetting model via the Django Admin panel. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/djangoapps/homepage_setting/admin.py | https://drive.google.com/uc?export=view&id=1fclpr276J1uTtk301PQuhw9gEJCKpxbS |
117 | models.py | lms/djangoapps/homepage_setting | 11/16/2021 16:50:00 | New File | py | vendor | Landing Page | Python Unit Test | Defines the BannerSetting model format. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/djangoapps/homepage_setting/models.py | https://drive.google.com/uc?export=view&id=1F5lnJTLgrIQmNdQTg548mbgbOKrcUIVw |
118 | tests.py | lms/djangoapps/homepage_setting | 11/16/2021 16:50:00 | New File | py | vendor | Landing Page | Python Unit Test | The tests to ensure the stability of the functionality. Currently empty. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/djangoapps/homepage_setting/tests.py | https://drive.google.com/uc?export=view&id=1oZTJk-ssT2GWOp0w7P9yLl8pK7CX4q-_ |
119 | utils.py | lms/djangoapps/homepage_setting | 11/16/2021 16:50:00 | New File | py | vendor | Landing Page | Python Unit Test | Initializes the models for the Homepage Setting, the video and image are needed in the Landing Page, therefore they are created by default. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/djangoapps/homepage_setting/utils.py | https://drive.google.com/uc?export=view&id=19EjzemAmsfxiQeTY4gukpoGNiHHjKGcp |
120 | views.py | lms/djangoapps/homepage_setting | 11/16/2021 16:50:00 | New File | py | vendor | Landing Page | Python Unit Test | Handles the API requests, Homepage Setting only stores information, so it is empty. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/djangoapps/homepage_setting/views.py | https://drive.google.com/uc?export=view&id=1mt_jA1E6szlxoM68qucNsQX5EcwqT8pt |
121 | __init__.py | lms/djangoapps/homepage_setting/migrations | 11/16/2021 16:50:00 | New File | py | vendor | Landing Page | Python Unit Test | Python required file. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/djangoapps/homepage_setting/migrations/__init__.py | https://drive.google.com/uc?export=view&id=12BCZKvpuJ75PexpUr28_D-5Sdxjok8nZ |
122 | 0001_initial.py | lms/djangoapps/homepage_setting/migrations | 11/16/2021 16:50:00 | New File | py | vendor | Landing Page | Python Unit Test | Adds the BannerSetting table to the MySQL database that will store the URLs. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/djangoapps/homepage_setting/migrations/0001_initial.py | https://drive.google.com/uc?export=view&id=1ztjaZLnXj1j9QrXtOrzbNdHfxKtvW0os |
123 | 0002_auto_20190104_0709.py | lms/djangoapps/homepage_setting/migrations | 11/16/2021 16:50:00 | New File | py | vendor | Landing Page | Python Unit Test | Formats the table fields to match the current model. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/djangoapps/homepage_setting/migrations/0002_auto_20190104_0709.py | https://drive.google.com/uc?export=view&id=1zRwREnQ5ko7ssjNvXYvn1ClbB9UPPudr |
124 | 0003_auto_20211116_0532.py | lms/djangoapps/homepage_setting/migrations | 11/16/2021 16:50:00 | New File | py | vendor | Landing Page | Python Unit Test | Formats the table fields to match the current model. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/djangoapps/homepage_setting/migrations/0003_auto_20211116_0532.py | https://drive.google.com/uc?export=view&id=1TY47eRYShVR9Yyd6Y5gs20YadRKRn8zA |
125 | apps.py | lms/djangoapps/lms_initialization | 03/09/2022 16:02:41 | File Modified | py | uetuluk | Analytics | N/A | Initializes the Rudderstack analytics with the key and data plane url. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/djangoapps/lms_initialization/apps.py | https://drive.google.com/uc?export=view&id=16xOpB7QFDr02f1563QCp_tqpCBoVit8h |
126 | serializers.py | lms/djangoapps/mobile_api/users | 11/16/2021 16:50:00 | File Modified | py | vendor | Third Party Authentication | Python Unit Test | Adds the user displayname identification to the mobile API response. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/djangoapps/mobile_api/users/serializers.py | https://drive.google.com/uc?export=view&id=1C-5xsBh5f__UFGDq8El3KcRMJQREbuvU |
127 | views.py | lms/djangoapps/verify_student | 03/09/2022 16:02:41 | File Modified | py | uetuluk | Analytics | Python Unit Test | Adds Rudderstack analytics to user vertification flow. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/djangoapps/verify_student/views.py | https://drive.google.com/uc?export=view&id=1JoKVfxDhR0K_83Ezd5B9lNyhNVmRtnHG |
128 | common.py | lms/envs | 03/09/2022 16:02:41 | File Modified | py | uetuluk, vendor | Environment Variables, License | Change Copyright Year, Remove Aliyun SMS Data -> Convert to Tutor plugin | Sets the LMS default environment variables with the addiiton of the variables required by the added functionality. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/envs/common.py | https://drive.google.com/uc?export=view&id=1EwtpShuX-OSZotV5jer96_5boKhjcyYP |
129 | devstack_decentralized.py | lms/envs | 11/16/2021 16:50:00 | File Modified | py | uetuluk | Environment Variables, License | N/A | Sets the LMS default environment variables for development. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/envs/devstack_decentralized.py | https://drive.google.com/uc?export=view&id=1ii2d_fsrGBebbj_4px_tkffIWLHOpED6 |
130 | devstack.py | lms/envs | 03/09/2022 16:02:41 | File Modified | py | uetuluk | Environment Variables, License | N/A | Sets the LMS default environment variables for development. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/envs/devstack.py | https://drive.google.com/uc?export=view&id=1jMhv0k9cmMLIYQOsefPSyHx39-WBozoQ |
131 | production.py | lms/envs | 11/16/2021 16:50:00 | File Modified | py | uetuluk | Environment Variables, Third Party Authentication | N/A | Added the third party authentication applications. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/envs/production.py | https://drive.google.com/uc?export=view&id=1F5oiWS5dFDtMqwv-uZe-hHsUSHbypqbo |
132 | __init__.py | lms/envs/tutor | 11/16/2021 16:50:00 | New File | py | tutor | Tutor Environment Variables | N/A | Required by Python. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/envs/tutor/__init__.py | https://drive.google.com/uc?export=view&id=1uI8nOvpJN7JbBbed82eIAMt5GFdRyEDM |
133 | development.py | lms/envs/tutor | 03/09/2022 16:02:41 | New File | py | tutor | Tutor Environment Variables | N/A | Includes Tutor specific development environment variables. It is generated by the `tutor config save` command and should be edited. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/envs/tutor/development.py | https://drive.google.com/uc?export=view&id=1WEbObCd0Zzg-Ddfp7hF5kMhAAHB-6goK |
134 | production.py | lms/envs/tutor | 03/09/2022 16:02:41 | New File | py | tutor | Tutor Environment Variables | N/A | Includes Tutor specific production environment variables. It is generated by the `tutor config save` command and should be edited. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/envs/tutor/production.py | https://drive.google.com/uc?export=view&id=1dVRrUeysGGk0scTY6ZrJTZn6jfRRQW6V |
135 | test.py | lms/envs/tutor | 11/16/2021 16:50:00 | New File | py | tutor | Tutor Environment Variables | N/A | Includes Tutor specific testing environment variables. It is generated by the `tutor config save` command and should be edited. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/envs/tutor/test.py | https://drive.google.com/uc?export=view&id=1cWmVeuW8wNT4rtsxg8ID0vqxg0b-NJFw |
136 | calculator_spec.js | lms/static/coffee/spec | 11/16/2021 16:50:00 | New File | js | edx | CoffeeScript | Remove Deprecated | Open edX no longer uses CoffeeScript. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/coffee/spec/calculator_spec.js | https://drive.google.com/uc?export=view&id=1P6h8wTJJr2vlyVoTNiaImuboD93FGCMQ |
137 | courseware_spec.js | lms/static/coffee/spec | 11/16/2021 16:50:00 | New File | js | edx | CoffeeScript | Remove Deprecated | Open edX no longer uses CoffeeScript. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/coffee/spec/courseware_spec.js | https://drive.google.com/uc?export=view&id=1vf9VSIEuUi1JYfERIXh84eiRioepYLCN |
138 | feedback_form_spec.js | lms/static/coffee/spec | 11/16/2021 16:50:00 | New File | js | edx | CoffeeScript | Remove Deprecated | Open edX no longer uses CoffeeScript. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/coffee/spec/feedback_form_spec.js | https://drive.google.com/uc?export=view&id=1Y83WUFsChnwG4y22zjDbZ3anMuwzjkw9 |
139 | helper.js | lms/static/coffee/spec | 11/16/2021 16:50:00 | New File | js | edx | CoffeeScript | Remove Deprecated | Open edX no longer uses CoffeeScript. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/coffee/spec/helper.js | https://drive.google.com/uc?export=view&id=19F4WYZqh3rKv1PWS3SjFA2pBl5pfNmil |
140 | histogram_spec.js | lms/static/coffee/spec | 11/16/2021 16:50:00 | New File | js | edx | CoffeeScript | Remove Deprecated | Open edX no longer uses CoffeeScript. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/coffee/spec/histogram_spec.js | https://drive.google.com/uc?export=view&id=1nrZvJIJ6iBgz56unLcTXGFQx01j3nZPQ |
141 | requirejs_spec.js | lms/static/coffee/spec | 11/16/2021 16:50:00 | New File | js | edx | CoffeeScript | Remove Deprecated | Open edX no longer uses CoffeeScript. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/coffee/spec/requirejs_spec.js | https://drive.google.com/uc?export=view&id=1BPKwQKO2XYikwnSJCJPNluExiuSvrGtl |
142 | tab_spec.js | lms/static/coffee/spec/modules | 11/16/2021 16:50:00 | New File | js | edx | CoffeeScript | Remove Deprecated | Open edX no longer uses CoffeeScript. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/coffee/spec/modules/tab_spec.js | https://drive.google.com/uc?export=view&id=1ycIwjuEyyIkaBh3PwvlbtRdP2q6mT2Yq |
143 | calculator.js | lms/static/coffee/src | 11/16/2021 16:50:00 | New File | js | edx | CoffeeScript | Remove Deprecated | Open edX no longer uses CoffeeScript. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/coffee/src/calculator.js | https://drive.google.com/uc?export=view&id=1YShhZVDfwGkraoqVdSa1FEeyAqTIqrHa |
144 | courseware.js | lms/static/coffee/src | 11/16/2021 16:50:00 | New File | js | edx | CoffeeScript | Remove Deprecated | Open edX no longer uses CoffeeScript. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/coffee/src/courseware.js | https://drive.google.com/uc?export=view&id=1CCatj1Y_nSM_Rs9aC-wVI-WU3pq215Sq |
145 | customwmd.js | lms/static/coffee/src | 11/16/2021 16:50:00 | New File | js | edx | CoffeeScript | Remove Deprecated | Open edX no longer uses CoffeeScript. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/coffee/src/customwmd.js | https://drive.google.com/uc?export=view&id=1CNw2t3rQssKckasiJdBkJK4DjpEIQPtq |
146 | feedback_form.js | lms/static/coffee/src | 11/16/2021 16:50:00 | New File | js | edx | CoffeeScript | Remove Deprecated | Open edX no longer uses CoffeeScript. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/coffee/src/feedback_form.js | https://drive.google.com/uc?export=view&id=1XPzVkxB-6JbRseu8RvH8ylY70YkCRUcV |
147 | histogram.js | lms/static/coffee/src | 11/16/2021 16:50:00 | New File | js | edx | CoffeeScript | Remove Deprecated | Open edX no longer uses CoffeeScript. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/coffee/src/histogram.js | https://drive.google.com/uc?export=view&id=1oseQVbiURD7IC2rlO2N_1U9Yalagb0lA |
148 | main.js | lms/static/coffee/src | 11/16/2021 16:50:00 | New File | js | edx | CoffeeScript | Remove Deprecated | Open edX no longer uses CoffeeScript. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/coffee/src/main.js | https://drive.google.com/uc?export=view&id=1BGtXBXv3jMqyr65T0kHxS6V4TCSYiyTc |
149 | mathjax_accessible.js | lms/static/coffee/src | 11/16/2021 16:50:00 | New File | js | edx | CoffeeScript | Remove Deprecated | Open edX no longer uses CoffeeScript. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/coffee/src/mathjax_accessible.js | https://drive.google.com/uc?export=view&id=10NIhhL9uqcvJuEazT7JPr9sSaJklZaYs |
150 | mathjax_delay_renderer.js | lms/static/coffee/src | 11/16/2021 16:50:00 | New File | js | edx | CoffeeScript | Remove Deprecated | Open edX no longer uses CoffeeScript. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/coffee/src/mathjax_delay_renderer.js | https://drive.google.com/uc?export=view&id=1yv55SNx-UZ2YX1hBWuXiICMzYByHAi7A |
151 | notes.js | lms/static/coffee/src | 11/16/2021 16:50:00 | New File | js | edx | CoffeeScript | Remove Deprecated | Open edX no longer uses CoffeeScript. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/coffee/src/notes.js | https://drive.google.com/uc?export=view&id=1eyWe4DlM5Evca2-kJNwb2JIoI46hc0Za |
152 | tab.js | lms/static/coffee/src/modules | 11/16/2021 16:50:00 | New File | js | edx | CoffeeScript | Remove Deprecated | Open edX no longer uses CoffeeScript. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/coffee/src/modules/tab.js | https://drive.google.com/uc?export=view&id=1WEDC5gzzBvunc9MVCv0PkM1zTA9a5-Wv |
153 | user_defined_facets.js | lms/static/js/discovery/collections | 11/16/2021 16:50:00 | New File | js | vendor | Course Discovery | JS Unit Test, Move to Custom Theme | Enables the Facet functionality to be used in the Course Discovery page. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/js/discovery/collections/user_defined_facets.js | https://drive.google.com/uc?export=view&id=1G5CJh-Z0V5yZGeba7Oz-vcgD7mHpZZdg |
154 | course_discovery.js | lms/static/js/discovery/models | 11/16/2021 16:50:00 | File Modified | js | vendor | Course Discovery | JS Unit Test, Move to Custom Theme | Displays the available facets in the Course Discovery page. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/js/discovery/models/course_discovery.js | https://drive.google.com/uc?export=view&id=16SvhSD1I3CyhYJ9YZAo-aUXMU_64oNG2 |
155 | search_state.js | lms/static/js/discovery/models | 11/16/2021 16:50:00 | File Modified | js | vendor | Course Discovery | JS Unit Test, Move to Custom Theme | Uses the chosen facets when searching for courses. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/js/discovery/models/search_state.js | https://drive.google.com/uc?export=view&id=1xdkd8MvXPmo-ILCs8M5gQRMJXMkh5fkf |
156 | user_defined_facet.js | lms/static/js/discovery/models | 11/16/2021 16:50:00 | New File | js | vendor | Course Discovery | JS Unit Test, Move to Custom Theme | Enables the Facet functionality to be used in the Course Discovery page. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/js/discovery/models/user_defined_facet.js | https://drive.google.com/uc?export=view&id=1Yt3cf6GyFeHEOmsQ5QRiUmiOjyFWcTb9 |
157 | djangojs.js | lms/static/js/i18n/de-de | 11/16/2021 16:50:00 | File Modified | js | tutor | Language Files | N/A | Auto-generated by Tutor when `tutor local quickstart` or `compilejsi18n` is run. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/js/i18n/de-de/djangojs.js | https://drive.google.com/uc?export=view&id=1aV5RxcH_Hf_y3ckwI9SV9r_Yqgi9v-D9 |
158 | djangojs.js | lms/static/js/i18n/es-es | 11/16/2021 16:50:00 | File Modified | js | tutor | Language Files | N/A | Auto-generated by Tutor when `tutor local quickstart` or `compilejsi18n` is run. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/js/i18n/es-es/djangojs.js | https://drive.google.com/uc?export=view&id=127guqW6IDAqdar-sx5JkSJSO8cvFQi3v |
159 | djangojs.js | lms/static/js/i18n/fake2 | 11/16/2021 16:50:00 | File Modified | js | tutor | Language Files | N/A | Auto-generated by Tutor when `tutor local quickstart` or `compilejsi18n` is run. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/js/i18n/fake2/djangojs.js | https://drive.google.com/uc?export=view&id=1Kef7iViWBZNLMi9y6YWYM1cSZiLyYv2V |
160 | djangojs.js | lms/static/js/i18n/it-it | 03/09/2022 16:02:41 | File Modified | js | tutor | Language Files | N/A | Auto-generated by Tutor when `tutor local quickstart` or `compilejsi18n` is run. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/js/i18n/it-it/djangojs.js | https://drive.google.com/uc?export=view&id=11mfgmJlbicT9RwpxoyGHw_bE_dTtqchK |
161 | djangojs.js | lms/static/js/i18n/ja-jp | 11/16/2021 16:50:00 | File Modified | js | tutor | Language Files | N/A | Auto-generated by Tutor when `tutor local quickstart` or `compilejsi18n` is run. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/js/i18n/ja-jp/djangojs.js | https://drive.google.com/uc?export=view&id=1AWCmN7cnAWtg8xlJiChElnuOtIm-osTW |
162 | djangojs.js | lms/static/js/i18n/pt-pt | 03/09/2022 16:02:41 | File Modified | js | tutor | Language Files | N/A | Auto-generated by Tutor when `tutor local quickstart` or `compilejsi18n` is run. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/js/i18n/pt-pt/djangojs.js | https://drive.google.com/uc?export=view&id=11fzMV20dDW_W1IrtANLpvKkFihUWpgTT |
163 | djangojs.js | lms/static/js/i18n/ro | 11/16/2021 16:50:00 | File Modified | js | tutor | Language Files | N/A | Auto-generated by Tutor when `tutor local quickstart` or `compilejsi18n` is run. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/js/i18n/ro/djangojs.js | https://drive.google.com/uc?export=view&id=1nJ8GmoB8v96jKZ2Tg5MpNg0S0V_nM-Q9 |
164 | djangojs.js | lms/static/js/i18n/tr-tr | 03/09/2022 16:02:41 | File Modified | js | tutor | Language Files | N/A | Auto-generated by Tutor when `tutor local quickstart` or `compilejsi18n` is run. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/js/i18n/tr-tr/djangojs.js | https://drive.google.com/uc?export=view&id=12-Bpn7F4nRYijjuXQtTd9aQjTwklJZ5X |
165 | djangojs.js | lms/static/js/i18n/zh-cn | 03/09/2022 16:02:41 | File Modified | js | tutor | Language Files | N/A | Auto-generated by Tutor when `tutor local quickstart` or `compilejsi18n` is run. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/js/i18n/zh-cn/djangojs.js | https://drive.google.com/uc?export=view&id=1TbNDGzPkipz3D6nJ2PdNXE3k28JmXOyU |
166 | RegisterModel.js | lms/static/js/student_account/models | 11/16/2021 16:50:00 | File Modified | js | vendor | Login and Register Pages, Third Party Authentication | JS Unit Test, Move to Custom Theme | Adds the user displayname to registration form fields. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/js/student_account/models/RegisterModel.js | https://drive.google.com/uc?export=view&id=1DIeKgJi4Rdrqatbo7mkU9Y6hK9FIu0gT |
167 | user_account_model.js | lms/static/js/student_account/models | 11/16/2021 16:50:00 | File Modified | js | vendor | Login and Register Pages, Third Party Authentication | JS Unit Test, Move to Custom Theme | Adds the user displayname to the Javascript user model. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/js/student_account/models/user_account_model.js | https://drive.google.com/uc?export=view&id=1Yco7fzJkzlbwzHSYw4MI1ByTv41c_9xB |
168 | account_settings_factory.js | lms/static/js/student_account/views | 11/16/2021 16:50:00 | File Modified | js | vendor | Login and Register Pages, Third Party Authentication | JS Unit Test, Move to Custom Theme | Adds the user displayname to the account settings page. Replaces the old username field to UID to more accurately represent its role. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/js/student_account/views/account_settings_factory.js | https://drive.google.com/uc?export=view&id=1gj4qmLhZkRuYbVg2tKXelWAgiaokO8N6 |
169 | account_settings_fields.js | lms/static/js/student_account/views | 11/16/2021 16:50:00 | File Modified | js | vendor | Login and Register Pages, Third Party Authentication, SMS | JS Unit Test, Move to Custom Theme | Adds email and phone number edit functionality. Adds a way to link additional social accounts. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/js/student_account/views/account_settings_fields.js | https://drive.google.com/uc?export=view&id=1r2LsF2hnHsXgBiu8zWROER3JiirG2ycO |
170 | account_settings_view.js | lms/static/js/student_account/views | 11/16/2021 16:50:00 | File Modified | js | vendor | Login and Register Pages, Third Party Authentication | JS Unit Test, Move to Custom Theme | Removes the order history view. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/js/student_account/views/account_settings_view.js | https://drive.google.com/uc?export=view&id=19_LD2wQH88OUPERPn8P-U703D8Um-ESY |
171 | RegisterView.js | lms/static/js/student_account/views | 03/09/2022 16:02:41 | File Modified | js | vendor | Login and Register Pages, Third Party Authentication, SMS | JS Unit Test, Move to Custom Theme | Changes the username field to input the user displayname instead, enable the SMS functionality inside the registration field, validate the password and its confirm are same. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/js/student_account/views/RegisterView.js | https://drive.google.com/uc?export=view&id=10nMllA7b5b6HS2l6O9Gm5Pq4HS5Sto15 |
172 | bootstrap.css | lms/static/nyu_ui/css | 03/09/2022 16:02:41 | New File | css | uetuluk | Custom Theme, Style | Move to Custom Theme | Add NYUSH colors to elements that use Bootstrap with the uses_bootstrap flag. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/nyu_ui/css/bootstrap.css | https://drive.google.com/uc?export=view&id=1i88AojTdpNH2hzow2VgPUPTQFkzYizPb |
173 | common.css | lms/static/nyu_ui/css | 03/09/2022 16:02:41 | New File | css | vendor | Custom Theme, Style, Landing Page, Header, Discussion, Login and Register Pages, Footer | Move to Custom Theme | Add NYUSH colors and styling to all the LMS pages including the landing page, header and footer. Also adds colors to the buttons used by discussion. Refers to colors that are declared at the top of the file. It might be better to replace it with scss in the Custom Theme. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/nyu_ui/css/common.css | https://drive.google.com/uc?export=view&id=1rNv5Wk9lXrIBPbhWOilJmyaoFlTFVJc- |
174 | courseware.css | lms/static/nyu_ui/css | 03/09/2022 16:02:41 | New File | css | uetuluk | Custom Theme, Style, Course Details Editor | Move to Custom Theme | Declares the styles for the templated fields in the Course Overview section that is accessed at Settings Schedule & Details page. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/nyu_ui/css/courseware.css | https://drive.google.com/uc?export=view&id=1H1Ku5EX2heO9qs0l1L0K4Y1B1JxLsw8C |
175 | grid.css | lms/static/nyu_ui/css | 11/16/2021 16:50:00 | New File | css | vendor | Custom Theme, Style | Move to Custom Theme | Adds NYUSH colors and styling to all the LMS pages in a more detailed way. Used inside the common.css as the default. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/nyu_ui/css/grid.css | https://drive.google.com/uc?export=view&id=1gm4-9HIuBAH7cz2RFln0eMQlltIEnXRa |
176 | homepage.css | lms/static/nyu_ui/css | 03/09/2022 16:02:41 | New File | css | vendor | Custom Theme, Style, Landing Page | Move to Custom Theme | Adds LMS landing page specific styling such as the hero image and the sections. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/nyu_ui/css/homepage.css | https://drive.google.com/uc?export=view&id=1UBoEb6DPHG3zDSWFulFBIhmgA4l0Jyu6 |
177 | login-register.css | lms/static/nyu_ui/css | 03/09/2022 16:02:41 | New File | css | vendor | Custom Theme, Style, Login and Register Pages | Move to Custom Theme | Adds LMS login and registration pages specific styling such as the hero image and the sections. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/nyu_ui/css/login-register.css | https://drive.google.com/uc?export=view&id=134CefCnc8YftVXVwJoguRt3ORAcE3ntW |
178 | profile.css | lms/static/nyu_ui/css | 03/09/2022 16:02:41 | New File | css | uetuluk | Custom Theme, Style | Move to Custom Theme | Adds LMS course progress page specific styling such as the hero image and the sections. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/nyu_ui/css/profile.css | https://drive.google.com/uc?export=view&id=1iWJ6W_vEJfBMoyQP_eQ3TMYFOMCMXZ0q |
179 | wiki.css | lms/static/nyu_ui/css | 03/09/2022 16:02:41 | New File | css | uetuluk | Custom Theme, Style, Wiki | Move to Custom Theme | Fixes wiki styling to match the other tabs in the LMS course view. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/nyu_ui/css/wiki.css | https://drive.google.com/uc?export=view&id=1BE1mpKL4osG41BfGES6l-iPR2KHEi2Th |
180 | edx-openedx-logo-tag-light.png | lms/static/nyu_ui/images | 11/16/2021 16:50:00 | New File | png | vendor | Custom Theme, Image | Move to Custom Theme | Open edX logo light. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/nyu_ui/images/edx-openedx-logo-tag-light.png | https://drive.google.com/uc?export=view&id=1JTvx6kCNh_Ifh9zh1E7dyt73QhYdUv7q |
181 | edx-openedx-logo-tag.png | lms/static/nyu_ui/images | 11/16/2021 16:50:00 | New File | png | vendor | Custom Theme, Image | Move to Custom Theme | Open edX logo. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/nyu_ui/images/edx-openedx-logo-tag.png | https://drive.google.com/uc?export=view&id=16dfyX5QcYD3Pi4fAs0K1Qq7NL9R5lEA4 |
182 | favicon.ico | lms/static/nyu_ui/images | 03/09/2022 16:02:41 | New File | ico | vendor | Custom Theme, Image | Move to Custom Theme | Website favicon | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/nyu_ui/images/favicon.ico | https://drive.google.com/uc?export=view&id=1hD0Xi3QHabPUycY1EEp1TwrucYLouho9 |
183 | Icon-44x44.png | lms/static/nyu_ui/images | 11/16/2021 16:50:00 | New File | png | vendor | Custom Theme, Image | Move to Custom Theme | NYUSH logo. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/nyu_ui/images/Icon-44x44.png | https://drive.google.com/uc?export=view&id=19qv04gh6ceTtXrOPUsRCCAHOQ3Thuf8A |
184 | icon48_wx_logo.png | lms/static/nyu_ui/images | 11/16/2021 16:50:00 | New File | png | vendor | Custom Theme, Image | Move to Custom Theme | 48x48 Wechat logo | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/nyu_ui/images/icon48_wx_logo.png | https://drive.google.com/uc?export=view&id=1WhFMVUHcweul2XyP5bCd5g5dUoFkV8zt |
185 | icon64_wx_logo.png | lms/static/nyu_ui/images | 11/16/2021 16:50:00 | New File | png | vendor | Custom Theme, Image | Move to Custom Theme | 64x64 Wechat logo | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/nyu_ui/images/icon64_wx_logo.png | https://drive.google.com/uc?export=view&id=1YXMua4lxSZe6xrvJaI3hLbK4fQgz89NK |
186 | LOGO_48x48.png | lms/static/nyu_ui/images | 11/16/2021 16:50:00 | New File | png | vendor | Custom Theme, Image | Refactor name to match wechat logo, Move to Custom Theme | 48x48 Weibo logo | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/nyu_ui/images/LOGO_48x48.png | https://drive.google.com/uc?export=view&id=1pBSKsMKGmEUd4qXa0az_AoXQB5VZbiVp |
187 | LOGO_64x64.png | lms/static/nyu_ui/images | 11/16/2021 16:50:00 | New File | png | vendor | Custom Theme, Image | Refactor name to match wechat logo, Move to Custom Theme | 64x64 Weibo logo | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/nyu_ui/images/LOGO_64x64.png | https://drive.google.com/uc?export=view&id=1gkvnA-oYbaLJ6u7L0DUbaLNUemijZHV8 |
188 | logo_old.png | lms/static/nyu_ui/images | 11/16/2021 16:50:00 | New File | png | vendor | Custom Theme, Image | Move to Custom Theme | White NYUSH logo. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/nyu_ui/images/logo_old.png | https://drive.google.com/uc?export=view&id=15kOCKxcxb2Cs7RUL6nKm1WBaky12Dgel |
189 | logo.png | lms/static/nyu_ui/images | 11/16/2021 16:50:00 | New File | png | vendor | Custom Theme, Image | Move to Custom Theme | NYUSH logo with text. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/nyu_ui/images/logo.png | https://drive.google.com/uc?export=view&id=1lCZ_rSp1jW-JfyFaeFoiW6-_x07w5Q2Z |
190 | NYUSH_Chinese_Logo_White-KnockOut.png | lms/static/nyu_ui/images | 11/16/2021 16:50:00 | New File | png | vendor | Custom Theme, Image | Move to Custom Theme | NYUSH banner logo white. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/nyu_ui/images/NYUSH_Chinese_Logo_White-KnockOut.png | https://drive.google.com/uc?export=view&id=1o0U7qQe0GAOf4PnD_Ayaf35u9j-un9l7 |
191 | NYUSH_Chinese_Logo.jpg | lms/static/nyu_ui/images | 11/16/2021 16:50:00 | New File | jpg | vendor | Custom Theme, Image | Move to Custom Theme | NYUSH banner logo purple. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/nyu_ui/images/NYUSH_Chinese_Logo.jpg | https://drive.google.com/uc?export=view&id=1keQU7fkk5MRPKjiGFPmyyQFl-LD0B7ry |
192 | opencourse_logo.png | lms/static/nyu_ui/images | 03/09/2022 16:02:41 | New File | png | vendor | Custom Theme, Image | Refactor name to match current platform name, Move to Custom Theme | Minicourse Logo. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/nyu_ui/images/opencourse_logo.png | https://drive.google.com/uc?export=view&id=1VBJNvJozkbpOpm2pKtnPQd3eH41n49q5 |
193 | homepage.js | lms/static/nyu_ui/js | 03/09/2022 16:02:41 | New File | js | vendor | Custom Theme, Javascript, Landing Page | Implement changes to lettering.js, JS Unit Test, Move to Custom Theme | Implements the Javascript to handle the landing page animation such as the flying letters, facet search function and facet mobile view. Depends on the lettering.js | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/nyu_ui/js/homepage.js | https://drive.google.com/uc?export=view&id=1lWh5um2_pMd_20XyW6q-Ba0jB6HzblUs |
194 | login-register.js | lms/static/nyu_ui/js | 03/09/2022 16:02:41 | New File | js | vendor | Custom Theme, Javascript, Login and Register Pages, SMS, Forgot Password | JS Unit Test, Move to Custom Theme | Handles SMS authentication and password reset functionalities on the login and registration pages. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/nyu_ui/js/login-register.js | https://drive.google.com/uc?export=view&id=1AT5twK68c3h3RfVcDi1ey4mwWBV-0C6b |
195 | jquery.lettering.min.js | lms/static/nyu_ui/lib/lettering.js/0.6.1 | 11/16/2021 16:50:00 | New File | js | vendor | Custom Theme, Javascript, Landing Page | JS Unit Test, Move to Custom Theme | Flying letters animation on the landing page depends on this. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/nyu_ui/lib/lettering.js/0.6.1/jquery.lettering.min.js | https://drive.google.com/uc?export=view&id=1HD2PyjB0YqbxAwN0nGO4YlJBrlxNvTZi |
196 | Bubbles.mp4 | lms/static/nyu_ui/video | 11/16/2021 16:50:00 | New File | mp4 | vendor | Custom Theme, Video, Mobile Application | Move to Custom Theme | Used in the mobile applications. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/nyu_ui/video/Bubbles.mp4 | https://drive.google.com/uc?export=view&id=1WL04o94CCabomhPwGRdU05EjAeb2T3Xn |
197 | home_header_video.mp4 | lms/static/nyu_ui/video | 11/16/2021 16:50:00 | New File | mp4 | vendor | Custom Theme, Video, Mobile Application | Move to Custom Theme | Used in the mobile applications. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/nyu_ui/video/home_header_video.mp4 | https://drive.google.com/uc?export=view&id=1weRrbWw5w2AQZyOXs0pH215LzxKVxgf0 |
198 | Snowy_Trees.mp4 | lms/static/nyu_ui/video | 11/16/2021 16:50:00 | New File | mp4 | vendor | Custom Theme, Video, Mobile Application | Move to Custom Theme | Used in the mobile applications. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/nyu_ui/video/Snowy_Trees.mp4 | https://drive.google.com/uc?export=view&id=1Z0LLylQ7vB1FL518Bobvh9_stnxAAqtC |
199 | _base.scss | lms/static/sass/base | 11/16/2021 16:50:00 | File Modified | scss | vendor | Custom Theme, Style, Course Page | Move to Custom Theme | The color of the background between the course content and the footer is adjusted. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/sass/base/_base.scss | https://drive.google.com/uc?export=view&id=190cQeOhm13H_iYw43MOfdYN0Td4IEAtS |
200 | _layouts.scss | lms/static/sass/base | 11/16/2021 16:50:00 | File Modified | scss | vendor | Custom Theme, Style, Staff | Move to Custom Theme | The background color of the in-course View in Studio banner is adjusted. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/sass/base/_layouts.scss | https://drive.google.com/uc?export=view&id=1Bi1ofWV7M8bt-sA4lBu2pA1V9cdErM7R |
201 | _mixins.scss | lms/static/sass/base | 11/16/2021 16:50:00 | File Modified | scss | vendor | Custom Theme, Style, Notes | Move to Custom Theme, Adjust the colors in the upstream declaration instead. | Change the color of the student notes text to match NYUSH colors. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/sass/base/_mixins.scss | https://drive.google.com/uc?export=view&id=1m2oNg4lWXJagSrK288TUeuNbhlvd9CKK |
202 | _info.scss | lms/static/sass/course | 11/16/2021 16:50:00 | File Modified | scss | vendor | Custom Theme, Style, Course Page | Move to Custom Theme | Adjust the view of the course header breadcrumbs. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/sass/course/_info.scss | https://drive.google.com/uc?export=view&id=1yHmFBA-ahgrxXPRbUQ_Lnf4A90tNzCqM |
203 | _textbook.scss | lms/static/sass/course | 11/16/2021 16:50:00 | File Modified | scss | vendor | Custom Theme, Style, Textbook | Move to Custom Theme, Adjust the colors in the upstream declaration instead. | Adjust the colors in the course textbook content to match NYUSH colors. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/sass/course/_textbook.scss | https://drive.google.com/uc?export=view&id=1B5tYa4achnFR1VFq1IWPfMu7RVFs9jP0 |
204 | _courseware_header.scss | lms/static/sass/course/layout | 03/09/2022 16:02:41 | File Modified | scss | vendor | Custom Theme, Style, Header, Course Page | Move to Custom Theme | Adjust the colors and size of the course name, website logo and the navigation tabs in the course page header section. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/sass/course/layout/_courseware_header.scss | https://drive.google.com/uc?export=view&id=1Zqhybqa_OViBDR7PpcUHQTZw-vCrauxQ |
205 | _discussion-v1.scss | lms/static/sass/discussion | 11/16/2021 16:50:00 | File Modified | scss | vendor | Custom Theme, Style, Discussion | Move to Custom Theme, Adjust the colors in the upstream declaration instead. | Adjust the colors in the course discussion tab buttons to match NYUSH colors. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/sass/discussion/_discussion-v1.scss | https://drive.google.com/uc?export=view&id=1tG_qAp-XGgEi8jZwB80GwU3_fHyAn5rE |
206 | _actions.scss | lms/static/sass/discussion/elements | 11/16/2021 16:50:00 | File Modified | scss | vendor | Custom Theme, Style, Discussion | Require fixing duplication, Move to Custom Theme, Adjust the colors in the upstream declaration instead. | Adjust the colors in the course discussion tab buttons to match NYUSH colors. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/sass/discussion/elements/_actions.scss | https://drive.google.com/uc?export=view&id=1OUuhIncTZD2_2lGbfGn88QnoshsQJ-Z- |
207 | _labels.scss | lms/static/sass/discussion/elements | 11/16/2021 16:50:00 | File Modified | scss | vendor | Custom Theme, Style, Discussion | Move to Custom Theme, Adjust the colors in the upstream declaration instead. | Adjust the colors in the course discussion tab lables to match NYUSH colors. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/sass/discussion/elements/_labels.scss | https://drive.google.com/uc?export=view&id=1FUj09wWMjMil9hNesVKIDy4g6Z39O47p |
208 | _navigation.scss | lms/static/sass/discussion/elements | 11/16/2021 16:50:00 | File Modified | scss | vendor | Custom Theme, Style, Discussion | Move to Custom Theme, Adjust the colors in the upstream declaration instead. | Adjust the colors in the course discussion tab navigation links to match NYUSH colors. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/sass/discussion/elements/_navigation.scss | https://drive.google.com/uc?export=view&id=14TKgymjm0Dk3KCSOWPHjoa4RwmDcj52a |
209 | _inline.scss | lms/static/sass/discussion/views | 11/16/2021 16:50:00 | File Modified | scss | vendor | Custom Theme, Style, Discussion | Move to Custom Theme, Adjust the colors in the upstream declaration instead. | Adjust the colors in the course discussion tab navigation buttons to match NYUSH colors. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/sass/discussion/views/_inline.scss | https://drive.google.com/uc?export=view&id=1DD_WqHIrpSEry9WYrlq8gboEvb2loXsa |
210 | _controls.scss | lms/static/sass/elements | 11/16/2021 16:50:00 | File Modified | scss | vendor | Custom Theme, Style, Login and Register Pages | Move to Custom Theme | Add NYUSH themed purple primary button, button purple outline, grey button outline templates and adjust the field-link class. These will be used to change the colors of the sign and register primary buttons and change the color of the forgot my password link. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/sass/elements/_controls.scss | https://drive.google.com/uc?export=view&id=1TLbNoweH7p7lacMm2lIOCh84wtZ9awPU |
211 | _course_about.scss | lms/static/sass/multicourse | 11/16/2021 16:50:00 | File Modified | scss | vendor | Custom Theme, Style, Course Details Editor | Move to Custom Theme | Changes the color of the enroll button and the font of the overview text on the public facing course about page. at /courses/<course id>/about | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/sass/multicourse/_course_about.scss | https://drive.google.com/uc?export=view&id=19h-oc77ArEWcQKop9k54dIfl2c6uCYV- |
212 | _courses.scss | lms/static/sass/multicourse | 11/16/2021 16:50:00 | File Modified | scss | vendor | Custom Theme, Style, Course Discovery | Move to Custom Theme | Adjust the looks and colors of the course panels in the Course Discovery page avaiable at /courses | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/sass/multicourse/_courses.scss | https://drive.google.com/uc?export=view&id=1IpSQEaE-tHKI-ba8p9z91Md-i7vAIyfC |
213 | _dashboard.scss | lms/static/sass/multicourse | 11/16/2021 16:50:00 | File Modified | scss | vendor | Custom Theme, Style, Dashboard | Move to Custom Theme | Adjust the colors and size of the course sections in the Student Dashboard page. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/sass/multicourse/_dashboard.scss | https://drive.google.com/uc?export=view&id=1a2DU0J8GPvKhmTKskLrfN96Bq41C1ZaL |
214 | _variables-v1.scss | lms/static/sass/partials/lms/theme | 11/16/2021 16:50:00 | File Modified | scss | vendor | Custom Theme, Style | Move to Custom Theme | Set the theme default colors and fonts to match the NYUSH theme. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/sass/partials/lms/theme/_variables-v1.scss | https://drive.google.com/uc?export=view&id=1XBEyGPGvRqtsHskVprTPaXDN_HAVdl5j |
215 | _variables.scss | lms/static/sass/partials/lms/theme | 03/09/2022 16:02:41 | File Modified | scss | vendor | Custom Theme, Style | Move to Custom Theme | Import _variables-v1.scss for backwards compatibility and add the NYUSH color variables. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/sass/partials/lms/theme/_variables.scss | https://drive.google.com/uc?export=view&id=1m3bqpjGv8naMwj92uvQIURd0I82oDw55 |
216 | _search.scss | lms/static/sass/search | 11/16/2021 16:50:00 | File Modified | scss | vendor | Custom Theme, Style, Search | Move to Custom Theme, Adjust the colors in the upstream declaration instead. | Adjust the colors to NYUSH theme colors in the search input fields. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/sass/search/_search.scss | https://drive.google.com/uc?export=view&id=1uNUQS7aY6GC12h4_3EnIt5jeJ3dIYbyG |
217 | _forms.scss | lms/static/sass/shared | 11/16/2021 16:50:00 | File Modified | scss | vendor | Custom Theme, Style | Move to Custom Theme | Adjust the input buttons to flat instead of shiny. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/sass/shared/_forms.scss | https://drive.google.com/uc?export=view&id=1dmYC3Ik2PGnISL5tcXbIiccID3zqupIA |
218 | _header.scss | lms/static/sass/shared | 11/16/2021 16:50:00 | File Modified | scss | vendor | Custom Theme, Style, Header | Move to Custom Theme | Adjust the size and the look of the user image and dropdown hamburger on the header. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/sass/shared/_header.scss | https://drive.google.com/uc?export=view&id=15n0WFN0qYmOHCke52x5boPiabTul9RPI |
219 | _account-settings.scss | lms/static/sass/views | 11/16/2021 16:50:00 | File Modified | scss | vendor | Custom Theme, Style, SMS, Third Party Authentication | Move to Custom Theme | Add styling for the third party authentication options and adjust the colors to match the NYUSH styling on the student account settings page. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/sass/views/_account-settings.scss | https://drive.google.com/uc?export=view&id=1NoNysKe9ctULk2t1Mhc78PEfa-32oNL5 |
220 | _homepage.scss | lms/static/sass/views | 11/16/2021 16:50:00 | File Modified | scss | vendor | Custom Theme, Landing Page, Deprecated | Remove Deprecated | The landing page does not use this format anymore, as such this adjustment is outdated. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/sass/views/_homepage.scss | https://drive.google.com/uc?export=view&id=1d6FM3PvkDrEpHjOxXCJriT7pm-2nIltr |
221 | _login-register.scss | lms/static/sass/views | 11/16/2021 16:50:00 | File Modified | scss | vendor | Custom Theme, Style, SMS, Third Party Authentication, Login and Register Pages | Move to Custom Theme | Add styling for the third party authentication options and adjust the colors to match the NYUSH styling on the login and registration pages. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/static/sass/views/_login-register.scss | https://drive.google.com/uc?export=view&id=1ISls-ml9Ym8QdJJF_gb_v4n584CQ8Gpe |
222 | course_horizontal.html | lms/templates | 11/16/2021 16:50:00 | New File | html | vendor | Custom Theme, HTML, Bilingual Course Names, Landing Page | Move to Custom Theme | Add the horizontal course tabs for the mobile view in the landing page with bilingual course name support. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/templates/course_horizontal.html | https://drive.google.com/uc?export=view&id=1uhWaXQHz8tUz2Wpopd9x1ZvxCrEbI9nj |
223 | course_vertical.html | lms/templates | 11/16/2021 16:50:00 | New File | html | vendor | Custom Theme, HTML, Bilingual Course Names, Landing Page | Move to Custom Theme | Add the vertical course tabs for the desktop view in the landing page with bilingual course name support. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/templates/course_vertical.html | https://drive.google.com/uc?export=view&id=1QaetsKFmjzMmr48uWbGKv1xrhJu9mdve |
224 | course.html | lms/templates | 11/16/2021 16:50:00 | File Modified | html | vendor | Custom Theme, HTML, Bilingual Course Names, Course Discovery | Move to Custom Theme | Handle the bilingual course names in the course discovery page. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/templates/course.html | https://drive.google.com/uc?export=view&id=1NRgPkvLUJJyNDxBsnwMnWhSo2ZOPchEx |
225 | footer.html | lms/templates | 03/09/2022 16:02:41 | File Modified | html | vendor | Custom Theme, HTML, Footer, Analytics | Move to Custom Theme | Adjust the footer to include the NYUSH theme and also add the analytics templates. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/templates/footer.html | https://drive.google.com/uc?export=view&id=1LN2lARSscg4lAyn4L-bvDDrKWIJrMaQ9 |
226 | index.html | lms/templates | 03/09/2022 16:02:41 | File Modified | html | vendor | Custom Theme, HTML, Landing Page | Move to Custom Theme | The NYUSH custom landing page. Most of the public facing adjustments are made on this file. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/templates/index.html | https://drive.google.com/uc?export=view&id=1w1i9Jlk0PFjJFqUWtrgUEGFpjdDi_n7s |
227 | main.html | lms/templates | 03/09/2022 16:02:41 | File Modified | html | uetuluk, vendor | Custom Theme, HTML, Analytics | Move to Custom Theme | The main template that all the other templates import. It is where most of the website head section is included. The favicon is adjusted, analytics code is inserted and styling is imported. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/templates/main.html | https://drive.google.com/uc?export=view&id=1Z4U3hbDtL0KroENDdR-BOpjXXCD9IVV6 |
228 | recommended_courses_list.html | lms/templates | 11/16/2021 16:50:00 | New File | html | vendor | Custom Theme, HTML, Landing Page, Deprecated | Check the purpose of the file, Move to Custom Theme, Remove Deprecated | Possibly an old version of the landing page that was using the recommendation tool to change the order of the courses. It doesn't appear to be in use, and will be depreciated. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/templates/recommended_courses_list.html | https://drive.google.com/uc?export=view&id=1z5qKNMC0LfU4JvoGGqgFTv4wKqBtZhka |
229 | reset_password.html | lms/templates | 11/16/2021 16:50:00 | New File | html | vendor | Custom Theme, HTML, Reset Password, SMS | Move to Custom Theme | Handles the reset password requests after the reset password link on the email is clicked. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/templates/reset_password.html | https://drive.google.com/uc?export=view&id=15GAaokPL44O6Da1N0-QX-XsDctuNbSpQ |
230 | user_dropdown.html | lms/templates | 11/16/2021 16:50:01 | File Modified | html | vendor | Custom Theme, HTML, Header, Third Party Authentication | Move to Custom Theme | Remove the username from the dropdown and add the admin page link. Also, add additional check for the studio link, the studio link is only available to "teacher"s. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/templates/user_dropdown.html | https://drive.google.com/uc?export=view&id=15MoSjKxbEMQ6RB4RZiscRJtaeJQvZxe5 |
231 | course_about_sidebar_header.html | lms/templates/courseware | 11/16/2021 16:50:00 | File Modified | html | vendor | Custom Theme, HTML, Course Details Editor | Ask whether this should be hidden?, Check whether this can be toggled instead, Move to Custom Theme | Hide the social sharing functionality for the course about page. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/templates/courseware/course_about_sidebar_header.html | https://drive.google.com/uc?export=view&id=1XZKZ38_M0UDYR7o-ZzwphiWNfHEX1s8Y |
232 | course_about.html | lms/templates/courseware | 03/09/2022 16:02:41 | File Modified | html | vendor | Custom Theme, HTML, Course Details Editor | Move to Custom Theme | Import the custom styling, add a background image behind the hero and handle the bilingual course names in the public facing course about pages. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/templates/courseware/course_about.html | https://drive.google.com/uc?export=view&id=10tu3YHMhLo9doY9FCDSCtitiQ_zp2u9h |
233 | info.html | lms/templates/courseware | 11/16/2021 16:50:00 | File Modified | html | vendor | Custom Theme, HTML, Bilingual Course Names | Move to Custom Theme | Handle the bilingual course names in the info message when the user register for course for the first time. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/templates/courseware/info.html | https://drive.google.com/uc?export=view&id=1QVeH5jxJK_VuPh3x0QkH-MgkYob8OA72 |
234 | progress.html | lms/templates/courseware | 03/09/2022 16:02:41 | File Modified | html | vendor | Custom Theme, HTML | Move to Custom Theme | Import the custom styling for the progress tab view. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/templates/courseware/progress.html | https://drive.google.com/uc?export=view&id=1nVRmoOQ7ov_xKyjM27Ufl_vE-5kAfFxe |
235 | _dashboard_course_listing.html | lms/templates/dashboard | 11/16/2021 16:50:00 | File Modified | html | vendor | Custom Theme, HTML, Dashboard, Bilingual Course Names | Move to Custom Theme | Handle the bilingual course names in the dashboard courses view. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/templates/dashboard/_dashboard_course_listing.html | https://drive.google.com/uc?export=view&id=1J6yNdbjFpV0smh0ApdEvt1nDgumULMeq |
236 | course_card.underscore | lms/templates/discovery | 11/16/2021 16:50:00 | File Modified | underscore | vendor | Custom Theme, HTML, Course Discovery | Move to Custom Theme | Remove the organization name in the Explore Courses/Discover New page at /courses. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/templates/discovery/course_card.underscore | https://drive.google.com/uc?export=view&id=1JLHNI426rzUXjq5oIa0GGFC80tK_QxmY |
237 | field_phone_account.underscore | lms/templates/fields | 11/16/2021 16:50:00 | New File | underscore | vendor | Custom Theme, HTML, SMS | Move to Custom Theme | Add a template to handle the phone number in the profile page. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/templates/fields/field_phone_account.underscore | https://drive.google.com/uc?export=view&id=1peZ35xo3_W9t8ffk-7G50PEdhYBPXE6p |
238 | field_social_link_account.underscore | lms/templates/fields | 11/16/2021 16:50:00 | File Modified | underscore | vendor | Custom Theme, HTML, Third Party Authentication | Move to Custom Theme | Add a template to handle the third party authentication accounts in the profile page. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/templates/fields/field_social_link_account.underscore | https://drive.google.com/uc?export=view&id=1PTPREkVIf8VYTzYPDjGI3P-jVwzn3imj |
239 | brand.html | lms/templates/header | 03/09/2022 16:02:41 | File Modified | html | vendor | Custom Theme, HTML, Header, Bilingual Course Names | Move to Custom Theme | Handle bilingual course names on the header course title section. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/templates/header/brand.html | https://drive.google.com/uc?export=view&id=1Aln5kgM1zJ8IJWKOaGvvxmbDlJoPPLa5 |
240 | header.html | lms/templates/header | 03/09/2022 16:02:41 | File Modified | html | vendor | Custom Theme, HTML, Header, Language Switch | Move to Custom Theme | Add the language switch button to the header. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/templates/header/header.html | https://drive.google.com/uc?export=view&id=1WAqV95jYGDjjaf5F7rfciJxt9C8I5q6C |
241 | navbar-authenticated.html | lms/templates/header | 03/09/2022 16:02:41 | File Modified | html | vendor | Custom Theme, HTML, Header | Refactor to Remove Confusion, Move to Custom Theme | Removes the help button from the header. Used to remove the discover new button when logged in, however, it is now being kept, so the code should be refactored to remove the code change. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/templates/header/navbar-authenticated.html | https://drive.google.com/uc?export=view&id=1FVuO-wFj0tW5XqoVyrN2O5MCFq_34UAh |
242 | navbar-logo-header.html | lms/templates/header | 03/09/2022 16:02:41 | File Modified | html | uetuluk | Custom Theme, HTML, Header, Bilingual Course Names | Move to Custom Theme | Change the behavior of the logo button depending on logged on status, add bilingual course name support, change the logo image according to location. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/templates/header/navbar-logo-header.html | https://drive.google.com/uc?export=view&id=1Halk4kf-pzhEAhueDBCVqZ_BQS50UXzi |
243 | navbar-not-authenticated.html | lms/templates/header | 11/16/2021 16:50:00 | File Modified | html | vendor | Custom Theme, HTML, Header | Move to Custom Theme | Remove the register button from the header as the register call to action is on the page. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/templates/header/navbar-not-authenticated.html | https://drive.google.com/uc?export=view&id=1q5T_WckAmpmQSut-oOoX5ULMYxSZU7CM |
244 | user_dropdown.html | lms/templates/header | 03/09/2022 16:02:41 | File Modified | html | vendor | Custom Theme, HTML, Header, Third Party Authentication | Move to Custom Theme | Display the user displayname instead in the dropdown as the original nickname is used as a UID. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/templates/header/user_dropdown.html | https://drive.google.com/uc?export=view&id=1A1S1WJGDutoAN-QUjStlofG08YEz4k8Y |
245 | course_info.html | lms/templates/instructor/instructor_dashboard_2 | 11/16/2021 16:50:00 | File Modified | html | vendor | Custom Theme, HTML | Remove Deprecated | It used to fix an error with the way instructor view provided information regarding the course, it is now an outdated solution. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/templates/instructor/instructor_dashboard_2/course_info.html | https://drive.google.com/uc?export=view&id=1pRmeye3nHCbkVO9G_r5VXB0_OF06VQRI |
246 | navbar-authenticated.html | lms/templates/navigation | 11/16/2021 16:50:00 | File Modified | html | vendor | Custom Theme, HTML, Header | Refactor to Remove Confusion, Move to Custom Theme | It removes the Course Explore while it should be enabled. The help link is also removed, which should stay removed. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/templates/navigation/navbar-authenticated.html | https://drive.google.com/uc?export=view&id=1TGfjrbl-fRTl4fjg3EBXYb5ZJ6yJkiiZ |
247 | navbar-logo-header.html | lms/templates/navigation | 03/09/2022 16:02:41 | File Modified | html | vendor | Custom Theme, HTML, Bilingual Course Names, Header | Move to Custom Theme | Adds the correct logos according to location and also handles the bilingual course names in header. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/templates/navigation/navbar-logo-header.html | https://drive.google.com/uc?export=view&id=1Y9gFLnmH1bp11PVublPHveLKGQiBb44I |
248 | navbar-not-authenticated.html | lms/templates/navigation | 11/16/2021 16:50:00 | File Modified | html | vendor | Custom Theme, HTML, Header | Move to Custom Theme | Remove styling from the login button to use the default NYUSH styling. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/templates/navigation/navbar-not-authenticated.html | https://drive.google.com/uc?export=view&id=1WvK8SEiCzKm8FB9H3OEMtPT-I1ulco0d |
249 | navigation.html | lms/templates/navigation | 11/16/2021 16:50:00 | File Modified | html | vendor | Custom Theme, HTML, Header, Language Switch | Move to Custom Theme | Add language switch functionality and also add custom classname to import NYUSH styling. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/templates/navigation/navigation.html | https://drive.google.com/uc?export=view&id=1IJeB5NUfa3z4HAhIW9ElynJyDV7poaGg |
250 | navbar-logo-header.html | lms/templates/navigation/bootstrap | 03/09/2022 16:02:41 | File Modified | html | vendor | Custom Theme, HTML, Header | Move to Custom Theme | Use the correct logo in the header for bootstrap pages. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/templates/navigation/bootstrap/navbar-logo-header.html | https://drive.google.com/uc?export=view&id=1IOA-yEAVJeJDll5Zv40Phw6xM0MMpTcK |
251 | account_settings.html | lms/templates/student_account | 03/09/2022 16:02:41 | File Modified | html | uetuluk | Custom Theme, HTML | Move to Custom Theme | Remove the irrelevant warning message referring to access to MIT, Harvard and Wharton in the account settings page when user attempts to delete their user. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/templates/student_account/account_settings.html | https://drive.google.com/uc?export=view&id=184NU_bV_keLLiqzWOsZuwt_L7OJ40Spo |
252 | form_field.underscore | lms/templates/student_account | 03/09/2022 16:02:41 | File Modified | underscore | uetuluk, vendor | Custom Theme, HTML, SMS, Login and Register Pages | Move to Custom Theme | Add SMS and confirm password fields to the login and registration forms | https://github.com/uetuluk/openedx-tutor/blame/master/lms/templates/student_account/form_field.underscore | https://drive.google.com/uc?export=view&id=1raAQ__nPcg653uj5iKPIUTaV3fEOYu9l |
253 | login_and_register.html | lms/templates/student_account | 03/09/2022 16:02:41 | File Modified | html | vendor | Custom Theme, HTML, Login and Register Pages | Move to Custom Theme | Add the custom NYUSH styling to login and register. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/templates/student_account/login_and_register.html | https://drive.google.com/uc?export=view&id=1loCrZVb8RQs1dGj1CafG9Y2nXXwgkoEu |
254 | login.underscore | lms/templates/student_account | 03/09/2022 16:02:41 | File Modified | underscore | uetuluk, vendor | Custom Theme, HTML, Login and Register Pages, Third Party Authentication | Move to Custom Theme | Change the order of the login form and add add the additional input fields. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/templates/student_account/login.underscore | https://drive.google.com/uc?export=view&id=1NqCdcCAw69di_DWLy3KbYFBNvDswLWUS |
255 | password_reset.underscore | lms/templates/student_account | 03/09/2022 16:02:41 | File Modified | underscore | vendor | Custom Theme, HTML, Login and Register Pages, Forgot Password | Move to Custom Theme | Change the order of the password reset form elements in the forgot my password section. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/templates/student_account/password_reset.underscore | https://drive.google.com/uc?export=view&id=1fmubtRhL4UueTr-NP1nMtFJkg8tJvKlk |
256 | register.underscore | lms/templates/student_account | 03/09/2022 16:02:41 | File Modified | underscore | vendor | Custom Theme, HTML, Login and Register Pages | Move to Custom Theme | Change the order of the register form and adjust the classname for NYUSH theming. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/templates/student_account/register.underscore | https://drive.google.com/uc?export=view&id=1qIIeegB344lpaF96NHiwULDt-uf7vnh- |
257 | rudderstack-footer.html | lms/templates/widgets | 03/09/2022 16:02:41 | New File | html | uetuluk | Custom Theme, HTML, Analytics, Footer | Move to Custom Theme | The user identifier and logger for the Rudderstack analytics. Uses the segment-io-footer.html as the reference. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/templates/widgets/rudderstack-footer.html | https://drive.google.com/uc?export=view&id=1s6CFT0cYfguACp1bmc24G7dcM-FGWbR4 |
258 | rudderstack.html | lms/templates/widgets | 03/09/2022 16:02:41 | New File | html | uetuluk | Custom Theme, HTML, Analytics | Move to Custom Theme | Initializes the Rudderstack analytics. Uses segment-io.html as reference. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/templates/widgets/rudderstack.html | https://drive.google.com/uc?export=view&id=1Bi7nXBvuJMaZzdkHeU7XjAFu-Y0-3Mz- |
259 | base.html | lms/templates/wiki | 03/09/2022 16:02:41 | File Modified | html | uetuluk | Custom Theme, HTML, Wiki | Move to Custom Theme | Add the custom NYUSH styling to the Wiki page. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/templates/wiki/base.html | https://drive.google.com/uc?export=view&id=1zOCpyvcj02ugnT3-FAFGcKuin_3sg-KU |
260 | editor_widget.html | lms/templates/wiki/includes | 03/09/2022 16:02:41 | File Modified | html | uetuluk | Custom Theme, HTML, Wiki | Move to Custom Theme | Fix the cheatsheet in the Wiki editor. | https://github.com/uetuluk/openedx-tutor/blame/master/lms/templates/wiki/includes/editor_widget.html | https://drive.google.com/uc?export=view&id=1fV_1GcMaHJxh4qOQaY7Uta8rtBPiJjWX |
261 | models.py | openedx/core/djangoapps/content/course_overviews | 11/16/2021 16:50:01 | File Modified | py | vendor | Landing Page, Bilingual Course Names | Python Unit Test | Connects the table definitions of the CourseOverviewExpansion to the CourseOverview functionality inside Django. | https://github.com/uetuluk/openedx-tutor/blame/master/openedx/core/djangoapps/content/course_overviews/models.py | https://drive.google.com/uc?export=view&id=1Kg0EzOWVi6sJDpTYjvckd7k_83gMV2r9 |
262 | 0011_courseoverviewexpansion.py | openedx/core/djangoapps/content/course_overviews/migrations | 11/16/2021 16:50:01 | New File | py | vendor | Landing Page, Bilingual Course Names | Python Unit Test | Adds the CourseOverviewExpansion table to the CourseOverview in the database by creating a new table to store the URL for the vertical image for the landing page and the Chinese name for the course. | https://github.com/uetuluk/openedx-tutor/blame/master/openedx/core/djangoapps/content/course_overviews/migrations/0011_courseoverviewexpansion.py | https://drive.google.com/uc?export=view&id=1N6zHvFcqPG4XV6q1Unvj6PFMnbZz-K6H |
263 | 0012_courseoverviewexpansion_eng_display_name.py | openedx/core/djangoapps/content/course_overviews/migrations | 11/16/2021 16:50:01 | New File | py | vendor | Bilingual Course Names | Python Unit Test | Adds the EnglishCourseName field to the CourseOverviewExpansion table to seperate the English and Chinese names from the default name field. | https://drive.google.com/uc?export=view&id=1pox0Hhl37dnusdI5WIzFdgN2-D4nf7rC | |
264 | 0025_merge_20210930_1121.py | openedx/core/djangoapps/content/course_overviews/migrations | 11/16/2021 16:50:01 | New File | py | tutor | Landing Page, Bilingual Course Names | Python Unit Test | Auto-generated by edx-platform to maintain the status of migrations. | https://github.com/uetuluk/openedx-tutor/blame/master/openedx/core/djangoapps/content/course_overviews/migrations/0025_merge_20210930_1121.py | https://drive.google.com/uc?export=view&id=1flG_jj784JyFSeVcJJoxNDgh8fiXZO3q |
265 | 0026_auto_20210930_1214.py | openedx/core/djangoapps/content/course_overviews/migrations | 11/16/2021 16:50:01 | New File | py | tutor | Landing Page, Bilingual Course Names | Python Unit Test | Auto-generated by edx-platform to maintain the status of migrations. | https://github.com/uetuluk/openedx-tutor/blame/master/openedx/core/djangoapps/content/course_overviews/migrations/0026_auto_20210930_1214.py | https://drive.google.com/uc?export=view&id=1jWAZ7N_Zxxy2bZRuLM9db8zd02tyQJwb |
266 | course_details.py | openedx/core/djangoapps/models | 03/09/2022 16:02:41 | File Modified | py | uetuluk, vendor | Landing Page, Bilingual Course Names, Course Details Editor, Recommendation | Python Unit Test | Handles the connection between the Course Overview set in the settings and presented in the LMS. | https://github.com/uetuluk/openedx-tutor/blame/master/openedx/core/djangoapps/models/course_details.py | https://drive.google.com/uc?export=view&id=1uU-W2m0RJakbS69z3tJLV-DwqrA6oi4p |
267 | views.py | openedx/core/djangoapps/oauth_dispatch | 11/16/2021 16:50:01 | File Modified | py | vendor | Third Party Authentication, SMS | Python Unit Test | Handles the SMS login authentication. | https://github.com/uetuluk/openedx-tutor/blame/master/openedx/core/djangoapps/oauth_dispatch/views.py | https://drive.google.com/uc?export=view&id=1Uj0cx9Av8ivWLvaeHYklBKldRu91Df7L |
268 | tasks.py | openedx/core/djangoapps/schedules | 03/09/2022 16:02:41 | File Modified | py | uetuluk | Analytics | Python Unit Test | Adds Rudderstack analytics to the record email sent events. | https://github.com/uetuluk/openedx-tutor/blame/master/openedx/core/djangoapps/schedules/tasks.py | https://drive.google.com/uc?export=view&id=11V8chLs-shiNFhaQnnlVaAs5-kFiSSIZ |
269 | errors.py | openedx/core/djangoapps/user_api | 03/09/2022 16:02:41 | File Modified | py | vendor | Third Party Authentication | Python Unit Test | Error message for invalid user displayname variable. | https://github.com/uetuluk/openedx-tutor/blame/master/openedx/core/djangoapps/user_api/errors.py | https://drive.google.com/uc?export=view&id=1Yx6KfoFYP3X8RFv6g-VMhUlcOm9zZ4au |
270 | models.py | openedx/core/djangoapps/user_api | 11/16/2021 16:50:01 | File Modified | py | vendor | Staff | Python Unit Test | Connects the table definitions of the Teacher to the User model inside Django. | https://github.com/uetuluk/openedx-tutor/blame/master/openedx/core/djangoapps/user_api/models.py | https://drive.google.com/uc?export=view&id=1pa1taQzKeIb5OVqeICG89hr0AVjmQgyu |
271 | views.py | openedx/core/djangoapps/user_api | 11/16/2021 16:50:01 | File Modified | py | vendor | Staff | Python Unit Test | Defines a function to determine whether user has teacher status | https://github.com/uetuluk/openedx-tutor/blame/master/openedx/core/djangoapps/user_api/views.py | https://drive.google.com/uc?export=view&id=1jZNHd4YymCzmEIFWQBninj_a3DSvDLQH |
272 | __init__.py | openedx/core/djangoapps/user_api/accounts | 03/09/2022 16:02:41 | File Modified | py | uetuluk, vendor | Third Party Authentication, Login and Register Pages | Python Unit Test | Initialize the variables used in the validation error messages in the login and register pages. | https://github.com/uetuluk/openedx-tutor/blame/master/openedx/core/djangoapps/user_api/accounts/__init__.py | https://drive.google.com/uc?export=view&id=1BqZAtzInQ8nXUyNLyoAbijvFfDp_vJG2 |
273 | api.py | openedx/core/djangoapps/user_api/accounts | 03/09/2022 16:02:41 | File Modified | py | uetuluk, vendor | Third Party Authentication, Login and Register Pages | Python Unit Test | Validate the user displayname variable used in the login and registration flows. Returns error in case the user displayname is invalid or in use. | https://github.com/uetuluk/openedx-tutor/blame/master/openedx/core/djangoapps/user_api/accounts/api.py | https://drive.google.com/uc?export=view&id=1RA4z9GtDH7yja5guL-9UnSY03D0aasBv |
274 | serializers.py | openedx/core/djangoapps/user_api/accounts | 11/16/2021 16:50:01 | File Modified | py | vendor | Third Party Authentication | Python Unit Test | Associates the user displayname variable with the user model. | https://github.com/uetuluk/openedx-tutor/blame/master/openedx/core/djangoapps/user_api/accounts/serializers.py | https://drive.google.com/uc?export=view&id=1NACoCzKsu6XF_cxHDAd96FrjpGDyoRf0 |
275 | 0001_initial.py | openedx/core/djangoapps/user_api/migrations | 03/09/2022 16:02:41 | File Modified | py | uetuluk | Staff | Python Unit Test | Fix depreciated import. | https://github.com/uetuluk/openedx-tutor/blame/master/openedx/core/djangoapps/user_api/migrations/0001_initial.py | https://drive.google.com/uc?export=view&id=1DHKO5Z06GkqVwCE7abvbgKo2NcxR1RX3 |
276 | 0005_auto_20211116_0532.py | openedx/core/djangoapps/user_api/migrations | 11/16/2021 16:50:01 | New File | py | vendor | Staff | Python Unit Test | Auto-generated by edx-platform to maintain the status of migrations. | https://github.com/uetuluk/openedx-tutor/blame/master/openedx/core/djangoapps/user_api/migrations/0005_auto_20211116_0532.py | https://drive.google.com/uc?export=view&id=1RscLjhYTrNd0Lo0DqQiJ8hNTbap-tD9S |
277 | 0006_teacher.py | openedx/core/djangoapps/user_api/migrations | 03/09/2022 16:02:41 | New File | py | vendor | Staff | Python Unit Test | Add teacher status to the user to enable the check_user_is_teacher function defined in openedx/core/djangoapps/user_api/views.py | https://github.com/uetuluk/openedx-tutor/blame/master/openedx/core/djangoapps/user_api/migrations/0006_teacher.py | https://drive.google.com/uc?export=view&id=1VyaIAfF8JRu5sK7MT5uMlDr3TmVWpVuZ |
278 | api.py | openedx/core/djangoapps/user_api/preferences | 03/09/2022 16:02:41 | File Modified | py | uetuluk | Analytics | Python Unit Test | Track an email opt-in preference change using Rudderstack analytics in addition to segment. | https://github.com/uetuluk/openedx-tutor/blame/master/openedx/core/djangoapps/user_api/preferences/api.py | https://drive.google.com/uc?export=view&id=1-zJ2ZUXDlBjodLhqmWhPOu3RF1-JTcHU |
279 | urls.py | openedx/core/djangoapps/user_authn | 11/16/2021 16:50:01 | File Modified | py | vendor | Reset Password | Python Unit Test | Adds an URL to handle the reset password requests. | https://github.com/uetuluk/openedx-tutor/blame/master/openedx/core/djangoapps/user_authn/urls.py | https://drive.google.com/uc?export=view&id=1x0IULcYvJqHce_I6UAY1w9qCfGLXQQb7 |
280 | login_form.py | openedx/core/djangoapps/user_authn/views | 03/09/2022 16:02:41 | File Modified | py | vendor | Third Party Authentication, Login and Register Pages | Python Unit Test | Adds the user displayname to the login form handler. | https://github.com/uetuluk/openedx-tutor/blame/master/openedx/core/djangoapps/user_authn/views/login_form.py | https://drive.google.com/uc?export=view&id=1ZYRu8_FArf8Hq_LmiwgQ-4bu3KzAbA0w |
281 | login.py | openedx/core/djangoapps/user_authn/views | 03/09/2022 16:02:41 | File Modified | py | uetuluk, vendor | Analytics, SMS, Reset Password | Python Unit Test | Handles the reset password requests, records the user log in status changes with Rudderstack analytics, handle the login logic for the user using the SMS. | https://github.com/uetuluk/openedx-tutor/blame/master/openedx/core/djangoapps/user_authn/views/login.py | https://drive.google.com/uc?export=view&id=1EOXtJQyMfAPSeNww_I2leDgmt30uJ3mY |
282 | register.py | openedx/core/djangoapps/user_authn/views | 03/09/2022 16:02:41 | File Modified | py | uetuluk, vendor | Third Party Authentication, Login and Register Pages, SMS | Python Unit Test | Handles the SMS registration, handles the user displayname in the registration form, records the user registration to Rudderstack analytics. | https://github.com/uetuluk/openedx-tutor/blame/master/openedx/core/djangoapps/user_authn/views/register.py | https://drive.google.com/uc?export=view&id=1KEyKxs8TkX-bzurxTUdGleBknhVaNY1L |
283 | registration_form.py | openedx/core/djangoapps/user_authn/views | 03/09/2022 16:02:41 | File Modified | py | uetuluk, vendor | Third Party Authentication, Login and Register Pages | Python Unit Test | Handles the user displayname in the registration form and validates the user displayname. | https://github.com/uetuluk/openedx-tutor/blame/master/openedx/core/djangoapps/user_authn/views/registration_form.py | https://drive.google.com/uc?export=view&id=1jlVhWHoekV5FGuEZ16BbiE0NCV4Tc9TN |
284 | learner_profile_factory.js | openedx/features/learner_profile/static/learner_profile/js | 11/16/2021 16:50:01 | File Modified | js | vendor | Third Party Authentication | JS Unit Test | Adds the user displayname field in the learner profile page. Handles sensitive regions in the region section. | https://github.com/uetuluk/openedx-tutor/blame/master/openedx/features/learner_profile/static/learner_profile/js/learner_profile_factory.js | https://drive.google.com/uc?export=view&id=10EWErSOip5is8KpDTTyWJyOEvtgU1bJ8 |
285 | learner_profile.py | openedx/features/learner_profile/views | 03/09/2022 16:02:41 | File Modified | py | vendor | Third Party Authentication | Python Unit Test | Adds the user displayname field in the learner profile page. | https://github.com/uetuluk/openedx-tutor/blame/master/openedx/features/learner_profile/views/learner_profile.py | https://drive.google.com/uc?export=view&id=1lO_1DNSxm7tJEDel1idPByRdNkpLL86T |
286 | base.in | requirements/edx | 03/09/2022 16:02:41 | File Modified | in | openedx | Patch | N/A | Copied from upstream repository. | https://github.com/uetuluk/openedx-tutor/blame/master/requirements/edx/base.in | https://drive.google.com/uc?export=view&id=1wwx8kIZZ88kig9butdKBWkeM2-Ac5vnL |
287 | base.txt | requirements/edx | 03/09/2022 16:02:41 | File Modified | txt | openedx | Patch | N/A | Copied from upstream repository. | https://github.com/uetuluk/openedx-tutor/blame/master/requirements/edx/base.txt | https://drive.google.com/uc?export=view&id=1l9rnfPLp92AG57FL3YDpixQsOnShjDOo |
288 | development.txt | requirements/edx | 03/09/2022 16:02:41 | File Modified | txt | openedx | Patch | N/A | Copied from upstream repository. | https://github.com/uetuluk/openedx-tutor/blame/master/requirements/edx/development.txt | https://drive.google.com/uc?export=view&id=1hTE_gYnF_3wcEU5KlOQCzX8A1oLIgbeO |
289 | testing.txt | requirements/edx | 03/09/2022 16:02:41 | File Modified | txt | openedx | Patch | N/A | Copied from upstream repository. | https://github.com/uetuluk/openedx-tutor/blame/master/requirements/edx/testing.txt | https://drive.google.com/uc?export=view&id=1wG7UXTj2KnN4ks3qidrpLTgHLq8m6tst |
290 | .gitignore | tutor_build | 03/09/2022 16:02:41 | New File | gitignore | uetuluk | Docker | N/A | Adds the bin folder inside tutor_build back to the repository as the Docker Hub build process requires the files. | https://github.com/uetuluk/openedx-tutor/blame/master/tutor_build/.gitignore | https://drive.google.com/uc?export=view&id=1ean6vKWHKlg7P8B7CbOdJLVv4_o50tps |
291 | Dockerfile | tutor_build | 03/09/2022 16:02:41 | New File | Dockerfile | tutor | Docker | Updated every time | The Dockerfile that creates the Tutor edx-platform image every time there is an update to the codebase. | https://github.com/uetuluk/openedx-tutor/blame/master/tutor_build/Dockerfile | https://drive.google.com/uc?export=view&id=1AVnYI5T1P6GnjP1mtvw-Xl9ySmlRY6HJ |
292 | revisions.yml | tutor_build | 03/09/2022 16:02:41 | New File | yml | tutor | Docker | Updated every time | Autogenerated by tutor when `tutor config save` is run. Copied manually. | https://github.com/uetuluk/openedx-tutor/blame/master/tutor_build/revisions.yml | https://drive.google.com/uc?export=view&id=10gek5MxBQITCVVuV5stpcloKKqxyRX6a |
293 | docker-entrypoint.sh | tutor_build/bin | 03/09/2022 16:02:41 | New File | sh | tutor | Docker | Updated every time | Autogenerated by tutor when `tutor config save` is run. Copied manually. | https://github.com/uetuluk/openedx-tutor/blame/master/tutor_build/bin/docker-entrypoint.sh | https://drive.google.com/uc?export=view&id=18KHeY6_iZHzVqOGWZ121_sbk8hBpOcvV |
294 | openedx-assets | tutor_build/bin | 03/09/2022 16:02:41 | New File | Text | tutor | Docker | Updated every time | Autogenerated by tutor when `tutor config save` is run. Copied manually. | https://github.com/uetuluk/openedx-tutor/blame/master/tutor_build/bin/openedx-assets | https://drive.google.com/uc?export=view&id=11r__AfxDGEGOs92k-1wUQVADsmhl7DBb |
295 | reload-uwsgi | tutor_build/bin | 03/09/2022 16:02:41 | New File | Text | tutor | Docker | Updated every time | Autogenerated by tutor when `tutor config save` is run. Copied manually. | https://github.com/uetuluk/openedx-tutor/blame/master/tutor_build/bin/reload-uwsgi | https://drive.google.com/uc?export=view&id=1MPmFmn3R5JZLLsxiLQ1w4zBDnflNNCeV |
296 | site-configuration | tutor_build/bin | 03/09/2022 16:02:41 | New File | Text | tutor | Docker | Updated every time | Autogenerated by tutor when `tutor config save` is run. Copied manually. | https://github.com/uetuluk/openedx-tutor/blame/master/tutor_build/bin/site-configuration | https://drive.google.com/uc?export=view&id=1ZWYnZiUpPIeblNnLacOOqrHfngr8KVU9 |
297 | build | tutor_build/hooks | 03/09/2022 16:02:41 | New File | Text | uetuluk | Docker | N/A | Adds additional build arguements required to build the Docker image. The arguements are stored in Docker Hub. | https://github.com/uetuluk/openedx-tutor/blame/master/tutor_build/hooks/build | https://drive.google.com/uc?export=view&id=1nhLP6KC0RwaqPU4NXIUx1djP7koKTS8a |
298 | customlocales.md | tutor_build/locale | 03/09/2022 16:02:41 | New File | md | tutor | Docker | Updated every time | Autogenerated by tutor when `tutor config save` is run. Copied manually. | https://github.com/uetuluk/openedx-tutor/blame/master/tutor_build/locale/customlocales.md | https://drive.google.com/uc?export=view&id=17dvH8dORXbFsrfatpjsXsP9GVSvuCloW |
299 | private-sample.txt | tutor_build/requirements | 03/09/2022 16:02:41 | New File | txt | tutor | Docker | Updated every time | Autogenerated by tutor when `tutor config save` is run. Copied manually. | https://github.com/uetuluk/openedx-tutor/blame/master/tutor_build/requirements/private-sample.txt | https://drive.google.com/uc?export=view&id=1QZhRtVQnqnjPBU4MFQmnpGX6PRQcHmeH |
300 | __init__.py | tutor_build/settings/cms | 03/09/2022 16:02:41 | New File | py | tutor | Docker | Updated every time | Autogenerated by tutor when `tutor config save` is run. Copied manually. | https://github.com/uetuluk/openedx-tutor/blame/master/tutor_build/settings/cms/__init__.py | https://drive.google.com/uc?export=view&id=1HGqsYE__WX59RVu40oTiQ93qqY_8sLZa |
301 | assets.py | tutor_build/settings/cms | 03/09/2022 16:02:41 | New File | py | tutor | Docker | Updated every time | Autogenerated by tutor when `tutor config save` is run. Copied manually. | https://github.com/uetuluk/openedx-tutor/blame/master/tutor_build/settings/cms/assets.py | https://drive.google.com/uc?export=view&id=12Ib2XoI-FgXHF8eLOv5dIfVjRddmS8KB |
302 | i18n.py | tutor_build/settings/cms | 03/09/2022 16:02:41 | New File | py | tutor | Docker | Updated every time | Autogenerated by tutor when `tutor config save` is run. Copied manually. | https://github.com/uetuluk/openedx-tutor/blame/master/tutor_build/settings/cms/i18n.py | https://drive.google.com/uc?export=view&id=1PsNzz6Ul2qx8un8DpGAYCgL4RZpOUyxb |
303 | __init__.py | tutor_build/settings/lms | 03/09/2022 16:02:41 | New File | py | tutor | Docker | Updated every time | Autogenerated by tutor when `tutor config save` is run. Copied manually. | https://github.com/uetuluk/openedx-tutor/blame/master/tutor_build/settings/lms/__init__.py | https://drive.google.com/uc?export=view&id=1-PlsWm8O3Eaf186XdP9-xI6dC5ZSE1ti |
304 | assets.py | tutor_build/settings/lms | 03/09/2022 16:02:41 | New File | py | tutor | Docker | Updated every time | Autogenerated by tutor when `tutor config save` is run. Copied manually. | https://github.com/uetuluk/openedx-tutor/blame/master/tutor_build/settings/lms/assets.py | https://drive.google.com/uc?export=view&id=129_0nGro7yEwwr-5wt7Kg8tcalW1ADi0 |
305 | i18n.py | tutor_build/settings/lms | 03/09/2022 16:02:41 | New File | py | tutor | Docker | Updated every time | Autogenerated by tutor when `tutor config save` is run. Copied manually. | https://github.com/uetuluk/openedx-tutor/blame/master/tutor_build/settings/lms/i18n.py | https://drive.google.com/uc?export=view&id=1xEX1Sztl8RHsx_DiRYZUUToceGCIIB5O |
306 | README | tutor_build/themes | 03/09/2022 16:02:41 | New File | Readme | tutor | Docker | Updated every time | Autogenerated by tutor when `tutor config save` is run. Copied manually. | https://github.com/uetuluk/openedx-tutor/blame/master/tutor_build/themes/README | https://drive.google.com/uc?export=view&id=1hFbpDSDxwVTRw9LDjZUCZvRghMh1fJky |
307 | README.rst | tutor_build/themes/open-edx | 03/09/2022 16:02:41 | New File | rst | tutor | Docker | Updated every time | Autogenerated by tutor when `tutor config save` is run. Copied manually. | https://github.com/uetuluk/openedx-tutor/blame/master/tutor_build/themes/open-edx/README.rst | https://drive.google.com/uc?export=view&id=13tCiXBEYiUseB1Al9u17KQIT7BAm8ozh |
308 | README.rst | tutor_build/themes/open-edx/cms | 03/09/2022 16:02:41 | New File | rst | tutor | Docker | Updated every time | Autogenerated by tutor when `tutor config save` is run. Copied manually. | https://github.com/uetuluk/openedx-tutor/blame/master/tutor_build/themes/open-edx/cms/README.rst | https://drive.google.com/uc?export=view&id=1E1DHfJ6Zo25gNtAuLLCw_Kp_hwnXRvpF |
309 | README.rst | tutor_build/themes/open-edx/lms | 03/09/2022 16:02:41 | New File | rst | tutor | Docker | Updated every time | Autogenerated by tutor when `tutor config save` is run. Copied manually. | https://github.com/uetuluk/openedx-tutor/blame/master/tutor_build/themes/open-edx/lms/README.rst | https://drive.google.com/uc?export=view&id=1nvijfmeH5g7Cj6CzcaA6CT1xxlKbrkVz |
310 | .gitignore | 11/16/2021 16:49:56 | File Modified | gitignore | uetuluk | Git | N/A | Default .gitignore file, the tutor results.txt is included. | https://github.com/uetuluk/openedx-tutor/blame/master//.gitignore | https://drive.google.com/uc?export=view&id=1YjozyhtmLJdiOyy3Zpfo6fLvM0fUlDmh | |
311 | Dockerfile | 03/09/2022 16:02:41 | File Modified | Dockerfile | uetuluk | Docker | Switch back to original. | Not used. Created by edx-platform. | https://github.com/uetuluk/openedx-tutor/blame/master//Dockerfile | https://drive.google.com/uc?export=view&id=1U7A55Lx9rYVyo5BCYrhptqwQOk0ARJ6j | |
312 | package-lock.json | 03/09/2022 16:02:41 | File Modified | json | uetuluk | NPM | N/A | Updated when npm install is run in the edx-platform folder. | https://github.com/uetuluk/openedx-tutor/blame/master//package-lock.json | https://drive.google.com/uc?export=view&id=1DMmtUROaMKnWtkqxKOFk8AsyUC7sIiVo | |
313 | README.md | 03/09/2022 16:02:41 | New File | md | uetuluk | Readme | Updated every time | The updated Readme file with instructions on setting up a development environment. | https://github.com/uetuluk/openedx-tutor/blame/master//README.md | https://drive.google.com/uc?export=view&id=17UBzXofWIZn-x3fIiarEAufca6sVDLu9 | |
314 | README.rst | 03/09/2022 16:37:04 | File Deleted | rst | edx | Readme | N/A | Original Readme file. | https://github.com/uetuluk/openedx-tutor/blame/master//README.rst | https://drive.google.com/uc?export=view&id=1QXJ0lLYHFd-g0dIc4GXllm1SJeG-2iAm | |
315 | tutor-release.sh | 03/09/2022 16:02:41 | New File | sh | uetuluk | Github Actions | N/A | Script used to remove the Tutor patches before creating the image, depreciated as the new Dockerfile simply does not include the patches. | https://github.com/uetuluk/openedx-tutor/blame/master//tutor-release.sh | https://drive.google.com/uc?export=view&id=1f_r2qEHxnJfleh4gqcQdGdbOdOLGM8zb | |
316 | Update List.md | 11/16/2021 16:49:56 | New File | md | uetuluk | Readme | N/A | Includes all the changes made to original repo, depreciated by this document. | https://github.com/uetuluk/openedx-tutor/blame/master//Update%20List.md | https://drive.google.com/uc?export=view&id=1v2D6oXZgvBwUOtK_k8W07cepJUs3UGOF |