Changes in / [20:30]

Show
Ignore:
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • /trunk/rapptor/TracConf/trac.ini

    r19 r21  
    2323acct_mgr.web_ui.loginmodule = enabled 
    2424iniadmin.iniadmin.iniadminplugin = enabled 
     25latexdummy.* = enabled 
     26latexmacro.* = enabled 
    2527privatetickets.* = enabled 
     28robotstxt.* = enabled 
     29selfdelete.filter.selfdeletemodule = enabled 
     30siteupload.* = enabled 
     31stimeline.web_ui.similetimelinemodule = enabled 
     32texhtmlmacro.texhtmlmacro = enabled 
     33teximagemacro.teximagemacro = enabled 
     34texlatexbasicheadersmacro.texlatexbasicheadersmacro = enabled 
     35texlatexbegindocmacro.texlatexbegindocmacro = enabled 
     36texlatexcmdmacro.texlatexcmdmacro = enabled 
     37texlatexdocclsmacro.texlatexdocclsmacro = enabled 
     38texlatexenddocmacro.texlatexenddocmacro = enabled 
     39texlatexgetresmacro.texlatexgetresmacro = enabled 
     40texlatexmacro.texlatexmacro = enabled 
     41texlatexspecialcharmacro.texlatexspecialcharmacro = enabled 
     42texlatextablemacro.* = enabled 
     43texlatexusepkgmacro.texlatexusepkgmacro = enabled 
     44textimestampmacro.textimestampmacro = enabled 
     45ticketdelete.web_ui.ticketdeleteplugin = enabled 
    2646trac.web.auth.loginmodule = disabled 
    2747trac.wiki.web_ui.wikimodule = disabled 
     48trac2latex.trac2latex.trac2latexplugin = enabled 
    2849tracautowikify.autowikify.autowikify = enabled 
    2950tracreposearch.* = enabled 
     
    3253webadmin.* = enabled 
    3354 
    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] 
    3756 
    3857[header_logo] 
     
    84103url = http://www.rapptor.org 
    85104 
     105[repo-search] 
     106include = *.cs:*.vb:*.xslt:*.htm:*.html:*.xml:*.tex:*.txt:*.manifest:*.owl:*.rdf:*.py:*.n3:*.sln:*proj 
     107index = /var/trac/rapptor/repo-search-index 
     108 
    86109[search] 
    87110min_query_length = 3 
  • /trunk/rapptor/rapptor/RapptorWeb/PageElements/PEInputListBox.cs

    r10 r22  
    4949            this.SetAttribute("size", ""+size); 
    5050        } 
    51  
    52         public void ReceivePostValue(string postValue) 
    53         { 
    54             if (!String.Equals(Value, postValue)) 
    55             { 
    56                 Value = postValue; 
    57             } 
    58         } 
    5951    } 
    6052} 
  • /trunk/rapptor/rapptor/build.sln

    r7 r24  
    2828Global 
    2929        GlobalSection(SolutionConfigurationPlatforms) = preSolution 
    30                 Debug|Any CPU = Debug|Any CPU 
    31                 Debug|Mixed Platforms = Debug|Mixed Platforms 
    3230                Release|Any CPU = Release|Any CPU 
    3331                Release|Mixed Platforms = Release|Mixed Platforms 
    3432        EndGlobalSection 
    3533        GlobalSection(ProjectConfigurationPlatforms) = postSolution 
    36                 {5A4E873D-9B80-4B9F-85DC-E0FACB4DD60F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 
    37                 {5A4E873D-9B80-4B9F-85DC-E0FACB4DD60F}.Debug|Any CPU.Build.0 = Debug|Any CPU 
    38                 {5A4E873D-9B80-4B9F-85DC-E0FACB4DD60F}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU 
    39                 {5A4E873D-9B80-4B9F-85DC-E0FACB4DD60F}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU 
    4034                {5A4E873D-9B80-4B9F-85DC-E0FACB4DD60F}.Release|Any CPU.ActiveCfg = Release|Any CPU 
    4135                {5A4E873D-9B80-4B9F-85DC-E0FACB4DD60F}.Release|Any CPU.Build.0 = Release|Any CPU 
    4236                {5A4E873D-9B80-4B9F-85DC-E0FACB4DD60F}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU 
    4337                {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 CPU 
    45                 {CDD82E33-870E-47E5-B2BD-68015C97E882}.Debug|Any CPU.Build.0 = Debug|Any CPU 
    46                 {CDD82E33-870E-47E5-B2BD-68015C97E882}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU 
    47                 {CDD82E33-870E-47E5-B2BD-68015C97E882}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU 
    4838                {CDD82E33-870E-47E5-B2BD-68015C97E882}.Release|Any CPU.ActiveCfg = Release|Any CPU 
    4939                {CDD82E33-870E-47E5-B2BD-68015C97E882}.Release|Any CPU.Build.0 = Release|Any CPU 
    5040                {CDD82E33-870E-47E5-B2BD-68015C97E882}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU 
    5141                {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 CPU 
    53                 {CF5E11E4-28D1-497C-A2B6-61DEE3E72CD8}.Debug|Any CPU.Build.0 = Debug|Any CPU 
    54                 {CF5E11E4-28D1-497C-A2B6-61DEE3E72CD8}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU 
    55                 {CF5E11E4-28D1-497C-A2B6-61DEE3E72CD8}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU 
    5642                {CF5E11E4-28D1-497C-A2B6-61DEE3E72CD8}.Release|Any CPU.ActiveCfg = Release|Any CPU 
    5743                {CF5E11E4-28D1-497C-A2B6-61DEE3E72CD8}.Release|Any CPU.Build.0 = Release|Any CPU 
    5844                {CF5E11E4-28D1-497C-A2B6-61DEE3E72CD8}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU 
    5945                {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 CPU 
    61                 {516AB501-8BB4-497D-9C50-A7080908E2EB}.Debug|Any CPU.Build.0 = Debug|Any CPU 
    62                 {516AB501-8BB4-497D-9C50-A7080908E2EB}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU 
    63                 {516AB501-8BB4-497D-9C50-A7080908E2EB}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU 
    6446                {516AB501-8BB4-497D-9C50-A7080908E2EB}.Release|Any CPU.ActiveCfg = Release|Any CPU 
    6547                {516AB501-8BB4-497D-9C50-A7080908E2EB}.Release|Any CPU.Build.0 = Release|Any CPU 
    6648                {516AB501-8BB4-497D-9C50-A7080908E2EB}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU 
    6749                {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 CPU 
    69                 {E0144920-D259-4207-9FCD-8F6701914F71}.Debug|Any CPU.Build.0 = Debug|Any CPU 
    70                 {E0144920-D259-4207-9FCD-8F6701914F71}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU 
    71                 {E0144920-D259-4207-9FCD-8F6701914F71}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU 
    7250                {E0144920-D259-4207-9FCD-8F6701914F71}.Release|Any CPU.ActiveCfg = Release|Any CPU 
    7351                {E0144920-D259-4207-9FCD-8F6701914F71}.Release|Any CPU.Build.0 = Release|Any CPU 
    7452                {E0144920-D259-4207-9FCD-8F6701914F71}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU 
    7553                {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 CPU 
    77                 {8BA8AFB2-3A5C-476C-B28B-0127D588E16B}.Debug|Any CPU.Build.0 = Debug|Any CPU 
    78                 {8BA8AFB2-3A5C-476C-B28B-0127D588E16B}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU 
    79                 {8BA8AFB2-3A5C-476C-B28B-0127D588E16B}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU 
    8054                {8BA8AFB2-3A5C-476C-B28B-0127D588E16B}.Release|Any CPU.ActiveCfg = Release|Any CPU 
    8155                {8BA8AFB2-3A5C-476C-B28B-0127D588E16B}.Release|Any CPU.Build.0 = Release|Any CPU 
    8256                {8BA8AFB2-3A5C-476C-B28B-0127D588E16B}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU 
    8357                {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 CPU 
    85                 {98EA8780-0045-41A4-BAA1-575582B92BCC}.Debug|Any CPU.Build.0 = Debug|Any CPU 
    86                 {98EA8780-0045-41A4-BAA1-575582B92BCC}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU 
    87                 {98EA8780-0045-41A4-BAA1-575582B92BCC}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU 
    8858                {98EA8780-0045-41A4-BAA1-575582B92BCC}.Release|Any CPU.ActiveCfg = Release|Any CPU 
    8959                {98EA8780-0045-41A4-BAA1-575582B92BCC}.Release|Any CPU.Build.0 = Release|Any CPU 
    9060                {98EA8780-0045-41A4-BAA1-575582B92BCC}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU 
    9161                {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 CPU 
    93                 {7BEB7766-5799-452A-9691-D35CB150C9AE}.Debug|Any CPU.Build.0 = Debug|Any CPU 
    94                 {7BEB7766-5799-452A-9691-D35CB150C9AE}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU 
    95                 {7BEB7766-5799-452A-9691-D35CB150C9AE}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU 
    9662                {7BEB7766-5799-452A-9691-D35CB150C9AE}.Release|Any CPU.ActiveCfg = Release|Any CPU 
    9763                {7BEB7766-5799-452A-9691-D35CB150C9AE}.Release|Any CPU.Build.0 = Release|Any CPU 
    9864                {7BEB7766-5799-452A-9691-D35CB150C9AE}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU 
    9965                {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 CPU 
    101                 {34CA21DC-3539-4A51-8263-3FEDD8F686AD}.Debug|Any CPU.Build.0 = Debug|Any CPU 
    102                 {34CA21DC-3539-4A51-8263-3FEDD8F686AD}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU 
    103                 {34CA21DC-3539-4A51-8263-3FEDD8F686AD}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU 
    10466                {34CA21DC-3539-4A51-8263-3FEDD8F686AD}.Release|Any CPU.ActiveCfg = Release|Any CPU 
    10567                {34CA21DC-3539-4A51-8263-3FEDD8F686AD}.Release|Any CPU.Build.0 = Release|Any CPU 
    10668                {34CA21DC-3539-4A51-8263-3FEDD8F686AD}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU 
    10769                {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 CPU 
    109                 {3FEA4250-19AB-4305-BC6A-3A0B8A83241B}.Debug|Any CPU.Build.0 = Debug|Any CPU 
    110                 {3FEA4250-19AB-4305-BC6A-3A0B8A83241B}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU 
    111                 {3FEA4250-19AB-4305-BC6A-3A0B8A83241B}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU 
    11270                {3FEA4250-19AB-4305-BC6A-3A0B8A83241B}.Release|Any CPU.ActiveCfg = Release|Any CPU 
    11371                {3FEA4250-19AB-4305-BC6A-3A0B8A83241B}.Release|Any CPU.Build.0 = Release|Any CPU 
    11472                {3FEA4250-19AB-4305-BC6A-3A0B8A83241B}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU 
    11573                {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 CPU 
    117                 {0338860C-C4DA-4D8D-9610-6BBA2244F748}.Debug|Any CPU.Build.0 = Debug|Any CPU 
    118                 {0338860C-C4DA-4D8D-9610-6BBA2244F748}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU 
    119                 {0338860C-C4DA-4D8D-9610-6BBA2244F748}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU 
    12074                {0338860C-C4DA-4D8D-9610-6BBA2244F748}.Release|Any CPU.ActiveCfg = Release|Any CPU 
    12175                {0338860C-C4DA-4D8D-9610-6BBA2244F748}.Release|Any CPU.Build.0 = Release|Any CPU 
    12276                {0338860C-C4DA-4D8D-9610-6BBA2244F748}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU 
    12377                {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 CPU 
    125                 {23EC7680-DF18-49D0-963D-10E5CE65BECE}.Debug|Any CPU.Build.0 = Debug|Any CPU 
    126                 {23EC7680-DF18-49D0-963D-10E5CE65BECE}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU 
    127                 {23EC7680-DF18-49D0-963D-10E5CE65BECE}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU 
    12878                {23EC7680-DF18-49D0-963D-10E5CE65BECE}.Release|Any CPU.ActiveCfg = Release|Any CPU 
    12979                {23EC7680-DF18-49D0-963D-10E5CE65BECE}.Release|Any CPU.Build.0 = Release|Any CPU 
  • /trunk/rapptor/rapptor/xsd.manifest

    r7 r27  
    22<configuration xmlns="Mono.Util.Driver"> 
    33  <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" /> 
    1313  </schemata> 
    1414</configuration> 
  • /trunk/rapptor/resources/SemWeb/src/RdfReader.cs

    r7 r23  
    166166                                UriBuilder b = new UriBuilder(baseuri); 
    167167                                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(); 
    169169                        } catch (UriFormatException) { 
    170170                                return baseuri + uri; 
  • /trunk/rapptor/resources/Xsd/Program.cs

    r7 r26  
    3333                        { 
    3434                            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)); 
    3636 
    3737                            Assembly assembly = Assembly.LoadFrom(Path.Combine(directory, s.Source)); 
     
    6363            } 
    6464        } 
     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        } 
    6583    } 
     84 
     85     
    6686 
    6787    [XmlRoot("configuration", Namespace="Mono.Util.Driver")]