Show
Ignore:
Timestamp:
2007-12-13 19:33:33 (9 months ago)
Author:
fredck
Message:

For #79 : Implemented many of our standard security checks and the new configuration system handling for the file browser.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor.Net/trunk/FredCK.FCKeditorV2.vs2005.csproj

    r1167 r1202  
    111111      <SubType>Code</SubType> 
    112112    </Compile> 
    113     <Compile Include="FileBrowserConnector.cs"> 
     113    <Compile Include="FileBrowser\Config.cs"> 
    114114      <SubType>ASPXCodeBehind</SubType> 
    115115    </Compile> 
    116     <Compile Include="FileWorkerBase.cs"> 
     116    <Compile Include="FileBrowser\Connector.cs"> 
    117117      <SubType>ASPXCodeBehind</SubType> 
    118118    </Compile> 
    119     <Compile Include="Uploader.cs"> 
     119    <Compile Include="FileBrowser\TypeConfig.cs" /> 
     120    <Compile Include="FileBrowser\TypeConfigList.cs" /> 
     121    <Compile Include="FileBrowser\FileWorkerBase.cs"> 
     122      <SubType>ASPXCodeBehind</SubType> 
     123    </Compile> 
     124    <Compile Include="FileBrowser\Uploader.cs"> 
    120125      <SubType>ASPXCodeBehind</SubType> 
    121126    </Compile> 
     
    123128      <SubType>Code</SubType> 
    124129    </Compile> 
     130    <Compile Include="FileBrowser\XmlResponseHandler.cs" /> 
    125131    <Compile Include="XmlUtil.cs"> 
    126132      <SubType>Code</SubType>