Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install system dependencies
run: |
Expand All @@ -43,7 +43,7 @@ jobs:
run: npm install -g [email protected] [email protected]

- name: Clone sunbird-content-plugins
run: git clone https://github.com/project-sunbird/sunbird-content-plugins.git plugins -b ${{ github.ref_name }}
run: git clone https://github.com/sanketika-labs/sunbird-content-plugins.git plugins -b ${{ github.ref_name }}

- name: Clean npm cache and install dependencies
run: |
Expand Down Expand Up @@ -104,4 +104,4 @@ jobs:
# env:
# S3_BUCKET: ${{ vars.S3_BUCKET }}
# run: |
# aws s3 sync content-editor s3://${{ env.S3_BUCKET }}/content-editor/
# aws s3 sync content-editor s3://${{ env.S3_BUCKET }}/content-editor/
100 changes: 2 additions & 98 deletions app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,8 @@
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<!-- inject:css -->
<link rel="stylesheet" href="bower_components/font-awesome/css/font-awesome.css" />
<link rel="stylesheet" href="styles/semantic.min.css" />
<link rel="stylesheet" type="text/css" href="styles/MyFontsWebfontsKit.css">
<link rel="stylesheet" href="bower_components/ng-dialog/css/ngDialog.min.css">
<link rel="stylesheet" href="bower_components/ng-dialog/css/ngDialog-theme-plain.min.css">
<link rel="stylesheet" href="bower_components/ng-dialog/css/ngDialog-theme-default.min.css">
<link rel="stylesheet" type="text/css" href="styles/icomoon/style.css"/>
<link rel="stylesheet" href="styles/content-editor.css" />
<link rel="stylesheet" type="text/css" href="libs/ng-tags-input.css">
<link rel="stylesheet" href="styles/fonts-override.css" />
<script src="libs/webfont.js"></script>
<!-- endinject -->
<script src="libs/webfont.js"></script>
</head>

<body class="ui fluid container">
Expand Down Expand Up @@ -142,93 +132,7 @@ <h5 ng-bind="message.message"></h5>
</div>
<!-- message for unsupported screen end -->
<!-- inject:js -->
<script src="bower_components/jquery/dist/jquery.min.js"></script>
<script src="bower_components/async/dist/async.min.js"></script>
<script src="bower_components/angular/angular.min.js"></script>
<script src="bower_components/fabric/dist/fabric.min.js"></script>
<script src="libs/alignment-guidelines.js"></script>
<script src="bower_components/lodash/dist/lodash.min.js"></script>
<script src="bower_components/x2js/index.js"></script>
<script src="bower_components/eventbus/index.js"></script>
<script src="bower_components/uuid/index.js"></script>
<script src="bower_components/angular-bootstrap/ui-bootstrap-tpls.min.js"></script>
<script src="bower_components/ng-dialog/js/ngDialog.min.js"></script>
<script src="bower_components/ngSafeApply/index.js"></script>
<!-- <script src="bower_components/oclazyload/dist/modules/ocLazyLoad.core.js"></script>
<script src="bower_components/oclazyload/dist/modules/ocLazyLoad.directive.js"></script>
<script src="bower_components/oclazyload/dist/modules/ocLazyLoad.loaders.common.js"></script>
<script src="bower_components/oclazyload/dist/modules/ocLazyLoad.loaders.core.js"></script>
<script src="bower_components/oclazyload/dist/modules/ocLazyLoad.loaders.cssLoader.js"></script>
<script src="bower_components/oclazyload/dist/modules/ocLazyLoad.loaders.jsLoader.js"></script>
<script src="bower_components/oclazyload/dist/modules/ocLazyLoad.loaders.templatesLoader.js"></script>
<script src="bower_components/oclazyload/dist/modules/ocLazyLoad.polyfill.ie8.js"></script> -->
<script src="bower_components/oclazyload/dist/ocLazyLoad.min.js"></script>
<script type="text/javascript" src="libs/fontfaceobserver.min.js"></script>
<script src="scripts/dev/localhost-ce.js"></script>
<script src="libs/semantic.min.js"></script>
<script src="libs/mousetrap.min.js"></script>
<script src="libs/ng-tags-input.js"></script>
<script src="../node_modules/@project-sunbird/telemetry-sdk/index.js"></script>

