Revision
630
Author
jeichorn
Date
2008-06-16 11:36:39 -0700 (Mon, 16 Jun 2008)

Log Message

fix bug #12027 by disabling the workaround code for old buggy versions of opera, version 9.5 works fine

Modified Paths

Diff

Modified: trunk/build/package.php (629 => 630)


--- trunk/build/package.php	2008-06-16 18:34:44 UTC (rev 629)
+++ trunk/build/package.php	2008-06-16 18:36:39 UTC (rev 630)
@@ -26,6 +26,7 @@
  * Add support for content-type text/xml #14032
  * Fix combineActions with empty actions #13854
  * Fix Javascript in HTML_AJAX.replace target document doesn't get executed in Opera. #14144 put opera on the ie codepath not the gecko codepath
+ * Fix Bug #12027 html_ajax.post and Opera (array), this fix might break older versions of Opera, but supporting the new version seems more important
 EOT;
 
 $description =<<<EOT

Modified: trunk/build/package.xml (629 => 630)


--- trunk/build/package.xml	2008-06-16 18:34:44 UTC (rev 629)
+++ trunk/build/package.xml	2008-06-16 18:36:39 UTC (rev 630)
@@ -38,7 +38,7 @@
   <active>yes</active>
  </developer>
  <date>2008-06-16</date>
- <time>11:10:42</time>
+ <time>11:36:31</time>
  <version>
   <release>0.5.6</release>
   <api>0.5.0</api>
@@ -52,7 +52,8 @@
  * Refactor svn code layout
  * Add support for content-type text/xml #14032
  * Fix combineActions with empty actions #13854
- * Fix Javascript in HTML_AJAX.replace target document doesn&apos;t get executed in Opera. #14144 put opera on the ie codepath not the gecko codepath</notes>
+ * Fix Javascript in HTML_AJAX.replace target document doesn&apos;t get executed in Opera. #14144 put opera on the ie codepath not the gecko codepath
+ * Fix Bug #12027 html_ajax.post and Opera (array), this fix might break older versions of Opera, but supporting the new version seems more important</notes>
  <contents>
   <dir baseinstalldir="HTML" name="/">
    <file baseinstalldir="HTML" md5sum="a3b0a23ef6b8ddb25f77f94b0de6fca4" name="AJAX/Action.php" role="php">
@@ -284,7 +285,7 @@
    <file baseinstalldir="HTML" md5sum="c773945366e99a24bec77bf50389de9f" name="js/HTML_AJAX_lite.js" role="data">
     <tasks:replace from="@package_version@" to="version" type="package-info" />
    </file>
-   <file baseinstalldir="HTML" md5sum="56c2e63cc1d3a2b96b45f840fc9226a2" name="js/HttpClient.js" role="data">
+   <file baseinstalldir="HTML" md5sum="26cc4223efee63d2b80b39686e7875a6" name="js/HttpClient.js" role="data">
     <tasks:replace from="@package_version@" to="version" type="package-info" />
    </file>
    <file baseinstalldir="HTML" md5sum="9b58cee23d94f3cf2f417bcc9a7b1d7f" name="js/IframeXHR.js" role="data">
@@ -413,7 +414,8 @@
  * Refactor svn code layout
  * Add support for content-type text/xml #14032
  * Fix combineActions with empty actions #13854
- * Fix Javascript in HTML_AJAX.replace target document doesn&apos;t get executed in Opera. #14144 put opera on the ie codepath not the gecko codepath</notes>
+ * Fix Javascript in HTML_AJAX.replace target document doesn&apos;t get executed in Opera. #14144 put opera on the ie codepath not the gecko codepath
+ * Fix Bug #12027 html_ajax.post and Opera (array), this fix might break older versions of Opera, but supporting the new version seems more important</notes>
   </release>
  </changelog>
 </package>