Config

Build 1501 on 14/Nov/2017  This topic last edited on: 12/Oct/2016, at 12:56

[25] Config: added some menu to mediaGallery designer client and I4 configuration

GN4-4535

Added publishing menu to mediaGallery designer client and I4 configuration in Content workspace

Modified date: 12/07/2016 12:29:50 - P4 Changelist: 82900 - From build: main.2964.x (T)

 

[2] Config: I4 add mediaGallery element in the Article preview

GN4-4354

Added the mediaGallery items to the preview of an article.

Modified date: 07/07/2016 17:05:34 - P4 Changelist: 82866 - From build: main.2959.x

 

[114] Client: the 'root' parameter in template kind="Tree" does not work

GN4-2491

In clients, when using an attribute's template of kind "Tree" into an editing objectUI, the 'root' option didn't work for reference attributes.
Vice versa, it worked well in i4 (if the 'refAttributes' attribute was specified) and for category attributes.
The 'root' option's value is the path of the root element of the tree. For example:

 
<objectUI>
 <default mode="Hidden" />
 <attribute name="folderRef">
   <ui mode="Normal">
     <template kind="Tree" root="/system/users" includeRoot="true" xmlns="http://www.teradp.com/schemas/GN4/1/XmlSchemaExt.xsd" />
   </ui>
 </attribute>
</objectUI>

 
Now fixed: in clients, besides the category attributes, it is possible to specify the 'root' option into an editing ObjectUI also for the attributes that reference a folder, a calendar or a pubDest.

Modified date: 30/05/2016 15:03:16 - P4 Changelist: 82351 - From build: main.2921.x

[117] GNPortal: in MS Edge the url status can be over the buttons in the forms

GN4-4415

The buttons have been moved up so that the url status does not cover them.

Modified date: 27/05/2016 17:12:25 - P4 Changelist: 82333 - From build: main.2918.x (T)

[119] Config: create img using the source file name

GN4-4409

The xsl that creates editorial image, when called by the upload workflow with empty form, created an img with a GUID as name. It now uses the file name, instead.

Modified date: 27/05/2016 10:25:25 - P4 Changelist: 82309 - From build: main.2918.x (T)

 

[120] EdAdmin4: couldn't create zone and section in the publication

GN4-4407

Now section and zone can created also in the publication
 
Affected files ...
 
.../Src/GN4AddIns/EdAdminSystemAddIn/EdAdmin.vb

Modified date: 26/05/2016 17:34:36 - P4 Changelist: 82300 - From build: main.2917.x (T)

 

[136] Config: xsl_tovirtualcom was wrong in the keywords node

GN4-4382

The xsl_ToVirtualCom.xslt was wrong in the keywords node, the correct code is:
<source lang="xml">
<Keyword>
<xsl:for-each select="$obj/gn4:keywords/gn4:item">
<xsl:if test="position()&gt;1">,</xsl:if>
<xsl:value-of select="." />
</xsl:for-each>
</Keyword>

Modified date: 19/05/2016 15:15:16 - P4 Changelist: 82203 - From build: main.2910.x (T)

 

[142] Config: I4 add spike plus unref in shellPreview for page's referenced images

GN4-4181

Config: Also in I4 is now possible to search for pages, look at the preview and from there spike the linked objects (stories and images)
 
The changes needed also this Enhancement GN4-4357 - I4: Allow commands to be called from the preview
 
Affected files ... 
 
GN4/main/Config/Global/GN4_Tark4_Common/I4ConfigArchive.xml
 
Other needed files if not already present:
 
GN4/Main/config/Global/GN4_Tark4_Common/wf_spikeArchiveObject.xml 
 
GN4/Main/config/Icons/GN4/239_TrashCanMainTab_16.png

Modified date: 18/05/2016 15:46:42 - P4 Changelist: 82166 - From build: main.2909.x (T)

 

[145] I4, Clients: use user default measurement unit in directory styles

GN4-4353

I4: newly available editorial xslt extension function, to transform millipoint values to readable string. Example:
 
<xsl:value-of select="edfn:MPtToStrUnit(@bodyTextH, 'true')"/>
 
