diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..cc40573 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +.DS_Store +.idea +*.zip +node_modules +dist +config.json \ No newline at end of file diff --git a/gulpfile.js b/gulpfile.js new file mode 100644 index 0000000..0aff100 --- /dev/null +++ b/gulpfile.js @@ -0,0 +1,3 @@ +var gulp = require("gulp"); + +require("../gulp-ps-tasks/tasks")(gulp); \ No newline at end of file diff --git a/package.json b/package.json new file mode 100644 index 0000000..ab29958 --- /dev/null +++ b/package.json @@ -0,0 +1,19 @@ +{ + "name": "list-students-autoloader", + "version": "4.0.0", + "description": "Create, Modify and Delete your List Students reports", + "main": "", + "scripts": { + "test": "" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/IronCountySchoolDistrict/list-students-autoloader.git" + }, + "author": "IronCountySchoolDistrict", + "license": "Apache-2.0", + "bugs": { + "url": "https://github.com/IronCountySchoolDistrict/list-students-autoloader/issues" + }, + "homepage": "https://github.com/IronCountySchoolDistrict/list-students-autoloader#readme" +} diff --git a/plugin.xml b/plugin/plugin.xml similarity index 100% rename from plugin.xml rename to plugin/plugin.xml diff --git a/user_schema_root/U_AUTOLOADER.xml b/plugin/user_schema_root/U_AUTOLOADER.xml similarity index 100% rename from user_schema_root/U_AUTOLOADER.xml rename to plugin/user_schema_root/U_AUTOLOADER.xml diff --git a/user_schema_root/U_LOADER.xml b/plugin/user_schema_root/U_LOADER.xml similarity index 100% rename from user_schema_root/U_LOADER.xml rename to plugin/user_schema_root/U_LOADER.xml diff --git a/web_root/admin/studentlist/data/sqlListGlobReports.txt b/plugin/web_root/admin/studentlist/data/sqlListGlobReports.txt similarity index 100% rename from web_root/admin/studentlist/data/sqlListGlobReports.txt rename to plugin/web_root/admin/studentlist/data/sqlListGlobReports.txt diff --git a/web_root/admin/studentlist/data/sqlListReports.txt b/plugin/web_root/admin/studentlist/data/sqlListReports.txt similarity index 100% rename from web_root/admin/studentlist/data/sqlListReports.txt rename to plugin/web_root/admin/studentlist/data/sqlListReports.txt diff --git a/web_root/admin/studentlist/enable_requests.html b/plugin/web_root/admin/studentlist/enable_requests.html similarity index 100% rename from web_root/admin/studentlist/enable_requests.html rename to plugin/web_root/admin/studentlist/enable_requests.html diff --git a/web_root/admin/studentlist/global_lists.html b/plugin/web_root/admin/studentlist/global_lists.html similarity index 100% rename from web_root/admin/studentlist/global_lists.html rename to plugin/web_root/admin/studentlist/global_lists.html diff --git a/web_root/admin/studentlist/lists.html b/plugin/web_root/admin/studentlist/lists.html similarity index 100% rename from web_root/admin/studentlist/lists.html rename to plugin/web_root/admin/studentlist/lists.html diff --git a/web_root/admin/studentlist/studentlist1.autoloader.content.footer.txt b/plugin/web_root/admin/studentlist/studentlist1.autoloader.content.footer.txt similarity index 95% rename from web_root/admin/studentlist/studentlist1.autoloader.content.footer.txt rename to plugin/web_root/admin/studentlist/studentlist1.autoloader.content.footer.txt index 6fc3086..d1accff 100644 --- a/web_root/admin/studentlist/studentlist1.autoloader.content.footer.txt +++ b/plugin/web_root/admin/studentlist/studentlist1.autoloader.content.footer.txt @@ -64,4 +64,4 @@

Field Name required for every Column Title

- \ No newline at end of file + \ No newline at end of file diff --git a/plugin/web_root/admin/studentlist/studentlist2.autoloader.content.footer.txt b/plugin/web_root/admin/studentlist/studentlist2.autoloader.content.footer.txt new file mode 100644 index 0000000..c150a1d --- /dev/null +++ b/plugin/web_root/admin/studentlist/studentlist2.autoloader.content.footer.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/web_root/admin/user_lists.html b/plugin/web_root/admin/user_lists.html similarity index 100% rename from web_root/admin/user_lists.html rename to plugin/web_root/admin/user_lists.html diff --git a/web_root/scripts/ListStudentsAutoloader/css/print-list.css b/src/scripts/list-students-autoloader/css/print-list.css similarity index 100% rename from web_root/scripts/ListStudentsAutoloader/css/print-list.css rename to src/scripts/list-students-autoloader/css/print-list.css diff --git a/web_root/scripts/ListStudentsAutoloader/autoloader.js b/src/scripts/list-students-autoloader/js/autoloader.js similarity index 100% rename from web_root/scripts/ListStudentsAutoloader/autoloader.js rename to src/scripts/list-students-autoloader/js/autoloader.js diff --git a/web_root/admin/studentlist/studentlist2.autoloader.content.footer.txt b/web_root/admin/studentlist/studentlist2.autoloader.content.footer.txt deleted file mode 100644 index f4880a7..0000000 --- a/web_root/admin/studentlist/studentlist2.autoloader.content.footer.txt +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file