Skip to content

6.3.0 Holst Release

Compare
Choose a tag to compare
@nomadicjosh nomadicjosh released this 11 Jul 23:45
· 68 commits to master since this release

Installation / Update

To download the new eduTrac SIS release, you can either download it from this site if you have an account, or you can register for a free account or you can download it from SourceForge.

Check out the following information on updating a current installation: Updating eduTrac SIS.

If you are new to eduTrac SIS, then it is recommended that your start with the following articles:

Summary

Bugs

New Features

  • Business Rules
  • UI updates
  • Automatic open and closing of registration
  • Updated charts on dashboard
  • SMS feature added
  • FTP
  • New Marketing module for tracking email campaigns

Enhancements

  • New master cron route to use for the master cron on the server (i.e. http://replace_url/cron/master/)

Database

Majority of the tables primary key has been renamed to id with a few exceptions.

  • stu_acad_cred table has been renamed to stac. The primary key is renamed to id.
  • stu_course_sec table has been renamed to stcs. The primary key is renamed to id.
  • stu_term_load, stu_term_gpa, and stu_term tables have been merged into the one sttr table.
  • Update database encoding (utf8 -> utf8mb4).
  • stu_program table has been renamed to sacp. The primary key is renamed to id.
  • stu_acad_level table has been renamed to stal. The primary key is renamed to id.
  • restriction_code table has been renamed to rest. The primary key is renamed to id.
  • restriction table has been renamed to perc. The primary key is renamed to id. rstrCode field has been renamed to code.
  • Academic Level aclv table was added.
  • Class Level clas table was added.
  • Course Level crlv table was added.

Functions

  • New Functions in release 6.3.0.
  • getSchoolPhoto function has been replaced by get_school_photo
  • acadCredGradePoints function has been replaced by calculate_grade_points
  • getAge function has been replaced by get_age
  • clickableLink function has been replaced by make_clickable
  • imgResize function has been replaced by resize_image
  • getPathInfo function has been replaced by get_path_info
  • isStudent function has been replaced by is_student

Class Methods

  • etsis_Email::myetRegConfirm method has been replaced by etsis_Email::myetsisRegConfirm
  • etsis_Email::myetApplication method has been replaced by etsis_Email::myetsisApplication
  • etsis_Email::course_registration method has been replaced by etsis_Email::crseRGNEmail
  • etsis_Email::etsis_mail method has been replaced by etsis_Email::etsisMail

Locale

  • New strings have been added that need to be translated.
  • Creole: New locale added.

Libary

  • Old vendor needs to be removed (app/src/vendor) and replace it with the new vendor.

New Permissions

  • manage_business_rules - Allows a person to manage, update or delete business rules.
  • override_rule gives a staff member override capability to override a rule. This allows for the circumstance where a student has been given special permission even though the student may have a restriction or a hold.
  • send_sms - Allows a person to send SMS messages based on a particular population. (Screens > Send SMS.

Modules

Log into your account to access the updated modules.

  • All modules have been updated.

Plugins

  • All plugins have been updated.

Misc.

  • myedutrac_* filters, functions, classes, permission, db options, etc. have been renamed to myetsis_*

File Changes

M	.gitignore
M	Liten/Cookies.php
M	Liten/Http/Request.php
M	README.md
M	RELEASE
A	app/Info/aclv-view.txt
A	app/Info/aclv.txt
A	app/Info/prereq.txt
M	app/application.php
M	app/dropins/email-address-encoder.php
A	app/dropins/system.dropin.php
M	app/functions.php
M	app/functions/auth-function.php
M	app/functions/cache-function.php
M	app/functions/core-function.php
M	app/functions/course-function.php
M	app/functions/db-function.php
M	app/functions/dependency.php
M	app/functions/deprecated-function.php
M	app/functions/global-function.php
M	app/functions/hook-function.php
M	app/functions/logger-function.php
M	app/functions/nodeq-function.php
M	app/functions/notify-function.php
M	app/functions/parsecode-function.php
M	app/functions/person-function.php
M	app/functions/program-function.php
A	app/functions/rules-function.php
M	app/functions/section-function.php
A	app/functions/staff-function.php
M	app/functions/student-function.php
M	app/functions/textdomain-function.php
M	app/languages/edutrac-sis-ar_EG.mo
M	app/languages/edutrac-sis-ar_EG.po
M	app/languages/edutrac-sis-el_GR.mo
M	app/languages/edutrac-sis-el_GR.po
M	app/languages/edutrac-sis-en_US.mo
M	app/languages/edutrac-sis-en_US.po
M	app/languages/edutrac-sis-es_AR.mo
M	app/languages/edutrac-sis-es_AR.po
M	app/languages/edutrac-sis-es_CL.mo
M	app/languages/edutrac-sis-es_CL.po
M	app/languages/edutrac-sis-es_CO.mo
M	app/languages/edutrac-sis-es_CO.po
M	app/languages/edutrac-sis-es_ES.mo
M	app/languages/edutrac-sis-es_ES.po
M	app/languages/edutrac-sis-es_MX.mo
M	app/languages/edutrac-sis-es_MX.po
M	app/languages/edutrac-sis-es_PE.mo
M	app/languages/edutrac-sis-es_PE.po
M	app/languages/edutrac-sis-es_PR.mo
M	app/languages/edutrac-sis-es_PR.po
M	app/languages/edutrac-sis-es_VE.mo
M	app/languages/edutrac-sis-es_VE.po
M	app/languages/edutrac-sis-fr_FR.mo
M	app/languages/edutrac-sis-fr_FR.po
M	app/languages/edutrac-sis-ht_HT.mo
M	app/languages/edutrac-sis-ht_HT.po
M	app/languages/edutrac-sis-it_IT.mo
M	app/languages/edutrac-sis-it_IT.po
M	app/languages/edutrac-sis-pt_BR.mo
M	app/languages/edutrac-sis-pt_BR.po
M	app/languages/edutrac-sis.pot
M	app/migrations/20160916002812_initial_schema.php
M	app/migrations/20160916035404_currency_table.php
A	app/migrations/20170706151405_db_schema_update.php
D	app/migrations/currency_table.txt
D	app/migrations/meta_value.txt
D	app/migrations/stu_load_rules.txt
M	app/routers.php
M	app/routers/api.router.php
M	app/routers/appl.router.php
M	app/routers/course.router.php
M	app/routers/courses.router.php
M	app/routers/cron.router.php
M	app/routers/dashboard.router.php
M	app/routers/error.router.php
M	app/routers/form.router.php
M	app/routers/hr.router.php
M	app/routers/index.router.php
M	app/routers/person.router.php
M	app/routers/plugins.router.php
M	app/routers/program.router.php
A	app/routers/rlde.router.php
M	app/routers/section.router.php
M	app/routers/settings.router.php
M	app/routers/sql.router.php
M	app/routers/staff.router.php
M	app/routers/student.router.php
M	app/src/ACL.php
M	app/src/Core/CLI/ETSIS-CLI/etsis_CLI.php
M	app/src/Core/CLI/etsis-cli.php
M	app/src/Core/CLI/php/Mysqldump.php
M	app/src/Core/CLI/php/commands/cli.php
M	app/src/Core/CLI/php/commands/core.php
M	app/src/Core/CLI/php/commands/db.php
M	app/src/Core/Cache/etsis_Cache_APC.php
M	app/src/Core/Cache/etsis_Cache_Cookie.php
M	app/src/Core/Cache/etsis_Cache_Filesystem.php
M	app/src/Core/Cache/etsis_Cache_JSON.php
M	app/src/Core/Cache/etsis_Cache_Memcache.php
M	app/src/Core/Cache/etsis_Cache_XCache.php
M	app/src/Core/Cache/etsis_Object_Cache.php
M	app/src/Core/Exception/Exception.php
A	app/src/Core/Exception/IOException.php
A	app/src/Core/Exception/NotFoundException.php
A	app/src/Core/Exception/UnauthorizedException.php
M	app/src/Core/NodeQ/CoreDatabase.php
M	app/src/Core/NodeQ/CoreRelation.php
M	app/src/Core/NodeQ/Helpers/File.php
M	app/src/Core/NodeQ/Helpers/FileInterface.php
M	app/src/Core/NodeQ/Helpers/Migrations.php
M	app/src/Core/NodeQ/Helpers/Validate.php
D	app/src/Core/NodeQ/LazerException.php
A	app/src/Core/NodeQ/NodeQException.php
M	app/src/Core/etsis_Acad_Program.php
A	app/src/Core/etsis_Assets.php
A	app/src/Core/etsis_AutoUpdate.php
M	app/src/Core/etsis_Course.php
M	app/src/Core/etsis_Course_Sec.php
M	app/src/Core/etsis_CustomField.php
M	app/src/Core/etsis_Email.php
A	app/src/Core/etsis_FlashMessages.php
M	app/src/Core/etsis_Logger.php
A	app/src/Core/etsis_MailHandler.php
M	app/src/Core/etsis_Messages.php
A	app/src/Core/etsis_Mysqldump.php
M	app/src/Core/etsis_Person.php
A	app/src/Core/etsis_Staff.php
M	app/src/Core/etsis_Student.php
M	app/src/Core/etsis_Updater.php
D	app/src/FlashMessages.php
M	app/src/Hooks.php
M	app/src/Modules.php
D	app/src/Staff.php
M	app/src/vendor/*
M	app/views/_layouts/dashboard.php
D	app/views/_layouts/myet/default.layout.php
A	app/views/_layouts/myetsis/clean.layout.php
A	app/views/_layouts/myetsis/default.layout.php
M	app/views/application/add-inst.php
M	app/views/application/add.php
M	app/views/application/appls.php
M	app/views/application/index.php
M	app/views/application/inst-attended.php
M	app/views/application/inst.php
M	app/views/application/view-inst.php
M	app/views/application/view.php
M	app/views/course/add.php
M	app/views/course/addnl-info.php
M	app/views/course/index.php
A	app/views/course/prrl.php
M	app/views/course/view.php
M	app/views/courses/cart.php
M	app/views/courses/index.php
M	app/views/cron/index.php
D	app/views/cron/log.php
M	app/views/cron/new.php
M	app/views/cron/setting.php
M	app/views/cron/view.php
M	app/views/dashboard/core-admin-bar.php
D	app/views/dashboard/core-update.php
A	app/views/dashboard/ftp.php
M	app/views/dashboard/index.php
M	app/views/dashboard/install-module.php
M	app/views/dashboard/menu.php
M	app/views/dashboard/modules.php
A	app/views/dashboard/sms.php
D	app/views/dashboard/sql/.htaccess
D	app/views/dashboard/sql/00033.sql
D	app/views/dashboard/sql/00034.sql
D	app/views/dashboard/sql/00035.sql
D	app/views/dashboard/sql/00036.sql
D	app/views/dashboard/sql/00037.sql
D	app/views/dashboard/sql/00038.sql
D	app/views/dashboard/sql/00039.1.sql
D	app/views/dashboard/sql/00039.sql
D	app/views/dashboard/sql/00040.sql
D	app/views/dashboard/sql/00041.sql
D	app/views/dashboard/sql/00042.sql
D	app/views/dashboard/sql/00043.sql
D	app/views/dashboard/sql/00044.sql
D	app/views/dashboard/sql/00045.sql
D	app/views/dashboard/sql/00046.sql
D	app/views/dashboard/sql/00047.sql
D	app/views/dashboard/sql/00048.sql
D	app/views/dashboard/sql/00049.sql
M	app/views/dashboard/support.php
M	app/views/dashboard/system-snapshot.php
D	app/views/dashboard/update.php
M	app/views/error/404.php
M	app/views/error/screen-error.php
M	app/views/form/acad-year.php
A	app/views/form/aclv.php
A	app/views/form/alst.php
M	app/views/form/building.php
M	app/views/form/ccd.php
M	app/views/form/cip.php
A	app/views/form/clas.php
A	app/views/form/clvr.php
M	app/views/form/degree.php
M	app/views/form/department.php
M	app/views/form/grade-scale.php
M	app/views/form/location.php
M	app/views/form/major.php
M	app/views/form/minor.php
A	app/views/form/rest.php
M	app/views/form/room.php
D	app/views/form/rstr-code.php
M	app/views/form/school.php
M	app/views/form/semester.php
M	app/views/form/specialization.php
A	app/views/form/stld.php
D	app/views/form/student-load-rule.php
M	app/views/form/subject.php
M	app/views/form/term.php
M	app/views/form/view-acad-year.php
A	app/views/form/view-aclv.php
M	app/views/form/view-building.php
M	app/views/form/view-ccd.php
M	app/views/form/view-cip.php
A	app/views/form/view-clas.php
M	app/views/form/view-degree.php
M	app/views/form/view-department.php
M	app/views/form/view-grade-scale.php
M	app/views/form/view-location.php
M	app/views/form/view-major.php
M	app/views/form/view-minor.php
A	app/views/form/view-rest.php
M	app/views/form/view-room.php
D	app/views/form/view-rstr-code.php
M	app/views/form/view-school.php
M	app/views/form/view-semester.php
M	app/views/form/view-specialization.php
D	app/views/form/view-student-load-rule.php
M	app/views/form/view-subject.php
M	app/views/form/view-term.php
M	app/views/hr/add.php
M	app/views/hr/grades.php
M	app/views/hr/index.php
M	app/views/hr/jobs.php
M	app/views/hr/positions.php
M	app/views/hr/view.php
M	app/views/index/index.php
M	app/views/index/login.php
M	app/views/index/offline.php
M	app/views/index/password.php
M	app/views/index/profile.php
M	app/views/index/spam.php
M	app/views/permission/add.php
M	app/views/permission/index.php
M	app/views/permission/view.php
M	app/views/person/add.php
M	app/views/person/addr-form.php
M	app/views/person/addr.php
M	app/views/person/adsu.php
M	app/views/person/index.php
A	app/views/person/perc.php
M	app/views/person/perms.php
M	app/views/person/role.php
M	app/views/person/view.php
M	app/views/plugins/index.php
M	app/views/plugins/install.php
M	app/views/program/add.php
M	app/views/program/ajax.php
M	app/views/program/index.php
M	app/views/program/view.php
A	app/views/rlde/add.php
A	app/views/rlde/index.php
A	app/views/rlde/view.php
M	app/views/role/add.php
M	app/views/role/index.php
M	app/views/role/view.php
M	app/views/section/add.php
M	app/views/section/addnl-info.php
M	app/views/section/catalog-pdf.php
M	app/views/section/catalog.php
M	app/views/section/index.php
M	app/views/section/offering-info.php
M	app/views/section/register.php
A	app/views/section/rrsr.php
M	app/views/section/section-fgrade.php
M	app/views/section/sros.php
M	app/views/section/templates/roster/default.template.php
M	app/views/section/view.php
M	app/views/setting/email.php
M	app/views/setting/index.php
M	app/views/setting/registration.php
A	app/views/setting/sms.php
M	app/views/setting/templates.php
A	app/views/setting/tpl/crse_rgn.tpl
A	app/views/setting/tpl/email_alert.tpl
M	app/views/sql/index.php
M	app/views/staff/add.php
M	app/views/staff/file-manager.php
M	app/views/staff/index.php
M	app/views/staff/view.php
M	app/views/student/add-prog.php
M	app/views/student/add.php
M	app/views/student/fgrades.php
M	app/views/student/graduation.php
M	app/views/student/index.php
M	app/views/student/sacd.php
M	app/views/student/sacp.php
M	app/views/student/schedule.php
M	app/views/student/shis.php
M	app/views/student/stac.php
A	app/views/student/stal.php
D	app/views/student/strc.php
M	app/views/student/sttr.php
M	app/views/student/templates/transcript/default.template.php
M	app/views/student/terms.php
M	app/views/student/tran.php
M	app/views/student/view.php
M	config.sample.php
A	htaccess.txt
M	phinx.sample.php
M	static/assets/components/core/js/core.init.js
A	static/assets/components/library/bootstrap/css/bootstrap-lumen.css
A	static/assets/components/library/bootstrap/css/ie10-viewport-bug-workaround.css
A	static/assets/components/library/bootstrap/css/sticky-footer-navbar.css
A	static/assets/components/library/bootstrap/js/ie-emulation-modes-warning.js
A	static/assets/components/library/bootstrap/js/ie10-viewport-bug-workaround.js
A	static/assets/components/modules/admin/Highcharts/highcharts-3d.js
A	static/assets/components/modules/admin/Highcharts/highcharts-3d.src.js
A	static/assets/components/modules/admin/Highcharts/highcharts-conf.js
A	static/assets/components/modules/admin/Highcharts/highcharts-more.js
A	static/assets/components/modules/admin/Highcharts/highcharts-more.src.js
A	static/assets/components/modules/admin/Highcharts/highcharts.js
A	static/assets/components/modules/admin/Highcharts/highcharts.src.js
A	static/assets/components/modules/admin/Highcharts/lib/canvg.js
A	static/assets/components/modules/admin/Highcharts/lib/canvg.src.js
A	static/assets/components/modules/admin/Highcharts/lib/jspdf.js
A	static/assets/components/modules/admin/Highcharts/lib/jspdf.src.js
A	static/assets/components/modules/admin/Highcharts/lib/rgbcolor.js
A	static/assets/components/modules/admin/Highcharts/lib/rgbcolor.src.js
A	static/assets/components/modules/admin/Highcharts/lib/svg2pdf.js
A	static/assets/components/modules/admin/Highcharts/lib/svg2pdf.src.js
A	static/assets/components/modules/admin/Highcharts/modules/accessibility.js
A	static/assets/components/modules/admin/Highcharts/modules/accessibility.src.js
A	static/assets/components/modules/admin/Highcharts/modules/annotations.js
A	static/assets/components/modules/admin/Highcharts/modules/annotations.src.js
A	static/assets/components/modules/admin/Highcharts/modules/boost.js
A	static/assets/components/modules/admin/Highcharts/modules/boost.src.js
A	static/assets/components/modules/admin/Highcharts/modules/broken-axis.js
A	static/assets/components/modules/admin/Highcharts/modules/broken-axis.src.js
A	static/assets/components/modules/admin/Highcharts/modules/data.js
A	static/assets/components/modules/admin/Highcharts/modules/data.src.js
A	static/assets/components/modules/admin/Highcharts/modules/drilldown.js
A	static/assets/components/modules/admin/Highcharts/modules/drilldown.src.js
A	static/assets/components/modules/admin/Highcharts/modules/exporting.js
A	static/assets/components/modules/admin/Highcharts/modules/exporting.src.js
A	static/assets/components/modules/admin/Highcharts/modules/funnel.js
A	static/assets/components/modules/admin/Highcharts/modules/funnel.src.js
A	static/assets/components/modules/admin/Highcharts/modules/gantt.js
A	static/assets/components/modules/admin/Highcharts/modules/gantt.src.js
A	static/assets/components/modules/admin/Highcharts/modules/grid-axis.js
A	static/assets/components/modules/admin/Highcharts/modules/grid-axis.src.js
A	static/assets/components/modules/admin/Highcharts/modules/heatmap.js
A	static/assets/components/modules/admin/Highcharts/modules/heatmap.src.js
A	static/assets/components/modules/admin/Highcharts/modules/no-data-to-display.js
A	static/assets/components/modules/admin/Highcharts/modules/no-data-to-display.src.js
A	static/assets/components/modules/admin/Highcharts/modules/offline-exporting.js
A	static/assets/components/modules/admin/Highcharts/modules/offline-exporting.src.js
A	static/assets/components/modules/admin/Highcharts/modules/overlapping-datalabels.js
A	static/assets/components/modules/admin/Highcharts/modules/overlapping-datalabels.src.js
A	static/assets/components/modules/admin/Highcharts/modules/series-label.js
A	static/assets/components/modules/admin/Highcharts/modules/series-label.src.js
A	static/assets/components/modules/admin/Highcharts/modules/solid-gauge.js
A	static/assets/components/modules/admin/Highcharts/modules/solid-gauge.src.js
A	static/assets/components/modules/admin/Highcharts/modules/treemap.js
A	static/assets/components/modules/admin/Highcharts/modules/treemap.src.js
A	static/assets/components/modules/admin/Highcharts/modules/xrange-series.js
A	static/assets/components/modules/admin/Highcharts/modules/xrange-series.src.js
A	static/assets/components/modules/admin/Highcharts/themes/dark-blue.js
A	static/assets/components/modules/admin/Highcharts/themes/dark-green.js
A	static/assets/components/modules/admin/Highcharts/themes/dark-unica.js
A	static/assets/components/modules/admin/Highcharts/themes/gray.js
A	static/assets/components/modules/admin/Highcharts/themes/grid-light.js
A	static/assets/components/modules/admin/Highcharts/themes/grid.js
A	static/assets/components/modules/admin/Highcharts/themes/sand-signika.js
A	static/assets/components/modules/admin/Highcharts/themes/skies.js
M	static/assets/components/modules/admin/charts/flot/assets/custom/js/flotchart-simple.init.js
A	static/assets/components/modules/admin/datepicker/bootstrap-datetimepicker.js
A	static/assets/components/modules/admin/datepicker/bootstrap-datetimepicker.min.js
A	static/assets/components/modules/admin/datepicker/custom.js
A	static/assets/components/modules/admin/datepicker/locales/bootstrap-datetimepicker.ar.js
A	static/assets/components/modules/admin/datepicker/locales/bootstrap-datetimepicker.az.js
A	static/assets/components/modules/admin/datepicker/locales/bootstrap-datetimepicker.bg.js
A	static/assets/components/modules/admin/datepicker/locales/bootstrap-datetimepicker.bn.js
A	static/assets/components/modules/admin/datepicker/locales/bootstrap-datetimepicker.ca.js
A	static/assets/components/modules/admin/datepicker/locales/bootstrap-datetimepicker.cs.js
A	static/assets/components/modules/admin/datepicker/locales/bootstrap-datetimepicker.da.js
A	static/assets/components/modules/admin/datepicker/locales/bootstrap-datetimepicker.de.js
A	static/assets/components/modules/admin/datepicker/locales/bootstrap-datetimepicker.ee.js
A	static/assets/components/modules/admin/datepicker/locales/bootstrap-datetimepicker.el.js
A	static/assets/components/modules/admin/datepicker/locales/bootstrap-datetimepicker.es.js
A	static/assets/components/modules/admin/datepicker/locales/bootstrap-datetimepicker.fi.js
A	static/assets/components/modules/admin/datepicker/locales/bootstrap-datetimepicker.fr.js
A	static/assets/components/modules/admin/datepicker/locales/bootstrap-datetimepicker.he.js
A	static/assets/components/modules/admin/datepicker/locales/bootstrap-datetimepicker.hr.js
A	static/assets/components/modules/admin/datepicker/locales/bootstrap-datetimepicker.hu.js
A	static/assets/components/modules/admin/datepicker/locales/bootstrap-datetimepicker.hy.js
A	static/assets/components/modules/admin/datepicker/locales/bootstrap-datetimepicker.id.js
A	static/assets/components/modules/admin/datepicker/locales/bootstrap-datetimepicker.is.js
A	static/assets/components/modules/admin/datepicker/locales/bootstrap-datetimepicker.it.js
A	static/assets/components/modules/admin/datepicker/locales/bootstrap-datetimepicker.ja.js
A	static/assets/components/modules/admin/datepicker/locales/bootstrap-datetimepicker.ka.js
A	static/assets/components/modules/admin/datepicker/locales/bootstrap-datetimepicker.ko.js
A	static/assets/components/modules/admin/datepicker/locales/bootstrap-datetimepicker.lt.js
A	static/assets/components/modules/admin/datepicker/locales/bootstrap-datetimepicker.lv.js
A	static/assets/components/modules/admin/datepicker/locales/bootstrap-datetimepicker.ms.js
A	static/assets/components/modules/admin/datepicker/locales/bootstrap-datetimepicker.nb.js
A	static/assets/components/modules/admin/datepicker/locales/bootstrap-datetimepicker.nl.js
A	static/assets/components/modules/admin/datepicker/locales/bootstrap-datetimepicker.no.js
A	static/assets/components/modules/admin/datepicker/locales/bootstrap-datetimepicker.pl.js
A	static/assets/components/modules/admin/datepicker/locales/bootstrap-datetimepicker.pt-BR.js
A	static/assets/components/modules/admin/datepicker/locales/bootstrap-datetimepicker.pt.js
A	static/assets/components/modules/admin/datepicker/locales/bootstrap-datetimepicker.ro.js
A	static/assets/components/modules/admin/datepicker/locales/bootstrap-datetimepicker.rs-latin.js
A	static/assets/components/modules/admin/datepicker/locales/bootstrap-datetimepicker.rs.js
A	static/assets/components/modules/admin/datepicker/locales/bootstrap-datetimepicker.ru.js
A	static/assets/components/modules/admin/datepicker/locales/bootstrap-datetimepicker.sk.js
A	static/assets/components/modules/admin/datepicker/locales/bootstrap-datetimepicker.sl.js
A	static/assets/components/modules/admin/datepicker/locales/bootstrap-datetimepicker.sv.js
A	static/assets/components/modules/admin/datepicker/locales/bootstrap-datetimepicker.sw.js
A	static/assets/components/modules/admin/datepicker/locales/bootstrap-datetimepicker.th.js
A	static/assets/components/modules/admin/datepicker/locales/bootstrap-datetimepicker.tr.js
A	static/assets/components/modules/admin/datepicker/locales/bootstrap-datetimepicker.ua.js
A	static/assets/components/modules/admin/datepicker/locales/bootstrap-datetimepicker.uk.js
A	static/assets/components/modules/admin/datepicker/locales/bootstrap-datetimepicker.zh-CN.js
A	static/assets/components/modules/admin/datepicker/locales/bootstrap-datetimepicker.zh-TW.js
M	static/assets/components/modules/admin/forms/elements/inputmask/assets/custom/inputmask.init.js
A	static/assets/components/modules/admin/gridforms/gridforms.js
A	static/assets/components/modules/bootstrap-datepicker/.editorconfig
A	static/assets/components/modules/bootstrap-datepicker/.github/ISSUE_TEMPLATE.md
A	static/assets/components/modules/bootstrap-datepicker/.github/PULL_REQUEST_TEMPLATE.md
A	static/assets/components/modules/bootstrap-datepicker/.gitignore
A	static/assets/components/modules/bootstrap-datepicker/.travis.yml
A	static/assets/components/modules/bootstrap-datepicker/js/.jscsrc
A	static/assets/components/modules/bootstrap-datepicker/js/.jshintrc
A	static/assets/components/modules/bootstrap-datepicker/js/bootstrap-datepicker.js
A	static/assets/components/modules/bootstrap-datepicker/js/locales/bootstrap-datepicker-en-CA.js
A	static/assets/components/modules/bootstrap-datepicker/js/locales/bootstrap-datepicker.ar-tn.js
A	static/assets/components/modules/bootstrap-datepicker/js/locales/bootstrap-datepicker.ar.js
A	static/assets/components/modules/bootstrap-datepicker/js/locales/bootstrap-datepicker.az.js
A	static/assets/components/modules/bootstrap-datepicker/js/locales/bootstrap-datepicker.bg.js
A	static/assets/components/modules/bootstrap-datepicker/js/locales/bootstrap-datepicker.br.js
A	static/assets/components/modules/bootstrap-datepicker/js/locales/bootstrap-datepicker.bs.js
A	static/assets/components/modules/bootstrap-datepicker/js/locales/bootstrap-datepicker.ca.js
A	static/assets/components/modules/bootstrap-datepicker/js/locales/bootstrap-datepicker.cs.js
A	static/assets/components/modules/bootstrap-datepicker/js/locales/bootstrap-datepicker.cy.js
A	static/assets/components/modules/bootstrap-datepicker/js/locales/bootstrap-datepicker.da.js
A	static/assets/components/modules/bootstrap-datepicker/js/locales/bootstrap-datepicker.de.js
A	static/assets/components/modules/bootstrap-datepicker/js/locales/bootstrap-datepicker.el.js
A	static/assets/components/modules/bootstrap-datepicker/js/locales/bootstrap-datepicker.en-AU.js
A	static/assets/components/modules/bootstrap-datepicker/js/locales/bootstrap-datepicker.en-GB.js
A	static/assets/components/modules/bootstrap-datepicker/js/locales/bootstrap-datepicker.en-IE.js
A	static/assets/components/modules/bootstrap-datepicker/js/locales/bootstrap-datepicker.en-NZ.js
A	static/assets/components/modules/bootstrap-datepicker/js/locales/bootstrap-datepicker.en-ZA.js
A	static/assets/components/modules/bootstrap-datepicker/js/locales/bootstrap-datepicker.eo.js
A	static/assets/components/modules/bootstrap-datepicker/js/locales/bootstrap-datepicker.es.js
A	static/assets/components/modules/bootstrap-datepicker/js/locales/bootstrap-datepicker.et.js
A	static/assets/components/modules/bootstrap-datepicker/js/locales/bootstrap-datepicker.eu.js
A	static/assets/components/modules/bootstrap-datepicker/js/locales/bootstrap-datepicker.fa.js
A	static/assets/components/modules/bootstrap-datepicker/js/locales/bootstrap-datepicker.fi.js
A	static/assets/components/modules/bootstrap-datepicker/js/locales/bootstrap-datepicker.fo.js
A	static/assets/components/modules/bootstrap-datepicker/js/locales/bootstrap-datepicker.fr-CH.js
A	static/assets/components/modules/bootstrap-datepicker/js/locales/bootstrap-datepicker.fr.js
A	static/assets/components/modules/bootstrap-datepicker/js/locales/bootstrap-datepicker.gl.js
A	static/assets/components/modules/bootstrap-datepicker/js/locales/bootstrap-datepicker.he.js
A	static/assets/components/modules/bootstrap-datepicker/js/locales/bootstrap-datepicker.hr.js
A	static/assets/components/modules/bootstrap-datepicker/js/locales/bootstrap-datepicker.hu.js
A	static/assets/components/modules/bootstrap-datepicker/js/locales/bootstrap-datepicker.hy.js
A	static/assets/components/modules/bootstrap-datepicker/js/locales/bootstrap-datepicker.id.js
A	static/assets/components/modules/bootstrap-datepicker/js/locales/bootstrap-datepicker.is.js
A	static/assets/components/modules/bootstrap-datepicker/js/locales/bootstrap-datepicker.it-CH.js
A	static/assets/components/modules/bootstrap-datepicker/js/locales/bootstrap-datepicker.it.js
A	static/assets/components/modules/bootstrap-datepicker/js/locales/bootstrap-datepicker.ja.js
A	static/assets/components/modules/bootstrap-datepicker/js/locales/bootstrap-datepicker.ka.js
A	static/assets/components/modules/bootstrap-datepicker/js/locales/bootstrap-datepicker.kh.js
A	static/assets/components/modules/bootstrap-datepicker/js/locales/bootstrap-datepicker.kk.js
A	static/assets/components/modules/bootstrap-datepicker/js/locales/bootstrap-datepicker.km.js
A	static/assets/components/modules/bootstrap-datepicker/js/locales/bootstrap-datepicker.ko.js
A	static/assets/components/modules/bootstrap-datepicker/js/locales/bootstrap-datepicker.kr.js
A	static/assets/components/modules/bootstrap-datepicker/js/locales/bootstrap-datepicker.lt.js
A	static/assets/components/modules/bootstrap-datepicker/js/locales/bootstrap-datepicker.lv.js
A	static/assets/components/modules/bootstrap-datepicker/js/locales/bootstrap-datepicker.me.js
A	static/assets/components/modules/bootstrap-datepicker/js/locales/bootstrap-datepicker.mk.js
A	static/assets/components/modules/bootstrap-datepicker/js/locales/bootstrap-datepicker.mn.js
A	static/assets/components/modules/bootstrap-datepicker/js/locales/bootstrap-datepicker.ms.js
A	static/assets/components/modules/bootstrap-datepicker/js/locales/bootstrap-datepicker.nb.js
A	static/assets/components/modules/bootstrap-datepicker/js/locales/bootstrap-datepicker.nl-BE.js
A	static/assets/components/modules/bootstrap-datepicker/js/locales/bootstrap-datepicker.nl.js
A	static/assets/components/modules/bootstrap-datepicker/js/locales/bootstrap-datepicker.no.js
A	static/assets/components/modules/bootstrap-datepicker/js/locales/bootstrap-datepicker.oc.js
A	static/assets/components/modules/bootstrap-datepicker/js/locales/bootstrap-datepicker.pl.js
A	static/assets/components/modules/bootstrap-datepicker/js/locales/bootstrap-datepicker.pt-BR.js
A	static/assets/components/modules/bootstrap-datepicker/js/locales/bootstrap-datepicker.pt.js
A	static/assets/components/modules/bootstrap-datepicker/js/locales/bootstrap-datepicker.ro.js
A	static/assets/components/modules/bootstrap-datepicker/js/locales/bootstrap-datepicker.rs-latin.js
A	static/assets/components/modules/bootstrap-datepicker/js/locales/bootstrap-datepicker.rs.js
A	static/assets/components/modules/bootstrap-datepicker/js/locales/bootstrap-datepicker.ru.js
A	static/assets/components/modules/bootstrap-datepicker/js/locales/bootstrap-datepicker.si.js
A	static/assets/components/modules/bootstrap-datepicker/js/locales/bootstrap-datepicker.sk.js
A	static/assets/components/modules/bootstrap-datepicker/js/locales/bootstrap-datepicker.sl.js
A	static/assets/components/modules/bootstrap-datepicker/js/locales/bootstrap-datepicker.sq.js
A	static/assets/components/modules/bootstrap-datepicker/js/locales/bootstrap-datepicker.sr-latin.js
A	static/assets/components/modules/bootstrap-datepicker/js/locales/bootstrap-datepicker.sr.js
A	static/assets/components/modules/bootstrap-datepicker/js/locales/bootstrap-datepicker.sv.js
A	static/assets/components/modules/bootstrap-datepicker/js/locales/bootstrap-datepicker.sw.js
A	static/assets/components/modules/bootstrap-datepicker/js/locales/bootstrap-datepicker.th.js
A	static/assets/components/modules/bootstrap-datepicker/js/locales/bootstrap-datepicker.tr.js
A	static/assets/components/modules/bootstrap-datepicker/js/locales/bootstrap-datepicker.uk.js
A	static/assets/components/modules/bootstrap-datepicker/js/locales/bootstrap-datepicker.vi.js
A	static/assets/components/modules/bootstrap-datepicker/js/locales/bootstrap-datepicker.zh-CN.js
A	static/assets/components/modules/bootstrap-datepicker/js/locales/bootstrap-datepicker.zh-TW.js
A	static/assets/components/modules/fullcalendar/fullcalendar.js
A	static/assets/components/modules/fullcalendar/fullcalendar.min.js
A	static/assets/components/modules/fullcalendar/gcal.js
A	static/assets/components/modules/jquery-ui/jquery-ui.min.js
A	static/assets/components/modules/momentjs/moment.js
A	static/assets/components/modules/querybuilder/awesome-bootstrap-checkbox/.bower.json
A	static/assets/components/modules/querybuilder/awesome-bootstrap-checkbox/LICENSE
A	static/assets/components/modules/querybuilder/awesome-bootstrap-checkbox/README.md
A	static/assets/components/modules/querybuilder/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.css
A	static/assets/components/modules/querybuilder/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.less
A	static/assets/components/modules/querybuilder/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.scss
A	static/assets/components/modules/querybuilder/awesome-bootstrap-checkbox/bower.json
A	static/assets/components/modules/querybuilder/awesome-bootstrap-checkbox/demo/bootstrap.css
A	static/assets/components/modules/querybuilder/awesome-bootstrap-checkbox/demo/bootstrap.scss
A	static/assets/components/modules/querybuilder/awesome-bootstrap-checkbox/demo/build.css
A	static/assets/components/modules/querybuilder/awesome-bootstrap-checkbox/demo/build.less
A	static/assets/components/modules/querybuilder/awesome-bootstrap-checkbox/demo/build.less.css
A	static/assets/components/modules/querybuilder/awesome-bootstrap-checkbox/demo/build.scss
A	static/assets/components/modules/querybuilder/awesome-bootstrap-checkbox/demo/index.html
A	static/assets/components/modules/querybuilder/awesome-bootstrap-checkbox/package.json
A	static/assets/components/modules/querybuilder/bootbox/.bower.json
A	static/assets/components/modules/querybuilder/bootbox/.gitignore
A	static/assets/components/modules/querybuilder/bootbox/.jshintrc
A	static/assets/components/modules/querybuilder/bootbox/.npmignore
A	static/assets/components/modules/querybuilder/bootbox/.travis.yml
A	static/assets/components/modules/querybuilder/bootbox/CONTRIBUTING.md
A	static/assets/components/modules/querybuilder/bootbox/LICENSE.md
A	static/assets/components/modules/querybuilder/bootbox/README.md
A	static/assets/components/modules/querybuilder/bootbox/bootbox.js
A	static/assets/components/modules/querybuilder/bootbox/bower.json
A	static/assets/components/modules/querybuilder/bootbox/package.json
A	static/assets/components/modules/querybuilder/bootstrap-select/.bower.json
A	static/assets/components/modules/querybuilder/bootstrap-select/.github/ISSUE_TEMPLATE.md
A	static/assets/components/modules/querybuilder/bootstrap-select/css/bootstrap-select.css
A	static/assets/components/modules/querybuilder/bootstrap-select/css/bootstrap-select.css.map
A	static/assets/components/modules/querybuilder/bootstrap-select/css/bootstrap-select.min.css
A	static/assets/components/modules/querybuilder/bootstrap-select/js/bootstrap-select.js
A	static/assets/components/modules/querybuilder/bootstrap-select/js/bootstrap-select.js.map
A	static/assets/components/modules/querybuilder/bootstrap-select/js/bootstrap-select.min.js
A	static/assets/components/modules/querybuilder/bootstrap-select/js/i18n/defaults-ar_AR.js
A	static/assets/components/modules/querybuilder/bootstrap-select/js/i18n/defaults-ar_AR.min.js
A	static/assets/components/modules/querybuilder/bootstrap-select/js/i18n/defaults-bg_BG.js
A	static/assets/components/modules/querybuilder/bootstrap-select/js/i18n/defaults-bg_BG.min.js
A	static/assets/components/modules/querybuilder/bootstrap-select/js/i18n/defaults-cro_CRO.js
A	static/assets/components/modules/querybuilder/bootstrap-select/js/i18n/defaults-cro_CRO.min.js
A	static/assets/components/modules/querybuilder/bootstrap-select/js/i18n/defaults-cs_CZ.js
A	static/assets/components/modules/querybuilder/bootstrap-select/js/i18n/defaults-cs_CZ.min.js
A	static/assets/components/modules/querybuilder/bootstrap-select/js/i18n/defaults-da_DK.js
A	static/assets/components/modules/querybuilder/bootstrap-select/js/i18n/defaults-da_DK.min.js
A	static/assets/components/modules/querybuilder/bootstrap-select/js/i18n/defaults-de_DE.js
A	static/assets/components/modules/querybuilder/bootstrap-select/js/i18n/defaults-de_DE.min.js
A	static/assets/components/modules/querybuilder/bootstrap-select/js/i18n/defaults-en_US.js
A	static/assets/components/modules/querybuilder/bootstrap-select/js/i18n/defaults-en_US.min.js
A	static/assets/components/modules/querybuilder/bootstrap-select/js/i18n/defaults-es_CL.js
A	static/assets/components/modules/querybuilder/bootstrap-select/js/i18n/defaults-es_CL.min.js
A	static/assets/components/modules/querybuilder/bootstrap-select/js/i18n/defaults-eu.js
A	static/assets/components/modules/querybuilder/bootstrap-select/js/i18n/defaults-eu.min.js
A	static/assets/components/modules/querybuilder/bootstrap-select/js/i18n/defaults-fa_IR.js
A	static/assets/components/modules/querybuilder/bootstrap-select/js/i18n/defaults-fa_IR.min.js
A	static/assets/components/modules/querybuilder/bootstrap-select/js/i18n/defaults-fi_FI.js
A	static/assets/components/modules/querybuilder/bootstrap-select/js/i18n/defaults-fi_FI.min.js
A	static/assets/components/modules/querybuilder/bootstrap-select/js/i18n/defaults-fr_FR.js
A	static/assets/components/modules/querybuilder/bootstrap-select/js/i18n/defaults-fr_FR.min.js
A	static/assets/components/modules/querybuilder/bootstrap-select/js/i18n/defaults-hu_HU.js
A	static/assets/components/modules/querybuilder/bootstrap-select/js/i18n/defaults-hu_HU.min.js
A	static/assets/components/modules/querybuilder/bootstrap-select/js/i18n/defaults-id_ID.js
A	static/assets/components/modules/querybuilder/bootstrap-select/js/i18n/defaults-id_ID.min.js
A	static/assets/components/modules/querybuilder/bootstrap-select/js/i18n/defaults-it_IT.js
A	static/assets/components/modules/querybuilder/bootstrap-select/js/i18n/defaults-it_IT.min.js
A	static/assets/components/modules/querybuilder/bootstrap-select/js/i18n/defaults-ko_KR.js
A	static/assets/components/modules/querybuilder/bootstrap-select/js/i18n/defaults-ko_KR.min.js
A	static/assets/components/modules/querybuilder/bootstrap-select/js/i18n/defaults-lt_LT.js
A	static/assets/components/modules/querybuilder/bootstrap-select/js/i18n/defaults-lt_LT.min.js
A	static/assets/components/modules/querybuilder/bootstrap-select/js/i18n/defaults-nb_NO.js
A	static/assets/components/modules/querybuilder/bootstrap-select/js/i18n/defaults-nb_NO.min.js
A	static/assets/components/modules/querybuilder/bootstrap-select/js/i18n/defaults-nl_NL.js
A	static/assets/components/modules/querybuilder/bootstrap-select/js/i18n/defaults-nl_NL.min.js
A	static/assets/components/modules/querybuilder/bootstrap-select/js/i18n/defaults-pl_PL.js
A	static/assets/components/modules/querybuilder/bootstrap-select/js/i18n/defaults-pl_PL.min.js
A	static/assets/components/modules/querybuilder/bootstrap-select/js/i18n/defaults-pt_BR.js
A	static/assets/components/modules/querybuilder/bootstrap-select/js/i18n/defaults-pt_BR.min.js
A	static/assets/components/modules/querybuilder/bootstrap-select/js/i18n/defaults-pt_PT.js
A	static/assets/components/modules/querybuilder/bootstrap-select/js/i18n/defaults-pt_PT.min.js
A	static/assets/components/modules/querybuilder/bootstrap-select/js/i18n/defaults-ro_RO.js
A	static/assets/components/modules/querybuilder/bootstrap-select/js/i18n/defaults-ro_RO.min.js
A	static/assets/components/modules/querybuilder/bootstrap-select/js/i18n/defaults-ru_RU.js
A	static/assets/components/modules/querybuilder/bootstrap-select/js/i18n/defaults-ru_RU.min.js
A	static/assets/components/modules/querybuilder/bootstrap-select/js/i18n/defaults-sk_SK.js
A	static/assets/components/modules/querybuilder/bootstrap-select/js/i18n/defaults-sk_SK.min.js
A	static/assets/components/modules/querybuilder/bootstrap-select/js/i18n/defaults-sl_SI.js
A	static/assets/components/modules/querybuilder/bootstrap-select/js/i18n/defaults-sl_SI.min.js
A	static/assets/components/modules/querybuilder/bootstrap-select/js/i18n/defaults-sv_SE.js
A	static/assets/components/modules/querybuilder/bootstrap-select/js/i18n/defaults-sv_SE.min.js
A	static/assets/components/modules/querybuilder/bootstrap-select/js/i18n/defaults-tr_TR.js
A	static/assets/components/modules/querybuilder/bootstrap-select/js/i18n/defaults-tr_TR.min.js
A	static/assets/components/modules/querybuilder/bootstrap-select/js/i18n/defaults-ua_UA.js
A	static/assets/components/modules/querybuilder/bootstrap-select/js/i18n/defaults-ua_UA.min.js
A	static/assets/components/modules/querybuilder/bootstrap-select/js/i18n/defaults-zh_CN.js
A	static/assets/components/modules/querybuilder/bootstrap-select/js/i18n/defaults-zh_CN.min.js
A	static/assets/components/modules/querybuilder/bootstrap-select/js/i18n/defaults-zh_TW.js
A	static/assets/components/modules/querybuilder/bootstrap-select/js/i18n/defaults-zh_TW.min.js
A	static/assets/components/modules/querybuilder/css/query-builder.default.css
A	static/assets/components/modules/querybuilder/css/query-builder.default.min.css
A	static/assets/components/modules/querybuilder/doT/.bower.json
A	static/assets/components/modules/querybuilder/doT/LICENSE-DOT.txt
A	static/assets/components/modules/querybuilder/doT/README.md
A	static/assets/components/modules/querybuilder/doT/doT.js
A	static/assets/components/modules/querybuilder/doT/doT.min.js
A	static/assets/components/modules/querybuilder/doT/doU.js
A	static/assets/components/modules/querybuilder/doT/index.js
A	static/assets/components/modules/querybuilder/doT/package.json
A	static/assets/components/modules/querybuilder/interact/.bower.json
A	static/assets/components/modules/querybuilder/interact/LICENSE
A	static/assets/components/modules/querybuilder/interact/README.md
A	static/assets/components/modules/querybuilder/interact/dist/interact.js
A	static/assets/components/modules/querybuilder/interact/dist/interact.min.js
A	static/assets/components/modules/querybuilder/interact/dist/interact.min.js.map
A	static/assets/components/modules/querybuilder/interact/interact.js
A	static/assets/components/modules/querybuilder/jquery-extendext/.bower.json
A	static/assets/components/modules/querybuilder/jquery-extendext/LICENSE
A	static/assets/components/modules/querybuilder/jquery-extendext/README.md
A	static/assets/components/modules/querybuilder/jquery-extendext/jQuery.extendext.js
A	static/assets/components/modules/querybuilder/jquery-extendext/jQuery.extendext.min.js
A	static/assets/components/modules/querybuilder/js/query-builder.js
A	static/assets/components/modules/querybuilder/js/query-builder.min.js
A	static/assets/components/modules/querybuilder/js/query-builder.standalone.js
A	static/assets/components/modules/querybuilder/js/query-builder.standalone.min.js
A	static/assets/components/modules/querybuilder/selectize/.bower.json
A	static/assets/components/modules/querybuilder/selectize/.github/ISSUE_TEMPLATE.md
A	static/assets/components/modules/querybuilder/selectize/.gitignore
A	static/assets/components/modules/querybuilder/selectize/LICENSE
A	static/assets/components/modules/querybuilder/selectize/README.md
A	static/assets/components/modules/querybuilder/selectize/css/selectize.bootstrap2.css
A	static/assets/components/modules/querybuilder/selectize/css/selectize.bootstrap3.css
A	static/assets/components/modules/querybuilder/selectize/css/selectize.css
A	static/assets/components/modules/querybuilder/selectize/css/selectize.default.css
A	static/assets/components/modules/querybuilder/selectize/css/selectize.legacy.css
A	static/assets/components/modules/querybuilder/selectize/js/selectize.js
A	static/assets/components/modules/querybuilder/selectize/js/selectize.min.js
A	static/assets/components/modules/querybuilder/selectize/js/standalone/selectize.js
A	static/assets/components/modules/querybuilder/selectize/js/standalone/selectize.min.js
A	static/assets/components/modules/querybuilder/selectize/karma.conf.js
A	static/assets/components/modules/querybuilder/sql-parser/.bower.json
A	static/assets/components/modules/querybuilder/sql-parser/LICENSE
A	static/assets/components/modules/querybuilder/sql-parser/README.md
A	static/assets/components/modules/querybuilder/sql-parser/browser/example.html
A	static/assets/components/modules/querybuilder/sql-parser/browser/sql-parser.js
A	static/assets/components/modules/querybuilder/sql-parser/index.js
A	static/assets/components/modules/querybuilder/sql-parser/lib/browser.js
A	static/assets/components/modules/querybuilder/sql-parser/lib/compiled_parser.js
A	static/assets/components/modules/querybuilder/sql-parser/lib/grammar.js
A	static/assets/components/modules/querybuilder/sql-parser/lib/lexer.js
A	static/assets/components/modules/querybuilder/sql-parser/lib/nodes.js
A	static/assets/components/modules/querybuilder/sql-parser/lib/parser.js
A	static/assets/components/modules/querybuilder/sql-parser/lib/sql_parser.js
D	static/assets/css/admin/custom/myet.custom.css
A	static/assets/css/admin/custom/myetsis.custom.css
M	static/assets/css/admin/module.admin.page.alt.tables.min.css
M	static/assets/css/admin/module.admin.page.index.min.css
M	static/assets/css/admin/module.admin.page.layout.section.layout-fluid-menu-top-full.min.css
A	static/assets/css/bootstrap-datepicker/.editorconfig
A	static/assets/css/bootstrap-datepicker/.github/ISSUE_TEMPLATE.md
A	static/assets/css/bootstrap-datepicker/.github/PULL_REQUEST_TEMPLATE.md
A	static/assets/css/bootstrap-datepicker/.gitignore
A	static/assets/css/bootstrap-datepicker/.travis.yml
A	static/assets/css/bootstrap-datepicker/css/bootstrap-datepicker.css
A	static/assets/css/bootstrap-datepicker/css/bootstrap-datepicker.css.map
A	static/assets/css/bootstrap-datepicker/css/bootstrap-datepicker.min.css
A	static/assets/css/bootstrap-datepicker/css/bootstrap-datepicker.standalone.css
A	static/assets/css/bootstrap-datepicker/css/bootstrap-datepicker.standalone.css.map
A	static/assets/css/bootstrap-datepicker/css/bootstrap-datepicker.standalone.min.css
A	static/assets/css/bootstrap-datepicker/css/bootstrap-datepicker3.css
A	static/assets/css/bootstrap-datepicker/css/bootstrap-datepicker3.css.map
A	static/assets/css/bootstrap-datepicker/css/bootstrap-datepicker3.min.css
A	static/assets/css/bootstrap-datepicker/css/bootstrap-datepicker3.standalone.css
A	static/assets/css/bootstrap-datepicker/css/bootstrap-datepicker3.standalone.css.map
A	static/assets/css/bootstrap-datepicker/css/bootstrap-datepicker3.standalone.min.css
A	static/assets/css/datepicker/bootstrap-datetimepicker.css
A	static/assets/css/datepicker/bootstrap-datetimepicker.min.css
A	static/assets/css/elfinder/css/elfinder.min.css
A	static/assets/css/elfinder/css/theme.css
A	static/assets/css/elfinder/img/arrows-active.png
A	static/assets/css/elfinder/img/arrows-normal.png
A	static/assets/css/elfinder/img/crop.gif
A	static/assets/css/elfinder/img/dialogs.png
A	static/assets/css/elfinder/img/icons-big.png
A	static/assets/css/elfinder/img/icons-small.png
A	static/assets/css/elfinder/img/logo.png
A	static/assets/css/elfinder/img/progress.gif
A	static/assets/css/elfinder/img/quicklook-bg.png
A	static/assets/css/elfinder/img/quicklook-icons.png
A	static/assets/css/elfinder/img/resize.png
A	static/assets/css/elfinder/img/spinner-mini.gif
A	static/assets/css/elfinder/img/toolbar.png
A	static/assets/css/front/myetsis-ui.css
A	static/assets/css/fullcalendar/fullcalendar.css
A	static/assets/css/fullcalendar/fullcalendar.print.css
A	static/assets/css/gridforms/gridforms.css
A	static/assets/css/gridforms/gridforms.css.map
A	static/assets/css/gridforms/gridforms.sass
A	static/assets/css/jquery-ui/images/animated-overlay.gif
A	static/assets/css/jquery-ui/images/ui-bg_flat_0_aaaaaa_40x100.png
A	static/assets/css/jquery-ui/images/ui-bg_flat_75_ffffff_40x100.png
A	static/assets/css/jquery-ui/images/ui-bg_glass_55_fbf9ee_1x400.png
A	static/assets/css/jquery-ui/images/ui-bg_glass_65_ffffff_1x400.png
A	static/assets/css/jquery-ui/images/ui-bg_glass_75_dadada_1x400.png
A	static/assets/css/jquery-ui/images/ui-bg_glass_75_e6e6e6_1x400.png
A	static/assets/css/jquery-ui/images/ui-bg_glass_95_fef1ec_1x400.png
A	static/assets/css/jquery-ui/images/ui-bg_highlight-soft_75_cccccc_1x100.png
A	static/assets/css/jquery-ui/images/ui-icons_222222_256x240.png
A	static/assets/css/jquery-ui/images/ui-icons_2e83ff_256x240.png
A	static/assets/css/jquery-ui/images/ui-icons_454545_256x240.png
A	static/assets/css/jquery-ui/images/ui-icons_888888_256x240.png
A	static/assets/css/jquery-ui/images/ui-icons_cd0a0a_256x240.png
A	static/assets/css/jquery-ui/jquery-ui.min.css
A	static/assets/css/querybuilder/awesome-bootstrap-checkbox/.bower.json
A	static/assets/css/querybuilder/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.css
A	static/assets/css/querybuilder/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.less
A	static/assets/css/querybuilder/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.scss
A	static/assets/css/querybuilder/bootstrap-select/.bower.json
A	static/assets/css/querybuilder/bootstrap-select/.github/ISSUE_TEMPLATE.md
A	static/assets/css/querybuilder/bootstrap-select/css/bootstrap-select.css
A	static/assets/css/querybuilder/bootstrap-select/css/bootstrap-select.css.map
A	static/assets/css/querybuilder/bootstrap-select/css/bootstrap-select.min.css
A	static/assets/css/querybuilder/css/query-builder.default.css
A	static/assets/css/querybuilder/css/query-builder.default.min.css
A	static/assets/css/querybuilder/selectize/.bower.json
A	static/assets/css/querybuilder/selectize/.github/ISSUE_TEMPLATE.md
A	static/assets/css/querybuilder/selectize/.gitignore
A	static/assets/css/querybuilder/selectize/css/selectize.bootstrap2.css
A	static/assets/css/querybuilder/selectize/css/selectize.bootstrap3.css
A	static/assets/css/querybuilder/selectize/css/selectize.css
A	static/assets/css/querybuilder/selectize/css/selectize.default.css
A	static/assets/css/querybuilder/selectize/css/selectize.legacy.css
A	static/assets/images/back.png
A	static/assets/images/edit.png
A	static/assets/images/remove.png
A	static/assets/images/save.png
A	static/assets/js/jquery-ui.js
A	static/assets/js/script.js
A	static/assets/plugins/elfinder/js/tinymce.plugin.public.js
M	static/images/index.html