The second parameter can be 'false' (use user default horizontal measure), 'true' (use user default vertical measure) or can be a measure name to force it (ex: 'in', for inches).
 
The "edfn:" namespace declaration is now implicit, can be omitted in config, as "fn:".
 
Clients: newly available converter, to transform millipoint values to readable string. Example:
 
Text="{Binding Path=[img.height], Converter={StaticResource MPtToStrUnit}, ConverterParameter=true}"
 
ConverterParameter can be =false (use GlobalConfig default horizontal measure - DefHorzMis="pt" - same if omitted), =true (use Editorial config default vertical measure - DefMis="mm") or can be equal to a measure name to force it (ex: 'in', for inches).
 
Any hard-coded measure conversion in *_Config.xml files has been replaced to use the new converter.

Modified date: 17/05/2016 15:45:46 - P4 Changelist: 82151 - From build: main.2908.x (T)

 

[2] Config: add possibility to spike/unref for archive objects as in GNPortal

GN4-4306

Config: Also in Client application is now possible to search for pages, look at the preview and from there spike the linked objects (stories and images) - from ShellMainTab/TarkNavTab
 
Affected files ...
GN4/main/Config/Editorial_InstallConfig.xml
 
GN4/Main/config/Global/GN4_Tark4_Common/wf_spikeArchiveObject.xml
 
GN4/main/Config/Global/GN4_Tark4_Common/xsl_xaml.xsl
 
GN4/Main/config/Icons/GN4/239_TrashCanMainTab_16.png

Modified date: 28/04/2016 16:01:59 - P4 Changelist: 81913 - From build: main.2889.x (T)

 

[31] Config: allow multicrop on multiple publishing destinations

GN4-4252

The workflow MultiCropAndPublish allows the selection of multiple publishing destinations, now selected with a search. All varaints are groups and the crop is ran, then each publishing destinations is published too.

Modified date: 14/04/2016 16:57:29 - P4 Changelist: 81716 - From build: main.2875.x (T)

 

[34] I4Config: added permissions attribute to workstate objectUI and changes in categorySet list

GN4-4263

Added permissions attribute to workstate objectUI and changes in category list
Reimport config files:
GN4/Main/config/Global/I4AdminConfig.xml
GN4/Main/Config/Strings/BaseStrings.en.xml

Modified date: 14/04/2016 11:55:23 - P4 Changelist: 81709 - From build: main.2875.x (T)

 

[41] Config: workflow UpdateImageFromPS fails with postscript files

GN4-4254

Allow postscript file to be updated in the workflow UpdateImageFromPS

Modified date: 13/04/2016 12:32:48 - P4 Changelist: 81676 - From build: main.2874.x (T)

 

[51] Config: add infoPanel to DataSource template

GN4-4242

Config: add infoPanel to DataSource template
Affected files ...
GN4/Main/Config/Global/admin4_Config.xml
GN4/Main/Config/Global/admin4_TabItems.xml

Modified date: 11/04/2016 16:04:52 - P4 Changelist: 81630 - From build: main.2872.x (T)

 

[59] config: workflows that update and article change all the txts content modified date

GN4-4238

The workflows have been changed to not copy the full xml of the txts.

Modified

date: 08/04/2016 11:18:18 - P4 Changelist: 81605 - From build: main.2869.x (T)

 

[138] Config: added initValue1="false" to isTemplate attribute and added new

GN4-4143

Added initValue1="false" to isTemplate attribute and added new <attribute path="[page.bookRef]">
Affected files ...
.../Config/Global/GN4/fred4_Config.xml#159 edit

Modified date: 11/03/2016 15:54:18 - P4 Changelist: 81230 - From build: main.2841.x (T)

 

[148] Config: the wf_importImg does not read data source parameters when used in back4

GN4-4087

The workflow now reads the parameters also from the back4 data source. When not specified it still reading from LoginContext

Modified date: 10/03/2016 11:28:10 - P4 Changelist: 81191 - From build: main.2840.x (T)

 

[152] Config: I4 Implement in the printing mechanism other objects

GN4-3951

I4 Implement in the printing mechanism other objects as Story, Image and Img
 
