Skip to content

6.2.11 Maintenance Release

Compare
Choose a tag to compare
@nomadicjosh nomadicjosh released this 12 Oct 16:59
· 302 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

  • Fixed issue #71 (modules have been updated accordingly)
  • Fixed issue #67
  • Fixed issue #65

New Features

  • #70 System Snapshot Report
  • #63 NodeQ
  • #65 Desktop Notifications

Enhancements

  • #69 Error Logging
  • #66 Student Header
  • #62 Logger API

Database

  • There are no database updates in this release.

Functions

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.

Modules

Log into your account to access the updated modules.

  • Booking is now at 1.0.11
  • Communication Management is now at 1.0.9
  • Event Log is now at 1.0.6
  • Financial is now at 1.0.19
  • Gradebook is now at 1.0.15
  • myeduTrac Extended is now at 1.0.16
  • Saved Query is now at 1.0.9
  • Timesheet is now at 1.0.7
  • Transfer is now at 1.0.6

Plugins

  • Username Changer plugin has been updated and now requires a minimum release of 6.2.11.

Misc.

File Changes

M   README.md
M   RELEASE
M   app/application.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/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
D   app/functions/installer-function.php
A   app/functions/logger-function.php
A   app/functions/nodeq-function.php
A   app/functions/notify-function.php
M   app/functions/student-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
A   app/languages/edutrac-sis-ht_HT.mo
A   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
A   app/migrations/20160916002812_initial_schema.php
A   app/migrations/20160916035404_currency_table.php
A   app/migrations/currency_table.txt
A   app/migrations/meta_value.txt
A   app/migrations/stu_load_rules.txt
M   app/routers.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/form.router.php
M   app/routers/hr.router.php
M   app/routers/index.router.php
D   app/routers/install.router.php
M   app/routers/person.router.php
M   app/routers/program.router.php
M   app/routers/section.router.php
M   app/routers/settings.router.php
M   app/routers/staff.router.php
M   app/routers/student.router.php
D   app/src/Cache.php
D   app/src/Campus.php
M   app/src/Core/CLI/ETSIS-CLI/etsis_CLI.php
M   app/src/Core/CLI/ETSIS-CLI/etsis_CLI_Command.php
M   app/src/Core/CLI/etsis-cli.php
M   app/src/Core/CLI/php/arguments.php
M   app/src/Core/CLI/php/commands/core.php
M   app/src/Core/CLI/php/commands/db.php
M   app/src/Core/CLI/php/commands/help.php
A   app/src/Core/NodeQ/CoreDatabase.php
A   app/src/Core/NodeQ/CoreRelation.php
A   app/src/Core/NodeQ/Database.php
A   app/src/Core/NodeQ/Helpers/Config.php
A   app/src/Core/NodeQ/Helpers/Data.php
A   app/src/Core/NodeQ/Helpers/File.php
A   app/src/Core/NodeQ/Helpers/FileInterface.php
A   app/src/Core/NodeQ/Helpers/Migrations.php
A   app/src/Core/NodeQ/Helpers/Validate.php
A   app/src/Core/NodeQ/LazerException.php
A   app/src/Core/NodeQ/Relation.php
A   app/src/Core/NodeQ/etsis_NodeQ.php
M   app/src/Core/etsis_Email.php
A   app/src/Core/etsis_Logger.php
M   app/src/Core/etsis_Messages.php
M   app/src/Core/etsis_Updater.php
D   app/src/Cron.php
D   app/src/DBCache.php
D   app/src/Gettext.php
D   app/src/InstallValidator.php
D   app/src/Log.php
D   app/src/PHPMailer.php
D   app/src/POP3.php
D   app/src/SMTP.php
D   app/src/Update.php
M   app/views/_layouts/myet/default.layout.php
M   app/views/cron/setting.php
M   app/views/dashboard/core-admin-bar.php
A   app/views/dashboard/system-snapshot.php
D   app/views/install/data/.htaccess
D   app/views/install/data/campus.sql
D   app/views/install/data/install-extend.sql
D   app/views/install/data/install.sql
D   app/views/install/index.php
M   app/views/sql/index.php
M   config.sample.php
M   index.php
M   phinx
D   phinx.php
A   phinx.sample.php
M   static/assets/css/admin/custom.css
A   static/assets/images/icon-success.png
A   static/assets/plugins/pnotify/.gitignore
A   static/assets/plugins/pnotify/README.md
A   static/assets/plugins/pnotify/devnote-stable.css
A   static/assets/plugins/pnotify/devnote.css
A   static/assets/plugins/pnotify/dist/pnotify.animate.js
A   static/assets/plugins/pnotify/dist/pnotify.brighttheme.css
A   static/assets/plugins/pnotify/dist/pnotify.buttons.css
A   static/assets/plugins/pnotify/dist/pnotify.buttons.js
A   static/assets/plugins/pnotify/dist/pnotify.callbacks.js
A   static/assets/plugins/pnotify/dist/pnotify.confirm.js
A   static/assets/plugins/pnotify/dist/pnotify.css
A   static/assets/plugins/pnotify/dist/pnotify.desktop.js
A   static/assets/plugins/pnotify/dist/pnotify.history.css
A   static/assets/plugins/pnotify/dist/pnotify.history.js
A   static/assets/plugins/pnotify/dist/pnotify.js
A   static/assets/plugins/pnotify/dist/pnotify.mobile.css
A   static/assets/plugins/pnotify/dist/pnotify.mobile.js
A   static/assets/plugins/pnotify/dist/pnotify.nonblock.js
A   static/assets/plugins/pnotify/includes/beautify.js
A   static/assets/plugins/pnotify/includes/desktop/error.png
A   static/assets/plugins/pnotify/includes/desktop/info.png
A   static/assets/plugins/pnotify/includes/desktop/notice.png
A   static/assets/plugins/pnotify/includes/desktop/original/error.png
A   static/assets/plugins/pnotify/includes/desktop/original/info.png
A   static/assets/plugins/pnotify/includes/desktop/original/notice.png
A   static/assets/plugins/pnotify/includes/desktop/original/success.png
A   static/assets/plugins/pnotify/includes/desktop/success.png
A   static/assets/plugins/pnotify/includes/github-icon.png
A   static/assets/plugins/pnotify/includes/google-code-prettify/lang-apollo.js
A   static/assets/plugins/pnotify/includes/google-code-prettify/lang-clj.js
A   static/assets/plugins/pnotify/includes/google-code-prettify/lang-css.js
A   static/assets/plugins/pnotify/includes/google-code-prettify/lang-go.js
A   static/assets/plugins/pnotify/includes/google-code-prettify/lang-hs.js
A   static/assets/plugins/pnotify/includes/google-code-prettify/lang-lisp.js
A   static/assets/plugins/pnotify/includes/google-code-prettify/lang-lua.js
A   static/assets/plugins/pnotify/includes/google-code-prettify/lang-ml.js
A   static/assets/plugins/pnotify/includes/google-code-prettify/lang-n.js
A   static/assets/plugins/pnotify/includes/google-code-prettify/lang-proto.js
A   static/assets/plugins/pnotify/includes/google-code-prettify/lang-scala.js
A   static/assets/plugins/pnotify/includes/google-code-prettify/lang-sql.js
A   static/assets/plugins/pnotify/includes/google-code-prettify/lang-tex.js
A   static/assets/plugins/pnotify/includes/google-code-prettify/lang-vb.js
A   static/assets/plugins/pnotify/includes/google-code-prettify/lang-vhdl.js
A   static/assets/plugins/pnotify/includes/google-code-prettify/lang-wiki.js
A   static/assets/plugins/pnotify/includes/google-code-prettify/lang-xq.js
A   static/assets/plugins/pnotify/includes/google-code-prettify/lang-yaml.js
A   static/assets/plugins/pnotify/includes/google-code-prettify/prettify.css
A   static/assets/plugins/pnotify/includes/google-code-prettify/prettify.js
A   static/assets/plugins/pnotify/includes/le_happy_face_by_luchocas-32.png
A   static/assets/plugins/pnotify/includes/le_happy_face_by_luchocas.png
A   static/assets/plugins/pnotify/includes/source-screen.png
A   static/assets/plugins/pnotify/includes/style.css
A   static/assets/plugins/pnotify/includes/themeswitcher/images/buttonbg.png
A   static/assets/plugins/pnotify/includes/themeswitcher/images/icon_color_arrow.gif
A   static/assets/plugins/pnotify/includes/themeswitcher/images/menuhoverbg.png
A   static/assets/plugins/pnotify/includes/themeswitcher/images/theme_90_black_matte.png
A   static/assets/plugins/pnotify/includes/themeswitcher/images/theme_90_black_tie.png
A   static/assets/plugins/pnotify/includes/themeswitcher/images/theme_90_blitzer.png
A   static/assets/plugins/pnotify/includes/themeswitcher/images/theme_90_cupertino.png
A   static/assets/plugins/pnotify/includes/themeswitcher/images/theme_90_dark_hive.png
A   static/assets/plugins/pnotify/includes/themeswitcher/images/theme_90_dot_luv.png
A   static/assets/plugins/pnotify/includes/themeswitcher/images/theme_90_eggplant.png
A   static/assets/plugins/pnotify/includes/themeswitcher/images/theme_90_excite_bike.png
A   static/assets/plugins/pnotify/includes/themeswitcher/images/theme_90_flick.png
A   static/assets/plugins/pnotify/includes/themeswitcher/images/theme_90_hot_sneaks.png
A   static/assets/plugins/pnotify/includes/themeswitcher/images/theme_90_humanity.png
A   static/assets/plugins/pnotify/includes/themeswitcher/images/theme_90_le_frog.png
A   static/assets/plugins/pnotify/includes/themeswitcher/images/theme_90_mint_choco.png
A   static/assets/plugins/pnotify/includes/themeswitcher/images/theme_90_overcast.png
A   static/assets/plugins/pnotify/includes/themeswitcher/images/theme_90_pepper_grinder.png
A   static/assets/plugins/pnotify/includes/themeswitcher/images/theme_90_smoothness.png
A   static/assets/plugins/pnotify/includes/themeswitcher/images/theme_90_south_street.png
A   static/assets/plugins/pnotify/includes/themeswitcher/images/theme_90_start_menu.png
A   static/assets/plugins/pnotify/includes/themeswitcher/images/theme_90_sunny.png
A   static/assets/plugins/pnotify/includes/themeswitcher/images/theme_90_swanky_purse.png
A   static/assets/plugins/pnotify/includes/themeswitcher/images/theme_90_trontastic.png
A   static/assets/plugins/pnotify/includes/themeswitcher/images/theme_90_ui_dark.png
A   static/assets/plugins/pnotify/includes/themeswitcher/images/theme_90_ui_light.png
A   static/assets/plugins/pnotify/includes/themeswitcher/images/theme_90_windoze.png
A   static/assets/plugins/pnotify/includes/themeswitcher/jquery.themeswitcher.min.js
A   static/assets/plugins/pnotify/index.html
A   static/assets/plugins/pnotify/package.json
A   static/assets/plugins/pnotify/src/pnotify.animate.js
A   static/assets/plugins/pnotify/src/pnotify.brighttheme.css
A   static/assets/plugins/pnotify/src/pnotify.buttons.css
A   static/assets/plugins/pnotify/src/pnotify.buttons.js
A   static/assets/plugins/pnotify/src/pnotify.callbacks.js
A   static/assets/plugins/pnotify/src/pnotify.confirm.js
A   static/assets/plugins/pnotify/src/pnotify.css
A   static/assets/plugins/pnotify/src/pnotify.desktop.js
A   static/assets/plugins/pnotify/src/pnotify.history.css
A   static/assets/plugins/pnotify/src/pnotify.history.js
A   static/assets/plugins/pnotify/src/pnotify.js
A   static/assets/plugins/pnotify/src/pnotify.material.css
A   static/assets/plugins/pnotify/src/pnotify.mobile.css
A   static/assets/plugins/pnotify/src/pnotify.mobile.js
A   static/assets/plugins/pnotify/src/pnotify.nonblock.css
A   static/assets/plugins/pnotify/src/pnotify.nonblock.js
A   static/assets/plugins/pnotify/src/pnotify.reference.js
A   static/assets/plugins/pnotify/src/pnotify.tooltip.js