Changes between Version 21 and Version 22 of SVN
- Timestamp:
- May 29, 2010, 8:24:58 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SVN
v21 v22 6 6 http://svn.fckeditor.net 7 7 8 The SVN contains the "development version" of FCKeditor. It doesn't reflect the contents of public distributions. Actually, some files are not present in the public downloads (like the "_dev" folder or the compressed "js" files, for example).8 The SVN contains the "development version" of CKEditor. It doesn't reflect the contents of public distributions. Actually, some files are not present in the public downloads (like the "_dev" folder or the compressed "js" files, for example). 9 9 10 '''We don't recommend using this version on production'''. There are also security implications on doing so. To make the SVN version "production safe", it must be processed with FCKreleaser (available inside _dev). A safer and easier option is to simply use the Nightly Build, which is already processed.10 '''We don't recommend using this version on production'''. There are also security implications on doing so. To make the SVN version "production safe", it must be processed with CKreleaser (available inside _dev). A safer and easier option is to simply use the Nightly Build, which is already processed. 11 11 12 12 == Nightly Build == … … 14 14 Every night, at 0:30 PST, a "'''Nightly Build'''" is generated, from the SVN version. You may download it from one of the following links: 15 15 16 * http:// www.fckeditor.net/nightly/FCKeditor_N.zip17 * http:// www.fckeditor.net/nightly/FCKeditor_N.tar.gz16 * http://download.cksource.com/CKEditor/CKEditor/Nightly%20Build/ckeditor_nightly.zip 17 * http://download.cksource.com/CKEditor/CKEditor/Nightly%20Build/ckeditor_nightly.tar.gz 18 18 19 You may also test it online [http:// www.fckeditor.net/nightly/fckeditor/_samples/default.htmlhere].19 You may also test it online [http://nightly.ckeditor.com/demo here]. 20 20 21 21 The nightly is processed for public distribution. As the fixes and features available on nightlies are still under testing and development, it may be used on production systems at your own risk. … … 29 29 There are occasions during the development, when bugs are introduced by recent changes in the code. To precisely understand and find when things changed, we have created a dedicated web site with a list of all revisions available for the trunk: 30 30 31 http://rev. fckeditor.net/31 http://rev.ckeditor.com/ 32 32 33 The list in the above site is quite similar to the [log: FCKeditor/trunk trunk log page], with the exception that it contains and additional column called "Test". A link can be found there to open the sample pages of FCKeditor, generated for each precise revision.33 The list in the above site is quite similar to the [log:CKEditor/trunk trunk log page], with the exception that it contains and additional column called "Test". A link can be found there to open the sample pages of CKEditor, generated for each precise revision. 34 34 35 35 == Repository Structure == 36 36 37 37 {{{ 38 FCKeditor -----------+ Every subproject will have a directory in the root.38 CKEditor -----------+ Every subproject will have a directory in the root. 39 39 trunk -----------+ This is the development place. 40 40 branches