- Added new constant DEFAULT_FORMAT
- ERROR and SUCCESS constant values are the same of EXIT_ERROR
and EXIT_SUCCESS
- public method convert parameter format does not have a default
value anymore
- Added use import of ZipArchive
- libraries/DocumentLib: removed unused variables
- Replace all show_error(getData( with show_error(getError(
- Replace all error($...->retval) with error(getError($...))
- Replace all ->outputJsonError(getData( with ->outputJsonError(getError(
- Replace all show_error($...->retval with show_error(getError($...
- Replace all outputJsonError($...->retval with outputJsonError(getError$...
- Replace all return error($...->retval) with return $...