Details
-
Sub-task
-
Resolution: Fixed
-
None
-
High
-
The default value in multiple system configurations is changed.
-
Empty show more show less
Description
Please revalidate, before implementing and talk with Thomas about it!
problem
While preparing the new translate5 server I discovered several configuration parameters which are installed with value X but in the corresponding default column is value Y. Here it makes sense to change the default value also to the values which are set at installation time.
affected values
perhaps some values should also be corrected (for example taskLifetimeDays).
name | initial value | current default | description |
---|---|---|---|
runtimeOptions.extJs.cssFile | /build/classic/theme-triton/resources/theme-triton-all.css | to value | Ext JS CSS File, wird automatisch um den extJsBasepath ergänzt; alternativ: ext-all.css durch ext-all-gray.css ersetzen |
runtimeOptions.import.enableSourceEditing | 1 | 0 to 1 | enables source editing in general (can then be en/disabled per task) |
runtimeOptions.import.keepFilesOnError | 1 | 0 to 1 | keep also the task files after an exception while importing, if false the files will be deleted |
runtimeOptions.termTagger.url.default | ["http://localhost:9001"] | to value | Comma separated list of available TermTagger-URLs. At least one available URL must be defined. Example: ["http://localhost:9000"] |
runtimeOptions.termTagger.url.import | ["http://localhost:9001"] | to value | Optional list of TermTagger-URL to use for task-import processing. Fallback is list runtimeOptions.termTagger.url.default. Example: ["http://localhost:9000"] |
runtimeOptions.termTagger.url.gui | ["http://localhost:9001"] | to value | Optional list of TermTagger-URL to use for gui-response processing. Fallback is list runtimeOptions.termTagger.url.default. Example: ["http://localhost:9000"] |
runtimeOptions.helpUrl | to value + /help/ {0} as example into the desc | Url for help pages. The placeholder "{0}" will be replaced by one of the following help sections: index, editor, matchresource, taskoverview, useroverview; The placeholder " {1} " will be replaced by the current locale of the application (for example de or en); When the URL is empty, the help buttons are deactivated. The URL can either include protocol and domain or be relative to document_root (and therefore must include anykind of runDir beneath the documennt_root) |
||
runtimeOptions.taskLifetimeDays | 10 * to 100* | 100 | If the task is |
solution
change values above as marked with bold!
default plugins
just for clearance, this are the default plugins rolled out:
- editor_Plugins_NoMissingTargetTerminology_Bootstrap
- editor_Plugins_Transit_Bootstrap
- editor_Plugins_SegmentStatistics_Bootstrap
- editor_Plugins_TermTagger_Bootstrap
- editor_Plugins_MatchResource_Init
- editor_Plugins_ChangeLog_Init