- Files:
-
- /trunk/rapptor/TracConf/trac.ini (modified) (3 diffs)
- /trunk/rapptor/databindingcontent (added)
- /trunk/rapptor/rapptor/RapptorWeb/PageElements/PEInputListBox.cs (modified) (1 diff)
- /trunk/rapptor/rapptor/build.sln (modified) (1 diff)
- /trunk/rapptor/rapptor/xsd.manifest (modified) (1 diff)
- /trunk/rapptor/rapptor/rapptor_databinding.sln (added)
- /trunk/rapptor/resources/SemWeb/src/RdfReader.cs (modified) (1 diff)
- /trunk/rapptor/resources/XspApplicationHost/bin (deleted)
- /trunk/rapptor/resources/XspApplicationHost/obj (deleted)
- /trunk/rapptor/resources/Xsd/bin/Debug/Xsd.exe (modified) (previous)
- /trunk/rapptor/resources/Xsd/Program.cs (modified) (2 diffs)
- /trunk/rapptor/databindingbundle (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
/trunk/rapptor/TracConf/trac.ini
r19 r21 23 23 acct_mgr.web_ui.loginmodule = enabled 24 24 iniadmin.iniadmin.iniadminplugin = enabled 25 latexdummy.* = enabled 26 latexmacro.* = enabled 25 27 privatetickets.* = enabled 28 robotstxt.* = enabled 29 selfdelete.filter.selfdeletemodule = enabled 30 siteupload.* = enabled 31 stimeline.web_ui.similetimelinemodule = enabled 32 texhtmlmacro.texhtmlmacro = enabled 33 teximagemacro.teximagemacro = enabled 34 texlatexbasicheadersmacro.texlatexbasicheadersmacro = enabled 35 texlatexbegindocmacro.texlatexbegindocmacro = enabled 36 texlatexcmdmacro.texlatexcmdmacro = enabled 37 texlatexdocclsmacro.texlatexdocclsmacro = enabled 38 texlatexenddocmacro.texlatexenddocmacro = enabled 39 texlatexgetresmacro.texlatexgetresmacro = enabled 40 texlatexmacro.texlatexmacro = enabled 41 texlatexspecialcharmacro.texlatexspecialcharmacro = enabled 42 texlatextablemacro.* = enabled 43 texlatexusepkgmacro.texlatexusepkgmacro = enabled 44 textimestampmacro.textimestampmacro = enabled 45 ticketdelete.web_ui.ticketdeleteplugin = enabled 26 46 trac.web.auth.loginmodule = disabled 27 47 trac.wiki.web_ui.wikimodule = disabled 48 trac2latex.trac2latex.trac2latexplugin = enabled 28 49 tracautowikify.autowikify.autowikify = enabled 29 50 tracreposearch.* = enabled … … 32 53 webadmin.* = enabled 33 54 34 [repo-search] 35 include = *.cs:*.vb:*.xslt:*.htm:*.html:*.xml:*.tex:*.txt:*.manifest:*.owl:*.rdf:*.py:*.n3:*.sln:*proj 36 index = /var/trac/rapptor/repo-search-index 55 [trac2latex] 37 56 38 57 [header_logo] … … 84 103 url = http://www.rapptor.org 85 104 105 [repo-search] 106 include = *.cs:*.vb:*.xslt:*.htm:*.html:*.xml:*.tex:*.txt:*.manifest:*.owl:*.rdf:*.py:*.n3:*.sln:*proj 107 index = /var/trac/rapptor/repo-search-index 108 86 109 [search] 87 110 min_query_length = 3 /trunk/rapptor/rapptor/RapptorWeb/PageElements/PEInputListBox.cs
r10 r22 49 49 this.SetAttribute("size", ""+size); 50 50 } 51 52 public void ReceivePostValue(string postValue)53 {54 if (!String.Equals(Value, postValue))55 {56 Value = postValue;57 }58 }59 51 } 60 52 } /trunk/rapptor/rapptor/build.sln
r7 r24 28 28 Global 29 29 GlobalSection(SolutionConfigurationPlatforms) = preSolution 30 Debug|Any CPU = Debug|Any CPU31 Debug|Mixed Platforms = Debug|Mixed Platforms32 30 Release|Any CPU = Release|Any CPU 33 31 Release|Mixed Platforms = Release|Mixed Platforms 34 32 EndGlobalSection 35 33 GlobalSection(ProjectConfigurationPlatforms) = postSolution 36 {5A4E873D-9B80-4B9F-85DC-E0FACB4DD60F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU37 {5A4E873D-9B80-4B9F-85DC-E0FACB4DD60F}.Debug|Any CPU.Build.0 = Debug|Any CPU38 {5A4E873D-9B80-4B9F-85DC-E0FACB4DD60F}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU39 {5A4E873D-9B80-4B9F-85DC-E0FACB4DD60F}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU40 34 {5A4E873D-9B80-4B9F-85DC-E0FACB4DD60F}.Release|Any CPU.ActiveCfg = Release|Any CPU 41 35 {5A4E873D-9B80-4B9F-85DC-E0FACB4DD60F}.Release|Any CPU.Build.0 = Release|Any CPU 42 36 {5A4E873D-9B80-4B9F-85DC-E0FACB4DD60F}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU 43 37 {5A4E873D-9B80-4B9F-85DC-E0FACB4DD60F}.Release|Mixed Platforms.Build.0 = Release|Any CPU 44 {CDD82E33-870E-47E5-B2BD-68015C97E882}.Debug|Any CPU.ActiveCfg = Debug|Any CPU45 {CDD82E33-870E-47E5-B2BD-68015C97E882}.Debug|Any CPU.Build.0 = Debug|Any CPU46 {CDD82E33-870E-47E5-B2BD-68015C97E882}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU47 {CDD82E33-870E-47E5-B2BD-68015C97E882}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU48 38 {CDD82E33-870E-47E5-B2BD-68015C97E882}.Release|Any CPU.ActiveCfg = Release|Any CPU 49 39 {CDD82E33-870E-47E5-B2BD-68015C97E882}.Release|Any CPU.Build.0 = Release|Any CPU 50 40 {CDD82E33-870E-47E5-B2BD-68015C97E882}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU 51 41 {CDD82E33-870E-47E5-B2BD-68015C97E882}.Release|Mixed Platforms.Build.0 = Release|Any CPU 52 {CF5E11E4-28D1-497C-A2B6-61DEE3E72CD8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU53 {CF5E11E4-28D1-497C-A2B6-61DEE3E72CD8}.Debug|Any CPU.Build.0 = Debug|Any CPU54 {CF5E11E4-28D1-497C-A2B6-61DEE3E72CD8}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU55 {CF5E11E4-28D1-497C-A2B6-61DEE3E72CD8}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU56 42 {CF5E11E4-28D1-497C-A2B6-61DEE3E72CD8}.Release|Any CPU.ActiveCfg = Release|Any CPU 57 43 {CF5E11E4-28D1-497C-A2B6-61DEE3E72CD8}.Release|Any CPU.Build.0 = Release|Any CPU 58 44 {CF5E11E4-28D1-497C-A2B6-61DEE3E72CD8}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU 59 45 {CF5E11E4-28D1-497C-A2B6-61DEE3E72CD8}.Release|Mixed Platforms.Build.0 = Release|Any CPU 60 {516AB501-8BB4-497D-9C50-A7080908E2EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU61 {516AB501-8BB4-497D-9C50-A7080908E2EB}.Debug|Any CPU.Build.0 = Debug|Any CPU62 {516AB501-8BB4-497D-9C50-A7080908E2EB}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU63 {516AB501-8BB4-497D-9C50-A7080908E2EB}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU64 46 {516AB501-8BB4-497D-9C50-A7080908E2EB}.Release|Any CPU.ActiveCfg = Release|Any CPU 65 47 {516AB501-8BB4-497D-9C50-A7080908E2EB}.Release|Any CPU.Build.0 = Release|Any CPU 66 48 {516AB501-8BB4-497D-9C50-A7080908E2EB}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU 67 49 {516AB501-8BB4-497D-9C50-A7080908E2EB}.Release|Mixed Platforms.Build.0 = Release|Any CPU 68 {E0144920-D259-4207-9FCD-8F6701914F71}.Debug|Any CPU.ActiveCfg = Debug|Any CPU69 {E0144920-D259-4207-9FCD-8F6701914F71}.Debug|Any CPU.Build.0 = Debug|Any CPU70 {E0144920-D259-4207-9FCD-8F6701914F71}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU71 {E0144920-D259-4207-9FCD-8F6701914F71}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU72 50 {E0144920-D259-4207-9FCD-8F6701914F71}.Release|Any CPU.ActiveCfg = Release|Any CPU 73 51 {E0144920-D259-4207-9FCD-8F6701914F71}.Release|Any CPU.Build.0 = Release|Any CPU 74 52 {E0144920-D259-4207-9FCD-8F6701914F71}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU 75 53 {E0144920-D259-4207-9FCD-8F6701914F71}.Release|Mixed Platforms.Build.0 = Release|Any CPU 76 {8BA8AFB2-3A5C-476C-B28B-0127D588E16B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU77 {8BA8AFB2-3A5C-476C-B28B-0127D588E16B}.Debug|Any CPU.Build.0 = Debug|Any CPU78 {8BA8AFB2-3A5C-476C-B28B-0127D588E16B}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU79 {8BA8AFB2-3A5C-476C-B28B-0127D588E16B}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU80 54 {8BA8AFB2-3A5C-476C-B28B-0127D588E16B}.Release|Any CPU.ActiveCfg = Release|Any CPU 81 55 {8BA8AFB2-3A5C-476C-B28B-0127D588E16B}.Release|Any CPU.Build.0 = Release|Any CPU 82 56 {8BA8AFB2-3A5C-476C-B28B-0127D588E16B}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU 83 57 {8BA8AFB2-3A5C-476C-B28B-0127D588E16B}.Release|Mixed Platforms.Build.0 = Release|Any CPU 84 {98EA8780-0045-41A4-BAA1-575582B92BCC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU85 {98EA8780-0045-41A4-BAA1-575582B92BCC}.Debug|Any CPU.Build.0 = Debug|Any CPU86 {98EA8780-0045-41A4-BAA1-575582B92BCC}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU87 {98EA8780-0045-41A4-BAA1-575582B92BCC}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU88 58 {98EA8780-0045-41A4-BAA1-575582B92BCC}.Release|Any CPU.ActiveCfg = Release|Any CPU 89 59 {98EA8780-0045-41A4-BAA1-575582B92BCC}.Release|Any CPU.Build.0 = Release|Any CPU 90 60 {98EA8780-0045-41A4-BAA1-575582B92BCC}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU 91 61 {98EA8780-0045-41A4-BAA1-575582B92BCC}.Release|Mixed Platforms.Build.0 = Release|Any CPU 92 {7BEB7766-5799-452A-9691-D35CB150C9AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU93 {7BEB7766-5799-452A-9691-D35CB150C9AE}.Debug|Any CPU.Build.0 = Debug|Any CPU94 {7BEB7766-5799-452A-9691-D35CB150C9AE}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU95 {7BEB7766-5799-452A-9691-D35CB150C9AE}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU96 62 {7BEB7766-5799-452A-9691-D35CB150C9AE}.Release|Any CPU.ActiveCfg = Release|Any CPU 97 63 {7BEB7766-5799-452A-9691-D35CB150C9AE}.Release|Any CPU.Build.0 = Release|Any CPU 98 64 {7BEB7766-5799-452A-9691-D35CB150C9AE}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU 99 65 {7BEB7766-5799-452A-9691-D35CB150C9AE}.Release|Mixed Platforms.Build.0 = Release|Any CPU 100 {34CA21DC-3539-4A51-8263-3FEDD8F686AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU101 {34CA21DC-3539-4A51-8263-3FEDD8F686AD}.Debug|Any CPU.Build.0 = Debug|Any CPU102 {34CA21DC-3539-4A51-8263-3FEDD8F686AD}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU103 {34CA21DC-3539-4A51-8263-3FEDD8F686AD}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU104 66 {34CA21DC-3539-4A51-8263-3FEDD8F686AD}.Release|Any CPU.ActiveCfg = Release|Any CPU 105 67 {34CA21DC-3539-4A51-8263-3FEDD8F686AD}.Release|Any CPU.Build.0 = Release|Any CPU 106 68 {34CA21DC-3539-4A51-8263-3FEDD8F686AD}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU 107 69 {34CA21DC-3539-4A51-8263-3FEDD8F686AD}.Release|Mixed Platforms.Build.0 = Release|Any CPU 108 {3FEA4250-19AB-4305-BC6A-3A0B8A83241B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU109 {3FEA4250-19AB-4305-BC6A-3A0B8A83241B}.Debug|Any CPU.Build.0 = Debug|Any CPU110 {3FEA4250-19AB-4305-BC6A-3A0B8A83241B}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU111 {3FEA4250-19AB-4305-BC6A-3A0B8A83241B}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU112 70 {3FEA4250-19AB-4305-BC6A-3A0B8A83241B}.Release|Any CPU.ActiveCfg = Release|Any CPU 113 71 {3FEA4250-19AB-4305-BC6A-3A0B8A83241B}.Release|Any CPU.Build.0 = Release|Any CPU 114 72 {3FEA4250-19AB-4305-BC6A-3A0B8A83241B}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU 115 73 {3FEA4250-19AB-4305-BC6A-3A0B8A83241B}.Release|Mixed Platforms.Build.0 = Release|Any CPU 116 {0338860C-C4DA-4D8D-9610-6BBA2244F748}.Debug|Any CPU.ActiveCfg = Debug|Any CPU117 {0338860C-C4DA-4D8D-9610-6BBA2244F748}.Debug|Any CPU.Build.0 = Debug|Any CPU118 {0338860C-C4DA-4D8D-9610-6BBA2244F748}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU119 {0338860C-C4DA-4D8D-9610-6BBA2244F748}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU120 74 {0338860C-C4DA-4D8D-9610-6BBA2244F748}.Release|Any CPU.ActiveCfg = Release|Any CPU 121 75 {0338860C-C4DA-4D8D-9610-6BBA2244F748}.Release|Any CPU.Build.0 = Release|Any CPU 122 76 {0338860C-C4DA-4D8D-9610-6BBA2244F748}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU 123 77 {0338860C-C4DA-4D8D-9610-6BBA2244F748}.Release|Mixed Platforms.Build.0 = Release|Any CPU 124 {23EC7680-DF18-49D0-963D-10E5CE65BECE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU125 {23EC7680-DF18-49D0-963D-10E5CE65BECE}.Debug|Any CPU.Build.0 = Debug|Any CPU126 {23EC7680-DF18-49D0-963D-10E5CE65BECE}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU127 {23EC7680-DF18-49D0-963D-10E5CE65BECE}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU128 78 {23EC7680-DF18-49D0-963D-10E5CE65BECE}.Release|Any CPU.ActiveCfg = Release|Any CPU 129 79 {23EC7680-DF18-49D0-963D-10E5CE65BECE}.Release|Any CPU.Build.0 = Release|Any CPU /trunk/rapptor/rapptor/xsd.manifest
r7 r27 2 2 <configuration xmlns="Mono.Util.Driver"> 3 3 <schemata> 4 <schema source="RapptorCore \bin\Debug\RapptorCore.dll" target="RapptorCore\Manifest.xsd" type="Rapptor.Core.Manifest" />5 <schema source="RapptorTreeStore \bin\Debug\RapptorTreeStore.dll" target="RapptorTreeStore\StoreConfigurations\FileStoreConfig.xsd" type="Rapptor.TreeStore.StoreConfigurations.FileStoreConfig" />6 <schema source="RapptorTreeStore \bin\Debug\RapptorTreeStore.dll" target="RapptorTreeStore\StoreConfigurations\PostgreSQLStoreConfig.xsd" type="Rapptor.TreeStore.StoreConfigurations.PostgreSQLStoreConfig" />7 <schema source="RapptorTreeStore \bin\Debug\RapptorTreeStore.dll" target="RapptorTreeStore\TreeProvider\TreeProviderReal.xsd" type="Rapptor.TreeStore.TreeProvider.TreeProviderReal" />8 <schema source="RapptorTreeStore \bin\Debug\RapptorTreeStore.dll" target="RapptorTreeStore\TreeProvider\TreeProviderOntology.xsd" type="Rapptor.TreeStore.TreeProvider.TreeProviderOntology" />9 <schema source="RapptorTreeStore \bin\Debug\RapptorTreeStore.dll" target="RapptorTreeStore\TreeProvider\TreeProviderMount.xsd" type="Rapptor.TreeStore.TreeProvider.TreeProviderMount" />10 <schema source="RapptorTreeStore \bin\Debug\RapptorTreeStore.dll" target="RapptorTreeStore\TreeProvider\TreeProviderDatabase.xsd" type="Rapptor.TreeStore.TreeProvider.TreeProviderDatabase" />11 <schema source="RapptorTreeStore \bin\Debug\RapptorTreeStore.dll" target="RapptorTreeStore\TreeProvider\SqlDriver\PostgreSQLDriver.xsd" type="Rapptor.TreeStore.TreeProvider.SqlDriver.PostgreSQLDriver" />12 <schema source="RapptorTreeStore \bin\Debug\RapptorTreeStore.dll" target="RapptorTreeStore\TreeProvider\Manifest.xsd" type="Rapptor.TreeStore.TreeProvider.Manifest" />4 <schema source="RapptorCore/bin/Debug/RapptorCore.dll" target="RapptorCore/Manifest.xsd" type="Rapptor.Core.Manifest" /> 5 <schema source="RapptorTreeStore/bin/Debug/RapptorTreeStore.dll" target="RapptorTreeStore/StoreConfigurations/FileStoreConfig.xsd" type="Rapptor.TreeStore.StoreConfigurations.FileStoreConfig" /> 6 <schema source="RapptorTreeStore/bin/Debug/RapptorTreeStore.dll" target="RapptorTreeStore/StoreConfigurations/PostgreSQLStoreConfig.xsd" type="Rapptor.TreeStore.StoreConfigurations.PostgreSQLStoreConfig" /> 7 <schema source="RapptorTreeStore/bin/Debug/RapptorTreeStore.dll" target="RapptorTreeStore/TreeProvider/TreeProviderReal.xsd" type="Rapptor.TreeStore.TreeProvider.TreeProviderReal" /> 8 <schema source="RapptorTreeStore/bin/Debug/RapptorTreeStore.dll" target="RapptorTreeStore/TreeProvider/TreeProviderOntology.xsd" type="Rapptor.TreeStore.TreeProvider.TreeProviderOntology" /> 9 <schema source="RapptorTreeStore/bin/Debug/RapptorTreeStore.dll" target="RapptorTreeStore/TreeProvider/TreeProviderMount.xsd" type="Rapptor.TreeStore.TreeProvider.TreeProviderMount" /> 10 <schema source="RapptorTreeStore/bin/Debug/RapptorTreeStore.dll" target="RapptorTreeStore/TreeProvider/TreeProviderDatabase.xsd" type="Rapptor.TreeStore.TreeProvider.TreeProviderDatabase" /> 11 <schema source="RapptorTreeStore/bin/Debug/RapptorTreeStore.dll" target="RapptorTreeStore/TreeProvider/SqlDriver/PostgreSQLDriver.xsd" type="Rapptor.TreeStore.TreeProvider.SqlDriver.PostgreSQLDriver" /> 12 <schema source="RapptorTreeStore/bin/Debug/RapptorTreeStore.dll" target="RapptorTreeStore/TreeProvider/Manifest.xsd" type="Rapptor.TreeStore.TreeProvider.Manifest" /> 13 13 </schemata> 14 14 </configuration> /trunk/rapptor/resources/SemWeb/src/RdfReader.cs
r7 r23 166 166 UriBuilder b = new UriBuilder(baseuri); 167 167 b.Fragment = null; // per W3 RDF/XML test suite 168 return new Uri(b.Uri, uri , true).ToString();168 return new Uri(b.Uri, uri).ToString(); 169 169 } catch (UriFormatException) { 170 170 return baseuri + uri; /trunk/rapptor/resources/Xsd/Program.cs
r7 r26 33 33 { 34 34 string directory = new FileInfo(args[0]).Directory.FullName; 35 string fileName = Path.Combine(directory, s.Target);35 string fileName = Path.Combine(directory, GetPath(s.Target)); 36 36 37 37 Assembly assembly = Assembly.LoadFrom(Path.Combine(directory, s.Source)); … … 63 63 } 64 64 } 65 66 private static string GetPath(string source) 67 { 68 System.OperatingSystem os = System.Environment.OSVersion; 69 string path = source; 70 switch (os.Platform) 71 { 72 case PlatformID.Win32Windows: 73 case PlatformID.Win32NT: 74 case PlatformID.Win32S: 75 case PlatformID.WinCE: 76 { 77 source = source.Replace("/", Path.DirectorySeparatorChar.ToString()); 78 break; 79 } 80 } 81 return path; 82 } 65 83 } 84 85 66 86 67 87 [XmlRoot("configuration", Namespace="Mono.Util.Driver")]
