Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
72:local_news [2018/07/17 11:59] – [Local News Application Categories] bkkr72:local_news [2018/07/17 12:00] – [Local News Application Categories] bkkr
Line 4: Line 4:
  
 The Stages news application categories can also be configured individually. That means, categories can be removed or new categories can be added. This is done in the Stages configuration file named '' <PKITHOME>/WEB-INF/conf/PKitConfig.xml ''. In contrast to the license and signature files, this configuration file can be changed arbitrarily. The Stages news application categories can also be configured individually. That means, categories can be removed or new categories can be added. This is done in the Stages configuration file named '' <PKITHOME>/WEB-INF/conf/PKitConfig.xml ''. In contrast to the license and signature files, this configuration file can be changed arbitrarily.
- 
 === Individual Categories === === Individual Categories ===
  
-Please see the configuration file '' <PKITHOME>/WEB-INF/conf/PKitConfig.xml ''  that comes with Stages for a very detailed description of the category configuration specification. +Please see the configuration file '' <PKITHOME>/WEB-INF/conf/PKitConfig.xml '' that comes with Stages for a very detailed description of the category configuration specification.
 === Type Conversions === === Type Conversions ===
  
 When the type of a category attribute is changed (e.g. from a text field to a date field), Stages must convert the old data into the new type. The following table shows how types are automatically converted: When the type of a category attribute is changed (e.g. from a text field to a date field), Stages must convert the old data into the new type. The following table shows how types are automatically converted:
  
-| \\ New Type \\ +| \\ New Type \\   \\ Original Type|  string   text   date   selection  
- +|string|X|conversion without loss|conversion if string contains valid data, else DEL|DEL| 
-    \\ Original Type \\ +|text|use the first line of text|X|conversion if text contains valid date in first line, else DEL|DEL| 
-|string|text|date|selection| +|date|conversion without loss|conversion without loss|X|DEL| 
-|string |X |conversion without loss|conversion if string contains valid data, else DEL|DEL| +|selection|DEL|DEL|DEL|X|
-|text|use the first line of text |X|conversion if text contains valid date in first line, else DEL|DEL| +
-|date|conversion without loss |conversion without loss|X|DEL| +
-|selection|DEL|DEL |DEL |X|+
  
 \\ \\