checkAndInclude |
Setup file inclusion |
checkExistingPlugin |
Checks if a plugin is already installed |
checkInstallationSettings |
Checks to see if all the installation settings are valid and have been entered |
findSimilarText |
Searchs for a string in a given text and returns the position of it. |
getArgs |
Converts unix-style CLI arguments into an array |
getContenidoVersion |
Returns current version |
getSystemDirectories |
Returns the paths to the system directory (filesystem and web). |
initializeVariables |
Initializes the globals the CONTENIDO setup needs |
listClients |
Reads and returns the total list of system clients. |
passwordPrompt |
Ask the user for a password and erase it if he is done entering it. Since the
Windows console does not understand ANSI sequences the function will print a
warning for the user instead. |
printHelpText |
Prints the help text |
prnt |
Prints some text to the console |
prntln |
Prints some text and a new line to the console |
prntst |
Prints some text to the console and jumps back to the beginning of the line |
progressBar |
Prints a progress bar to the console |
stripLastSlash |
Removes the trailing slash of a string. |
updateClientPath |
Updates the path information of a client and refreshs the configuration file. |
updateContenidoVersion |
Updates contenido version in given table |
updateSysadminPassword |
Updates the system administrators password. |
updateSystemProperties |
Updates system properties |