dokeos-install
[ class tree: dokeos-install ] [ index: dokeos-install ] [ all elements ]

Element index for package dokeos-install

[ a ] [ b ] [ c ] [ d ] [ f ] [ g ] [ i ] [ m ] [ p ] [ s ] [ u ] [ v ] [ _ ]

_

_renderForm
in file upgrade.php, method ActionDisplay::_renderForm()
    Displays the HTML-code of a page in the wizard
top

a

ActionDisplay
in file upgrade.php, class ActionDisplay
    Class to render a page in the install wizard.
ActionProcess
in file upgrade.php, class ActionProcess
    Class for form processing Here happens the actual installation action after collecting all the required data.
top

b

buildForm
in file upgrade.php, method Page_LocationOldVersion::buildForm()
buildForm
in file upgrade.php, method Page_Requirements::buildForm()
buildForm
in file upgrade.php, method Page_License::buildForm()
buildForm
in file upgrade.php, method Page_Language::buildForm()
buildForm
in file upgrade.php, method Page_ConfirmSettings::buildForm()
buildForm
in file upgrade.php, method Page_DatabaseSettings::buildForm()
buildForm
in file upgrade.php, method Page_ConfigSettings::buildForm()
top

c

check_extension
in file upgrade.php, method Page_Requirements::check_extension()
    this function checks if a php extension exists or not
check_update_path
in file upgrade.php, function check_update_path()
compare_db.php
procedural page compare_db.php
top

d

DATABASE_FORM_FIELD_DISPLAY_LENGTH
in file upgrade.php, constant DATABASE_FORM_FIELD_DISPLAY_LENGTH
DEFAULT_LANGUAGE
in file upgrade.php, constant DEFAULT_LANGUAGE
display_installation_overview
in file upgrade.php, function display_installation_overview()
display_upgrade_header
in file upgrade.php, function display_upgrade_header()
DOKEOS_COURSE_UPDATE
in file update_courses.php, constant DOKEOS_COURSE_UPDATE
DOKEOS_INSTALL
in file upgrade.php, constant DOKEOS_INSTALL
top

f

fill_document_table
in file update_files.inc.php, function fill_document_table()
    This function puts the documents of the upgraded courses into the necessary tables of the new version: the document and item_property tables.
FORM_FIELD_DISPLAY_LENGTH
in file upgrade.php, constant FORM_FIELD_DISPLAY_LENGTH
top

g

get_added_resources
in file update_db.inc.php, function get_added_resources()
    This function gets all the added resources for phpbb forum posts
get_config_param
in file upgrade.php, function get_config_param()
    This function returns a the value of a parameter from the configuration file of a previous installation.
get_forumcategory_id_by_name
in file update_db.inc.php, function get_forumcategory_id_by_name()
    This function gets the forum category information based on the name
get_info
in file upgrade.php, method Page_Language::get_info()
get_info
in file upgrade.php, method Page_License::get_info()
get_info
in file upgrade.php, method Page_Requirements::get_info()
get_info
in file upgrade.php, method Page_LocationOldVersion::get_info()
get_info
in file upgrade.php, method Page_DatabaseSettings::get_info()
get_info
in file upgrade.php, method Page_ConfirmSettings::get_info()
get_info
in file upgrade.php, method Page_ConfigSettings::get_info()
get_installed_version
in file upgrade.php, function get_installed_version()
    This function returns the installed version of the older installation to upgrade by checking the claroline/inc/installedVersion.inc.php file.
get_language_folder_list
in file upgrade.php, function get_language_folder_list()
    Return a list of language directories.
get_not_writable_folders
in file upgrade.php, method Page_Requirements::get_not_writable_folders()
get_title
in file upgrade.php, method Page_LocationOldVersion::get_title()
get_title
in file upgrade.php, method Page_Requirements::get_title()
get_title
in file upgrade.php, method Page_License::get_title()
get_title
in file upgrade.php, method Page_ConfigSettings::get_title()
get_title
in file upgrade.php, method Page_Language::get_title()
get_title
in file upgrade.php, method Page_ConfirmSettings::get_title()
get_title
in file upgrade.php, method Page_DatabaseSettings::get_title()
top

i

insert_db
in file update-files-1.6.x-1.8.0.inc.php, function insert_db()
INSTALL_TYPE_UPDATE
in file upgrade.php, constant INSTALL_TYPE_UPDATE
index.php
procedural page index.php
install_db.inc.php
procedural page install_db.inc.php
install_files.inc.php
procedural page install_files.inc.php
top

m

MAX_COURSE_TRANSFER
in file update_courses.php, constant MAX_COURSE_TRANSFER
MAX_FORM_FIELD_LENGTH
in file upgrade.php, constant MAX_FORM_FIELD_LENGTH
migrate_posts_of_thread
in file update_db.inc.php, function migrate_posts_of_thread()
    This function migrates the posts of a given phpbb thread (topic) to a thread in the new forum tool
migrate_threads_of_forum
in file update_db.inc.php, function migrate_threads_of_forum()
    This function migrates the threads of a given phpbb forum to a new forum of the new forum tool
top

p

Page_ConfigSettings
in file upgrade.php, class Page_ConfigSettings
    Page in the install wizard in which some config settings are asked to the user.
Page_ConfirmSettings
in file upgrade.php, class Page_ConfirmSettings
    Page in the install wizard in which a final overview of all settings is displayed.
Page_DatabaseSettings
in file upgrade.php, class Page_DatabaseSettings
    Class for database settings page Displays a form where the user can enter the installation settings regarding the databases - login and password, names, prefixes, single or multiple databases, tracking or not...
Page_Language
in file upgrade.php, class Page_Language
    Page in the install wizard to select the language which will be used during the installation process.
Page_License
in file upgrade.php, class Page_License
    Class for license page Displays the GNU GPL license that has to be accepted to install Dokeos.
Page_LocationOldVersion
in file upgrade.php, class Page_LocationOldVersion
    Page in the install wizard to select the location of the old Dokeos installation.
Page_Requirements
in file upgrade.php, class Page_Requirements
    Class for requirements page
perform
in file upgrade.php, method ActionProcess::perform()
top

s

step_active
in file upgrade.php, function step_active()
    This function prints class=active_step $current_step=$param
store_forum
in file update_db.inc.php, function store_forum()
    This function stores the forum in the database. The new forum is added to the end.
store_forumcategory
in file update_db.inc.php, function store_forumcategory()
    This function stores the forum category in the database. The new category is added to the end.
store_thread
in file update_db.inc.php, function store_thread()
    This function stores a new thread. This is done through an entry in the forum_thread table AND
top

u

update-db-1.6.x-1.8.0.inc.php
procedural page update-db-1.6.x-1.8.0.inc.php
update-db-1.8.0-1.8.2.inc.php
procedural page update-db-1.8.0-1.8.2.inc.php
update-db-1.8.2-1.8.3.inc.php
procedural page update-db-1.8.2-1.8.3.inc.php
update-files-1.6.x-1.8.0.inc.php
procedural page update-files-1.6.x-1.8.0.inc.php
update_courses.php
procedural page update_courses.php
update_db.inc.php
procedural page update_db.inc.php
update_files.inc.php
procedural page update_files.inc.php
upgrade.php
procedural page upgrade.php
top

v

validate
in file upgrade.php, method ValidateDatabaseConnection::validate()
ValidateDatabaseConnection
in file upgrade.php, class ValidateDatabaseConnection
top

Documentation generated on Wed, 05 Sep 2007 06:14:15 +0200 by phpDocumentor 1.4.0