Index: branches/5.2.x/core/units/categories/categories_config.php =================================================================== diff -u -N -r14726 -r14856 --- branches/5.2.x/core/units/categories/categories_config.php (.../categories_config.php) (revision 14726) +++ branches/5.2.x/core/units/categories/categories_config.php (.../categories_config.php) (revision 14856) @@ -1,6 +1,6 @@ 'SELECT %1$s.* %2$s FROM %1$s', ), - 'SubItems' => Array ('c-rel', 'c-search','c-img', 'c-cdata', 'c-perm', 'content'), + 'SubItems' => Array ('c-rel', 'c-search','c-img', 'c-cdata', 'c-perm', 'content', 'page-revision'), 'ListSortings' => Array ( '' => Array ( @@ -401,6 +401,7 @@ ), 'PageCacheKey' => Array ('type' => 'string', 'max_len' => 255, 'not_null' => 1, 'default' => ''), 'PageExpiration' => Array ('type' => 'int', 'default' => NULL), + 'LiveRevisionNumber' => Array ('type' => 'int', 'not_null' => 1, 'default' => 1), 'DirectLinkEnabled' => Array ( 'type' => 'int', 'formatter' => 'kOptionsFormatter', 'options' => Array (1 => 'la_Yes', 0 => 'la_No'), 'use_phrases' => 1,