Commit graph

6 commits

Author SHA1 Message Date
Justin Grimes
ba47d6e3ba
v3.1.1 - Improve image support. $AllowStreams config entry, bump JQuery, add some icons.
-v3.1.1.
-Add code to prevent stream related UI elements from displaying when the $AllowStreams config entry is set to FALSE.
-Update JQuery from v3.6.0.min to v3.6.3.min.
-Checked for Dropzone.js updates, already at latest version.
-Minor comment changes in config.php.
-Translate index files of language packs into the language of the pack.
-Add comments section containing file & application information to GUI-related files.
-Clean up array declarations, improve readibility, scalability, debugging.
-Vastly improve image support for both input and output operations.
-Added support for Heic files.
-Added support for several misc image files.
-Bumped format support count to 79 file formats.
-Adjust icons for media, videos to be unique from streams.
-Add mkisofs as a dependency, fix iso creation.
-Revise verbiage of UI elements.
2023-01-11 01:36:01 -05:00
Justin Grimes
1b565731ef v2.8.1 - Update DropZone version, update stylesheet, fix bugs.
-v2.8.
-Shortened some of the longer lines of code in convertCore.php.
-Fixed bugs during some operations when $VirusScan is set to TRUE in config.php.
-Update dropzone.js & dropone.css to latest release.
-Thinking about adding the option to scan with ClamAV & zelon88/ScanCore.
  -This will effectively merge the zelon88/HRScan2 project into HRConvert2.
-Thinking about adding Pell editor (port from HRCloud2 & update) to enable real-time in browser document editing.
-Going to start working on the next feature release.
  -Tick... Tock.
2022-04-17 17:09:59 -04:00
Justin Grimes
dd7e3b00b6 v2.7.3 - Added multiple color schemes, French language translation, & dynamic language selection.
-v2.7.3.
-Remove winetrics dependency from installation instructions.
-Add gnuplot dependency to installation instructions.
-Consolidated some of the installation instructions.
-Added the ability to control button color via config.php.
  -Set $ButtonStyles to one of the approved options listed in config.php.
  -If the config entry is not defined a default will be used instead (grey).
  -Supports RED, GREEN, BLUE, and GREY.
-Updated index.html files in subdirectories to the latest version from root directory.
-Moved the UI to the Languages subdirectory.
-Added French language UI.
-Added the ability to easily add more language packs.
-Added ability to control language display via $_GET request.
-Added ability to disable $_GET request language selection in config.php.
-Reworked the way the GUI is assembled to make it compatible with multiple language packs.
2022-04-13 19:26:14 -04:00
zelon88
af4971ff57
v0.8.5 - Working on GUI, connecting pieces.
-v0.8.5.
-GUI is improved, optimized for small screens, iframes, mobile devices.
-GUI isn't fully complete or connected to back-end.
2018-03-05 01:03:16 -05:00
zelon88
adafced90b
v0.8.2 - Update GUI, Fix bugs, prep for uploading.
-v0.8.2.
-Update GUI to properly show more info.
-Update CSS to properly display buttons.
-Tweak logic.
-Preparing for uploading files.
2018-02-25 01:06:32 -05:00
zelon88
d7e6c0aad1
v0.8 - Initial commit.
-v0.8.
-Back-end alpha based on previously stable code is in the testing phase.
-Front-end is still under-development.
-Not fully functional yet.
-Logging works.
-Delete timers aren't using config.php parameters yet.
-No stylesheets yet.
-Drag-and-drop works courtesy of dropzone.js (https://github.com/enyo/dropzone).
2018-02-24 00:57:12 -05:00