[wasinstall] element index
Package indexes
wascore
default
waslang_ar
waslang_bg
waslang_da
waslang_de
waslang_el
waslang_fa
waslang_en
waslang_es
waslang_fi
waslang_fr
waslang_hi
waslang_hu
waslang_it
waslang_nl
waslang_pl
waslang_pt
waslang_ro
waslang_sh
waslang_ru
waslang_sk
waslang_sv
waslang_tr
waslang_ur
waslang_vi
waslang_zh
waslang_fil
waslang_fry
waslang_pap
wasmod_crew
wasmod_guestbook
wasmod_snapshots
wasmod_htmlpage
wasmod_sitemap
wasmod_mailpage
wasmod_confab
wasmod_mypage
wasmod_search
wasmod_althing
wasmod_newsletter
wasmod_aggregator
wasmod_redirect
wastheme_axis
wastheme_ruta
wastheme_schoolyard
wastheme_frugal
wastheme_cornelia
wastheme_rosalina
wastheme_sophia
All elements
a
b
c
d
e
f
g
i
l
m
p
q
r
s
t
v
w
a
top
appropriate_legal_notices
InstallWizard::appropriate_legal_notices()
in install.php
construct a link to appropriate legal notices as per AGPLv3 section 5
b
top
button
InstallWizard::button()
in install.php
shorthand for creating a submit button in the correct style
c
top
check_compatibility
InstallWizard::check_compatibility()
in install.php
check certain compatibility issues and optionally return test results
check_for_nameclash
InstallWizard::check_for_nameclash()
in install.php
check for name clash of new user (webmaster) and user accounts from demodata
check_license
InstallWizard::check_license()
in install.php
check if the user accepts the licences
check_validation
InstallWizard::check_validation()
in install.php
shorthand to check the validation status of the relevant dialogs
clamscan_installed
InstallWizard::clamscan_installed()
in install.php
try to locate clamdscan or clamscan on the server
construct_config_php
InstallWizard::construct_config_php()
in install.php
prepare a configuration file based on the collected information
create_tables
InstallWizard::create_tables()
in install.php
create tables in database via include()'ing a file with tabledefs
d
top
demodata
demodata()
in demodata.php
insert basic demonstration data; the foundation for the module/theme demonstration data
demodata_alerts
demodata_alerts()
in demodata.php
create a few alerts
demodata_areas
demodata_areas()
in demodata.php
create three areas + themes
demodata_sections_pages
demodata_sections_pages()
in demodata.php
create a few sections and pages
demodata_users_groups
demodata_users_groups()
in demodata.php
create a handful of users/groups/capacities/acls
diff_microtime
InstallWizard::diff_microtime()
in install.php
Calculate the difference between two microtimes (borrowed from init.php)
demodata.php
demodata.php
in demodata.php
demodata.php
demodata.php
in demodata.php
demodata.php
demodata.php
in demodata.php
e
top
end_session_and_redirect
InstallWizard::end_session_and_redirect()
in install.php
unset installation data, end session and redirect the user to elsewhere
errorcount_bump
InstallWizard::errorcount_bump()
in install.php
increment the error counter and perhaps slow things down
errorcount_reset
InstallWizard::errorcount_reset()
in install.php
reset the error counter
f
top
fetch_license
InstallWizard::fetch_license()
in install.php
helper to retrieve the text of the LICENSE AGREEMENT for Website
g
top
gd_supported
InstallWizard::gd_supported()
in install.php
retrieve information about GD and supported graphics file formats
get_default_install_values
InstallWizard::get_default_install_values()
in install.php
return an array with default configuration values
get_dialogdef_cms
InstallWizard::get_dialogdef_cms()
in install.php
fill an array with necessary information for the cms dialog
get_dialogdef_database
InstallWizard::get_dialogdef_database()
in install.php
fill an array with necessary information for the database dialog
get_dialogdef_finish
InstallWizard::get_dialogdef_finish()
in install.php
fill an array with necessary information for finish / jump dialog
get_dialogdef_installtype
InstallWizard::get_dialogdef_installtype()
in install.php
fill an array with necessary information for installtype dialog
get_dialogdef_language
InstallWizard::get_dialogdef_language()
in install.php
fill an array with necessary information for language dialog
get_dialogdef_user
InstallWizard::get_dialogdef_user()
in install.php
fill an array with necessary information for the first user dialog
get_list_of_install_languages
InstallWizard::get_list_of_install_languages()
in install.php
retrieve a list of available languages by querying the file system for install.php translation files
get_manifests
InstallWizard::get_manifests()
in install.php
retrieve an array of manifests for modules, themes or languages
get_menu
InstallWizard::get_menu()
in install.php
construct a clickable menu which helps the user to jump back and forth in the funnel
get_options_db_type
InstallWizard::get_options_db_type()
in install.php
construct a list of database options
get_page
InstallWizard::get_page()
in install.php
construct a complete HTML-page that can be sent to the user's browser
get_utf8_parameter_string
InstallWizard::get_utf8_parameter_string()
in install.php
return a valid (unquoted) UTF-8 string parameter typically from $_POST, or default value if none
guess_url
InstallWizard::guess_url()
in install.php
educated guesses for scheme, host and portname from $_SERVER
i
top
insert_tabledata
InstallWizard::insert_tabledata()
in install.php
fill tables in database via include()'ing a file with tabledata
InstallWizard
InstallWizard::InstallWizard()
in install.php
constructor
InstallWizard
InstallWizard
in install.php
class for performing installation tasks
INSTALL_DIALOG_CANCELLED
INSTALL_DIALOG_CANCELLED
in install.php
INSTALL_DIALOG_CMS
INSTALL_DIALOG_CMS
in install.php
INSTALL_DIALOG_COMPATIBILITY
INSTALL_DIALOG_COMPATIBILITY
in install.php
INSTALL_DIALOG_CONFIRM
INSTALL_DIALOG_CONFIRM
in install.php
INSTALL_DIALOG_DATABASE
INSTALL_DIALOG_DATABASE
in install.php
INSTALL_DIALOG_DONE
INSTALL_DIALOG_DONE
in install.php
INSTALL_DIALOG_DOWNLOAD
INSTALL_DIALOG_DOWNLOAD
in install.php
INSTALL_DIALOG_FINISH
INSTALL_DIALOG_FINISH
in install.php
INSTALL_DIALOG_INSTALLTYPE
INSTALL_DIALOG_INSTALLTYPE
in install.php
INSTALL_DIALOG_LANGUAGE
INSTALL_DIALOG_LANGUAGE
in install.php
INSTALL_DIALOG_LICENSE
INSTALL_DIALOG_LICENSE
in install.php
INSTALL_DIALOG_USER
INSTALL_DIALOG_USER
in install.php
install_script_name
install_script_name()
in install.php
determine the name of the executing script (the entry point)
invisible_test_image
InstallWizard::invisible_test_image()
in install.php
create a link to an invisible image to test the friendly URL feature
is_already_installed
InstallWizard::is_already_installed()
in install.php
check for previous install
index.php
index.php
in index.php
install.php
install.php
in install.php
install.php
install.php
in install.php
install.php
install.php
in install.php
l
top
$license
InstallWizard::$license
in install.php
m
top
$messages
InstallWizard::$messages
in install.php
magic_unquote
InstallWizard::magic_unquote()
in install.php
this circumvents the 'magic' in magic_quotes_gpc() by conditionally stripping slashes
microtime
InstallWizard::microtime()
in install.php
a trick for systems without the microtime function
mysql_close
InstallWizard::mysql_close()
in install.php
unified mysql/mysqli wrapper for close
mysql_connect
InstallWizard::mysql_connect()
in install.php
unified mysql/mysqli wrapper for connect
mysql_get_server_info
InstallWizard::mysql_get_server_info()
in install.php
unified mysql/mysqli wrapper for get_server_info
mysql_num_rows
InstallWizard::mysql_num_rows()
in install.php
unified mysql/mysqli wrapper for num_rows
mysql_query
InstallWizard::mysql_query()
in install.php
unified mysql/mysqli wrapper for query
mysql_real_escape_string
InstallWizard::mysql_real_escape_string()
in install.php
unified mysql/mysqli wrapper for real_escape_string
mysql_select_db
InstallWizard::mysql_select_db()
in install.php
unified mysql/mysqli wrapper for select_db
mysql_set_charset
InstallWizard::mysql_set_charset()
in install.php
unified mysql/mysqli wrapper for set_charset
mysql_utf8mb3
InstallWizard::mysql_utf8mb3()
in install.php
massage string to contain only 3-byte UTF8-sequences
mysql_utf8_support
InstallWizard::mysql_utf8_support()
in install.php
determine the level of UTF-8 support based on MySQL-server version
p
top
perform_installation
InstallWizard::perform_installation()
in install.php
perform the actual initialisation of the cms
PROJECT_SITE
PROJECT_SITE
in install.php
q
top
quasi_random_string
InstallWizard::quasi_random_string()
in install.php
generate a string with quasi-random characters
r
top
$results
InstallWizard::$results
in install.php
render_dialog
InstallWizard::render_dialog()
in install.php
quick and dirty dialogdef renderer
run
InstallWizard::run()
in install.php
main dispatcher for the Installation Wizard
s
top
sanitise_filename
InstallWizard::sanitise_filename()
in install.php
sanitise a string to make it acceptable as a filename/directoryname
save_cms
InstallWizard::save_cms()
in install.php
validate and store the CMS-data the user supplied
save_database
InstallWizard::save_database()
in install.php
validate database information
save_installtype
InstallWizard::save_installtype()
in install.php
store the selected install type + high visibility flag
save_language
InstallWizard::save_language()
in install.php
store the selected language
save_user
InstallWizard::save_user()
in install.php
validate and store the data for the first user account
show_dialog_cancelled
InstallWizard::show_dialog_cancelled()
in install.php
show the user that the process has been cancelled
show_dialog_cms
InstallWizard::show_dialog_cms()
in install.php
construct the dialog for essential cms data (title, paths, e-mail address)
show_dialog_compatibility
InstallWizard::show_dialog_compatibility()
in install.php
construct the comptibility overview
show_dialog_confirm
InstallWizard::show_dialog_confirm()
in install.php
construct the overview/confirmation dialog
show_dialog_database
InstallWizard::show_dialog_database()
in install.php
construct the dialog for database (server, host, username, password, etc.)
show_dialog_finish
InstallWizard::show_dialog_finish()
in install.php
construct the finish screen
show_dialog_installtype
InstallWizard::show_dialog_installtype()
in install.php
construct the installtype + high visibility selection dialog
show_dialog_language
InstallWizard::show_dialog_language()
in install.php
construct the language selection dialog
show_dialog_license
InstallWizard::show_dialog_license()
in install.php
construct a full license agreement and an input where the user must enter 'I agree'
show_dialog_user
InstallWizard::show_dialog_user()
in install.php
construct the dialog for the first user account
t
top
$time_start
InstallWizard::$time_start
in install.php
tabledata.php
tabledata.php
in tabledata.php
tabledefs.php
tabledefs.php
in tabledefs.php
t
InstallWizard::t()
in install.php
retrieve a translated string with optional parameters filled in
v
top
validate
InstallWizard::validate()
in install.php
minimal validation of data input
validate_password
InstallWizard::validate_password()
in install.php
validation of password input
w
top
WASENTRY
WASENTRY
in install.php
Valid entry points define WASENTRY; prevents direct access to include()'s.
write_config_php
InstallWizard::write_config_php()
in install.php
attempt to write the file config.php in the correct location
a
b
c
d
e
f
g
i
l
m
p
q
r
s
t
v
w