Files

Primary tabs

Contains filters are case sensitive
File namesort descending Location Namespace Description
masquerade.info modules/masquerade/masquerade.info name = Masquerade description = Impersonate another user of FlightPath, to experience FP exactly as they would. core = 6.x
masquerade.module modules/masquerade/masquerade.module The masquerade module, which allows admin users to impersonate other users.
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, …
menu.inc includes/menu.inc
misc.inc includes/misc.inc This file contains misc functions for FlightPath
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; …
notify.info modules/notify/notify.info name = Notify description = Provides functions and such for handling notifications of users. core = 6.x schema = 2
notify.install modules/notify/notify.install
notify.module modules/notify/notify.module
ObjList.php classes/ObjList.php
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.
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.
password.inc includes/password.inc Secure password hashing functions for user authentication.
prereqs.api.php modules/prereqs/prereqs.api.php This file describes the hook(s) available to module developers for the prereqs module.
prereqs.css modules/prereqs/css/prereqs.css CSS file for 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.install modules/prereqs/prereqs.install Install file for the prereqs module
prereqs.module modules/prereqs/prereqs.module This is the module file for the prereqs module.
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…
render.inc includes/render.inc
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.
schools.info modules/schools/schools.info name = Schools description = Helps separate data and functionality in FlightPath based on "schools" core = 6.x
schools.install modules/schools/schools.install This is the install file for the Schools module. Here, we will handle installing the tables associated with this module.
schools.module modules/schools/schools.module Schools module.
Semester.php classes/Semester.php
skin.min.css modules/tinymce/lib/tinymce/js/tinymce/skins/ui/oxide/skin.min.css /** * Copyright (c) Tiny Technologies, Inc. All rights reserved. * Licensed under the LGPL or a commercial license. * For LGPL see License.txt in the project root for license information. * For commercial licenses see https://www.tiny.cloud/
skin.min.css modules/tinymce/lib/tinymce/js/tinymce/skins/ui/oxide-dark/skin.min.css /** * Copyright (c) Tiny Technologies, Inc. All rights reserved. * Licensed under the LGPL or a commercial license. * For LGPL see License.txt in the project root for license information. * For commercial licenses see https://www.tiny.cloud/
skin.mobile.min.css modules/tinymce/lib/tinymce/js/tinymce/skins/ui/oxide/skin.mobile.min.css /** * Copyright (c) Tiny Technologies, Inc. All rights reserved. * Licensed under the LGPL or a commercial license. * For LGPL see License.txt in the project root for license information. * For commercial licenses see https://www.tiny.cloud/
skin.mobile.min.css modules/tinymce/lib/tinymce/js/tinymce/skins/ui/oxide-dark/skin.mobile.min.css /** * Copyright (c) Tiny Technologies, Inc. All rights reserved. * Licensed under the LGPL or a commercial license. * For LGPL see License.txt in the project root for license information. * For commercial licenses see https://www.tiny.cloud/
smtp.info modules/smtp/smtp.info name = SMTP Mail Protocol description = Send emails using SMTP instead of sendmail and PHP mail() command. core = 6.x
smtp.module modules/smtp/smtp.module This is the main module file for SMTP, which will let us send emails using SMTP instead of PHP's mail() command.
StandardizedTest.php classes/StandardizedTest.php
stats.info modules/stats/stats.info name = Stats description = Look up various usage stats & run reports about FlightPath core = 6.x requires = batch
stats.module modules/stats/stats.module This module displays statistics and reports for FlightPath
Student.php classes/Student.php
student_files.css modules/student_files/css/student_files.css This is the main CSS file which goes with the student_files module.
student_files.info modules/student_files/student_files.info name = Student Files description = Secure uploads of files associated with student users core = 6.x schema = 2
student_files.install modules/student_files/student_files.install This file handles the installation processes (like new db tables) for the student_files module.
student_files.module modules/student_files/student_files.module This is the student_files module, which will facilitate uploading (securely) files to be associated with student accounts.
student_priority.api.php modules/student_priority/student_priority.api.php

Pages