Ticket #662: 662_2.patch
File 662_2.patch, 2.8 KB (added by , 15 years ago) |
---|
-
_samples/perl/sample01.cgi
109 109 $dir = $ENV{'PATH_INFO'}; 110 110 } elsif($ENV{'FILEPATH_INFO'}) { 111 111 $dir = $ENV{'FILEPATH_INFO'}; 112 } elsif($ENV{'REQUEST_URI'}) { 113 $dir = $ENV{'REQUEST_URI'}; 112 114 } 113 115 } 114 116 return($dir); -
_samples/perl/sample02.cgi
174 174 $dir = $ENV{'PATH_INFO'}; 175 175 } elsif($ENV{'FILEPATH_INFO'}) { 176 176 $dir = $ENV{'FILEPATH_INFO'}; 177 } elsif($ENV{'REQUEST_URI'}) { 178 $dir = $ENV{'REQUEST_URI'}; 177 179 } 178 180 } 179 181 return($dir); -
_samples/perl/sample03.cgi
159 159 $dir = $ENV{'PATH_INFO'}; 160 160 } elsif($ENV{'FILEPATH_INFO'}) { 161 161 $dir = $ENV{'FILEPATH_INFO'}; 162 } elsif($ENV{'REQUEST_URI'}) { 163 $dir = $ENV{'REQUEST_URI'}; 162 164 } 163 165 } 164 166 return($dir); -
_samples/perl/sample04.cgi
166 166 $dir = $ENV{'PATH_INFO'}; 167 167 } elsif($ENV{'FILEPATH_INFO'}) { 168 168 $dir = $ENV{'FILEPATH_INFO'}; 169 } elsif($ENV{'REQUEST_URI'}) { 170 $dir = $ENV{'REQUEST_URI'}; 169 171 } 170 172 } 171 173 return($dir); -
_whatsnew.html
112 112 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1832">#1832</a>] Calling 113 113 FCK.InsertHtml() in non-IE browsers would now activate the document processor 114 114 as expected.</li> 115 <<<<<<< .mine 116 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/662">#662</a>] In the Perl 117 sample files, the GetServerPath function will now calulate the path properly.</li> 118 ======= 115 119 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1998">#1998</a>] The native 116 120 XMLHttpRequest class is now used in IE, whenever it is available.</li> 117 121 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1792">#1792</a>] In IE, … … 138 142 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1990">#1990</a>] In IE, 139 143 dialogs using API calls which deals with the selection, like InsertHtml now can 140 144 be sure the selection will be placed in the correct position.</li> 145 >>>>>>> .r1798 141 146 </ul> 142 147 <h3> 143 148 Version 2.6 Beta 1</h3>