Ticket #662: 662_2.patch

File 662_2.patch, 2.8 kB (added by w.olchawa, 5 months ago)
  • _samples/perl/sample01.cgi

     
    109109                        $dir  = $ENV{'PATH_INFO'}; 
    110110                } elsif($ENV{'FILEPATH_INFO'}) { 
    111111                        $dir  = $ENV{'FILEPATH_INFO'}; 
     112                } elsif($ENV{'REQUEST_URI'}) { 
     113                        $dir  = $ENV{'REQUEST_URI'}; 
    112114                } 
    113115        } 
    114116        return($dir); 
  • _samples/perl/sample02.cgi

     
    174174                        $dir  = $ENV{'PATH_INFO'}; 
    175175                } elsif($ENV{'FILEPATH_INFO'}) { 
    176176                        $dir  = $ENV{'FILEPATH_INFO'}; 
     177                } elsif($ENV{'REQUEST_URI'}) { 
     178                        $dir  = $ENV{'REQUEST_URI'}; 
    177179                } 
    178180        } 
    179181        return($dir); 
  • _samples/perl/sample03.cgi

     
    159159                        $dir  = $ENV{'PATH_INFO'}; 
    160160                } elsif($ENV{'FILEPATH_INFO'}) { 
    161161                        $dir  = $ENV{'FILEPATH_INFO'}; 
     162                } elsif($ENV{'REQUEST_URI'}) { 
     163                        $dir  = $ENV{'REQUEST_URI'}; 
    162164                } 
    163165        } 
    164166        return($dir); 
  • _samples/perl/sample04.cgi

     
    166166                        $dir  = $ENV{'PATH_INFO'}; 
    167167                } elsif($ENV{'FILEPATH_INFO'}) { 
    168168                        $dir  = $ENV{'FILEPATH_INFO'}; 
     169                } elsif($ENV{'REQUEST_URI'}) { 
     170                        $dir  = $ENV{'REQUEST_URI'}; 
    169171                } 
    170172        } 
    171173        return($dir); 
  • _whatsnew.html

     
    112112                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1832">#1832</a>] Calling 
    113113                        FCK.InsertHtml() in non-IE browsers would now activate the document processor 
    114114                        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======= 
    115119                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1998">#1998</a>] The native 
    116120                        XMLHttpRequest class is now used in IE, whenever it is available.</li> 
    117121                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1792">#1792</a>] In IE, 
     
    138142                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1990">#1990</a>] In IE, 
    139143                        dialogs using API calls which deals with the selection, like InsertHtml now can 
    140144                        be sure the selection will be placed in the correct position.</li> 
     145>>>>>>> .r1798 
    141146        </ul> 
    142147        <h3> 
    143148                Version 2.6 Beta 1</h3>