mirror of
				https://github.com/Alfresco/alfresco-community-repo.git
				synced 2025-10-29 15:21:53 +00:00 
			
		
		
		
	6500: Office 2003 Add-ins: Fix for AWC-1505 6501: Fix for AWC-1361 6502: Fixes for locking issues regrading expired content 6503: Fix for AR-1615 6504: WCM-444, WCM-288, WCM-735, WCM-480 6505: WCM-498 wasn't fully fixed 6506: Fix for AWC-1462 6507: Fix for WCM-741 (link validation report for staging sandbox can get stuck) 6508: AR-1650: WS Unit tests fail 6509: Fix for WCM-751 which also solves WCM-570 - also fixed issue to allow deletion of any "broken" webprojects created due to either of those bugs. 6510: Fix for WCM-546 (workflow history panel should be expanded by default) 6511: Fix AWC-1128 6512: Fixes to several to a couple of bugs found under concurrent load. 6513: Build fix for test using an invalid noderef (now stripped out as it does not exist) 6514: Add support for the QueryFile transact request to the IPC$ named pipe handler. Fix for AR-1687. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6740 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
		
			
				
	
	
		
			97 lines
		
	
	
		
			2.5 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			97 lines
		
	
	
		
			2.5 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <model name="test:nodeservice"
 | |
| 	xmlns="http://www.alfresco.org/model/dictionary/1.0">
 | |
| 	
 | |
| 	<description>Test Model for NodeService tests</description>
 | |
| 	<author>Alfresco</author>
 | |
| 	<published>2005-06-05</published>
 | |
| 	<version>0.1</version>
 | |
| 	
 | |
| 	<imports>
 | |
| 		<import uri="http://www.alfresco.org/model/dictionary/1.0" prefix="d"/>
 | |
| 		<import uri="http://www.alfresco.org/model/system/1.0" prefix="sys"/>
 | |
| 		<import uri="http://www.alfresco.org/model/content/1.0" prefix="cm"/>
 | |
| 	</imports>
 | |
| 	
 | |
| 	<namespaces>
 | |
| 		<namespace uri="http://www.alfresco.org/test/NodeRefTestModel"
 | |
| 			prefix="test"/>
 | |
| 	</namespaces>
 | |
| 	
 | |
| 	<types>
 | |
| 		<type name="test:testType">
 | |
| 			<title>Content</title>
 | |
| 			<parent>cm:content</parent>
 | |
| 			<archive>false</archive>
 | |
| 			<properties>
 | |
| 				<property name="test:category1">
 | |
| 					<type>d:category</type>
 | |
| 					<mandatory>false</mandatory>
 | |
| 					<multiple>false</multiple>
 | |
| 				</property>
 | |
| 				<property name="test:categories1">
 | |
| 					<type>d:category</type>
 | |
| 					<mandatory>false</mandatory>
 | |
| 					<multiple>true</multiple>
 | |
| 				</property>
 | |
| 				<property name="test:noderef1">
 | |
| 					<type>d:noderef</type>
 | |
| 					<mandatory>false</mandatory>
 | |
| 					<multiple>false</multiple>
 | |
| 				</property>
 | |
| 				<property name="test:noderefs1">
 | |
| 					<type>d:noderef</type>
 | |
| 					<mandatory>false</mandatory>
 | |
| 					<multiple>true</multiple>
 | |
| 				</property>
 | |
| 			</properties>
 | |
| 		</type>
 | |
| 	</types>
 | |
| 	
 | |
| 	<aspects>
 | |
| 		
 | |
| 		<aspect name="test:singleCategory">
 | |
| 			<title>Single Category</title>
 | |
| 			<properties>
 | |
| 				<property name="test:category">
 | |
| 					<type>d:category</type>
 | |
| 					<mandatory>false</mandatory>
 | |
| 					<multiple>false</multiple>
 | |
| 				</property>
 | |
| 			</properties>
 | |
| 		</aspect>
 | |
| 		
 | |
| 		<aspect name="test:multipleCategories">
 | |
| 			<title>Multiple Categories</title>
 | |
| 			<properties>
 | |
| 				<property name="test:categories">
 | |
| 					<type>d:category</type>
 | |
| 					<mandatory>false</mandatory>
 | |
| 					<multiple>true</multiple>
 | |
| 				</property>
 | |
| 			</properties>
 | |
| 		</aspect>
 | |
| 		
 | |
| 		<aspect name="test:singleNodeRef">
 | |
| 			<title>Single Node Ref</title>
 | |
| 			<properties>
 | |
| 				<property name="test:noderef">
 | |
| 					<type>d:noderef</type>
 | |
| 					<mandatory>false</mandatory>
 | |
| 					<multiple>false</multiple>
 | |
| 				</property>
 | |
| 			</properties>
 | |
| 		</aspect>
 | |
| 		
 | |
| 		<aspect name="test:multipleNodeRefs">
 | |
| 			<title>Mutliple Node Refs</title>
 | |
| 			<properties>
 | |
| 				<property name="test:noderefs">
 | |
| 					<type>d:noderef</type>
 | |
| 					<mandatory>false</mandatory>
 | |
| 					<multiple>true</multiple>
 | |
| 				</property>
 | |
| 			</properties>
 | |
| 		</aspect>
 | |
| 		
 | |
| 	</aspects>
 | |
| </model> |