Files

Primary tabs

Contains filters are case sensitive
File namesort ascending Location Namespace Description
schools.info modules/schools/schools.info name = Schools description = Helps separate data and functionality in FlightPath based on "schools" core = 6.x
reports.major-students-progress.inc modules/stats/reports.major-students-progress.inc This file handles the more complicated Major Students Progress csv export report, since it is part of a batch process.
render.inc includes/render.inc
README.txt README.txt FlightPath - The Electronic Student Advising System =================================================== FlightPath may be downloaded from: http://getflightpath.com Check the above address for updates, modules, and documentation. Please read…
README.txt modules/tinymce/README.txt TinyMCE FlightPath Module ========================= Though this module is included with the FlightPath software system, the editor itself was not programmed by any member of the FlightPath production team. For more information about the TinyMCE…
README.txt modules/student_files/README.txt Student Files README.txt ========================= Richard Peacock - richard@peacocksoftware.com This module allows for files to be associated with students. It places a "Files" section on the student's History tab, as well as allows…
README.txt modules/batch/README.txt README File for Batch API module ================================ For instructions on this module's use (which appeals primarily to developers), search FlightPath's documentation:…
README.txt modules/lassie/README.txt Lassie ======================== Richard Peacock (flightpathacademics.com) DESCRIPTION The Lassie modue is meant to be used by module and routine developers, to monitor long-running jobs and to make sure they finish within the expected amount of…
README.txt modules/prereqs/README.txt READEME for Prereqs Module ============================ Hooks ============================ Your custom module can add more prereq conditions through the hook: hook_prereqs_get_prereq_warnings(&$warnings, Course $course, Student $student) …
README.txt themes/how_to_customize/README.txt By performing the following steps, you can create your own custom theme for FlightPath, using fp6_clean as the "base" theme. This will allow you to freely upload FlightPath's core files without worrying about your custom changes being…
README.txt modules/encryption/README.txt Encryption module README.txt The encryption module is meant to facilitate simple AES encryption of values or files, which can then be stored on the server or database. ------------------ SETUP ------------------ This module assumes you have…
README.txt custom/files/README.txt This directory (/custom/files) must be readable/writable by the webserver. This is where modules will store uploaded files. One example of how to make this directory writable would be with the CHMOD command. Ex: chmod -R 777 files Your specific…
prereqs.module modules/prereqs/prereqs.module This is the module file for the prereqs module.
prereqs.install modules/prereqs/prereqs.install Install file for the prereqs module
prereqs.info modules/prereqs/prereqs.info name = Prereqs (Prerequisites) description = This module helps manage prereq requirements in FlightPath. core = 6.x schema = 2
prereqs.css modules/prereqs/css/prereqs.css CSS file for prereqs module
prereqs.api.php modules/prereqs/prereqs.api.php This file describes the hook(s) available to module developers for the prereqs module.
password.inc includes/password.inc Secure password hashing functions for user authentication.
page.tpl.php themes/fp6_clean/page.tpl.php This file is responsible for outputting our content to the web browser.
page.tpl.php themes/how_to_customize/custom_fp6_clean/page.tpl.php This file is responsible for outputting our content to the web browser.
page--login.tpl.php themes/fp6_clean/page--login.tpl.php This file is responsible for outputting our content to the web browser.
page--login.tpl.php themes/how_to_customize/custom_fp6_clean/page--login.tpl.php This file is responsible for outputting our content to the web browser.
ObjList.php classes/ObjList.php
notify.module modules/notify/notify.module
notify.install modules/notify/notify.install
notify.info modules/notify/notify.info name = Notify description = Provides functions and such for handling notifications of users. core = 6.x schema = 2
mobile.css modules/blank_degrees/css/mobile.css .course-search-course-extra { display: none; } .degree-search-degree-row { margin: 0; text-decoration: none; display: block; border-bottom: 1px solid #ccc; padding-top: 10px; padding-bottom: 10px; color: black; …
misc.inc includes/misc.inc This file contains misc functions for FlightPath
menu.inc includes/menu.inc
media.css themes/fp6_clean/media.css /* * This CSS file is for handling mobile and print media. */ /* hide or alter various elements when we go to print */ @media print { #top-nav, #sidebar-left, .dash-welcome-block, #page-print-options, #breadcrumbs-wrapper, …
masquerade.module modules/masquerade/masquerade.module The masquerade module, which allows admin users to impersonate other users.
masquerade.info modules/masquerade/masquerade.info name = Masquerade description = Impersonate another user of FlightPath, to experience FP exactly as they would. core = 6.x
LICENSE.txt LICENSE.txt (See the COPYRIGHT.txt file for specific copyright information, including and interpretation of Section 13 of this license as it pertains to FlightPath and modules) --------------------------------------------------------------- …
license.txt modules/tinymce/lib/tinymce/js/tinymce/license.txt GNU LESSER GENERAL PUBLIC LICENSE Version 2.1, February 1999 Copyright (C) 1991, 1999 Free Software Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim…
lassie.module modules/lassie/lassie.module This is the primary module file for the lassie module.
lassie.info modules/lassie/lassie.info name = Lassie description = Warn the admin user(s) if long-running tasks fail to finish. core = 6.x
jquery.datetimepicker.min.css modules/system/lib/jquery.datetimepicker/jquery.datetimepicker.min.css .xdsoft_datetimepicker{box-shadow:0 5px 15px -5px rgba(0,0,0,0.506);background:#fff;border-bottom:1px solid #bbb;border-left:1px solid #ccc;border-right:1px solid #ccc;border-top:1px solid #ccc;color:#333;font-family:"Helvetica…
install.php install.php This is the initial installation file for FlightPath.
index.php index.php The primary entry point for FlightPath.
hook.api.php includes/hook.api.php Lists all available hooks within FlightPath's core code.
HELP-US-OUT.txt themes/fp6_clean/font-awesome-4.7.0/HELP-US-OUT.txt I hope you love Font Awesome. If you've found it useful, please do me a favor and check out my latest project, Fort Awesome (https://fortawesome.com). It makes it easy to put the perfect icons on your website. Choose from our…
HELP-US-OUT.txt themes/how_to_customize/custom_fp6_clean/font-awesome-4.7.0/HELP-US-OUT.txt I hope you love Font Awesome. If you've found it useful, please do me a favor and check out my latest project, Fort Awesome (https://fortawesome.com). It makes it easy to put the perfect icons on your website. Choose from our…
head.tpl.php themes/fp6_clean/head.tpl.php This file is meant to contain all of the common items which should appear in the <head></head> section of the page.
head.tpl.php themes/how_to_customize/custom_fp6_clean/head.tpl.php This file is meant to contain all of the common items which should appear in the <head></head> section of the page.
GroupList.php classes/GroupList.php
Group.php classes/Group.php
fp6_clean.info themes/fp6_clean/fp6_clean.info name = FlightPath 6 Clean Theme description = A clean theme for FlightPath 6 core = 6.x
font-awesome.min.css themes/fp6_clean/font-awesome-4.7.0/css/font-awesome.min.css /*! * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) …
font-awesome.min.css themes/how_to_customize/custom_fp6_clean/font-awesome-4.7.0/css/font-awesome.min.css /*! * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) …
font-awesome.css themes/fp6_clean/font-awesome-4.7.0/css/font-awesome.css /*! * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */ /* FONT PATH * -------------------------- */ @font-face { font-family:…

Pages