2013-09-02
new: forkFunctions.inc / getm23Dir: description Shows the full path to the active m23 directory or exits with an error.
new: forkFunctions.inc / getmdkDir: Shows the full path to the active mdk directory or exits with an error.
patch 100681: Added new option to disable root access via sudo for Ubuntu-derivatives, deactivation of SSL check now works, kernel list now sorted with generic kernels first.
new: CLCFG_disableSudoRootLogin: Disables getting root rights of normal users via sudo.
new: CLCFG_showDistributionSpecificOptionsUbuntu: Shows additional distribution specific options for Ubuntu.
cha: GRP_showGroupsAndCount2: now shows group table with alternating line colors and mouseover effect.
new: HELPER_compareLengthAbc: new function to compare strings first by length and then by alphabet.
new: HELPER_sortByLength: new function to sort arrays by length and alphabet-position of their values.
cha: m23/inc/debian/packages.php: function to get kernel list (PKG_getKernels) now outputs an ordered kernel list.
cha: m23/inc/halfSister/packages.php: function to get kernel list (PKG_getKernels) now outputs an ordered kernel list.
cha: CLCFG_addDistributionSpecificOptions: Now adds 'disableSSLCertCheck' and 'CB_disableSSLCertCheck'.
+++++
2013-08-28
patch 100680: Many improvements to the m23 cli.
+++++
2013-08-27
new: CLI_getModulePath: Checks, if a module exists and builds the full path to the module file.
new: CLI_getModuleInfo: Gets information about a given module.
new: CLI_getModuleDescription: Gets the description about a given module.
new: CLI_getModuleParameter: Gets the parameter(s) about a given module.
new: CLI_getModuleParameterLine: Gets the information line with module name and parameter(s) about a given module.
new: CLI_showAllModuleDescription: Shows a list of all modules with their descriptions.
patch 100679: CSS improvements.
cha: CSS improvements: Now the current row the mouse points to in many tables is highlighted.
+++++
2013-08-26
patch 100678: Fix for the mass installation dialog and smal fixes.
fix: massInstall.php: Fixed call time pass by reference.
fix: CLCFG_monoRemove: Corrects syntax if BASH's [ ].
new: HELPER_trimValue: Runs trim on the input parameter and writes the result back.
new: PKG_cleanPackageLine: Removes unwanted characters from a line containing package names and makes sure that there is only one line without line breaks.
cha: PKG_addStatusJob: Now calls PKG_cleanPackageLine on normal package installation or removal.
+++++
2013-08-24
cha: FDISK_showDiskDefine, BURN_blank, CPoolLister::__construct: Commented out debug code.
cha: print_r2, calculator.php, themeChoice.php: Now uses echo instead of print.
cha: check.php: Removed.
