-v3.3.2.
-Fix bug where the loading spinner would never disappear for archive operations.
-Update docker URL in installation instructions.
-Add victory and failure icons where the loading spinner goes for 5 seconds after a file operation.
-Add Wide GUI.
-Fix bug with GUI selection where the GET input was case sensitive, but the core was forcing it to be interpreted as lower case.
-Fix bug with GUI selection variables not being scoped properly.
-Make colors user selectable.
-Add missing div tag to convergGui2.html.
-I can't find any HTML erros in console anywhere. Yipee!!!
-Utilize POST and GET for language, GUI, and color inputs.
-Utilize the standardized sanitization procedure for these inputs.
-It was somewhat ad-hoc before, even though the global sanitized variables were already pre-prepared.
-v3.3.2.
-Fix bug where the loading spinner would never disappear for archive operations.
-Update docker URL in installation instructions.
-Add victory and failure icons where the loading spinner goes for 5 seconds after a file operation.
-Add Wide GUI.
-Fix bug with GUI selection where the GET input was case sensitive, but the core was forcing it to be interpreted as lower case.
-Fix bug with GUI selection variables not being scoped properly.
-Make colors user selectable.
-Add missing div tag to convergGui2.html.
-I can't find any HTML erros in console anywhere. Yipee!!!
-Utilize POST and GET for language, GUI, and color inputs.
-Utilize the standardized sanitization procedure for these inputs.
-It was somewhat ad-hoc before, even though the global sanitized variables were already pre-prepared.
-v3.3.2.
-Fix bug where the loading spinner would never disappear for archive operations.
-Update docker URL in installation instructions.
-Add victory and failure icons where the loading spinner goes for 5 seconds after a file operation.
-Add Wide GUI.
-Fix bug with GUI selection where the GET input was case sensitive, but the core was forcing it to be interpreted as lower case.
-Fix bug with GUI selection variables not being scoped properly.
-Make colors user selectable.
-Add missing div tag to convergGui2.html.
-I can't find any HTML erros in console anywhere. Yipee!!!
-Utilize POST and GET for language, GUI, and color inputs.
-Utilize the standardized sanitization procedure for these inputs.
-It was somewhat ad-hoc before, even though the global sanitized variables were already pre-prepared.
-v3.3.2.
-Fix bug where the loading spinner would never disappear for archive operations.
-Update docker URL in installation instructions.
-Add victory and failure icons where the loading spinner goes for 5 seconds after a file operation.
-Add Wide GUI.
-Fix bug with GUI selection where the GET input was case sensitive, but the core was forcing it to be interpreted as lower case.
-Fix bug with GUI selection variables not being scoped properly.
-Make colors user selectable.
-Add missing div tag to convergGui2.html.
-I can't find any HTML erros in console anywhere. Yipee!!!
-Utilize POST and GET for language, GUI, and color inputs.
-Utilize the standardized sanitization procedure for these inputs.
-It was somewhat ad-hoc before, even though the global sanitized variables were already pre-prepared.
-v3.3.2.
-Fix bug where the loading spinner would never disappear for archive operations.
-Update docker URL in installation instructions.
-Add victory and failure icons where the loading spinner goes for 5 seconds after a file operation.
-Add Wide GUI.
-Fix bug with GUI selection where the GET input was case sensitive, but the core was forcing it to be interpreted as lower case.
-Fix bug with GUI selection variables not being scoped properly.
-Make colors user selectable.
-Add missing div tag to convergGui2.html.
-I can't find any HTML erros in console anywhere. Yipee!!!
-Utilize POST and GET for language, GUI, and color inputs.
-Utilize the standardized sanitization procedure for these inputs.
-It was somewhat ad-hoc before, even though the global sanitized variables were already pre-prepared.
-v3.3.1.
-Move a bunch of files.
-Move versionInfo.php and config.php into the Resources folder.
-Create build folder.
-Move rc.local, rc.local.service, and a php.ini sample file in there that will be used for Docker installs.
-Move all resources into the UI\Default folder.
-Relieve the core of the logic of defining CSS, JS, and images for the UI pack. That's not very modular.
-Now the UI pack defines these in header.php.
-Resources folder is not a required part of a UI pack. So the core won't check for it,
-Although the core does define a relative path where the Resources folder, and JS, CSS, Images subfolders should go as a convinience.
-It is not required by the core to have these folders, or to organize your theme into them.
-Remove LICENSE file from the root of the repository, as this is also in the Documentation folder.
-Add a return value to cleanFiles() because I need one for the changes to verifyInstallation().
-Use the return value to make the variables $CleanedConvertLoc and $CleanedTempLoc meaningful by passing the return value to them.
-verifyInstallation() now checks config.php for $DeleteBuildEnvironment, and if true will delete the /Build folder.
-This is enabled by default to prevent attackers from using this to enumerate configuration information about the server or application.
-Improve documentation, formatting of styleCore.php for consistency/readability.
-Continue the long, ardous task of converting all the double quotes in convertGui2.php to single quotes.
-This will take a while, but I have done enough to be able to find/replace what I need.
-Remove Error 2-1 from ERROR_DESCRIPTIONS.txt because it is no longer generated by the application.
-Move supported formats to config.php so server administrators can control their own fate, if they dare.
-Default values are also listed in config.php if needed.
-Add support to remove the build environment & "development docs" that give away version info like readme.md & changelog.txt.
-Changed default color scheme from grey to blue because grey is especially gross looking to me right now.
-Fix bug where font defined in config.php was not propagating to styleCore.php.
-Fix bug with user virus scans when using ClamAV to scan an individual file for viruses.
-The scan would complete, but it would utilize both ScanCore and ClamAV when all the user asked for was ClamAV.
-Move default installation location to /DATA/HRConvert2 to make it consistent for Docker implementation.
-Start working on official Docker version.
-Minor update to installation instructions, consistency, consolidate steps.
-Added icon files to the Resources directory to be used in a future update.
-v3.3.1.
-Move a bunch of files.
-Move versionInfo.php and config.php into the Resources folder.
-Create build folder.
-Move rc.local, rc.local.service, and a php.ini sample file in there that will be used for Docker installs.
-Move all resources into the UI\Default folder.
-Relieve the core of the logic of defining CSS, JS, and images for the UI pack. That's not very modular.
-Now the UI pack defines these in header.php.
-Resources folder is not a required part of a UI pack. So the core won't check for it,
-Although the core does define a relative path where the Resources folder, and JS, CSS, Images subfolders should go as a convinience.
-It is not required by the core to have these folders, or to organize your theme into them.
-Remove LICENSE file from the root of the repository, as this is also in the Documentation folder.
-Add a return value to cleanFiles() because I need one for the changes to verifyInstallation().
-Use the return value to make the variables $CleanedConvertLoc and $CleanedTempLoc meaningful by passing the return value to them.
-verifyInstallation() now checks config.php for $DeleteBuildEnvironment, and if true will delete the /Build folder.
-This is enabled by default to prevent attackers from using this to enumerate configuration information about the server or application.
-Improve documentation, formatting of styleCore.php for consistency/readability.
-Continue the long, ardous task of converting all the double quotes in convertGui2.php to single quotes.
-This will take a while, but I have done enough to be able to find/replace what I need.
-Remove Error 2-1 from ERROR_DESCRIPTIONS.txt because it is no longer generated by the application.
-Move supported formats to config.php so server administrators can control their own fate, if they dare.
-Default values are also listed in config.php if needed.
-Add support to remove the build environment & "development docs" that give away version info like readme.md & changelog.txt.
-Changed default color scheme from grey to blue because grey is especially gross looking to me right now.
-Fix bug where font defined in config.php was not propagating to styleCore.php.
-Fix bug with user virus scans when using ClamAV to scan an individual file for viruses.
-The scan would complete, but it would utilize both ScanCore and ClamAV when all the user asked for was ClamAV.
-Move default installation location to /DATA/HRConvert2 to make it consistent for Docker implementation.
-Start working on official Docker version.
-Minor update to installation instructions, consistency, consolidate steps.
-Added icon files to the Resources directory to be used in a future update.
-v3.3.1.
-Move a bunch of files.
-Move versionInfo.php and config.php into the Resources folder.
-Create build folder.
-Move rc.local, rc.local.service, and a php.ini sample file in there that will be used for Docker installs.
-Move all resources into the UI\Default folder.
-Relieve the core of the logic of defining CSS, JS, and images for the UI pack. That's not very modular.
-Now the UI pack defines these in header.php.
-Resources folder is not a required part of a UI pack. So the core won't check for it,
-Although the core does define a relative path where the Resources folder, and JS, CSS, Images subfolders should go as a convinience.
-It is not required by the core to have these folders, or to organize your theme into them.
-Remove LICENSE file from the root of the repository, as this is also in the Documentation folder.
-Add a return value to cleanFiles() because I need one for the changes to verifyInstallation().
-Use the return value to make the variables $CleanedConvertLoc and $CleanedTempLoc meaningful by passing the return value to them.
-verifyInstallation() now checks config.php for $DeleteBuildEnvironment, and if true will delete the /Build folder.
-This is enabled by default to prevent attackers from using this to enumerate configuration information about the server or application.
-Improve documentation, formatting of styleCore.php for consistency/readability.
-Continue the long, ardous task of converting all the double quotes in convertGui2.php to single quotes.
-This will take a while, but I have done enough to be able to find/replace what I need.
-Remove Error 2-1 from ERROR_DESCRIPTIONS.txt because it is no longer generated by the application.
-Move supported formats to config.php so server administrators can control their own fate, if they dare.
-Default values are also listed in config.php if needed.
-Add support to remove the build environment & "development docs" that give away version info like readme.md & changelog.txt.
-Changed default color scheme from grey to blue because grey is especially gross looking to me right now.
-Fix bug where font defined in config.php was not propagating to styleCore.php.
-Fix bug with user virus scans when using ClamAV to scan an individual file for viruses.
-The scan would complete, but it would utilize both ScanCore and ClamAV when all the user asked for was ClamAV.
-Move default installation location to /DATA/HRConvert2 to make it consistent for Docker implementation.
-Start working on official Docker version.
-Minor update to installation instructions, consistency, consolidate steps.
-Added icon files to the Resources directory to be used in a future update.
-v3.3.1.
-Move a bunch of files.
-Move versionInfo.php and config.php into the Resources folder.
-Create build folder.
-Move rc.local, rc.local.service, and a php.ini sample file in there that will be used for Docker installs.
-Move all resources into the UI\Default folder.
-Relieve the core of the logic of defining CSS, JS, and images for the UI pack. That's not very modular.
-Now the UI pack defines these in header.php.
-Resources folder is not a required part of a UI pack. So the core won't check for it,
-Although the core does define a relative path where the Resources folder, and JS, CSS, Images subfolders should go as a convinience.
-It is not required by the core to have these folders, or to organize your theme into them.
-Remove LICENSE file from the root of the repository, as this is also in the Documentation folder.
-Add a return value to cleanFiles() because I need one for the changes to verifyInstallation().
-Use the return value to make the variables $CleanedConvertLoc and $CleanedTempLoc meaningful by passing the return value to them.
-verifyInstallation() now checks config.php for $DeleteBuildEnvironment, and if true will delete the /Build folder.
-This is enabled by default to prevent attackers from using this to enumerate configuration information about the server or application.
-Improve documentation, formatting of styleCore.php for consistency/readability.
-Continue the long, ardous task of converting all the double quotes in convertGui2.php to single quotes.
-This will take a while, but I have done enough to be able to find/replace what I need.
-Remove Error 2-1 from ERROR_DESCRIPTIONS.txt because it is no longer generated by the application.
-Move supported formats to config.php so server administrators can control their own fate, if they dare.
-Default values are also listed in config.php if needed.
-Add support to remove the build environment & "development docs" that give away version info like readme.md & changelog.txt.
-Changed default color scheme from grey to blue because grey is especially gross looking to me right now.
-Fix bug where font defined in config.php was not propagating to styleCore.php.
-Fix bug with user virus scans when using ClamAV to scan an individual file for viruses.
-The scan would complete, but it would utilize both ScanCore and ClamAV when all the user asked for was ClamAV.
-Move default installation location to /DATA/HRConvert2 to make it consistent for Docker implementation.
-Start working on official Docker version.
-Minor update to installation instructions, consistency, consolidate steps.
-Added icon files to the Resources directory to be used in a future update.
-v3.3.1.
-Move a bunch of files.
-Move versionInfo.php and config.php into the Resources folder.
-Create build folder.
-Move rc.local, rc.local.service, and a php.ini sample file in there that will be used for Docker installs.
-Move all resources into the UI\Default folder.
-Relieve the core of the logic of defining CSS, JS, and images for the UI pack. That's not very modular.
-Now the UI pack defines these in header.php.
-Resources folder is not a required part of a UI pack. So the core won't check for it,
-Although the core does define a relative path where the Resources folder, and JS, CSS, Images subfolders should go as a convinience.
-It is not required by the core to have these folders, or to organize your theme into them.
-Remove LICENSE file from the root of the repository, as this is also in the Documentation folder.
-Add a return value to cleanFiles() because I need one for the changes to verifyInstallation().
-Use the return value to make the variables $CleanedConvertLoc and $CleanedTempLoc meaningful by passing the return value to them.
-verifyInstallation() now checks config.php for $DeleteBuildEnvironment, and if true will delete the /Build folder.
-This is enabled by default to prevent attackers from using this to enumerate configuration information about the server or application.
-Improve documentation, formatting of styleCore.php for consistency/readability.
-Continue the long, ardous task of converting all the double quotes in convertGui2.php to single quotes.
-This will take a while, but I have done enough to be able to find/replace what I need.
-Remove Error 2-1 from ERROR_DESCRIPTIONS.txt because it is no longer generated by the application.
-Move supported formats to config.php so server administrators can control their own fate, if they dare.
-Default values are also listed in config.php if needed.
-Add support to remove the build environment & "development docs" that give away version info like readme.md & changelog.txt.
-Changed default color scheme from grey to blue because grey is especially gross looking to me right now.
-Fix bug where font defined in config.php was not propagating to styleCore.php.
-Fix bug with user virus scans when using ClamAV to scan an individual file for viruses.
-The scan would complete, but it would utilize both ScanCore and ClamAV when all the user asked for was ClamAV.
-Move default installation location to /DATA/HRConvert2 to make it consistent for Docker implementation.
-Start working on official Docker version.
-Minor update to installation instructions, consistency, consolidate steps.
-Added icon files to the Resources directory to be used in a future update.
-v3.3.1.
-Move a bunch of files.
-Move versionInfo.php and config.php into the Resources folder.
-Create build folder.
-Move rc.local, rc.local.service, and a php.ini sample file in there that will be used for Docker installs.
-Move all resources into the UI\Default folder.
-Relieve the core of the logic of defining CSS, JS, and images for the UI pack. That's not very modular.
-Now the UI pack defines these in header.php.
-Resources folder is not a required part of a UI pack. So the core won't check for it,
-Although the core does define a relative path where the Resources folder, and JS, CSS, Images subfolders should go as a convinience.
-It is not required by the core to have these folders, or to organize your theme into them.
-Remove LICENSE file from the root of the repository, as this is also in the Documentation folder.
-Add a return value to cleanFiles() because I need one for the changes to verifyInstallation().
-Use the return value to make the variables $CleanedConvertLoc and $CleanedTempLoc meaningful by passing the return value to them.
-verifyInstallation() now checks config.php for $DeleteBuildEnvironment, and if true will delete the /Build folder.
-This is enabled by default to prevent attackers from using this to enumerate configuration information about the server or application.
-Improve documentation, formatting of styleCore.php for consistency/readability.
-Continue the long, ardous task of converting all the double quotes in convertGui2.php to single quotes.
-This will take a while, but I have done enough to be able to find/replace what I need.
-Remove Error 2-1 from ERROR_DESCRIPTIONS.txt because it is no longer generated by the application.
-Move supported formats to config.php so server administrators can control their own fate, if they dare.
-Default values are also listed in config.php if needed.
-Add support to remove the build environment & "development docs" that give away version info like readme.md & changelog.txt.
-Changed default color scheme from grey to blue because grey is especially gross looking to me right now.
-Fix bug where font defined in config.php was not propagating to styleCore.php.
-Fix bug with user virus scans when using ClamAV to scan an individual file for viruses.
-The scan would complete, but it would utilize both ScanCore and ClamAV when all the user asked for was ClamAV.
-Move default installation location to /DATA/HRConvert2 to make it consistent for Docker implementation.
-Start working on official Docker version.
-Minor update to installation instructions, consistency, consolidate steps.
-Added icon files to the Resources directory to be used in a future update.
-v3.3.1.
-Move a bunch of files.
-Move versionInfo.php and config.php into the Resources folder.
-Create build folder.
-Move rc.local, rc.local.service, and a php.ini sample file in there that will be used for Docker installs.
-Move all resources into the UI\Default folder.
-Relieve the core of the logic of defining CSS, JS, and images for the UI pack. That's not very modular.
-Now the UI pack defines these in header.php.
-Resources folder is not a required part of a UI pack. So the core won't check for it,
-Although the core does define a relative path where the Resources folder, and JS, CSS, Images subfolders should go as a convinience.
-It is not required by the core to have these folders, or to organize your theme into them.
-Remove LICENSE file from the root of the repository, as this is also in the Documentation folder.
-Add a return value to cleanFiles() because I need one for the changes to verifyInstallation().
-Use the return value to make the variables $CleanedConvertLoc and $CleanedTempLoc meaningful by passing the return value to them.
-verifyInstallation() now checks config.php for $DeleteBuildEnvironment, and if true will delete the /Build folder.
-This is enabled by default to prevent attackers from using this to enumerate configuration information about the server or application.
-Improve documentation, formatting of styleCore.php for consistency/readability.
-Continue the long, ardous task of converting all the double quotes in convertGui2.php to single quotes.
-This will take a while, but I have done enough to be able to find/replace what I need.
-Remove Error 2-1 from ERROR_DESCRIPTIONS.txt because it is no longer generated by the application.
-Move supported formats to config.php so server administrators can control their own fate, if they dare.
-Default values are also listed in config.php if needed.
-Add support to remove the build environment & "development docs" that give away version info like readme.md & changelog.txt.
-Changed default color scheme from grey to blue because grey is especially gross looking to me right now.
-Fix bug where font defined in config.php was not propagating to styleCore.php.
-Fix bug with user virus scans when using ClamAV to scan an individual file for viruses.
-The scan would complete, but it would utilize both ScanCore and ClamAV when all the user asked for was ClamAV.
-Move default installation location to /DATA/HRConvert2 to make it consistent for Docker implementation.
-Start working on official Docker version.
-Minor update to installation instructions, consistency, consolidate steps.
-Added icon files to the Resources directory to be used in a future update.
-v3.3.1.
-Move a bunch of files.
-Move versionInfo.php and config.php into the Resources folder.
-Create build folder.
-Move rc.local, rc.local.service, and a php.ini sample file in there that will be used for Docker installs.
-Move all resources into the UI\Default folder.
-Relieve the core of the logic of defining CSS, JS, and images for the UI pack. That's not very modular.
-Now the UI pack defines these in header.php.
-Resources folder is not a required part of a UI pack. So the core won't check for it,
-Although the core does define a relative path where the Resources folder, and JS, CSS, Images subfolders should go as a convinience.
-It is not required by the core to have these folders, or to organize your theme into them.
-Remove LICENSE file from the root of the repository, as this is also in the Documentation folder.
-Add a return value to cleanFiles() because I need one for the changes to verifyInstallation().
-Use the return value to make the variables $CleanedConvertLoc and $CleanedTempLoc meaningful by passing the return value to them.
-verifyInstallation() now checks config.php for $DeleteBuildEnvironment, and if true will delete the /Build folder.
-This is enabled by default to prevent attackers from using this to enumerate configuration information about the server or application.
-Improve documentation, formatting of styleCore.php for consistency/readability.
-Continue the long, ardous task of converting all the double quotes in convertGui2.php to single quotes.
-This will take a while, but I have done enough to be able to find/replace what I need.
-Remove Error 2-1 from ERROR_DESCRIPTIONS.txt because it is no longer generated by the application.
-Move supported formats to config.php so server administrators can control their own fate, if they dare.
-Default values are also listed in config.php if needed.
-Add support to remove the build environment & "development docs" that give away version info like readme.md & changelog.txt.
-Changed default color scheme from grey to blue because grey is especially gross looking to me right now.
-Fix bug where font defined in config.php was not propagating to styleCore.php.
-Fix bug with user virus scans when using ClamAV to scan an individual file for viruses.
-The scan would complete, but it would utilize both ScanCore and ClamAV when all the user asked for was ClamAV.
-Move default installation location to /DATA/HRConvert2 to make it consistent for Docker implementation.
-Start working on official Docker version.
-Minor update to installation instructions, consistency, consolidate steps.
-Added icon files to the Resources directory to be used in a future update.
-v3.3.1.
-Move a bunch of files.
-Move versionInfo.php and config.php into the Resources folder.
-Create build folder.
-Move rc.local, rc.local.service, and a php.ini sample file in there that will be used for Docker installs.
-Move all resources into the UI\Default folder.
-Relieve the core of the logic of defining CSS, JS, and images for the UI pack. That's not very modular.
-Now the UI pack defines these in header.php.
-Resources folder is not a required part of a UI pack. So the core won't check for it,
-Although the core does define a relative path where the Resources folder, and JS, CSS, Images subfolders should go as a convinience.
-It is not required by the core to have these folders, or to organize your theme into them.
-Remove LICENSE file from the root of the repository, as this is also in the Documentation folder.
-Add a return value to cleanFiles() because I need one for the changes to verifyInstallation().
-Use the return value to make the variables $CleanedConvertLoc and $CleanedTempLoc meaningful by passing the return value to them.
-verifyInstallation() now checks config.php for $DeleteBuildEnvironment, and if true will delete the /Build folder.
-This is enabled by default to prevent attackers from using this to enumerate configuration information about the server or application.
-Improve documentation, formatting of styleCore.php for consistency/readability.
-Continue the long, ardous task of converting all the double quotes in convertGui2.php to single quotes.
-This will take a while, but I have done enough to be able to find/replace what I need.
-Remove Error 2-1 from ERROR_DESCRIPTIONS.txt because it is no longer generated by the application.
-Move supported formats to config.php so server administrators can control their own fate, if they dare.
-Default values are also listed in config.php if needed.
-Add support to remove the build environment & "development docs" that give away version info like readme.md & changelog.txt.
-Changed default color scheme from grey to blue because grey is especially gross looking to me right now.
-Fix bug where font defined in config.php was not propagating to styleCore.php.
-Fix bug with user virus scans when using ClamAV to scan an individual file for viruses.
-The scan would complete, but it would utilize both ScanCore and ClamAV when all the user asked for was ClamAV.
-Move default installation location to /DATA/HRConvert2 to make it consistent for Docker implementation.
-Start working on official Docker version.
-Minor update to installation instructions, consistency, consolidate steps.
-Added icon files to the Resources directory to be used in a future update.
-v3.3.1.
-Move a bunch of files.
-Move versionInfo.php and config.php into the Resources folder.
-Create build folder.
-Move rc.local, rc.local.service, and a php.ini sample file in there that will be used for Docker installs.
-Move all resources into the UI\Default folder.
-Relieve the core of the logic of defining CSS, JS, and images for the UI pack. That's not very modular.
-Now the UI pack defines these in header.php.
-Resources folder is not a required part of a UI pack. So the core won't check for it,
-Although the core does define a relative path where the Resources folder, and JS, CSS, Images subfolders should go as a convinience.
-It is not required by the core to have these folders, or to organize your theme into them.
-Remove LICENSE file from the root of the repository, as this is also in the Documentation folder.
-Add a return value to cleanFiles() because I need one for the changes to verifyInstallation().
-Use the return value to make the variables $CleanedConvertLoc and $CleanedTempLoc meaningful by passing the return value to them.
-verifyInstallation() now checks config.php for $DeleteBuildEnvironment, and if true will delete the /Build folder.
-This is enabled by default to prevent attackers from using this to enumerate configuration information about the server or application.
-Improve documentation, formatting of styleCore.php for consistency/readability.
-Continue the long, ardous task of converting all the double quotes in convertGui2.php to single quotes.
-This will take a while, but I have done enough to be able to find/replace what I need.
-Remove Error 2-1 from ERROR_DESCRIPTIONS.txt because it is no longer generated by the application.
-Move supported formats to config.php so server administrators can control their own fate, if they dare.
-Default values are also listed in config.php if needed.
-Add support to remove the build environment & "development docs" that give away version info like readme.md & changelog.txt.
-Changed default color scheme from grey to blue because grey is especially gross looking to me right now.
-Fix bug where font defined in config.php was not propagating to styleCore.php.
-Fix bug with user virus scans when using ClamAV to scan an individual file for viruses.
-The scan would complete, but it would utilize both ScanCore and ClamAV when all the user asked for was ClamAV.
-Move default installation location to /DATA/HRConvert2 to make it consistent for Docker implementation.
-Start working on official Docker version.
-Minor update to installation instructions, consistency, consolidate steps.
-Added icon files to the Resources directory to be used in a future update.
-v3.3.1.
-Move a bunch of files.
-Move versionInfo.php and config.php into the Resources folder.
-Create build folder.
-Move rc.local, rc.local.service, and a php.ini sample file in there that will be used for Docker installs.
-Move all resources into the UI\Default folder.
-Relieve the core of the logic of defining CSS, JS, and images for the UI pack. That's not very modular.
-Now the UI pack defines these in header.php.
-Resources folder is not a required part of a UI pack. So the core won't check for it,
-Although the core does define a relative path where the Resources folder, and JS, CSS, Images subfolders should go as a convinience.
-It is not required by the core to have these folders, or to organize your theme into them.
-Remove LICENSE file from the root of the repository, as this is also in the Documentation folder.
-Add a return value to cleanFiles() because I need one for the changes to verifyInstallation().
-Use the return value to make the variables $CleanedConvertLoc and $CleanedTempLoc meaningful by passing the return value to them.
-verifyInstallation() now checks config.php for $DeleteBuildEnvironment, and if true will delete the /Build folder.
-This is enabled by default to prevent attackers from using this to enumerate configuration information about the server or application.
-Improve documentation, formatting of styleCore.php for consistency/readability.
-Continue the long, ardous task of converting all the double quotes in convertGui2.php to single quotes.
-This will take a while, but I have done enough to be able to find/replace what I need.
-Remove Error 2-1 from ERROR_DESCRIPTIONS.txt because it is no longer generated by the application.
-Move supported formats to config.php so server administrators can control their own fate, if they dare.
-Default values are also listed in config.php if needed.
-Add support to remove the build environment & "development docs" that give away version info like readme.md & changelog.txt.
-Changed default color scheme from grey to blue because grey is especially gross looking to me right now.
-Fix bug where font defined in config.php was not propagating to styleCore.php.
-Fix bug with user virus scans when using ClamAV to scan an individual file for viruses.
-The scan would complete, but it would utilize both ScanCore and ClamAV when all the user asked for was ClamAV.
-Move default installation location to /DATA/HRConvert2 to make it consistent for Docker implementation.
-Start working on official Docker version.
-Minor update to installation instructions, consistency, consolidate steps.
-Added icon files to the Resources directory to be used in a future update.
-v3.3.1.
-Move a bunch of files.
-Move versionInfo.php and config.php into the Resources folder.
-Create build folder.
-Move rc.local, rc.local.service, and a php.ini sample file in there that will be used for Docker installs.
-Move all resources into the UI\Default folder.
-Relieve the core of the logic of defining CSS, JS, and images for the UI pack. That's not very modular.
-Now the UI pack defines these in header.php.
-Resources folder is not a required part of a UI pack. So the core won't check for it,
-Although the core does define a relative path where the Resources folder, and JS, CSS, Images subfolders should go as a convinience.
-It is not required by the core to have these folders, or to organize your theme into them.
-Remove LICENSE file from the root of the repository, as this is also in the Documentation folder.
-Add a return value to cleanFiles() because I need one for the changes to verifyInstallation().
-Use the return value to make the variables $CleanedConvertLoc and $CleanedTempLoc meaningful by passing the return value to them.
-verifyInstallation() now checks config.php for $DeleteBuildEnvironment, and if true will delete the /Build folder.
-This is enabled by default to prevent attackers from using this to enumerate configuration information about the server or application.
-Improve documentation, formatting of styleCore.php for consistency/readability.
-Continue the long, ardous task of converting all the double quotes in convertGui2.php to single quotes.
-This will take a while, but I have done enough to be able to find/replace what I need.
-Remove Error 2-1 from ERROR_DESCRIPTIONS.txt because it is no longer generated by the application.
-Move supported formats to config.php so server administrators can control their own fate, if they dare.
-Default values are also listed in config.php if needed.
-Add support to remove the build environment & "development docs" that give away version info like readme.md & changelog.txt.
-Changed default color scheme from grey to blue because grey is especially gross looking to me right now.
-Fix bug where font defined in config.php was not propagating to styleCore.php.
-Fix bug with user virus scans when using ClamAV to scan an individual file for viruses.
-The scan would complete, but it would utilize both ScanCore and ClamAV when all the user asked for was ClamAV.
-Move default installation location to /DATA/HRConvert2 to make it consistent for Docker implementation.
-Start working on official Docker version.
-Minor update to installation instructions, consistency, consolidate steps.
-Added icon files to the Resources directory to be used in a future update.
-v3.3.1.
-Move a bunch of files.
-Move versionInfo.php and config.php into the Resources folder.
-Create build folder.
-Move rc.local, rc.local.service, and a php.ini sample file in there that will be used for Docker installs.
-Move all resources into the UI\Default folder.
-Relieve the core of the logic of defining CSS, JS, and images for the UI pack. That's not very modular.
-Now the UI pack defines these in header.php.
-Resources folder is not a required part of a UI pack. So the core won't check for it,
-Although the core does define a relative path where the Resources folder, and JS, CSS, Images subfolders should go as a convinience.
-It is not required by the core to have these folders, or to organize your theme into them.
-Remove LICENSE file from the root of the repository, as this is also in the Documentation folder.
-Add a return value to cleanFiles() because I need one for the changes to verifyInstallation().
-Use the return value to make the variables $CleanedConvertLoc and $CleanedTempLoc meaningful by passing the return value to them.
-verifyInstallation() now checks config.php for $DeleteBuildEnvironment, and if true will delete the /Build folder.
-This is enabled by default to prevent attackers from using this to enumerate configuration information about the server or application.
-Improve documentation, formatting of styleCore.php for consistency/readability.
-Continue the long, ardous task of converting all the double quotes in convertGui2.php to single quotes.
-This will take a while, but I have done enough to be able to find/replace what I need.
-Remove Error 2-1 from ERROR_DESCRIPTIONS.txt because it is no longer generated by the application.
-Move supported formats to config.php so server administrators can control their own fate, if they dare.
-Default values are also listed in config.php if needed.
-Add support to remove the build environment & "development docs" that give away version info like readme.md & changelog.txt.
-Changed default color scheme from grey to blue because grey is especially gross looking to me right now.
-Fix bug where font defined in config.php was not propagating to styleCore.php.
-Fix bug with user virus scans when using ClamAV to scan an individual file for viruses.
-The scan would complete, but it would utilize both ScanCore and ClamAV when all the user asked for was ClamAV.
-Move default installation location to /DATA/HRConvert2 to make it consistent for Docker implementation.
-Start working on official Docker version.
-Minor update to installation instructions, consistency, consolidate steps.
-Added icon files to the Resources directory to be used in a future update.
-v3.3.1.
-Move a bunch of files.
-Move versionInfo.php and config.php into the Resources folder.
-Create build folder.
-Move rc.local, rc.local.service, and a php.ini sample file in there that will be used for Docker installs.
-Move all resources into the UI\Default folder.
-Relieve the core of the logic of defining CSS, JS, and images for the UI pack. That's not very modular.
-Now the UI pack defines these in header.php.
-Resources folder is not a required part of a UI pack. So the core won't check for it,
-Although the core does define a relative path where the Resources folder, and JS, CSS, Images subfolders should go as a convinience.
-It is not required by the core to have these folders, or to organize your theme into them.
-Remove LICENSE file from the root of the repository, as this is also in the Documentation folder.
-Add a return value to cleanFiles() because I need one for the changes to verifyInstallation().
-Use the return value to make the variables $CleanedConvertLoc and $CleanedTempLoc meaningful by passing the return value to them.
-verifyInstallation() now checks config.php for $DeleteBuildEnvironment, and if true will delete the /Build folder.
-This is enabled by default to prevent attackers from using this to enumerate configuration information about the server or application.
-Improve documentation, formatting of styleCore.php for consistency/readability.
-Continue the long, ardous task of converting all the double quotes in convertGui2.php to single quotes.
-This will take a while, but I have done enough to be able to find/replace what I need.
-Remove Error 2-1 from ERROR_DESCRIPTIONS.txt because it is no longer generated by the application.
-Move supported formats to config.php so server administrators can control their own fate, if they dare.
-Default values are also listed in config.php if needed.
-Add support to remove the build environment & "development docs" that give away version info like readme.md & changelog.txt.
-Changed default color scheme from grey to blue because grey is especially gross looking to me right now.
-Fix bug where font defined in config.php was not propagating to styleCore.php.
-Fix bug with user virus scans when using ClamAV to scan an individual file for viruses.
-The scan would complete, but it would utilize both ScanCore and ClamAV when all the user asked for was ClamAV.
-Move default installation location to /DATA/HRConvert2 to make it consistent for Docker implementation.
-Start working on official Docker version.
-Minor update to installation instructions, consistency, consolidate steps.
-Added icon files to the Resources directory to be used in a future update.
-v3.3.1.
-Move a bunch of files.
-Move versionInfo.php and config.php into the Resources folder.
-Create build folder.
-Move rc.local, rc.local.service, and a php.ini sample file in there that will be used for Docker installs.
-Move all resources into the UI\Default folder.
-Relieve the core of the logic of defining CSS, JS, and images for the UI pack. That's not very modular.
-Now the UI pack defines these in header.php.
-Resources folder is not a required part of a UI pack. So the core won't check for it,
-Although the core does define a relative path where the Resources folder, and JS, CSS, Images subfolders should go as a convinience.
-It is not required by the core to have these folders, or to organize your theme into them.
-Remove LICENSE file from the root of the repository, as this is also in the Documentation folder.
-Add a return value to cleanFiles() because I need one for the changes to verifyInstallation().
-Use the return value to make the variables $CleanedConvertLoc and $CleanedTempLoc meaningful by passing the return value to them.
-verifyInstallation() now checks config.php for $DeleteBuildEnvironment, and if true will delete the /Build folder.
-This is enabled by default to prevent attackers from using this to enumerate configuration information about the server or application.
-Improve documentation, formatting of styleCore.php for consistency/readability.
-Continue the long, ardous task of converting all the double quotes in convertGui2.php to single quotes.
-This will take a while, but I have done enough to be able to find/replace what I need.
-Remove Error 2-1 from ERROR_DESCRIPTIONS.txt because it is no longer generated by the application.
-Move supported formats to config.php so server administrators can control their own fate, if they dare.
-Default values are also listed in config.php if needed.
-Add support to remove the build environment & "development docs" that give away version info like readme.md & changelog.txt.
-Changed default color scheme from grey to blue because grey is especially gross looking to me right now.
-Fix bug where font defined in config.php was not propagating to styleCore.php.
-Fix bug with user virus scans when using ClamAV to scan an individual file for viruses.
-The scan would complete, but it would utilize both ScanCore and ClamAV when all the user asked for was ClamAV.
-Move default installation location to /DATA/HRConvert2 to make it consistent for Docker implementation.
-Start working on official Docker version.
-Minor update to installation instructions, consistency, consolidate steps.
-Added icon files to the Resources directory to be used in a future update.
-v3.3.1.
-Move a bunch of files.
-Move versionInfo.php and config.php into the Resources folder.
-Create build folder.
-Move rc.local, rc.local.service, and a php.ini sample file in there that will be used for Docker installs.
-Move all resources into the UI\Default folder.
-Relieve the core of the logic of defining CSS, JS, and images for the UI pack. That's not very modular.
-Now the UI pack defines these in header.php.
-Resources folder is not a required part of a UI pack. So the core won't check for it,
-Although the core does define a relative path where the Resources folder, and JS, CSS, Images subfolders should go as a convinience.
-It is not required by the core to have these folders, or to organize your theme into them.
-Remove LICENSE file from the root of the repository, as this is also in the Documentation folder.
-Add a return value to cleanFiles() because I need one for the changes to verifyInstallation().
-Use the return value to make the variables $CleanedConvertLoc and $CleanedTempLoc meaningful by passing the return value to them.
-verifyInstallation() now checks config.php for $DeleteBuildEnvironment, and if true will delete the /Build folder.
-This is enabled by default to prevent attackers from using this to enumerate configuration information about the server or application.
-Improve documentation, formatting of styleCore.php for consistency/readability.
-Continue the long, ardous task of converting all the double quotes in convertGui2.php to single quotes.
-This will take a while, but I have done enough to be able to find/replace what I need.
-Remove Error 2-1 from ERROR_DESCRIPTIONS.txt because it is no longer generated by the application.
-Move supported formats to config.php so server administrators can control their own fate, if they dare.
-Default values are also listed in config.php if needed.
-Add support to remove the build environment & "development docs" that give away version info like readme.md & changelog.txt.
-Changed default color scheme from grey to blue because grey is especially gross looking to me right now.
-Fix bug where font defined in config.php was not propagating to styleCore.php.
-Fix bug with user virus scans when using ClamAV to scan an individual file for viruses.
-The scan would complete, but it would utilize both ScanCore and ClamAV when all the user asked for was ClamAV.
-Move default installation location to /DATA/HRConvert2 to make it consistent for Docker implementation.
-Start working on official Docker version.
-Minor update to installation instructions, consistency, consolidate steps.
-Added icon files to the Resources directory to be used in a future update.
-v3.3.1.
-Move a bunch of files.
-Move versionInfo.php and config.php into the Resources folder.
-Create build folder.
-Move rc.local, rc.local.service, and a php.ini sample file in there that will be used for Docker installs.
-Move all resources into the UI\Default folder.
-Relieve the core of the logic of defining CSS, JS, and images for the UI pack. That's not very modular.
-Now the UI pack defines these in header.php.
-Resources folder is not a required part of a UI pack. So the core won't check for it,
-Although the core does define a relative path where the Resources folder, and JS, CSS, Images subfolders should go as a convinience.
-It is not required by the core to have these folders, or to organize your theme into them.
-Remove LICENSE file from the root of the repository, as this is also in the Documentation folder.
-Add a return value to cleanFiles() because I need one for the changes to verifyInstallation().
-Use the return value to make the variables $CleanedConvertLoc and $CleanedTempLoc meaningful by passing the return value to them.
-verifyInstallation() now checks config.php for $DeleteBuildEnvironment, and if true will delete the /Build folder.
-This is enabled by default to prevent attackers from using this to enumerate configuration information about the server or application.
-Improve documentation, formatting of styleCore.php for consistency/readability.
-Continue the long, ardous task of converting all the double quotes in convertGui2.php to single quotes.
-This will take a while, but I have done enough to be able to find/replace what I need.
-Remove Error 2-1 from ERROR_DESCRIPTIONS.txt because it is no longer generated by the application.
-Move supported formats to config.php so server administrators can control their own fate, if they dare.
-Default values are also listed in config.php if needed.
-Add support to remove the build environment & "development docs" that give away version info like readme.md & changelog.txt.
-Changed default color scheme from grey to blue because grey is especially gross looking to me right now.
-Fix bug where font defined in config.php was not propagating to styleCore.php.
-Fix bug with user virus scans when using ClamAV to scan an individual file for viruses.
-The scan would complete, but it would utilize both ScanCore and ClamAV when all the user asked for was ClamAV.
-Move default installation location to /DATA/HRConvert2 to make it consistent for Docker implementation.
-Start working on official Docker version.
-Minor update to installation instructions, consistency, consolidate steps.
-Added icon files to the Resources directory to be used in a future update.
-v3.3.1.
-Move a bunch of files.
-Move versionInfo.php and config.php into the Resources folder.
-Create build folder.
-Move rc.local, rc.local.service, and a php.ini sample file in there that will be used for Docker installs.
-Move all resources into the UI\Default folder.
-Relieve the core of the logic of defining CSS, JS, and images for the UI pack. That's not very modular.
-Now the UI pack defines these in header.php.
-Resources folder is not a required part of a UI pack. So the core won't check for it,
-Although the core does define a relative path where the Resources folder, and JS, CSS, Images subfolders should go as a convinience.
-It is not required by the core to have these folders, or to organize your theme into them.
-Remove LICENSE file from the root of the repository, as this is also in the Documentation folder.
-Add a return value to cleanFiles() because I need one for the changes to verifyInstallation().
-Use the return value to make the variables $CleanedConvertLoc and $CleanedTempLoc meaningful by passing the return value to them.
-verifyInstallation() now checks config.php for $DeleteBuildEnvironment, and if true will delete the /Build folder.
-This is enabled by default to prevent attackers from using this to enumerate configuration information about the server or application.
-Improve documentation, formatting of styleCore.php for consistency/readability.
-Continue the long, ardous task of converting all the double quotes in convertGui2.php to single quotes.
-This will take a while, but I have done enough to be able to find/replace what I need.
-Remove Error 2-1 from ERROR_DESCRIPTIONS.txt because it is no longer generated by the application.
-Move supported formats to config.php so server administrators can control their own fate, if they dare.
-Default values are also listed in config.php if needed.
-Add support to remove the build environment & "development docs" that give away version info like readme.md & changelog.txt.
-Changed default color scheme from grey to blue because grey is especially gross looking to me right now.
-Fix bug where font defined in config.php was not propagating to styleCore.php.
-Fix bug with user virus scans when using ClamAV to scan an individual file for viruses.
-The scan would complete, but it would utilize both ScanCore and ClamAV when all the user asked for was ClamAV.
-Move default installation location to /DATA/HRConvert2 to make it consistent for Docker implementation.
-Start working on official Docker version.
-Minor update to installation instructions, consistency, consolidate steps.
-Added icon files to the Resources directory to be used in a future update.
-v3.3.1.
-Move a bunch of files.
-Move versionInfo.php and config.php into the Resources folder.
-Create build folder.
-Move rc.local, rc.local.service, and a php.ini sample file in there that will be used for Docker installs.
-Move all resources into the UI\Default folder.
-Relieve the core of the logic of defining CSS, JS, and images for the UI pack. That's not very modular.
-Now the UI pack defines these in header.php.
-Resources folder is not a required part of a UI pack. So the core won't check for it,
-Although the core does define a relative path where the Resources folder, and JS, CSS, Images subfolders should go as a convinience.
-It is not required by the core to have these folders, or to organize your theme into them.
-Remove LICENSE file from the root of the repository, as this is also in the Documentation folder.
-Add a return value to cleanFiles() because I need one for the changes to verifyInstallation().
-Use the return value to make the variables $CleanedConvertLoc and $CleanedTempLoc meaningful by passing the return value to them.
-verifyInstallation() now checks config.php for $DeleteBuildEnvironment, and if true will delete the /Build folder.
-This is enabled by default to prevent attackers from using this to enumerate configuration information about the server or application.
-Improve documentation, formatting of styleCore.php for consistency/readability.
-Continue the long, ardous task of converting all the double quotes in convertGui2.php to single quotes.
-This will take a while, but I have done enough to be able to find/replace what I need.
-Remove Error 2-1 from ERROR_DESCRIPTIONS.txt because it is no longer generated by the application.
-Move supported formats to config.php so server administrators can control their own fate, if they dare.
-Default values are also listed in config.php if needed.
-Add support to remove the build environment & "development docs" that give away version info like readme.md & changelog.txt.
-Changed default color scheme from grey to blue because grey is especially gross looking to me right now.
-Fix bug where font defined in config.php was not propagating to styleCore.php.
-Fix bug with user virus scans when using ClamAV to scan an individual file for viruses.
-The scan would complete, but it would utilize both ScanCore and ClamAV when all the user asked for was ClamAV.
-Move default installation location to /DATA/HRConvert2 to make it consistent for Docker implementation.
-Start working on official Docker version.
-Minor update to installation instructions, consistency, consolidate steps.
-Added icon files to the Resources directory to be used in a future update.
-v3.3.1.
-Move a bunch of files.
-Move versionInfo.php and config.php into the Resources folder.
-Create build folder.
-Move rc.local, rc.local.service, and a php.ini sample file in there that will be used for Docker installs.
-Move all resources into the UI\Default folder.
-Relieve the core of the logic of defining CSS, JS, and images for the UI pack. That's not very modular.
-Now the UI pack defines these in header.php.
-Resources folder is not a required part of a UI pack. So the core won't check for it,
-Although the core does define a relative path where the Resources folder, and JS, CSS, Images subfolders should go as a convinience.
-It is not required by the core to have these folders, or to organize your theme into them.
-Remove LICENSE file from the root of the repository, as this is also in the Documentation folder.
-Add a return value to cleanFiles() because I need one for the changes to verifyInstallation().
-Use the return value to make the variables $CleanedConvertLoc and $CleanedTempLoc meaningful by passing the return value to them.
-verifyInstallation() now checks config.php for $DeleteBuildEnvironment, and if true will delete the /Build folder.
-This is enabled by default to prevent attackers from using this to enumerate configuration information about the server or application.
-Improve documentation, formatting of styleCore.php for consistency/readability.
-Continue the long, ardous task of converting all the double quotes in convertGui2.php to single quotes.
-This will take a while, but I have done enough to be able to find/replace what I need.
-Remove Error 2-1 from ERROR_DESCRIPTIONS.txt because it is no longer generated by the application.
-Move supported formats to config.php so server administrators can control their own fate, if they dare.
-Default values are also listed in config.php if needed.
-Add support to remove the build environment & "development docs" that give away version info like readme.md & changelog.txt.
-Changed default color scheme from grey to blue because grey is especially gross looking to me right now.
-Fix bug where font defined in config.php was not propagating to styleCore.php.
-Fix bug with user virus scans when using ClamAV to scan an individual file for viruses.
-The scan would complete, but it would utilize both ScanCore and ClamAV when all the user asked for was ClamAV.
-Move default installation location to /DATA/HRConvert2 to make it consistent for Docker implementation.
-Start working on official Docker version.
-Minor update to installation instructions, consistency, consolidate steps.
-Added icon files to the Resources directory to be used in a future update.
-v3.3.1.
-Move a bunch of files.
-Move versionInfo.php and config.php into the Resources folder.
-Create build folder.
-Move rc.local, rc.local.service, and a php.ini sample file in there that will be used for Docker installs.
-Move all resources into the UI\Default folder.
-Relieve the core of the logic of defining CSS, JS, and images for the UI pack. That's not very modular.
-Now the UI pack defines these in header.php.
-Resources folder is not a required part of a UI pack. So the core won't check for it,
-Although the core does define a relative path where the Resources folder, and JS, CSS, Images subfolders should go as a convinience.
-It is not required by the core to have these folders, or to organize your theme into them.
-Remove LICENSE file from the root of the repository, as this is also in the Documentation folder.
-Add a return value to cleanFiles() because I need one for the changes to verifyInstallation().
-Use the return value to make the variables $CleanedConvertLoc and $CleanedTempLoc meaningful by passing the return value to them.
-verifyInstallation() now checks config.php for $DeleteBuildEnvironment, and if true will delete the /Build folder.
-This is enabled by default to prevent attackers from using this to enumerate configuration information about the server or application.
-Improve documentation, formatting of styleCore.php for consistency/readability.
-Continue the long, ardous task of converting all the double quotes in convertGui2.php to single quotes.
-This will take a while, but I have done enough to be able to find/replace what I need.
-Remove Error 2-1 from ERROR_DESCRIPTIONS.txt because it is no longer generated by the application.
-Move supported formats to config.php so server administrators can control their own fate, if they dare.
-Default values are also listed in config.php if needed.
-Add support to remove the build environment & "development docs" that give away version info like readme.md & changelog.txt.
-Changed default color scheme from grey to blue because grey is especially gross looking to me right now.
-Fix bug where font defined in config.php was not propagating to styleCore.php.
-Fix bug with user virus scans when using ClamAV to scan an individual file for viruses.
-The scan would complete, but it would utilize both ScanCore and ClamAV when all the user asked for was ClamAV.
-Move default installation location to /DATA/HRConvert2 to make it consistent for Docker implementation.
-Start working on official Docker version.
-Minor update to installation instructions, consistency, consolidate steps.
-Added icon files to the Resources directory to be used in a future update.
-v3.3.1.
-Move a bunch of files.
-Move versionInfo.php and config.php into the Resources folder.
-Create build folder.
-Move rc.local, rc.local.service, and a php.ini sample file in there that will be used for Docker installs.
-Move all resources into the UI\Default folder.
-Relieve the core of the logic of defining CSS, JS, and images for the UI pack. That's not very modular.
-Now the UI pack defines these in header.php.
-Resources folder is not a required part of a UI pack. So the core won't check for it,
-Although the core does define a relative path where the Resources folder, and JS, CSS, Images subfolders should go as a convinience.
-It is not required by the core to have these folders, or to organize your theme into them.
-Remove LICENSE file from the root of the repository, as this is also in the Documentation folder.
-Add a return value to cleanFiles() because I need one for the changes to verifyInstallation().
-Use the return value to make the variables $CleanedConvertLoc and $CleanedTempLoc meaningful by passing the return value to them.
-verifyInstallation() now checks config.php for $DeleteBuildEnvironment, and if true will delete the /Build folder.
-This is enabled by default to prevent attackers from using this to enumerate configuration information about the server or application.
-Improve documentation, formatting of styleCore.php for consistency/readability.
-Continue the long, ardous task of converting all the double quotes in convertGui2.php to single quotes.
-This will take a while, but I have done enough to be able to find/replace what I need.
-Remove Error 2-1 from ERROR_DESCRIPTIONS.txt because it is no longer generated by the application.
-Move supported formats to config.php so server administrators can control their own fate, if they dare.
-Default values are also listed in config.php if needed.
-Add support to remove the build environment & "development docs" that give away version info like readme.md & changelog.txt.
-Changed default color scheme from grey to blue because grey is especially gross looking to me right now.
-Fix bug where font defined in config.php was not propagating to styleCore.php.
-Fix bug with user virus scans when using ClamAV to scan an individual file for viruses.
-The scan would complete, but it would utilize both ScanCore and ClamAV when all the user asked for was ClamAV.
-Move default installation location to /DATA/HRConvert2 to make it consistent for Docker implementation.
-Start working on official Docker version.
-Minor update to installation instructions, consistency, consolidate steps.
-Added icon files to the Resources directory to be used in a future update.
-v3.3.1.
-Move a bunch of files.
-Move versionInfo.php and config.php into the Resources folder.
-Create build folder.
-Move rc.local, rc.local.service, and a php.ini sample file in there that will be used for Docker installs.
-Move all resources into the UI\Default folder.
-Relieve the core of the logic of defining CSS, JS, and images for the UI pack. That's not very modular.
-Now the UI pack defines these in header.php.
-Resources folder is not a required part of a UI pack. So the core won't check for it,
-Although the core does define a relative path where the Resources folder, and JS, CSS, Images subfolders should go as a convinience.
-It is not required by the core to have these folders, or to organize your theme into them.
-Remove LICENSE file from the root of the repository, as this is also in the Documentation folder.
-Add a return value to cleanFiles() because I need one for the changes to verifyInstallation().
-Use the return value to make the variables $CleanedConvertLoc and $CleanedTempLoc meaningful by passing the return value to them.
-verifyInstallation() now checks config.php for $DeleteBuildEnvironment, and if true will delete the /Build folder.
-This is enabled by default to prevent attackers from using this to enumerate configuration information about the server or application.
-Improve documentation, formatting of styleCore.php for consistency/readability.
-Continue the long, ardous task of converting all the double quotes in convertGui2.php to single quotes.
-This will take a while, but I have done enough to be able to find/replace what I need.
-Remove Error 2-1 from ERROR_DESCRIPTIONS.txt because it is no longer generated by the application.
-Move supported formats to config.php so server administrators can control their own fate, if they dare.
-Default values are also listed in config.php if needed.
-Add support to remove the build environment & "development docs" that give away version info like readme.md & changelog.txt.
-Changed default color scheme from grey to blue because grey is especially gross looking to me right now.
-Fix bug where font defined in config.php was not propagating to styleCore.php.
-Fix bug with user virus scans when using ClamAV to scan an individual file for viruses.
-The scan would complete, but it would utilize both ScanCore and ClamAV when all the user asked for was ClamAV.
-Move default installation location to /DATA/HRConvert2 to make it consistent for Docker implementation.
-Start working on official Docker version.
-Minor update to installation instructions, consistency, consolidate steps.
-Added icon files to the Resources directory to be used in a future update.
-v3.3.
-Update README.md.
-Remove mention of Docker repo, as it is not maintained.
-I appreciate all of the community feedback at https://github.com/zelon88/HRConvert2/issues/46.
-I will come up with an official Docker solution.
-Fix bug in cleanFiles() function that was causing problems with archive conversions & preventing cleanup.
-Flip button CSS, so buttons don't appear quite so... upside-down... all the time.
-Remove un-needed (redundant) button related CSS from HRConvert2.css.
-Increase default DeleteThreshold in config.php from 30 to 60 minutes.
-Remove un-needed extension being passed to the convertDrawings() function.
-Fix drawings not returning a valid filename.
-Conversions would complete, but not download.
-Tested ImageMagick support for SVG, could not get it to work.
-Tested Dia support for converting things into PNG, BMP, and JPG. Got PNG to work, so added support.
-v3.3.
-Update README.md.
-Remove mention of Docker repo, as it is not maintained.
-I appreciate all of the community feedback at https://github.com/zelon88/HRConvert2/issues/46.
-I will come up with an official Docker solution.
-Fix bug in cleanFiles() function that was causing problems with archive conversions & preventing cleanup.
-Flip button CSS, so buttons don't appear quite so... upside-down... all the time.
-Remove un-needed (redundant) button related CSS from HRConvert2.css.
-Increase default DeleteThreshold in config.php from 30 to 60 minutes.
-Remove un-needed extension being passed to the convertDrawings() function.
-Fix drawings not returning a valid filename.
-Conversions would complete, but not download.
-Tested ImageMagick support for SVG, could not get it to work.
-Tested Dia support for converting things into PNG, BMP, and JPG. Got PNG to work, so added support.
-v3.3.
-Update README.md.
-Remove mention of Docker repo, as it is not maintained.
-I appreciate all of the community feedback at https://github.com/zelon88/HRConvert2/issues/46.
-I will come up with an official Docker solution.
-Fix bug in cleanFiles() function that was causing problems with archive conversions & preventing cleanup.
-Flip button CSS, so buttons don't appear quite so... upside-down... all the time.
-Remove un-needed (redundant) button related CSS from HRConvert2.css.
-Increase default DeleteThreshold in config.php from 30 to 60 minutes.
-Remove un-needed extension being passed to the convertDrawings() function.
-Fix drawings not returning a valid filename.
-Conversions would complete, but not download.
-Tested ImageMagick support for SVG, could not get it to work.
-Tested Dia support for converting things into PNG, BMP, and JPG. Got PNG to work, so added support.
-v3.3.
-Update README.md.
-Remove mention of Docker repo, as it is not maintained.
-I appreciate all of the community feedback at https://github.com/zelon88/HRConvert2/issues/46.
-I will come up with an official Docker solution.
-Fix bug in cleanFiles() function that was causing problems with archive conversions & preventing cleanup.
-Flip button CSS, so buttons don't appear quite so... upside-down... all the time.
-Remove un-needed (redundant) button related CSS from HRConvert2.css.
-Increase default DeleteThreshold in config.php from 30 to 60 minutes.
-Remove un-needed extension being passed to the convertDrawings() function.
-Fix drawings not returning a valid filename.
-Conversions would complete, but not download.
-Tested ImageMagick support for SVG, could not get it to work.
-Tested Dia support for converting things into PNG, BMP, and JPG. Got PNG to work, so added support.
-v3.3.
-Update README.md.
-Remove mention of Docker repo, as it is not maintained.
-I appreciate all of the community feedback at https://github.com/zelon88/HRConvert2/issues/46.
-I will come up with an official Docker solution.
-Fix bug in cleanFiles() function that was causing problems with archive conversions & preventing cleanup.
-Flip button CSS, so buttons don't appear quite so... upside-down... all the time.
-Remove un-needed (redundant) button related CSS from HRConvert2.css.
-Increase default DeleteThreshold in config.php from 30 to 60 minutes.
-Remove un-needed extension being passed to the convertDrawings() function.
-Fix drawings not returning a valid filename.
-Conversions would complete, but not download.
-Tested ImageMagick support for SVG, could not get it to work.
-Tested Dia support for converting things into PNG, BMP, and JPG. Got PNG to work, so added support.
-v3.3.
-Update README.md.
-Remove mention of Docker repo, as it is not maintained.
-I appreciate all of the community feedback at https://github.com/zelon88/HRConvert2/issues/46.
-I will come up with an official Docker solution.
-Fix bug in cleanFiles() function that was causing problems with archive conversions & preventing cleanup.
-Flip button CSS, so buttons don't appear quite so... upside-down... all the time.
-Remove un-needed (redundant) button related CSS from HRConvert2.css.
-Increase default DeleteThreshold in config.php from 30 to 60 minutes.
-Remove un-needed extension being passed to the convertDrawings() function.
-Fix drawings not returning a valid filename.
-Conversions would complete, but not download.
-Tested ImageMagick support for SVG, could not get it to work.
-Tested Dia support for converting things into PNG, BMP, and JPG. Got PNG to work, so added support.
-v3.3.
-Update README.md.
-Remove mention of Docker repo, as it is not maintained.
-I appreciate all of the community feedback at https://github.com/zelon88/HRConvert2/issues/46.
-I will come up with an official Docker solution.
-Fix bug in cleanFiles() function that was causing problems with archive conversions & preventing cleanup.
-Flip button CSS, so buttons don't appear quite so... upside-down... all the time.
-Remove un-needed (redundant) button related CSS from HRConvert2.css.
-Increase default DeleteThreshold in config.php from 30 to 60 minutes.
-Remove un-needed extension being passed to the convertDrawings() function.
-Fix drawings not returning a valid filename.
-Conversions would complete, but not download.
-Tested ImageMagick support for SVG, could not get it to work.
-Tested Dia support for converting things into PNG, BMP, and JPG. Got PNG to work, so added support.
-v3.2.9.
-Happy Halloween!
-I started this commit a couple months ago and just got around to finishing it.
-The next commit will hopefully be a small quality commit / release v3.3.
-Fix missed translation in Arabic language pack (languageStrings.php) for Default GUI.
-'Archive Formats'
-Fix spelling, consistency errors in comments of config.php.
-No logical changes, just comments.
-'fules' instead of 'files'.
-Standardize some comments around the verbiage 'Provide users with the option to'.
-Fix bug in verifyDocumentConversionEngine() function.
-This bug would have prevented the verifyDocumentConversionEngine() function from starting anything.
-This would cause document conversion errors in cases where the rc.local steps of the installation instructions were not implemented.
-Update it, ko, pt, ru, uk, zh language packs.
-Fix bug with displaying number of files that were uploaded.
-Move logic that calculates this to before the languageStrings.php call.
-Fix bug in convertGui2.php where the download button would produce a 404 unless the share link had been generated already.
-Missing ajax request type: post.
-v3.2.9.
-Happy Halloween!
-I started this commit a couple months ago and just got around to finishing it.
-The next commit will hopefully be a small quality commit / release v3.3.
-Fix missed translation in Arabic language pack (languageStrings.php) for Default GUI.
-'Archive Formats'
-Fix spelling, consistency errors in comments of config.php.
-No logical changes, just comments.
-'fules' instead of 'files'.
-Standardize some comments around the verbiage 'Provide users with the option to'.
-Fix bug in verifyDocumentConversionEngine() function.
-This bug would have prevented the verifyDocumentConversionEngine() function from starting anything.
-This would cause document conversion errors in cases where the rc.local steps of the installation instructions were not implemented.
-Update it, ko, pt, ru, uk, zh language packs.
-Fix bug with displaying number of files that were uploaded.
-Move logic that calculates this to before the languageStrings.php call.
-Fix bug in convertGui2.php where the download button would produce a 404 unless the share link had been generated already.
-Missing ajax request type: post.
-v3.2.9.
-Happy Halloween!
-I started this commit a couple months ago and just got around to finishing it.
-The next commit will hopefully be a small quality commit / release v3.3.
-Fix missed translation in Arabic language pack (languageStrings.php) for Default GUI.
-'Archive Formats'
-Fix spelling, consistency errors in comments of config.php.
-No logical changes, just comments.
-'fules' instead of 'files'.
-Standardize some comments around the verbiage 'Provide users with the option to'.
-Fix bug in verifyDocumentConversionEngine() function.
-This bug would have prevented the verifyDocumentConversionEngine() function from starting anything.
-This would cause document conversion errors in cases where the rc.local steps of the installation instructions were not implemented.
-Update it, ko, pt, ru, uk, zh language packs.
-Fix bug with displaying number of files that were uploaded.
-Move logic that calculates this to before the languageStrings.php call.
-Fix bug in convertGui2.php where the download button would produce a 404 unless the share link had been generated already.
-Missing ajax request type: post.
-v3.2.9.
-Happy Halloween!
-I started this commit a couple months ago and just got around to finishing it.
-The next commit will hopefully be a small quality commit / release v3.3.
-Fix missed translation in Arabic language pack (languageStrings.php) for Default GUI.
-'Archive Formats'
-Fix spelling, consistency errors in comments of config.php.
-No logical changes, just comments.
-'fules' instead of 'files'.
-Standardize some comments around the verbiage 'Provide users with the option to'.
-Fix bug in verifyDocumentConversionEngine() function.
-This bug would have prevented the verifyDocumentConversionEngine() function from starting anything.
-This would cause document conversion errors in cases where the rc.local steps of the installation instructions were not implemented.
-Update it, ko, pt, ru, uk, zh language packs.
-Fix bug with displaying number of files that were uploaded.
-Move logic that calculates this to before the languageStrings.php call.
-Fix bug in convertGui2.php where the download button would produce a 404 unless the share link had been generated already.
-Missing ajax request type: post.
-v3.2.9.
-Happy Halloween!
-I started this commit a couple months ago and just got around to finishing it.
-The next commit will hopefully be a small quality commit / release v3.3.
-Fix missed translation in Arabic language pack (languageStrings.php) for Default GUI.
-'Archive Formats'
-Fix spelling, consistency errors in comments of config.php.
-No logical changes, just comments.
-'fules' instead of 'files'.
-Standardize some comments around the verbiage 'Provide users with the option to'.
-Fix bug in verifyDocumentConversionEngine() function.
-This bug would have prevented the verifyDocumentConversionEngine() function from starting anything.
-This would cause document conversion errors in cases where the rc.local steps of the installation instructions were not implemented.
-Update it, ko, pt, ru, uk, zh language packs.
-Fix bug with displaying number of files that were uploaded.
-Move logic that calculates this to before the languageStrings.php call.
-Fix bug in convertGui2.php where the download button would produce a 404 unless the share link had been generated already.
-Missing ajax request type: post.
-v3.2.9.
-Happy Halloween!
-I started this commit a couple months ago and just got around to finishing it.
-The next commit will hopefully be a small quality commit / release v3.3.
-Fix missed translation in Arabic language pack (languageStrings.php) for Default GUI.
-'Archive Formats'
-Fix spelling, consistency errors in comments of config.php.
-No logical changes, just comments.
-'fules' instead of 'files'.
-Standardize some comments around the verbiage 'Provide users with the option to'.
-Fix bug in verifyDocumentConversionEngine() function.
-This bug would have prevented the verifyDocumentConversionEngine() function from starting anything.
-This would cause document conversion errors in cases where the rc.local steps of the installation instructions were not implemented.
-Update it, ko, pt, ru, uk, zh language packs.
-Fix bug with displaying number of files that were uploaded.
-Move logic that calculates this to before the languageStrings.php call.
-Fix bug in convertGui2.php where the download button would produce a 404 unless the share link had been generated already.
-Missing ajax request type: post.
-v3.2.9.
-Happy Halloween!
-I started this commit a couple months ago and just got around to finishing it.
-The next commit will hopefully be a small quality commit / release v3.3.
-Fix missed translation in Arabic language pack (languageStrings.php) for Default GUI.
-'Archive Formats'
-Fix spelling, consistency errors in comments of config.php.
-No logical changes, just comments.
-'fules' instead of 'files'.
-Standardize some comments around the verbiage 'Provide users with the option to'.
-Fix bug in verifyDocumentConversionEngine() function.
-This bug would have prevented the verifyDocumentConversionEngine() function from starting anything.
-This would cause document conversion errors in cases where the rc.local steps of the installation instructions were not implemented.
-Update it, ko, pt, ru, uk, zh language packs.
-Fix bug with displaying number of files that were uploaded.
-Move logic that calculates this to before the languageStrings.php call.
-Fix bug in convertGui2.php where the download button would produce a 404 unless the share link had been generated already.
-Missing ajax request type: post.
-v3.2.9.
-Happy Halloween!
-I started this commit a couple months ago and just got around to finishing it.
-The next commit will hopefully be a small quality commit / release v3.3.
-Fix missed translation in Arabic language pack (languageStrings.php) for Default GUI.
-'Archive Formats'
-Fix spelling, consistency errors in comments of config.php.
-No logical changes, just comments.
-'fules' instead of 'files'.
-Standardize some comments around the verbiage 'Provide users with the option to'.
-Fix bug in verifyDocumentConversionEngine() function.
-This bug would have prevented the verifyDocumentConversionEngine() function from starting anything.
-This would cause document conversion errors in cases where the rc.local steps of the installation instructions were not implemented.
-Update it, ko, pt, ru, uk, zh language packs.
-Fix bug with displaying number of files that were uploaded.
-Move logic that calculates this to before the languageStrings.php call.
-Fix bug in convertGui2.php where the download button would produce a 404 unless the share link had been generated already.
-Missing ajax request type: post.