From a6bd8004aa44f7bbb56171aca87d08ca8a6765e7 Mon Sep 17 00:00:00 2001 From: "j.goderbauer" <j.goderbauer@adito.de> Date: Fri, 5 Feb 2021 09:50:21 +0100 Subject: [PATCH] Upgrade Datamodels --- .../IndexSearch.aod} | 2 +- .../_____PREFERENCES_PROJECT.aod | 62 +++++++++---------- 2 files changed, 32 insertions(+), 32 deletions(-) rename aliasDefinition/{IndexSearchAlias/IndexSearchAlias.aod => IndexSearch/IndexSearch.aod} (91%) diff --git a/aliasDefinition/IndexSearchAlias/IndexSearchAlias.aod b/aliasDefinition/IndexSearch/IndexSearch.aod similarity index 91% rename from aliasDefinition/IndexSearchAlias/IndexSearchAlias.aod rename to aliasDefinition/IndexSearch/IndexSearch.aod index 79981226f9..303c40160f 100644 --- a/aliasDefinition/IndexSearchAlias/IndexSearchAlias.aod +++ b/aliasDefinition/IndexSearch/IndexSearch.aod @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <aliasDefinition xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.2.0" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/aliasDefinition/1.2.0"> - <name>IndexSearchAlias</name> + <name>IndexSearch</name> <majorModelMode>DISTRIBUTED</majorModelMode> <datasourceType v="18" /> </aliasDefinition> diff --git a/preferences/_____PREFERENCES_PROJECT/_____PREFERENCES_PROJECT.aod b/preferences/_____PREFERENCES_PROJECT/_____PREFERENCES_PROJECT.aod index 4ddb43c09c..1f7adede2c 100644 --- a/preferences/_____PREFERENCES_PROJECT/_____PREFERENCES_PROJECT.aod +++ b/preferences/_____PREFERENCES_PROJECT/_____PREFERENCES_PROJECT.aod @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<preferences xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="3.2.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/preferences/3.2.1"> +<preferences xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="3.2.2" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/preferences/3.2.2"> <name>_____PREFERENCES_PROJECT</name> <majorModelMode>DISTRIBUTED</majorModelMode> <customized /> @@ -56,6 +56,36 @@ <attachmentHandling>ALL</attachmentHandling> </mailbridgeMailserver> </mailBridgeMailserver> + <customConfigProperties> + <customBooleanProperty> + <name>sigparser.isEnabled</name> + <description>Whether the webservice sigparser, for mail signature parsing is useable or not.</description> + </customBooleanProperty> + <customBooleanProperty> + <name>abbyy.ocr.isEnabled</name> + <description>Whether the webservice abbyy ocr, is useable or not.</description> + </customBooleanProperty> + <customStringProperty> + <name>abbyy.ocr.appId</name> + <description>The application id for the webservice abbyy ocr.</description> + </customStringProperty> + <customPasswordProperty> + <name>abbyy.ocr.password</name> + <description>The password for the webservice abbyy ocr.</description> + </customPasswordProperty> + <customPasswordProperty> + <name>sigparser.apiKey</name> + <description>The api key to authenticate at the mail signature webservice sigparser.</description> + </customPasswordProperty> + <customStringProperty> + <name>sigparser.apiUrl</name> + <description>The url to the mail signature webservice sigparser.</description> + </customStringProperty> + <customBooleanProperty> + <name>dataCaching.client.forceDisable</name> + <description>Enabling this option will disable the per-client-context data-cache within the customzing (for exameple the caching of Keywords). This is usefull if you're testing and want to frequently add data like keywords, etc. which are cached which help of the "DataCaching_lib".</description> + </customBooleanProperty> + </customConfigProperties> <customProperties> <customBooleanProperty> <name>phoneValidation.enable</name> @@ -115,34 +145,4 @@ <description>Amount of rows returned by the address search. Default is 10, maximum is 50.</description> </customIntegerProperty> </customProperties> - <customConfigProperties> - <customBooleanProperty> - <name>sigparser.isEnabled</name> - <description>Whether the webservice sigparser, for mail signature parsing is useable or not.</description> - </customBooleanProperty> - <customBooleanProperty> - <name>abbyy.ocr.isEnabled</name> - <description>Whether the webservice abbyy ocr, is useable or not.</description> - </customBooleanProperty> - <customStringProperty> - <name>abbyy.ocr.appId</name> - <description>The application id for the webservice abbyy ocr.</description> - </customStringProperty> - <customPasswordProperty> - <name>abbyy.ocr.password</name> - <description>The password for the webservice abbyy ocr.</description> - </customPasswordProperty> - <customPasswordProperty> - <name>sigparser.apiKey</name> - <description>The api key to authenticate at the mail signature webservice sigparser.</description> - </customPasswordProperty> - <customStringProperty> - <name>sigparser.apiUrl</name> - <description>The url to the mail signature webservice sigparser.</description> - </customStringProperty> - <customBooleanProperty> - <name>dataCaching.client.forceDisable</name> - <description>Enabling this option will disable the per-client-context data-cache within the customzing (for exameple the caching of Keywords). This is usefull if you're testing and want to frequently add data like keywords, etc. which are cached which help of the "DataCaching_lib".</description> - </customBooleanProperty> - </customConfigProperties> </preferences> -- GitLab