<!-- Load Framework -->
<script src="scripts/framework/libs/ES5Polyfill.js"></script>
<script src="scripts/framework/class.js"></script>
<script src="scripts/framework/bootstrap-framework.js"></script>
<script src="scripts/framework/manager/resource-manager.js"></script>
<script src="scripts/framework/manager/event-manager.js"></script>
<script src="scripts/framework/manager/plugin-manager.js"></script>
<script src="scripts/framework/manager/keyboard-manager.js"></script>
<!-- Load Services -->
<script src="scripts/framework/service/iservice.js"></script>
<script src="scripts/framework/service/content-service.js"></script>
<script src="scripts/framework/service/assessment-service.js"></script>
<script src="scripts/framework/service/asset-service.js"></script>
<script src="scripts/framework/service/meta-service.js"></script>
<script src="scripts/framework/service/language-service.js"></script>
<script src="scripts/framework/service/search-service.js"></script>
<script src="scripts/framework/service/textbook-service.js"></script>
<script src="scripts/framework/service/lock-service.js"></script>
<script src="scripts/framework/service/user-service.js"></script>
<script src="scripts/framework/repo/irepo.js"></script>
<script src="scripts/framework/repo/published-repo.js"></script>
<!-- Load Content Editor -->
<script src="scripts/contenteditor/bootstrap-editor.js"></script>
<script src="scripts/contenteditor/ce-config.js"></script>
<script src="scripts/contenteditor/content-editor.js"></script>
<script src="scripts/contenteditor/content-editor-api.js"></script>
<script src="scripts/contenteditor/base-plugin.js"></script>
<script src="scripts/contenteditor/manager/stage-manager.js"></script>
<script src="scripts/contenteditor/manager/toolbar-manager.js"></script>
<script src="scripts/contenteditor/manager/media-manager.js"></script>
<script src="scripts/contenteditor/manager/sidebar-manager.js"></script>
<script src="scripts/contenteditor/manager/header-manager.js"></script>
<script src="scripts/contenteditor/service/popup-service.js"></script>
<script src="scripts/contenteditor/migration/1_migration-task.js"></script>
<script src="scripts/contenteditor/migration/mediamigration-task.js"></script>
<script src="scripts/contenteditor/migration/stageordermigration-task.js"></script>
<script src="scripts/contenteditor/migration/basestagemigration-task.js"></script>
<script src="scripts/contenteditor/migration/imagemigration-task.js"></script>
<script src="scripts/contenteditor/migration/scribblemigration-task.js"></script>
<script src="scripts/contenteditor/migration/readalongmigration-task.js"></script>
<script src="scripts/contenteditor/migration/assessmentmigration-task.js"></script>
<script src="scripts/contenteditor/migration/questionsetfix1-task.js"></script>
<script src="scripts/contenteditor/migration/eventsmigration-task.js"></script>
<script src="scripts/contenteditor/migration/settagmigration-task.js"></script>
<script src="scripts/contenteditor/migration/textmigration-task.js"></script>
<script src="scripts/contenteditor/service/telemetry-service.js"></script>
<script src="scripts/contenteditor/service/manifest-generator.js"></script>
<script src="scripts/contenteditor/dispatcher/idispatcher.js"></script>
<script src="scripts/contenteditor/dispatcher/console-dispatcher.js"></script>
<script src="scripts/contenteditor/dispatcher/local-dispatcher.js"></script>
<script src="scripts/contenteditor/dispatcher/piwik-dispatcher.js"></script>
<script src="scripts/contenteditor/md5.js"></script>
<!-- Load Angular Controllers -->
<script src="scripts/angular/controller/main.js"></script>
<script src="scripts/angular/controller/popup-controller.js"></script>
<script src="scripts/angular/directive/draggable-directive.js"></script>
<script src="scripts/angular/directive/droppable-directive.js"></script>
<script src="scripts/angular/directive/template-compiler-directive.js"></script>
<!-- endinject -->
</body>

</html>
</html>
2 changes: 1 addition & 1 deletion app/scripts/framework/service/content-service.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ org.ekstep.services.contentService = new (org.ekstep.services.iService.extend({
*
* @memberof org.ekstep.services.contentService
*/
contentFields: 'body,collaborators,editorState,stageIcons,templateId,languageCode,template,gradeLevel,status,concepts,versionKey,name,appIcon,contentType,owner,domain,code,visibility,createdBy,description,language,mediaType,mimeType,osId,languageCode,createdOn,lastUpdatedOn,audience,ageGroup,attributions,artifactUrl,board,subject,keywords,config,resourceType,medium,publisher,year,pkgVersion,framework,rejectReasons,rejectComment,topic,ownedBy,ownershipType,creators,contributors,reservedDialcodes,qrCodeProcessId,channel,purpose,assets,assetsMap,copyright,author,copyrightYear,origin,license,displayScore,courseType,licenseterms,primaryCategory,additionalCategories,maxAttempts,verticals,programs',
contentFields: 'body,collaborators,editorState,stageIcons,templateId,languageCode,template,gradeLevel,status,concepts,versionKey,name,appIcon,contentType,owner,domain,code,visibility,createdBy,description,language,mediaType,mimeType,osId,languageCode,createdOn,lastUpdatedOn,audience,ageGroup,attributions,artifactUrl,board,subject,keywords,config,resourceType,medium,publisher,year,pkgVersion,framework,rejectReasons,rejectComment,topic,ownedBy,ownershipType,creators,contributors,reservedDialcodes,qrCodeProcessId,channel,purpose,assets,assetsMap,copyright,author,copyrightYear,origin,license,displayScore,courseType,licenseterms,primaryCategory,additionalCategories,maxAttempts,verticals,programs,observableElement,observableElementIds',

/**
*
Expand Down