Affected files ...
Config/Global/GN4/I4ConfigEditorial.xml
Config/Global/GN4_Tark4_Common/I4ConfigArchive.xml
Config/Global/I4ConfigBase.xml

Modified date: 09/03/2016 16:25:53 - P4 Changelist: 81177 - From build: main.2839.x (T)

 

[162] Config: wrong dutch hyphenation pattern

GN4-4123

Removed the "du" hyphenation pattern, that was wrong/corrupted, and introduced the new "nl" pattern. In Gn4EditorialData.xml.

Modified date: 08/03/2016 15:00:51 - P4 Changelist: 81137 - From build: main.2838.x (T)

 

[206] Config: added script to allow re-crop image in page and to add in clipboard the original one

GN4-4054

Added script to allow re-crop the image in page using the wire original image and to add in Fred clipboard the original wire image from selected image on the page.
File involved: page.vb and Fred4_TabItems

Modified date: 18/02/2016 16:09:34 - P4 Changelist: 80874 - From build: main.2819.x (T)

 

[244] Config: added EditionNumberRef attribute to<="" td="">

GN4-3995

Added labelEditionNumberRef attribute to <BaseQuery Name="Fred4Pages" <searchObjectUI name="Search"
Changed files:
../Main/Config/Global/GN4/fred4_Config.xml
../Main/Config/Strings/BaseStrings.en.xml

Modified date: 10/02/2016 11:03:20 - P4 Changelist: 80719 - From build: main.2811.x (T)

 

[257] Config: hypherlink in body text is not output to GNweb

GN4-3973

Fixed the xsl_ToGNWeb.xslt to correctly match the GNML character style >link<

Modified date: 04/02/2016 11:02:51 - P4 Changelist: 80627 - From build: main.2805.x (T)

 

[263] Config: removed variants tab from article edit objectUI

GN4-3972

Config: removed variants tab from article edit objectUI beacuse pointless.
changed: //depot/GN4/Main/Config/Global/GN4/ted4_Config.xml

Modified date: 02/02/2016 09:24:14 - P4 Changelist: 80580 - From build: main.2803.x (T)

 

[268] Config: i4 in a Tark stand alone installation does not starts due to missing pieces of config

GN4-3967

Moved search context "Clipboard" and table "CollectionList" from Global/GN4/I4ConfigEditorial to Global/GN4_Tark4_Common/I4ConfigArchive. Removed doubled full-text search field in document. Created a minimal Tark4 default configuration in Global/Tark4/I4config.xml

Modified date: 01/02/2016 12:31:02 - P4 Changelist: 80561 - From build: main.2802.x (T)

 

[269] Config: i4 in a Tark stand alone installation does not starts due to missing pieces of config

GN4-3967

Moved search context "Clipboard" and table "CollectionList" from Global/GN4/I4ConfigEditorial to Global/GN4_Tark4_Common/I4ConfigArchive. Removed doubled full-text search field in document. Created a minimal Tark4 default configuration in Global/Tark4/I4config.xml

Modified date: 01/02/2016 12:27:12 - P4 Changelist: 80560 - From build: main.2802.x (T)

 

[315] Config: archiving original image fails if the image has been spiked.

GN4-1663

Archiving original image no longer fails if the image has been spiked. The editorial image is archived instead.

Modified date: 14/01/2016 17:23:55 - P4 Changelist: 80311 - From build: main.2784.x (T)

 

[351] Config: add shortcut key to toggle the content preview in the navigators

GN4-3840

The Spacebar shortcut key is available to toggle the content preview (where available) in the navigators, while the navigator is in focus.

Modified date: 21/12/2015 13:31:46 - P4 Changelist: 80132 - From build: main.2760.x (T)

 

[371] Config: script changes in ObjAddJumpFrame - changed the process strText for new paragraphs

GN4-3813

Config: script changes in ObjAddJumpFrame, before the fix inserting using the "^" (carat) provided a "soft return" instead of a "hard return". Now fixed .

Modified date: 09/12/2015 14:44:40 - P4 Changelist: 79960 - From build: main.2748.x (T)