Commit b0e90ba
committed
v3.6.7 - Fix typo in Vietnamese + Chinese. Add CLI arguments.
-v3.6.7.
-Update Chinese & Korean languageStrings.php files to fix typos (improperly escaped html tags in convertGui1.php).
-Note: The version number at the header of the file (commented out seciton) changed to v3.6.7 to signal when this file was updated most recently.
-Note: The version number contained in the version variable remains at it's original v3.6.4.
-Note: The UI version also remains unchanged.
-The reasoning behind updang the cannonical version number and not the logical one is that the logical structure of the file did not change.
-No variable names were altered, the functionality of the file did not change.
-We only fixed a typo.
-Logical version numbers should only change if there is a technical reason why the language pack will not work with the UI anymore.
-Typo changes, or grammer modifications to singlular language packs constitute a bump in cannonical version, but not logical version.
-Logical versions of language packs MUST ALWAYS AND ONLY be updated all at once. All or nothing. All language packs must match, broken ones will not be used.
-verifySCADVersion() now accepts $MinimumSCADVersion by function call instead of as a global.
-This is more consistent with the way the other dependency version verification checks are done.
-Add command line parsing.
-Currently focusing on implementing comprehensive Dependency Version Reporting / Checking, Help text, and Automatic Application Updates.
-I am NOT currently focusing on turning HRConvert2 into a CLI file converter.
-File conversions ARE NOT currently being worked on for CLI deployment.
-Only CLI version checking, diagnostics, and automatic updates are being developed currently.
-parseCommandLine() parses the command line arguments that were supplied.
-If any CLI arguments were supplied, the WebUI and all conversion logic is disabled.
-The application will terminate immediately after parsing the requested command line operation.
-File conversions ARE NOT supported via command line argument. Currently. Maybe someday.
-Add support for -v and --version command line (CLI) arguments.
-Performs a comprehensive dependency check to ensure all version pinned dependency requirements are met.
-Performs a comprehensive check on all bundled GUI packs, language packs, and config files.
-Add support for -h and --help command line (CLI) arguments.
-Dispalys help information that would be useful to an administrator during debugging or troubleshooting.
-Refers to specific files in the Documentation folder that could help with specific problems.
-Fix regression that removed bwrap from OpenSCAD conversions.
-Add verifyBwrap() funtion to prevent this kind of thing from happening again.
-Fixed .github folder cleanup at runtime.
-Add permissions enforcement to required folder cleanup process.1 parent 0cda1cb commit b0e90ba
5 files changed
Lines changed: 649 additions & 346 deletions
File tree
- Documentation
- Resources
- UI/Default/Languages
- ko
- zh
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
31 | 68 | | |
32 | 69 | | |
33 | 70 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
0 commit comments