Changeset 5852
- Timestamp:
- 08/30/10 15:38:07 (3 years ago)
- Location:
- FCKeditor.Net/trunk
- Files:
-
- 3 edited
-
AssemblyInfo.cs (modified) (2 diffs)
-
FileBrowser/FileWorkerBase.cs (modified) (2 diffs)
-
_whatsnew.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor.Net/trunk/AssemblyInfo.cs
r5848 r5852 40 40 [assembly: AssemblyCompany("")] 41 41 [assembly: AssemblyProduct("FCKeditor.FCKeditorV2")] 42 [assembly: AssemblyCopyright("2003-20 08 Frederico CaldeiraKnabben")]42 [assembly: AssemblyCopyright("2003-2010, CKSource - Frederico Knabben")] 43 43 [assembly: AssemblyTrademark("")] 44 44 [assembly: AssemblyCulture("")] … … 55 55 // by using the '*' as shown below: 56 56 57 [assembly: AssemblyVersion("2.6. 3.*")]57 [assembly: AssemblyVersion("2.6.4.*")] 58 58 59 59 // -
FCKeditor.Net/trunk/FileBrowser/FileWorkerBase.cs
r5848 r5852 69 69 int iCounter = 0; 70 70 71 string orginalNameWithoutExt = System.IO.Path.GetFileNameWithoutExtension(sFileName); 71 72 while ( true ) 72 73 { 73 string sFilePath = System.IO.Path.Combine( sServerDir, sFileName );74 string sFilePath = System.IO.Path.Combine( sServerDir, sFileName ); 74 75 75 76 if ( System.IO.File.Exists( sFilePath ) ) … … 77 78 iCounter++; 78 79 sFileName = 79 System.IO.Path.GetFileNameWithoutExtension( oFile.FileName )+80 orginalNameWithoutExt + 80 81 "(" + iCounter + ")." + 81 82 sExtension; -
FCKeditor.Net/trunk/_whatsnew.html
r5848 r5852 35 35 <h3> 36 36 SVN</h3> 37 <ul><li></li></ul> 38 <h3> 39 Version 2.6.4</h3> 40 <li><strong>Security release, upgrade is highly recommended</strong>.</li> 41 37 42 <p> 38 43 Fixed Bugs:</p>
Note: See TracChangeset
for help on using the changeset viewer.
