Commit 23506ba7a9b9be559f52924f1dbf21060c89f87e
1 parent
a453bbfc
KTS-679
"review default dataset shipped with KT" Updated data.sql. Committed By: Kevin Reviewed By: Conrad git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@6615 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
27 additions
and
2 deletions
sql/mysql/install/data.sql
| @@ -147,7 +147,10 @@ INSERT INTO `document_fields` VALUES (5,'Media Type','STRING',0,1,0,3,0,'Please | @@ -147,7 +147,10 @@ INSERT INTO `document_fields` VALUES (5,'Media Type','STRING',0,1,0,3,0,'Please | ||
| 147 | -- | 147 | -- |
| 148 | 148 | ||
| 149 | INSERT INTO `document_link_types` VALUES (-1, 'depended on', 'was depended on by', 'Depends relationship whereby one documents depends on another''s creation to go through approval'); | 149 | INSERT INTO `document_link_types` VALUES (-1, 'depended on', 'was depended on by', 'Depends relationship whereby one documents depends on another''s creation to go through approval'); |
| 150 | -INSERT INTO `document_link_types` VALUES (0, 'Default', 'Default (reverse)', 'Default link type'); | 150 | +INSERT INTO `document_link_types` VALUES (0,'Default','Default (reverse)','Default link type'); |
| 151 | +INSERT INTO `document_link_types` VALUES (3,'Attachment','','Document Attachment'); | ||
| 152 | +INSERT INTO `document_link_types` VALUES (4,'Reference','','Document Reference'); | ||
| 153 | +INSERT INTO `document_link_types` VALUES (5,'Copy','','Document Copy'); | ||
| 151 | 154 | ||
| 152 | -- | 155 | -- |
| 153 | -- Dumping data for table `document_metadata_version` | 156 | -- Dumping data for table `document_metadata_version` |
| @@ -738,6 +741,27 @@ INSERT INTO `permissions` VALUES (8, 'ktcore.permissions.folder_rename', 'Rename | @@ -738,6 +741,27 @@ INSERT INTO `permissions` VALUES (8, 'ktcore.permissions.folder_rename', 'Rename | ||
| 738 | -- Dumping data for table `plugins` | 741 | -- Dumping data for table `plugins` |
| 739 | -- | 742 | -- |
| 740 | 743 | ||
| 744 | +INSERT INTO `plugins` VALUES (49,'ktcore.generalmetadata.plugin','plugins/generalmetadata/GeneralMetadataPlugin.php',0,0,NULL,0,'General Metadata Search Plugin'); | ||
| 745 | +INSERT INTO `plugins` VALUES (50,'ktcore.tagcloud.plugin','plugins/tagcloud/TagCloudPlugin.php',0,0,NULL,0,'Tag Cloud Plugin'); | ||
| 746 | +INSERT INTO `plugins` VALUES (51,'ktcore.rss.plugin','plugins/rssplugin/RSSPlugin.php',0,0,NULL,0,'RSS Plugin'); | ||
| 747 | +INSERT INTO `plugins` VALUES (52,'ktcore.language.plugin','plugins/ktcore/KTCoreLanguagePlugin.php',0,0,NULL,0,'Core Language Support'); | ||
| 748 | +INSERT INTO `plugins` VALUES (53,'ktcore.plugin','plugins/ktcore/KTCorePlugin.php',0,0,NULL,0,'Core Application Functionality'); | ||
| 749 | +INSERT INTO `plugins` VALUES (54,'ktstandard.adminversion.plugin','plugins/ktstandard/KTAdminVersionPlugin.php',0,0,NULL,0,'Admin Version Plugin'); | ||
| 750 | +INSERT INTO `plugins` VALUES (55,'ktstandard.ldapauthentication.plugin','plugins/ktstandard/KTLDAPAuthenticationPlugin.php',0,0,NULL,0,'LDAP Authentication Plugin'); | ||
| 751 | +INSERT INTO `plugins` VALUES (56,'ktstandard.pdf.plugin','plugins/ktstandard/PDFGeneratorPlugin.php',0,0,NULL,0,'PDF Generator Plugin'); | ||
| 752 | +INSERT INTO `plugins` VALUES (57,'ktstandard.bulkexport.plugin','plugins/ktstandard/KTBulkExportPlugin.php',0,0,NULL,0,'Bulk Export Plugin'); | ||
| 753 | +INSERT INTO `plugins` VALUES (58,'ktstandard.immutableaction.plugin','plugins/ktstandard/ImmutableActionPlugin.php',0,0,NULL,0,'Immutable action plugin'); | ||
| 754 | +INSERT INTO `plugins` VALUES (59,'ktstandard.subscriptions.plugin','plugins/ktstandard/KTSubscriptions.php',0,0,NULL,0,'Subscription Plugin'); | ||
| 755 | +INSERT INTO `plugins` VALUES (60,'ktstandard.discussion.plugin','plugins/ktstandard/KTDiscussion.php',0,0,NULL,0,'Document Discussions Plugin'); | ||
| 756 | +INSERT INTO `plugins` VALUES (61,'ktstandard.email.plugin','plugins/ktstandard/KTEmail.php',0,0,NULL,0,'Email Plugin'); | ||
| 757 | +INSERT INTO `plugins` VALUES (62,'ktstandard.indexer.plugin','plugins/ktstandard/KTIndexer.php',0,0,NULL,0,'Full-text Content Indexing'); | ||
| 758 | +INSERT INTO `plugins` VALUES (63,'ktstandard.documentlinks.plugin','plugins/ktstandard/KTDocumentLinks.php',0,0,NULL,0,'Inter-document linking'); | ||
| 759 | +INSERT INTO `plugins` VALUES (64,'ktstandard.workflowassociation.plugin','plugins/ktstandard/KTWorkflowAssociation.php',0,0,NULL,0,'Workflow Association Plugin'); | ||
| 760 | +INSERT INTO `plugins` VALUES (65,'ktstandard.workflowassociation.documenttype.plugin','plugins/ktstandard/workflow/TypeAssociator.php',0,0,NULL,0,'Workflow allocation by document type'); | ||
| 761 | +INSERT INTO `plugins` VALUES (66,'ktstandard.workflowassociation.folder.plugin','plugins/ktstandard/workflow/FolderAssociator.php',0,0,NULL,0,'Workflow allocation by location'); | ||
| 762 | +INSERT INTO `plugins` VALUES (67,'ktstandard.disclaimers.plugin','plugins/ktstandard/KTDisclaimers.php',0,0,NULL,0,'Disclaimers Plugin'); | ||
| 763 | +INSERT INTO `plugins` VALUES (68,'ktstandard.searchdashlet.plugin','plugins/ktstandard/SearchDashletPlugin.php',0,0,NULL,0,'Search Dashlet Plugin'); | ||
| 764 | +INSERT INTO `plugins` VALUES (69,'nbm.browseable.plugin','plugins/browseabledashlet/BrowseableDashletPlugin.php',0,0,NULL,0,'Orphaned Folders Plugin'); | ||
| 741 | 765 | ||
| 742 | -- | 766 | -- |
| 743 | -- Dumping data for table `role_allocations` | 767 | -- Dumping data for table `role_allocations` |
| @@ -749,6 +773,7 @@ INSERT INTO `permissions` VALUES (8, 'ktcore.permissions.folder_rename', 'Rename | @@ -749,6 +773,7 @@ INSERT INTO `permissions` VALUES (8, 'ktcore.permissions.folder_rename', 'Rename | ||
| 749 | -- | 773 | -- |
| 750 | 774 | ||
| 751 | INSERT INTO `roles` VALUES (-4, 'Authenticated Users'); | 775 | INSERT INTO `roles` VALUES (-4, 'Authenticated Users'); |
| 776 | +INSERT INTO `roles` VALUES (4, 'Creator'); | ||
| 752 | INSERT INTO `roles` VALUES (-3, 'Everyone'); | 777 | INSERT INTO `roles` VALUES (-3, 'Everyone'); |
| 753 | INSERT INTO `roles` VALUES (-2, 'Owner'); | 778 | INSERT INTO `roles` VALUES (-2, 'Owner'); |
| 754 | INSERT INTO `roles` VALUES (2, 'Publisher'); | 779 | INSERT INTO `roles` VALUES (2, 'Publisher'); |
| @@ -1369,7 +1394,7 @@ INSERT INTO `zseq_permissions` VALUES (8); | @@ -1369,7 +1394,7 @@ INSERT INTO `zseq_permissions` VALUES (8); | ||
| 1369 | -- Dumping data for table `zseq_plugins` | 1394 | -- Dumping data for table `zseq_plugins` |
| 1370 | -- | 1395 | -- |
| 1371 | 1396 | ||
| 1372 | -INSERT INTO `zseq_plugins` VALUES (48); | 1397 | +INSERT INTO `zseq_plugins` VALUES (69); |
| 1373 | 1398 | ||
| 1374 | -- | 1399 | -- |
| 1375 | -- Dumping data for table `zseq_role_allocations` | 1400 | -- Dumping data for table `zseq_role_allocations` |