Hello community,

here is the log from the commit of package phpMyAdmin for openSUSE:Factory 
checked in at 2015-08-10 09:16:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/phpMyAdmin (Old)
 and      /work/SRC/openSUSE:Factory/.phpMyAdmin.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "phpMyAdmin"

Changes:
--------
--- /work/SRC/openSUSE:Factory/phpMyAdmin/phpMyAdmin.changes    2015-07-23 
15:22:36.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.phpMyAdmin.new/phpMyAdmin.changes       
2015-08-10 09:16:47.000000000 +0200
@@ -1,0 +2,25 @@
+Sun Aug  9 06:06:17 UTC 2015 - [email protected]
+
+- update to 4.4.13.1 (2015-08-08)
+  - sf#11368 SQL error when importing phpMyAdmin dump file
+  
+-------------------------------------------------------------------
+Sat Aug  8 10:35:18 UTC 2015 - [email protected]
+
+- update to 4.4.13 (2015-08-07)
+  - sf#1808  "Improve table structure" generates invalid SQL
+  - fix bug  Once checked "Show only active" checkbox is always 
+    checked
+  - sf#1813  Delete rows using "Check All" is broken
+  - fix bug  Fix PHP 7 possible binding ambiguity
+  - sf#11326 Exported schema includes all the tables of the 
+    database
+  - sf#11339 Results not displayed if query ends in delimiter and 
+    comment
+  - sf#11320 Live edit of data fields is not working always
+  - fix bug  Table list in navigation collapses when entering into 
+    a table in another page
+  - sf#11364 JS error while trying to auto navigate to db structure 
+    page when db creation has failed
+
+-------------------------------------------------------------------

Old:
----
  phpMyAdmin-4.4.12-all-languages.tar.xz
  phpMyAdmin-4.4.12-all-languages.tar.xz.asc

New:
----
  phpMyAdmin-4.4.13.1-all-languages.tar.xz
  phpMyAdmin-4.4.13.1-all-languages.tar.xz.asc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ phpMyAdmin.spec ++++++
--- /var/tmp/diff_new_pack.Zkh9wA/_old  2015-08-10 09:16:48.000000000 +0200
+++ /var/tmp/diff_new_pack.Zkh9wA/_new  2015-08-10 09:16:48.000000000 +0200
@@ -29,7 +29,7 @@
 %define ap_grp nogroup
 %endif
 Name:           phpMyAdmin
-Version:        4.4.12
+Version:        4.4.13.1
 Release:        0
 Summary:        Administration of MySQL over the web
 License:        GPL-2.0+
@@ -118,6 +118,7 @@
 find . -type d -exec chmod 755 {} \;
 find . -type f -exec chmod 644 {} \;
 find . -type f -name '*.orig' -exec rm {} \;
+find . -type f -name '.buildinfo' -exec rm {} \;
 
 %build
 

++++++ phpMyAdmin-4.4.12-all-languages.tar.xz -> 
phpMyAdmin-4.4.13.1-all-languages.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phpMyAdmin-4.4.12-all-languages/ChangeLog 
new/phpMyAdmin-4.4.13.1-all-languages/ChangeLog
--- old/phpMyAdmin-4.4.12-all-languages/ChangeLog       2015-07-20 
14:55:41.000000000 +0200
+++ new/phpMyAdmin-4.4.13.1-all-languages/ChangeLog     2015-08-08 
18:22:38.000000000 +0200
@@ -1,6 +1,20 @@
 phpMyAdmin - ChangeLog
 ======================
 
+4.4.13.1 (2015-08-08)
+- issue #11368 SQL error when importing phpMyAdmin dump file
+
+4.4.13.0 (2015-08-07)
+- issue #1808  "Improve table structure" generates invalid SQL
+- issue        Once checked "Show only active" checkbox is always checked
+- issue #1813  Delete rows using "Check All" is broken
+- issue        Fix PHP 7 possible binding ambiguity
+- issue #11326 Exported schema includes all the tables of the database
+- issue #11339 Results not displayed if query ends in delimiter and comment
+- issue #11320 Live edit of data fields is not working always
+- issue        Table list in navigation collapses when entering into a table 
in another page
+- issue #11364 JS error while trying to auto navigate to db structure page 
when db creation has failed
+
 4.4.12.0 (2015-07-20)
 - bug       Saved chart image does not have a proper name or an extension
 - bug #4976 Timepicker CSS issues in Original theme
@@ -210,7 +224,7 @@
 + rfe       Change tracking activation status from db level tracking page
 + rfe #1207 Export users associated with a specific schema/database
 + rfe #1575 "Disable database expansion" : unclear directive name and
-explanation 
+explanation
 + rfe #1607 Tool tip for lock icon when making changes to a page
 + rfe #1327 Hide 'Add user' link if user does not have privileges
 + rfe #501  Support for SSL GRANT option
@@ -301,7 +315,7 @@
 - bug #4717 Database navigation menu broken when resolution/screen is changing
 - bug #4727 Collation column missing in database list when DisableIS is true
 - bug       Undefined index central_columnswork
-- bug       Undefined index favorite_tables 
+- bug       Undefined index favorite_tables
 
 4.3.7.0 (2015-01-15)
 - bug #4694 js error on marking table as favorite in Safari (in private mode)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phpMyAdmin-4.4.12-all-languages/README 
new/phpMyAdmin-4.4.13.1-all-languages/README
--- old/phpMyAdmin-4.4.12-all-languages/README  2015-07-20 14:55:41.000000000 
+0200
+++ new/phpMyAdmin-4.4.13.1-all-languages/README        2015-08-08 
18:22:38.000000000 +0200
@@ -1,7 +1,7 @@
 phpMyAdmin - Readme
 ===================
 
-Version 4.4.12
+Version 4.4.13.1
 
 A set of PHP-scripts to manage MySQL over the web.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phpMyAdmin-4.4.12-all-languages/RELEASE-DATE-4.4.12 
new/phpMyAdmin-4.4.13.1-all-languages/RELEASE-DATE-4.4.12
--- old/phpMyAdmin-4.4.12-all-languages/RELEASE-DATE-4.4.12     2015-07-20 
14:55:41.000000000 +0200
+++ new/phpMyAdmin-4.4.13.1-all-languages/RELEASE-DATE-4.4.12   1970-01-01 
01:00:00.000000000 +0100
@@ -1 +0,0 @@
-Mon Jul 20 12:55:20 UTC 2015
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/phpMyAdmin-4.4.12-all-languages/RELEASE-DATE-4.4.13.1 
new/phpMyAdmin-4.4.13.1-all-languages/RELEASE-DATE-4.4.13.1
--- old/phpMyAdmin-4.4.12-all-languages/RELEASE-DATE-4.4.13.1   1970-01-01 
01:00:00.000000000 +0100
+++ new/phpMyAdmin-4.4.13.1-all-languages/RELEASE-DATE-4.4.13.1 2015-08-08 
18:22:38.000000000 +0200
@@ -0,0 +1 @@
+Sat Aug  8 16:22:16 UTC 2015
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phpMyAdmin-4.4.12-all-languages/changelog.php 
new/phpMyAdmin-4.4.13.1-all-languages/changelog.php
--- old/phpMyAdmin-4.4.12-all-languages/changelog.php   2015-07-20 
14:55:41.000000000 +0200
+++ new/phpMyAdmin-4.4.13.1-all-languages/changelog.php 2015-08-08 
18:22:38.000000000 +0200
@@ -91,6 +91,10 @@
     '/(?<!bug|RFE|patch) #?([0-9]{6,})/i'
     => '<a href="' . $tracker_url . '">bug #\\1</a>',
 
+    // GitHub issues
+    '/issue\s*#?([0-9]{4,5}) /i'
+    => '<a href="' . $github_url . 'issues/\\1">issue #\\1</a> ',
+
     // transitioned SF.net project bug/rfe/patch links
     // by the time we reach 6-digit numbers, we can probably retire the above 
links
     '/patch\s*#?([0-9]{4,5}) /i'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phpMyAdmin-4.4.12-all-languages/doc/conf.py 
new/phpMyAdmin-4.4.13.1-all-languages/doc/conf.py
--- old/phpMyAdmin-4.4.12-all-languages/doc/conf.py     2015-07-20 
14:55:42.000000000 +0200
+++ new/phpMyAdmin-4.4.13.1-all-languages/doc/conf.py   2015-08-08 
18:22:38.000000000 +0200
@@ -51,7 +51,7 @@
 # built documents.
 #
 # The short X.Y version.
-version = '4.4.12'
+version = '4.4.13.1'
 # The full version, including alpha/beta/rc tags.
 release = version
 
Files old/phpMyAdmin-4.4.12-all-languages/doc/doctrees/config.doctree and 
new/phpMyAdmin-4.4.13.1-all-languages/doc/doctrees/config.doctree differ
Files old/phpMyAdmin-4.4.12-all-languages/doc/doctrees/copyright.doctree and 
new/phpMyAdmin-4.4.13.1-all-languages/doc/doctrees/copyright.doctree differ
Files old/phpMyAdmin-4.4.12-all-languages/doc/doctrees/credits.doctree and 
new/phpMyAdmin-4.4.13.1-all-languages/doc/doctrees/credits.doctree differ
Files old/phpMyAdmin-4.4.12-all-languages/doc/doctrees/developers.doctree and 
new/phpMyAdmin-4.4.13.1-all-languages/doc/doctrees/developers.doctree differ
Files old/phpMyAdmin-4.4.12-all-languages/doc/doctrees/environment.pickle and 
new/phpMyAdmin-4.4.13.1-all-languages/doc/doctrees/environment.pickle differ
Files old/phpMyAdmin-4.4.12-all-languages/doc/doctrees/faq.doctree and 
new/phpMyAdmin-4.4.13.1-all-languages/doc/doctrees/faq.doctree differ
Files old/phpMyAdmin-4.4.12-all-languages/doc/doctrees/glossary.doctree and 
new/phpMyAdmin-4.4.13.1-all-languages/doc/doctrees/glossary.doctree differ
Files old/phpMyAdmin-4.4.12-all-languages/doc/doctrees/import_export.doctree 
and new/phpMyAdmin-4.4.13.1-all-languages/doc/doctrees/import_export.doctree 
differ
Files old/phpMyAdmin-4.4.12-all-languages/doc/doctrees/index.doctree and 
new/phpMyAdmin-4.4.13.1-all-languages/doc/doctrees/index.doctree differ
Files old/phpMyAdmin-4.4.12-all-languages/doc/doctrees/intro.doctree and 
new/phpMyAdmin-4.4.13.1-all-languages/doc/doctrees/intro.doctree differ
Files old/phpMyAdmin-4.4.12-all-languages/doc/doctrees/other.doctree and 
new/phpMyAdmin-4.4.13.1-all-languages/doc/doctrees/other.doctree differ
Files old/phpMyAdmin-4.4.12-all-languages/doc/doctrees/privileges.doctree and 
new/phpMyAdmin-4.4.13.1-all-languages/doc/doctrees/privileges.doctree differ
Files old/phpMyAdmin-4.4.12-all-languages/doc/doctrees/require.doctree and 
new/phpMyAdmin-4.4.13.1-all-languages/doc/doctrees/require.doctree differ
Files old/phpMyAdmin-4.4.12-all-languages/doc/doctrees/setup.doctree and 
new/phpMyAdmin-4.4.13.1-all-languages/doc/doctrees/setup.doctree differ
Files old/phpMyAdmin-4.4.12-all-languages/doc/doctrees/transformations.doctree 
and new/phpMyAdmin-4.4.13.1-all-languages/doc/doctrees/transformations.doctree 
differ
Files old/phpMyAdmin-4.4.12-all-languages/doc/doctrees/user.doctree and 
new/phpMyAdmin-4.4.13.1-all-languages/doc/doctrees/user.doctree differ
Files old/phpMyAdmin-4.4.12-all-languages/doc/doctrees/vendors.doctree and 
new/phpMyAdmin-4.4.13.1-all-languages/doc/doctrees/vendors.doctree differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phpMyAdmin-4.4.12-all-languages/doc/html/.buildinfo 
new/phpMyAdmin-4.4.13.1-all-languages/doc/html/.buildinfo
--- old/phpMyAdmin-4.4.12-all-languages/doc/html/.buildinfo     2015-07-20 
14:55:42.000000000 +0200
+++ new/phpMyAdmin-4.4.13.1-all-languages/doc/html/.buildinfo   2015-08-08 
18:22:38.000000000 +0200
@@ -1,4 +1,4 @@
 # Sphinx build info version 1
 # This file hashes the configuration used when building these files. When it 
is not found, a full rebuild will be done.
-config: 470fb577b2b4625886eab7a86359db3a
+config: cca84bdc9e3e4dabe9e534d2ceab6a20
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phpMyAdmin-4.4.12-all-languages/doc/html/config.html 
new/phpMyAdmin-4.4.13.1-all-languages/doc/html/config.html
--- old/phpMyAdmin-4.4.12-all-languages/doc/html/config.html    2015-07-20 
14:55:42.000000000 +0200
+++ new/phpMyAdmin-4.4.13.1-all-languages/doc/html/config.html  2015-08-08 
18:22:38.000000000 +0200
@@ -6,7 +6,7 @@
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     
-    <title>Configuration &mdash; phpMyAdmin 4.4.12 documentation</title>
+    <title>Configuration &mdash; phpMyAdmin 4.4.13.1 documentation</title>
     
     <link rel="stylesheet" href="_static/default.css" type="text/css" />
     <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
@@ -14,7 +14,7 @@
     <script type="text/javascript">
       var DOCUMENTATION_OPTIONS = {
         URL_ROOT:    './',
-        VERSION:     '4.4.12',
+        VERSION:     '4.4.13.1',
         COLLAPSE_INDEX: false,
         FILE_SUFFIX: '.html',
         HAS_SOURCE:  true
@@ -24,7 +24,7 @@
     <script type="text/javascript" src="_static/underscore.js"></script>
     <script type="text/javascript" src="_static/doctools.js"></script>
     <link rel="copyright" title="Copyright" href="copyright.html" />
-    <link rel="top" title="phpMyAdmin 4.4.12 documentation" href="index.html" 
/>
+    <link rel="top" title="phpMyAdmin 4.4.13.1 documentation" 
href="index.html" />
     <link rel="next" title="User Guide" href="user.html" />
     <link rel="prev" title="Installation" href="setup.html" /> 
   </head>
@@ -41,7 +41,7 @@
         <li class="right" >
           <a href="setup.html" title="Installation"
              accesskey="P">previous</a> |</li>
-        <li><a href="index.html">phpMyAdmin 4.4.12 documentation</a> 
&raquo;</li> 
+        <li><a href="index.html">phpMyAdmin 4.4.13.1 documentation</a> 
&raquo;</li> 
       </ul>
     </div>  
 
@@ -4992,7 +4992,7 @@
         <li class="right" >
           <a href="setup.html" title="Installation"
              >previous</a> |</li>
-        <li><a href="index.html">phpMyAdmin 4.4.12 documentation</a> 
&raquo;</li> 
+        <li><a href="index.html">phpMyAdmin 4.4.13.1 documentation</a> 
&raquo;</li> 
       </ul>
     </div>
     <div class="footer">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/phpMyAdmin-4.4.12-all-languages/doc/html/copyright.html 
new/phpMyAdmin-4.4.13.1-all-languages/doc/html/copyright.html
--- old/phpMyAdmin-4.4.12-all-languages/doc/html/copyright.html 2015-07-20 
14:55:42.000000000 +0200
+++ new/phpMyAdmin-4.4.13.1-all-languages/doc/html/copyright.html       
2015-08-08 18:22:38.000000000 +0200
@@ -6,7 +6,7 @@
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     
-    <title>Copyright &mdash; phpMyAdmin 4.4.12 documentation</title>
+    <title>Copyright &mdash; phpMyAdmin 4.4.13.1 documentation</title>
     
     <link rel="stylesheet" href="_static/default.css" type="text/css" />
     <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
@@ -14,7 +14,7 @@
     <script type="text/javascript">
       var DOCUMENTATION_OPTIONS = {
         URL_ROOT:    './',
-        VERSION:     '4.4.12',
+        VERSION:     '4.4.13.1',
         COLLAPSE_INDEX: false,
         FILE_SUFFIX: '.html',
         HAS_SOURCE:  true
@@ -24,7 +24,7 @@
     <script type="text/javascript" src="_static/underscore.js"></script>
     <script type="text/javascript" src="_static/doctools.js"></script>
     <link rel="copyright" title="Copyright" href="#" />
-    <link rel="top" title="phpMyAdmin 4.4.12 documentation" href="index.html" 
/>
+    <link rel="top" title="phpMyAdmin 4.4.13.1 documentation" 
href="index.html" />
     <link rel="next" title="Credits" href="credits.html" />
     <link rel="prev" title="Distributing and packaging phpMyAdmin" 
href="vendors.html" /> 
   </head>
@@ -41,7 +41,7 @@
         <li class="right" >
           <a href="vendors.html" title="Distributing and packaging phpMyAdmin"
              accesskey="P">previous</a> |</li>
-        <li><a href="index.html">phpMyAdmin 4.4.12 documentation</a> 
&raquo;</li> 
+        <li><a href="index.html">phpMyAdmin 4.4.13.1 documentation</a> 
&raquo;</li> 
       </ul>
     </div>  
 
@@ -144,7 +144,7 @@
         <li class="right" >
           <a href="vendors.html" title="Distributing and packaging phpMyAdmin"
              >previous</a> |</li>
-        <li><a href="index.html">phpMyAdmin 4.4.12 documentation</a> 
&raquo;</li> 
+        <li><a href="index.html">phpMyAdmin 4.4.13.1 documentation</a> 
&raquo;</li> 
       </ul>
     </div>
     <div class="footer">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/phpMyAdmin-4.4.12-all-languages/doc/html/credits.html 
new/phpMyAdmin-4.4.13.1-all-languages/doc/html/credits.html
--- old/phpMyAdmin-4.4.12-all-languages/doc/html/credits.html   2015-07-20 
14:55:42.000000000 +0200
+++ new/phpMyAdmin-4.4.13.1-all-languages/doc/html/credits.html 2015-08-08 
18:22:38.000000000 +0200
@@ -6,7 +6,7 @@
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     
-    <title>Credits &mdash; phpMyAdmin 4.4.12 documentation</title>
+    <title>Credits &mdash; phpMyAdmin 4.4.13.1 documentation</title>
     
     <link rel="stylesheet" href="_static/default.css" type="text/css" />
     <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
@@ -14,7 +14,7 @@
     <script type="text/javascript">
       var DOCUMENTATION_OPTIONS = {
         URL_ROOT:    './',
-        VERSION:     '4.4.12',
+        VERSION:     '4.4.13.1',
         COLLAPSE_INDEX: false,
         FILE_SUFFIX: '.html',
         HAS_SOURCE:  true
@@ -24,7 +24,7 @@
     <script type="text/javascript" src="_static/underscore.js"></script>
     <script type="text/javascript" src="_static/doctools.js"></script>
     <link rel="copyright" title="Copyright" href="copyright.html" />
-    <link rel="top" title="phpMyAdmin 4.4.12 documentation" href="index.html" 
/>
+    <link rel="top" title="phpMyAdmin 4.4.13.1 documentation" 
href="index.html" />
     <link rel="next" title="Glossary" href="glossary.html" />
     <link rel="prev" title="Copyright" href="copyright.html" /> 
   </head>
@@ -41,7 +41,7 @@
         <li class="right" >
           <a href="copyright.html" title="Copyright"
              accesskey="P">previous</a> |</li>
-        <li><a href="index.html">phpMyAdmin 4.4.12 documentation</a> 
&raquo;</li> 
+        <li><a href="index.html">phpMyAdmin 4.4.13.1 documentation</a> 
&raquo;</li> 
       </ul>
     </div>  
 
@@ -701,7 +701,7 @@
         <li class="right" >
           <a href="copyright.html" title="Copyright"
              >previous</a> |</li>
-        <li><a href="index.html">phpMyAdmin 4.4.12 documentation</a> 
&raquo;</li> 
+        <li><a href="index.html">phpMyAdmin 4.4.13.1 documentation</a> 
&raquo;</li> 
       </ul>
     </div>
     <div class="footer">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/phpMyAdmin-4.4.12-all-languages/doc/html/developers.html 
new/phpMyAdmin-4.4.13.1-all-languages/doc/html/developers.html
--- old/phpMyAdmin-4.4.12-all-languages/doc/html/developers.html        
2015-07-20 14:55:42.000000000 +0200
+++ new/phpMyAdmin-4.4.13.1-all-languages/doc/html/developers.html      
2015-08-08 18:22:38.000000000 +0200
@@ -6,7 +6,7 @@
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     
-    <title>Developers Information &mdash; phpMyAdmin 4.4.12 
documentation</title>
+    <title>Developers Information &mdash; phpMyAdmin 4.4.13.1 
documentation</title>
     
     <link rel="stylesheet" href="_static/default.css" type="text/css" />
     <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
@@ -14,7 +14,7 @@
     <script type="text/javascript">
       var DOCUMENTATION_OPTIONS = {
         URL_ROOT:    './',
-        VERSION:     '4.4.12',
+        VERSION:     '4.4.13.1',
         COLLAPSE_INDEX: false,
         FILE_SUFFIX: '.html',
         HAS_SOURCE:  true
@@ -24,7 +24,7 @@
     <script type="text/javascript" src="_static/underscore.js"></script>
     <script type="text/javascript" src="_static/doctools.js"></script>
     <link rel="copyright" title="Copyright" href="copyright.html" />
-    <link rel="top" title="phpMyAdmin 4.4.12 documentation" href="index.html" 
/>
+    <link rel="top" title="phpMyAdmin 4.4.13.1 documentation" 
href="index.html" />
     <link rel="next" title="Distributing and packaging phpMyAdmin" 
href="vendors.html" />
     <link rel="prev" title="FAQ - Frequently Asked Questions" href="faq.html" 
/> 
   </head>
@@ -41,7 +41,7 @@
         <li class="right" >
           <a href="faq.html" title="FAQ - Frequently Asked Questions"
              accesskey="P">previous</a> |</li>
-        <li><a href="index.html">phpMyAdmin 4.4.12 documentation</a> 
&raquo;</li> 
+        <li><a href="index.html">phpMyAdmin 4.4.13.1 documentation</a> 
&raquo;</li> 
       </ul>
     </div>  
 
@@ -105,7 +105,7 @@
         <li class="right" >
           <a href="faq.html" title="FAQ - Frequently Asked Questions"
              >previous</a> |</li>
-        <li><a href="index.html">phpMyAdmin 4.4.12 documentation</a> 
&raquo;</li> 
+        <li><a href="index.html">phpMyAdmin 4.4.13.1 documentation</a> 
&raquo;</li> 
       </ul>
     </div>
     <div class="footer">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phpMyAdmin-4.4.12-all-languages/doc/html/faq.html 
new/phpMyAdmin-4.4.13.1-all-languages/doc/html/faq.html
--- old/phpMyAdmin-4.4.12-all-languages/doc/html/faq.html       2015-07-20 
14:55:42.000000000 +0200
+++ new/phpMyAdmin-4.4.13.1-all-languages/doc/html/faq.html     2015-08-08 
18:22:38.000000000 +0200
@@ -6,7 +6,7 @@
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     
-    <title>FAQ - Frequently Asked Questions &mdash; phpMyAdmin 4.4.12 
documentation</title>
+    <title>FAQ - Frequently Asked Questions &mdash; phpMyAdmin 4.4.13.1 
documentation</title>
     
     <link rel="stylesheet" href="_static/default.css" type="text/css" />
     <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
@@ -14,7 +14,7 @@
     <script type="text/javascript">
       var DOCUMENTATION_OPTIONS = {
         URL_ROOT:    './',
-        VERSION:     '4.4.12',
+        VERSION:     '4.4.13.1',
         COLLAPSE_INDEX: false,
         FILE_SUFFIX: '.html',
         HAS_SOURCE:  true
@@ -24,7 +24,7 @@
     <script type="text/javascript" src="_static/underscore.js"></script>
     <script type="text/javascript" src="_static/doctools.js"></script>
     <link rel="copyright" title="Copyright" href="copyright.html" />
-    <link rel="top" title="phpMyAdmin 4.4.12 documentation" href="index.html" 
/>
+    <link rel="top" title="phpMyAdmin 4.4.13.1 documentation" 
href="index.html" />
     <link rel="next" title="Developers Information" href="developers.html" />
     <link rel="prev" title="Import and export" href="import_export.html" /> 
   </head>
@@ -41,7 +41,7 @@
         <li class="right" >
           <a href="import_export.html" title="Import and export"
              accesskey="P">previous</a> |</li>
-        <li><a href="index.html">phpMyAdmin 4.4.12 documentation</a> 
&raquo;</li> 
+        <li><a href="index.html">phpMyAdmin 4.4.13.1 documentation</a> 
&raquo;</li> 
       </ul>
     </div>  
 
@@ -1850,7 +1850,7 @@
         <li class="right" >
           <a href="import_export.html" title="Import and export"
              >previous</a> |</li>
-        <li><a href="index.html">phpMyAdmin 4.4.12 documentation</a> 
&raquo;</li> 
+        <li><a href="index.html">phpMyAdmin 4.4.13.1 documentation</a> 
&raquo;</li> 
       </ul>
     </div>
     <div class="footer">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/phpMyAdmin-4.4.12-all-languages/doc/html/genindex.html 
new/phpMyAdmin-4.4.13.1-all-languages/doc/html/genindex.html
--- old/phpMyAdmin-4.4.12-all-languages/doc/html/genindex.html  2015-07-20 
14:55:42.000000000 +0200
+++ new/phpMyAdmin-4.4.13.1-all-languages/doc/html/genindex.html        
2015-08-08 18:22:38.000000000 +0200
@@ -7,7 +7,7 @@
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     
-    <title>Index &mdash; phpMyAdmin 4.4.12 documentation</title>
+    <title>Index &mdash; phpMyAdmin 4.4.13.1 documentation</title>
     
     <link rel="stylesheet" href="_static/default.css" type="text/css" />
     <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
     <script type="text/javascript">
       var DOCUMENTATION_OPTIONS = {
         URL_ROOT:    './',
-        VERSION:     '4.4.12',
+        VERSION:     '4.4.13.1',
         COLLAPSE_INDEX: false,
         FILE_SUFFIX: '.html',
         HAS_SOURCE:  true
@@ -25,7 +25,7 @@
     <script type="text/javascript" src="_static/underscore.js"></script>
     <script type="text/javascript" src="_static/doctools.js"></script>
     <link rel="copyright" title="Copyright" href="copyright.html" />
-    <link rel="top" title="phpMyAdmin 4.4.12 documentation" href="index.html" 
/> 
+    <link rel="top" title="phpMyAdmin 4.4.13.1 documentation" 
href="index.html" /> 
   </head>
   <body>
     <div class="related">
@@ -34,7 +34,7 @@
         <li class="right" style="margin-right: 10px">
           <a href="#" title="General Index"
              accesskey="I">index</a></li>
-        <li><a href="index.html">phpMyAdmin 4.4.12 documentation</a> 
&raquo;</li> 
+        <li><a href="index.html">phpMyAdmin 4.4.13.1 documentation</a> 
&raquo;</li> 
       </ul>
     </div>  
 
@@ -3793,7 +3793,7 @@
         <li class="right" style="margin-right: 10px">
           <a href="#" title="General Index"
              >index</a></li>
-        <li><a href="index.html">phpMyAdmin 4.4.12 documentation</a> 
&raquo;</li> 
+        <li><a href="index.html">phpMyAdmin 4.4.13.1 documentation</a> 
&raquo;</li> 
       </ul>
     </div>
     <div class="footer">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/phpMyAdmin-4.4.12-all-languages/doc/html/glossary.html 
new/phpMyAdmin-4.4.13.1-all-languages/doc/html/glossary.html
--- old/phpMyAdmin-4.4.12-all-languages/doc/html/glossary.html  2015-07-20 
14:55:42.000000000 +0200
+++ new/phpMyAdmin-4.4.13.1-all-languages/doc/html/glossary.html        
2015-08-08 18:22:38.000000000 +0200
@@ -6,7 +6,7 @@
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     
-    <title>Glossary &mdash; phpMyAdmin 4.4.12 documentation</title>
+    <title>Glossary &mdash; phpMyAdmin 4.4.13.1 documentation</title>
     
     <link rel="stylesheet" href="_static/default.css" type="text/css" />
     <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
@@ -14,7 +14,7 @@
     <script type="text/javascript">
       var DOCUMENTATION_OPTIONS = {
         URL_ROOT:    './',
-        VERSION:     '4.4.12',
+        VERSION:     '4.4.13.1',
         COLLAPSE_INDEX: false,
         FILE_SUFFIX: '.html',
         HAS_SOURCE:  true
@@ -24,7 +24,7 @@
     <script type="text/javascript" src="_static/underscore.js"></script>
     <script type="text/javascript" src="_static/doctools.js"></script>
     <link rel="copyright" title="Copyright" href="copyright.html" />
-    <link rel="top" title="phpMyAdmin 4.4.12 documentation" href="index.html" 
/>
+    <link rel="top" title="phpMyAdmin 4.4.13.1 documentation" 
href="index.html" />
     <link rel="prev" title="Credits" href="credits.html" /> 
   </head>
   <body>
@@ -37,7 +37,7 @@
         <li class="right" >
           <a href="credits.html" title="Credits"
              accesskey="P">previous</a> |</li>
-        <li><a href="index.html">phpMyAdmin 4.4.12 documentation</a> 
&raquo;</li> 
+        <li><a href="index.html">phpMyAdmin 4.4.13.1 documentation</a> 
&raquo;</li> 
       </ul>
     </div>  
 
@@ -605,7 +605,7 @@
         <li class="right" >
           <a href="credits.html" title="Credits"
              >previous</a> |</li>
-        <li><a href="index.html">phpMyAdmin 4.4.12 documentation</a> 
&raquo;</li> 
+        <li><a href="index.html">phpMyAdmin 4.4.13.1 documentation</a> 
&raquo;</li> 
       </ul>
     </div>
     <div class="footer">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/phpMyAdmin-4.4.12-all-languages/doc/html/import_export.html 
new/phpMyAdmin-4.4.13.1-all-languages/doc/html/import_export.html
--- old/phpMyAdmin-4.4.12-all-languages/doc/html/import_export.html     
2015-07-20 14:55:42.000000000 +0200
+++ new/phpMyAdmin-4.4.13.1-all-languages/doc/html/import_export.html   
2015-08-08 18:22:38.000000000 +0200
@@ -6,7 +6,7 @@
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     
-    <title>Import and export &mdash; phpMyAdmin 4.4.12 documentation</title>
+    <title>Import and export &mdash; phpMyAdmin 4.4.13.1 documentation</title>
     
     <link rel="stylesheet" href="_static/default.css" type="text/css" />
     <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
@@ -14,7 +14,7 @@
     <script type="text/javascript">
       var DOCUMENTATION_OPTIONS = {
         URL_ROOT:    './',
-        VERSION:     '4.4.12',
+        VERSION:     '4.4.13.1',
         COLLAPSE_INDEX: false,
         FILE_SUFFIX: '.html',
         HAS_SOURCE:  true
@@ -24,7 +24,7 @@
     <script type="text/javascript" src="_static/underscore.js"></script>
     <script type="text/javascript" src="_static/doctools.js"></script>
     <link rel="copyright" title="Copyright" href="copyright.html" />
-    <link rel="top" title="phpMyAdmin 4.4.12 documentation" href="index.html" 
/>
+    <link rel="top" title="phpMyAdmin 4.4.13.1 documentation" 
href="index.html" />
     <link rel="up" title="User Guide" href="user.html" />
     <link rel="next" title="FAQ - Frequently Asked Questions" href="faq.html" 
/>
     <link rel="prev" title="Other sources of information" href="other.html" /> 
@@ -42,7 +42,7 @@
         <li class="right" >
           <a href="other.html" title="Other sources of information"
              accesskey="P">previous</a> |</li>
-        <li><a href="index.html">phpMyAdmin 4.4.12 documentation</a> 
&raquo;</li>
+        <li><a href="index.html">phpMyAdmin 4.4.13.1 documentation</a> 
&raquo;</li>
           <li><a href="user.html" accesskey="U">User Guide</a> &raquo;</li> 
       </ul>
     </div>  
@@ -134,7 +134,7 @@
         <li class="right" >
           <a href="other.html" title="Other sources of information"
              >previous</a> |</li>
-        <li><a href="index.html">phpMyAdmin 4.4.12 documentation</a> 
&raquo;</li>
+        <li><a href="index.html">phpMyAdmin 4.4.13.1 documentation</a> 
&raquo;</li>
           <li><a href="user.html" >User Guide</a> &raquo;</li> 
       </ul>
     </div>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phpMyAdmin-4.4.12-all-languages/doc/html/index.html 
new/phpMyAdmin-4.4.13.1-all-languages/doc/html/index.html
--- old/phpMyAdmin-4.4.12-all-languages/doc/html/index.html     2015-07-20 
14:55:42.000000000 +0200
+++ new/phpMyAdmin-4.4.13.1-all-languages/doc/html/index.html   2015-08-08 
18:22:38.000000000 +0200
@@ -6,7 +6,7 @@
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     
-    <title>Welcome to phpMyAdmin’s documentation! &mdash; phpMyAdmin 4.4.12 
documentation</title>
+    <title>Welcome to phpMyAdmin’s documentation! &mdash; phpMyAdmin 4.4.13.1 
documentation</title>
     
     <link rel="stylesheet" href="_static/default.css" type="text/css" />
     <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
@@ -14,7 +14,7 @@
     <script type="text/javascript">
       var DOCUMENTATION_OPTIONS = {
         URL_ROOT:    './',
-        VERSION:     '4.4.12',
+        VERSION:     '4.4.13.1',
         COLLAPSE_INDEX: false,
         FILE_SUFFIX: '.html',
         HAS_SOURCE:  true
@@ -24,7 +24,7 @@
     <script type="text/javascript" src="_static/underscore.js"></script>
     <script type="text/javascript" src="_static/doctools.js"></script>
     <link rel="copyright" title="Copyright" href="copyright.html" />
-    <link rel="top" title="phpMyAdmin 4.4.12 documentation" href="#" />
+    <link rel="top" title="phpMyAdmin 4.4.13.1 documentation" href="#" />
     <link rel="next" title="Introduction" href="intro.html" /> 
   </head>
   <body>
@@ -37,7 +37,7 @@
         <li class="right" >
           <a href="intro.html" title="Introduction"
              accesskey="N">next</a> |</li>
-        <li><a href="#">phpMyAdmin 4.4.12 documentation</a> &raquo;</li> 
+        <li><a href="#">phpMyAdmin 4.4.13.1 documentation</a> &raquo;</li> 
       </ul>
     </div>  
 
@@ -195,7 +195,7 @@
         <li class="right" >
           <a href="intro.html" title="Introduction"
              >next</a> |</li>
-        <li><a href="#">phpMyAdmin 4.4.12 documentation</a> &raquo;</li> 
+        <li><a href="#">phpMyAdmin 4.4.13.1 documentation</a> &raquo;</li> 
       </ul>
     </div>
     <div class="footer">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phpMyAdmin-4.4.12-all-languages/doc/html/intro.html 
new/phpMyAdmin-4.4.13.1-all-languages/doc/html/intro.html
--- old/phpMyAdmin-4.4.12-all-languages/doc/html/intro.html     2015-07-20 
14:55:42.000000000 +0200
+++ new/phpMyAdmin-4.4.13.1-all-languages/doc/html/intro.html   2015-08-08 
18:22:38.000000000 +0200
@@ -6,7 +6,7 @@
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     
-    <title>Introduction &mdash; phpMyAdmin 4.4.12 documentation</title>
+    <title>Introduction &mdash; phpMyAdmin 4.4.13.1 documentation</title>
     
     <link rel="stylesheet" href="_static/default.css" type="text/css" />
     <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
@@ -14,7 +14,7 @@
     <script type="text/javascript">
       var DOCUMENTATION_OPTIONS = {
         URL_ROOT:    './',
-        VERSION:     '4.4.12',
+        VERSION:     '4.4.13.1',
         COLLAPSE_INDEX: false,
         FILE_SUFFIX: '.html',
         HAS_SOURCE:  true
@@ -24,7 +24,7 @@
     <script type="text/javascript" src="_static/underscore.js"></script>
     <script type="text/javascript" src="_static/doctools.js"></script>
     <link rel="copyright" title="Copyright" href="copyright.html" />
-    <link rel="top" title="phpMyAdmin 4.4.12 documentation" href="index.html" 
/>
+    <link rel="top" title="phpMyAdmin 4.4.13.1 documentation" 
href="index.html" />
     <link rel="next" title="Requirements" href="require.html" />
     <link rel="prev" title="Welcome to phpMyAdmin’s documentation!" 
href="index.html" /> 
   </head>
@@ -41,7 +41,7 @@
         <li class="right" >
           <a href="index.html" title="Welcome to phpMyAdmin’s documentation!"
              accesskey="P">previous</a> |</li>
-        <li><a href="index.html">phpMyAdmin 4.4.12 documentation</a> 
&raquo;</li> 
+        <li><a href="index.html">phpMyAdmin 4.4.13.1 documentation</a> 
&raquo;</li> 
       </ul>
     </div>  
 
@@ -169,7 +169,7 @@
         <li class="right" >
           <a href="index.html" title="Welcome to phpMyAdmin’s documentation!"
              >previous</a> |</li>
-        <li><a href="index.html">phpMyAdmin 4.4.12 documentation</a> 
&raquo;</li> 
+        <li><a href="index.html">phpMyAdmin 4.4.13.1 documentation</a> 
&raquo;</li> 
       </ul>
     </div>
     <div class="footer">
Files old/phpMyAdmin-4.4.12-all-languages/doc/html/objects.inv and 
new/phpMyAdmin-4.4.13.1-all-languages/doc/html/objects.inv differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phpMyAdmin-4.4.12-all-languages/doc/html/other.html 
new/phpMyAdmin-4.4.13.1-all-languages/doc/html/other.html
--- old/phpMyAdmin-4.4.12-all-languages/doc/html/other.html     2015-07-20 
14:55:42.000000000 +0200
+++ new/phpMyAdmin-4.4.13.1-all-languages/doc/html/other.html   2015-08-08 
18:22:38.000000000 +0200
@@ -6,7 +6,7 @@
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     
-    <title>Other sources of information &mdash; phpMyAdmin 4.4.12 
documentation</title>
+    <title>Other sources of information &mdash; phpMyAdmin 4.4.13.1 
documentation</title>
     
     <link rel="stylesheet" href="_static/default.css" type="text/css" />
     <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
@@ -14,7 +14,7 @@
     <script type="text/javascript">
       var DOCUMENTATION_OPTIONS = {
         URL_ROOT:    './',
-        VERSION:     '4.4.12',
+        VERSION:     '4.4.13.1',
         COLLAPSE_INDEX: false,
         FILE_SUFFIX: '.html',
         HAS_SOURCE:  true
@@ -24,7 +24,7 @@
     <script type="text/javascript" src="_static/underscore.js"></script>
     <script type="text/javascript" src="_static/doctools.js"></script>
     <link rel="copyright" title="Copyright" href="copyright.html" />
-    <link rel="top" title="phpMyAdmin 4.4.12 documentation" href="index.html" 
/>
+    <link rel="top" title="phpMyAdmin 4.4.13.1 documentation" 
href="index.html" />
     <link rel="up" title="User Guide" href="user.html" />
     <link rel="next" title="Import and export" href="import_export.html" />
     <link rel="prev" title="User management" href="privileges.html" /> 
@@ -42,7 +42,7 @@
         <li class="right" >
           <a href="privileges.html" title="User management"
              accesskey="P">previous</a> |</li>
-        <li><a href="index.html">phpMyAdmin 4.4.12 documentation</a> 
&raquo;</li>
+        <li><a href="index.html">phpMyAdmin 4.4.13.1 documentation</a> 
&raquo;</li>
           <li><a href="user.html" accesskey="U">User Guide</a> &raquo;</li> 
       </ul>
     </div>  
@@ -121,7 +121,7 @@
         <li class="right" >
           <a href="privileges.html" title="User management"
              >previous</a> |</li>
-        <li><a href="index.html">phpMyAdmin 4.4.12 documentation</a> 
&raquo;</li>
+        <li><a href="index.html">phpMyAdmin 4.4.13.1 documentation</a> 
&raquo;</li>
           <li><a href="user.html" >User Guide</a> &raquo;</li> 
       </ul>
     </div>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/phpMyAdmin-4.4.12-all-languages/doc/html/privileges.html 
new/phpMyAdmin-4.4.13.1-all-languages/doc/html/privileges.html
--- old/phpMyAdmin-4.4.12-all-languages/doc/html/privileges.html        
2015-07-20 14:55:42.000000000 +0200
+++ new/phpMyAdmin-4.4.13.1-all-languages/doc/html/privileges.html      
2015-08-08 18:22:38.000000000 +0200
@@ -6,7 +6,7 @@
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     
-    <title>User management &mdash; phpMyAdmin 4.4.12 documentation</title>
+    <title>User management &mdash; phpMyAdmin 4.4.13.1 documentation</title>
     
     <link rel="stylesheet" href="_static/default.css" type="text/css" />
     <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
@@ -14,7 +14,7 @@
     <script type="text/javascript">
       var DOCUMENTATION_OPTIONS = {
         URL_ROOT:    './',
-        VERSION:     '4.4.12',
+        VERSION:     '4.4.13.1',
         COLLAPSE_INDEX: false,
         FILE_SUFFIX: '.html',
         HAS_SOURCE:  true
@@ -24,7 +24,7 @@
     <script type="text/javascript" src="_static/underscore.js"></script>
     <script type="text/javascript" src="_static/doctools.js"></script>
     <link rel="copyright" title="Copyright" href="copyright.html" />
-    <link rel="top" title="phpMyAdmin 4.4.12 documentation" href="index.html" 
/>
+    <link rel="top" title="phpMyAdmin 4.4.13.1 documentation" 
href="index.html" />
     <link rel="up" title="User Guide" href="user.html" />
     <link rel="next" title="Other sources of information" href="other.html" />
     <link rel="prev" title="Transformations" href="transformations.html" /> 
@@ -42,7 +42,7 @@
         <li class="right" >
           <a href="transformations.html" title="Transformations"
              accesskey="P">previous</a> |</li>
-        <li><a href="index.html">phpMyAdmin 4.4.12 documentation</a> 
&raquo;</li>
+        <li><a href="index.html">phpMyAdmin 4.4.13.1 documentation</a> 
&raquo;</li>
           <li><a href="user.html" accesskey="U">User Guide</a> &raquo;</li> 
       </ul>
     </div>  
@@ -155,7 +155,7 @@
         <li class="right" >
           <a href="transformations.html" title="Transformations"
              >previous</a> |</li>
-        <li><a href="index.html">phpMyAdmin 4.4.12 documentation</a> 
&raquo;</li>
+        <li><a href="index.html">phpMyAdmin 4.4.13.1 documentation</a> 
&raquo;</li>
           <li><a href="user.html" >User Guide</a> &raquo;</li> 
       </ul>
     </div>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/phpMyAdmin-4.4.12-all-languages/doc/html/require.html 
new/phpMyAdmin-4.4.13.1-all-languages/doc/html/require.html
--- old/phpMyAdmin-4.4.12-all-languages/doc/html/require.html   2015-07-20 
14:55:42.000000000 +0200
+++ new/phpMyAdmin-4.4.13.1-all-languages/doc/html/require.html 2015-08-08 
18:22:38.000000000 +0200
@@ -6,7 +6,7 @@
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     
-    <title>Requirements &mdash; phpMyAdmin 4.4.12 documentation</title>
+    <title>Requirements &mdash; phpMyAdmin 4.4.13.1 documentation</title>
     
     <link rel="stylesheet" href="_static/default.css" type="text/css" />
     <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
@@ -14,7 +14,7 @@
     <script type="text/javascript">
       var DOCUMENTATION_OPTIONS = {
         URL_ROOT:    './',
-        VERSION:     '4.4.12',
+        VERSION:     '4.4.13.1',
         COLLAPSE_INDEX: false,
         FILE_SUFFIX: '.html',
         HAS_SOURCE:  true
@@ -24,7 +24,7 @@
     <script type="text/javascript" src="_static/underscore.js"></script>
     <script type="text/javascript" src="_static/doctools.js"></script>
     <link rel="copyright" title="Copyright" href="copyright.html" />
-    <link rel="top" title="phpMyAdmin 4.4.12 documentation" href="index.html" 
/>
+    <link rel="top" title="phpMyAdmin 4.4.13.1 documentation" 
href="index.html" />
     <link rel="next" title="Installation" href="setup.html" />
     <link rel="prev" title="Introduction" href="intro.html" /> 
   </head>
@@ -41,7 +41,7 @@
         <li class="right" >
           <a href="intro.html" title="Introduction"
              accesskey="P">previous</a> |</li>
-        <li><a href="index.html">phpMyAdmin 4.4.12 documentation</a> 
&raquo;</li> 
+        <li><a href="index.html">phpMyAdmin 4.4.13.1 documentation</a> 
&raquo;</li> 
       </ul>
     </div>  
 
@@ -155,7 +155,7 @@
         <li class="right" >
           <a href="intro.html" title="Introduction"
              >previous</a> |</li>
-        <li><a href="index.html">phpMyAdmin 4.4.12 documentation</a> 
&raquo;</li> 
+        <li><a href="index.html">phpMyAdmin 4.4.13.1 documentation</a> 
&raquo;</li> 
       </ul>
     </div>
     <div class="footer">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phpMyAdmin-4.4.12-all-languages/doc/html/search.html 
new/phpMyAdmin-4.4.13.1-all-languages/doc/html/search.html
--- old/phpMyAdmin-4.4.12-all-languages/doc/html/search.html    2015-07-20 
14:55:42.000000000 +0200
+++ new/phpMyAdmin-4.4.13.1-all-languages/doc/html/search.html  2015-08-08 
18:22:38.000000000 +0200
@@ -6,7 +6,7 @@
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     
-    <title>Search &mdash; phpMyAdmin 4.4.12 documentation</title>
+    <title>Search &mdash; phpMyAdmin 4.4.13.1 documentation</title>
     
     <link rel="stylesheet" href="_static/default.css" type="text/css" />
     <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
@@ -14,7 +14,7 @@
     <script type="text/javascript">
       var DOCUMENTATION_OPTIONS = {
         URL_ROOT:    './',
-        VERSION:     '4.4.12',
+        VERSION:     '4.4.13.1',
         COLLAPSE_INDEX: false,
         FILE_SUFFIX: '.html',
         HAS_SOURCE:  true
@@ -25,7 +25,7 @@
     <script type="text/javascript" src="_static/doctools.js"></script>
     <script type="text/javascript" src="_static/searchtools.js"></script>
     <link rel="copyright" title="Copyright" href="copyright.html" />
-    <link rel="top" title="phpMyAdmin 4.4.12 documentation" href="index.html" 
/>
+    <link rel="top" title="phpMyAdmin 4.4.13.1 documentation" 
href="index.html" />
   <script type="text/javascript">
     jQuery(function() { Search.loadIndex("searchindex.js"); });
   </script>
@@ -41,7 +41,7 @@
         <li class="right" style="margin-right: 10px">
           <a href="genindex.html" title="General Index"
              accesskey="I">index</a></li>
-        <li><a href="index.html">phpMyAdmin 4.4.12 documentation</a> 
&raquo;</li> 
+        <li><a href="index.html">phpMyAdmin 4.4.13.1 documentation</a> 
&raquo;</li> 
       </ul>
     </div>  
 
@@ -89,7 +89,7 @@
         <li class="right" style="margin-right: 10px">
           <a href="genindex.html" title="General Index"
              >index</a></li>
-        <li><a href="index.html">phpMyAdmin 4.4.12 documentation</a> 
&raquo;</li> 
+        <li><a href="index.html">phpMyAdmin 4.4.13.1 documentation</a> 
&raquo;</li> 
       </ul>
     </div>
     <div class="footer">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phpMyAdmin-4.4.12-all-languages/doc/html/setup.html 
new/phpMyAdmin-4.4.13.1-all-languages/doc/html/setup.html
--- old/phpMyAdmin-4.4.12-all-languages/doc/html/setup.html     2015-07-20 
14:55:42.000000000 +0200
+++ new/phpMyAdmin-4.4.13.1-all-languages/doc/html/setup.html   2015-08-08 
18:22:38.000000000 +0200
@@ -6,7 +6,7 @@
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     
-    <title>Installation &mdash; phpMyAdmin 4.4.12 documentation</title>
+    <title>Installation &mdash; phpMyAdmin 4.4.13.1 documentation</title>
     
     <link rel="stylesheet" href="_static/default.css" type="text/css" />
     <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
@@ -14,7 +14,7 @@
     <script type="text/javascript">
       var DOCUMENTATION_OPTIONS = {
         URL_ROOT:    './',
-        VERSION:     '4.4.12',
+        VERSION:     '4.4.13.1',
         COLLAPSE_INDEX: false,
         FILE_SUFFIX: '.html',
         HAS_SOURCE:  true
@@ -24,7 +24,7 @@
     <script type="text/javascript" src="_static/underscore.js"></script>
     <script type="text/javascript" src="_static/doctools.js"></script>
     <link rel="copyright" title="Copyright" href="copyright.html" />
-    <link rel="top" title="phpMyAdmin 4.4.12 documentation" href="index.html" 
/>
+    <link rel="top" title="phpMyAdmin 4.4.13.1 documentation" 
href="index.html" />
     <link rel="next" title="Configuration" href="config.html" />
     <link rel="prev" title="Requirements" href="require.html" /> 
   </head>
@@ -41,7 +41,7 @@
         <li class="right" >
           <a href="require.html" title="Requirements"
              accesskey="P">previous</a> |</li>
-        <li><a href="index.html">phpMyAdmin 4.4.12 documentation</a> 
&raquo;</li> 
+        <li><a href="index.html">phpMyAdmin 4.4.13.1 documentation</a> 
&raquo;</li> 
       </ul>
     </div>  
 
@@ -896,7 +896,7 @@
         <li class="right" >
           <a href="require.html" title="Requirements"
              >previous</a> |</li>
-        <li><a href="index.html">phpMyAdmin 4.4.12 documentation</a> 
&raquo;</li> 
+        <li><a href="index.html">phpMyAdmin 4.4.13.1 documentation</a> 
&raquo;</li> 
       </ul>
     </div>
     <div class="footer">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/phpMyAdmin-4.4.12-all-languages/doc/html/transformations.html 
new/phpMyAdmin-4.4.13.1-all-languages/doc/html/transformations.html
--- old/phpMyAdmin-4.4.12-all-languages/doc/html/transformations.html   
2015-07-20 14:55:42.000000000 +0200
+++ new/phpMyAdmin-4.4.13.1-all-languages/doc/html/transformations.html 
2015-08-08 18:22:38.000000000 +0200
@@ -6,7 +6,7 @@
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     
-    <title>Transformations &mdash; phpMyAdmin 4.4.12 documentation</title>
+    <title>Transformations &mdash; phpMyAdmin 4.4.13.1 documentation</title>
     
     <link rel="stylesheet" href="_static/default.css" type="text/css" />
     <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
@@ -14,7 +14,7 @@
     <script type="text/javascript">
       var DOCUMENTATION_OPTIONS = {
         URL_ROOT:    './',
-        VERSION:     '4.4.12',
+        VERSION:     '4.4.13.1',
         COLLAPSE_INDEX: false,
         FILE_SUFFIX: '.html',
         HAS_SOURCE:  true
@@ -24,7 +24,7 @@
     <script type="text/javascript" src="_static/underscore.js"></script>
     <script type="text/javascript" src="_static/doctools.js"></script>
     <link rel="copyright" title="Copyright" href="copyright.html" />
-    <link rel="top" title="phpMyAdmin 4.4.12 documentation" href="index.html" 
/>
+    <link rel="top" title="phpMyAdmin 4.4.13.1 documentation" 
href="index.html" />
     <link rel="up" title="User Guide" href="user.html" />
     <link rel="next" title="User management" href="privileges.html" />
     <link rel="prev" title="User Guide" href="user.html" /> 
@@ -42,7 +42,7 @@
         <li class="right" >
           <a href="user.html" title="User Guide"
              accesskey="P">previous</a> |</li>
-        <li><a href="index.html">phpMyAdmin 4.4.12 documentation</a> 
&raquo;</li>
+        <li><a href="index.html">phpMyAdmin 4.4.13.1 documentation</a> 
&raquo;</li>
           <li><a href="user.html" accesskey="U">User Guide</a> &raquo;</li> 
       </ul>
     </div>  
@@ -226,7 +226,7 @@
         <li class="right" >
           <a href="user.html" title="User Guide"
              >previous</a> |</li>
-        <li><a href="index.html">phpMyAdmin 4.4.12 documentation</a> 
&raquo;</li>
+        <li><a href="index.html">phpMyAdmin 4.4.13.1 documentation</a> 
&raquo;</li>
           <li><a href="user.html" >User Guide</a> &raquo;</li> 
       </ul>
     </div>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phpMyAdmin-4.4.12-all-languages/doc/html/user.html 
new/phpMyAdmin-4.4.13.1-all-languages/doc/html/user.html
--- old/phpMyAdmin-4.4.12-all-languages/doc/html/user.html      2015-07-20 
14:55:42.000000000 +0200
+++ new/phpMyAdmin-4.4.13.1-all-languages/doc/html/user.html    2015-08-08 
18:22:38.000000000 +0200
@@ -6,7 +6,7 @@
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     
-    <title>User Guide &mdash; phpMyAdmin 4.4.12 documentation</title>
+    <title>User Guide &mdash; phpMyAdmin 4.4.13.1 documentation</title>
     
     <link rel="stylesheet" href="_static/default.css" type="text/css" />
     <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
@@ -14,7 +14,7 @@
     <script type="text/javascript">
       var DOCUMENTATION_OPTIONS = {
         URL_ROOT:    './',
-        VERSION:     '4.4.12',
+        VERSION:     '4.4.13.1',
         COLLAPSE_INDEX: false,
         FILE_SUFFIX: '.html',
         HAS_SOURCE:  true
@@ -24,7 +24,7 @@
     <script type="text/javascript" src="_static/underscore.js"></script>
     <script type="text/javascript" src="_static/doctools.js"></script>
     <link rel="copyright" title="Copyright" href="copyright.html" />
-    <link rel="top" title="phpMyAdmin 4.4.12 documentation" href="index.html" 
/>
+    <link rel="top" title="phpMyAdmin 4.4.13.1 documentation" 
href="index.html" />
     <link rel="next" title="Transformations" href="transformations.html" />
     <link rel="prev" title="Configuration" href="config.html" /> 
   </head>
@@ -41,7 +41,7 @@
         <li class="right" >
           <a href="config.html" title="Configuration"
              accesskey="P">previous</a> |</li>
-        <li><a href="index.html">phpMyAdmin 4.4.12 documentation</a> 
&raquo;</li> 
+        <li><a href="index.html">phpMyAdmin 4.4.13.1 documentation</a> 
&raquo;</li> 
       </ul>
     </div>  
 
@@ -126,7 +126,7 @@
         <li class="right" >
           <a href="config.html" title="Configuration"
              >previous</a> |</li>
-        <li><a href="index.html">phpMyAdmin 4.4.12 documentation</a> 
&raquo;</li> 
+        <li><a href="index.html">phpMyAdmin 4.4.13.1 documentation</a> 
&raquo;</li> 
       </ul>
     </div>
     <div class="footer">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/phpMyAdmin-4.4.12-all-languages/doc/html/vendors.html 
new/phpMyAdmin-4.4.13.1-all-languages/doc/html/vendors.html
--- old/phpMyAdmin-4.4.12-all-languages/doc/html/vendors.html   2015-07-20 
14:55:42.000000000 +0200
+++ new/phpMyAdmin-4.4.13.1-all-languages/doc/html/vendors.html 2015-08-08 
18:22:38.000000000 +0200
@@ -6,7 +6,7 @@
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     
-    <title>Distributing and packaging phpMyAdmin &mdash; phpMyAdmin 4.4.12 
documentation</title>
+    <title>Distributing and packaging phpMyAdmin &mdash; phpMyAdmin 4.4.13.1 
documentation</title>
     
     <link rel="stylesheet" href="_static/default.css" type="text/css" />
     <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
@@ -14,7 +14,7 @@
     <script type="text/javascript">
       var DOCUMENTATION_OPTIONS = {
         URL_ROOT:    './',
-        VERSION:     '4.4.12',
+        VERSION:     '4.4.13.1',
         COLLAPSE_INDEX: false,
         FILE_SUFFIX: '.html',
         HAS_SOURCE:  true
@@ -24,7 +24,7 @@
     <script type="text/javascript" src="_static/underscore.js"></script>
     <script type="text/javascript" src="_static/doctools.js"></script>
     <link rel="copyright" title="Copyright" href="copyright.html" />
-    <link rel="top" title="phpMyAdmin 4.4.12 documentation" href="index.html" 
/>
+    <link rel="top" title="phpMyAdmin 4.4.13.1 documentation" 
href="index.html" />
     <link rel="next" title="Copyright" href="copyright.html" />
     <link rel="prev" title="Developers Information" href="developers.html" /> 
   </head>
@@ -41,7 +41,7 @@
         <li class="right" >
           <a href="developers.html" title="Developers Information"
              accesskey="P">previous</a> |</li>
-        <li><a href="index.html">phpMyAdmin 4.4.12 documentation</a> 
&raquo;</li> 
+        <li><a href="index.html">phpMyAdmin 4.4.13.1 documentation</a> 
&raquo;</li> 
       </ul>
     </div>  
 
@@ -136,7 +136,7 @@
         <li class="right" >
           <a href="developers.html" title="Developers Information"
              >previous</a> |</li>
-        <li><a href="index.html">phpMyAdmin 4.4.12 documentation</a> 
&raquo;</li> 
+        <li><a href="index.html">phpMyAdmin 4.4.13.1 documentation</a> 
&raquo;</li> 
       </ul>
     </div>
     <div class="footer">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phpMyAdmin-4.4.12-all-languages/js/functions.js 
new/phpMyAdmin-4.4.13.1-all-languages/js/functions.js
--- old/phpMyAdmin-4.4.12-all-languages/js/functions.js 2015-07-20 
14:55:42.000000000 +0200
+++ new/phpMyAdmin-4.4.13.1-all-languages/js/functions.js       2015-08-08 
18:22:38.000000000 +0200
@@ -778,7 +778,8 @@
      */
 
     $(document).on('click', 'input:checkbox.checkall', function (e) {
-        var $tr = $(this).closest('tr');
+        $this = $(this);
+        var $tr = $this.closest('tr');
 
         // make the table unselectable (to prevent default highlighting when 
shift+click)
         //$tr.parents('table').noSelect();
@@ -787,25 +788,15 @@
             // usual click
 
             // XXX: FF fires two click events for <label> (label and 
checkbox), so we need to handle this differently
-            var $checkbox = $tr.find(':checkbox');
-            if ($checkbox.length) {
-                // checkbox in a row, add or remove class depending on 
checkbox state
-                var checked = $checkbox.prop('checked');
-                if (!$(e.target).is(':checkbox, label')) {
-                    checked = !checked;
-                    $checkbox.prop('checked', checked).trigger('change');
-                }
-                if (checked) {
-                    $tr.addClass('marked');
-                } else {
-                    $tr.removeClass('marked');
-                }
-                last_click_checked = checked;
+            var $checkbox = $tr.find(':checkbox.checkall');
+            var checked = $this.prop('checked');
+            $checkbox.prop('checked', checked).trigger('change');
+            if (checked) {
+                $tr.addClass('marked');
             } else {
-                // normal data table, just toggle class
-                $tr.toggleClass('marked');
-                last_click_checked = false;
+                $tr.removeClass('marked');
             }
+            last_click_checked = checked;
 
             // remember the last clicked row
             last_clicked_row = last_click_checked ? $('tr.odd:not(.noclick), 
tr.even:not(.noclick)').index($tr) : -1;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phpMyAdmin-4.4.12-all-languages/js/line_counts.php 
new/phpMyAdmin-4.4.13.1-all-languages/js/line_counts.php
--- old/phpMyAdmin-4.4.12-all-languages/js/line_counts.php      2015-07-20 
14:55:42.000000000 +0200
+++ new/phpMyAdmin-4.4.13.1-all-languages/js/line_counts.php    2015-08-08 
18:22:38.000000000 +0200
@@ -24,7 +24,6 @@
 $LINE_COUNT["codemirror/mode/javascript/javascript.js"] = 692;
 $LINE_COUNT["codemirror/mode/sql/sql.js"] = 391;
 $LINE_COUNT["codemirror/mode/xml/xml.js"] = 384;
-$LINE_COUNT["common.js"] = 515;
 $LINE_COUNT["cross_framing_protection.js"] = 10;
 $LINE_COUNT["db_operations.js"] = 157;
 $LINE_COUNT["db_search.js"] = 239;
@@ -491,6 +490,7 @@
 $LINE_COUNT["transformations/sql_editor.js"] = 30;
 $LINE_COUNT["transformations/xml_editor.js"] = 16;
 $LINE_COUNT["ajax.js"] = 1031;
+$LINE_COUNT["common.js"] = 515;
 $LINE_COUNT["config.js"] = 798;
 $LINE_COUNT["console.js"] = 1033;
 $LINE_COUNT["db_central_columns.js"] = 201;
@@ -498,11 +498,11 @@
 $LINE_COUNT["db_structure.js"] = 391;
 $LINE_COUNT["error_report.js"] = 340;
 $LINE_COUNT["export.js"] = 401;
-$LINE_COUNT["functions.js"] = 4580;
+$LINE_COUNT["functions.js"] = 4571;
 $LINE_COUNT["indexes.js"] = 697;
 $LINE_COUNT["makegrid.js"] = 1962;
 $LINE_COUNT["menu-resizer.js"] = 182;
-$LINE_COUNT["navigation.js"] = 1505;
+$LINE_COUNT["navigation.js"] = 1507;
 $LINE_COUNT["normalization.js"] = 707;
 $LINE_COUNT["replication.js"] = 73;
 $LINE_COUNT["rte.js"] = 944;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phpMyAdmin-4.4.12-all-languages/js/makegrid.js 
new/phpMyAdmin-4.4.13.1-all-languages/js/makegrid.js
--- old/phpMyAdmin-4.4.12-all-languages/js/makegrid.js  2015-07-20 
14:55:42.000000000 +0200
+++ new/phpMyAdmin-4.4.13.1-all-languages/js/makegrid.js        2015-08-08 
18:22:38.000000000 +0200
@@ -791,7 +791,7 @@
                             $checkbox.prop('checked', false);
                         });
                     } else {
-                        $(g.cEdit).on('keypress change', '.edit_box', function 
(e) {
+                        $(g.cEdit).on('keypress change paste', '.edit_box', 
function (e) {
                             $checkbox.prop('checked', false);
                         });
                         // Capture ctrl+v (on IE and Chrome)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phpMyAdmin-4.4.12-all-languages/js/navigation.js 
new/phpMyAdmin-4.4.13.1-all-languages/js/navigation.js
--- old/phpMyAdmin-4.4.12-all-languages/js/navigation.js        2015-07-20 
14:55:42.000000000 +0200
+++ new/phpMyAdmin-4.4.13.1-all-languages/js/navigation.js      2015-08-08 
18:22:38.000000000 +0200
@@ -768,16 +768,18 @@
                     $expander = $containers[index]
                         .children('div:first')
                         .children('a.expander');
-                    collapseTreeNode($expander);
-                    loadAndShowTableOrView($expander, $containers[index], 
itemName);
+                    if (! $expander.hasClass('loaded')) {
+                       loadAndShowTableOrView($expander, $containers[index], 
itemName);
+                    }
                 });
             // else if no subContainers
             } else {
                 $expander = $dbItem
                     .children('div:first')
                     .children('a.expander');
-                collapseTreeNode($expander);
-                loadAndShowTableOrView($expander, $dbItem, itemName);
+                if (! $expander.hasClass('loaded')) {
+                       loadAndShowTableOrView($expander, $dbItem, itemName);
+                }
             }
         }
     }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/phpMyAdmin-4.4.12-all-languages/js/server_databases.js 
new/phpMyAdmin-4.4.13.1-all-languages/js/server_databases.js
--- old/phpMyAdmin-4.4.12-all-languages/js/server_databases.js  2015-07-20 
14:55:42.000000000 +0200
+++ new/phpMyAdmin-4.4.13.1-all-languages/js/server_databases.js        
2015-08-08 18:22:38.000000000 +0200
@@ -122,16 +122,16 @@
                 var databases_count = parseInt($databases_count_object.text(), 
10) + 1;
                 $databases_count_object.text(databases_count);
                 PMA_reloadNavigation();
+
+                // make ajax request to load db structure page - taken from 
ajax.js
+                var dbStruct_url = data.url_query;
+                dbStruct_url = dbStruct_url.replace(/amp;/ig, '');
+                var params = 'ajax_request=true&ajax_page_request=true';
+                params += AJAX.cache.menus.getRequestParam();
+                $.get(dbStruct_url, params, AJAX.responseHandler);
             } else {
                 PMA_ajaxShowMessage(data.error, false);
             }
-
-            // make ajax request to load db structure page - taken from ajax.js
-            var dbStruct_url = data.url_query;
-            dbStruct_url = dbStruct_url.replace(/amp;/ig, '');
-            var params = 'ajax_request=true&ajax_page_request=true';
-            params += AJAX.cache.menus.getRequestParam();
-            $.get(dbStruct_url, params, AJAX.responseHandler);
         }); // end $.post()
     }); // end $(document).on()
 }); // end $()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/phpMyAdmin-4.4.12-all-languages/libraries/Config.class.php 
new/phpMyAdmin-4.4.13.1-all-languages/libraries/Config.class.php
--- old/phpMyAdmin-4.4.12-all-languages/libraries/Config.class.php      
2015-07-20 14:55:42.000000000 +0200
+++ new/phpMyAdmin-4.4.13.1-all-languages/libraries/Config.class.php    
2015-08-08 18:22:38.000000000 +0200
@@ -114,7 +114,7 @@
      */
     function checkSystem()
     {
-        $this->set('PMA_VERSION', '4.4.12');
+        $this->set('PMA_VERSION', '4.4.13.1');
         /**
          * @deprecated
          */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/phpMyAdmin-4.4.12-all-languages/libraries/create_addfield.lib.php 
new/phpMyAdmin-4.4.13.1-all-languages/libraries/create_addfield.lib.php
--- old/phpMyAdmin-4.4.12-all-languages/libraries/create_addfield.lib.php       
2015-07-20 14:55:42.000000000 +0200
+++ new/phpMyAdmin-4.4.13.1-all-languages/libraries/create_addfield.lib.php     
2015-08-08 18:22:38.000000000 +0200
@@ -99,6 +99,10 @@
         return $sql_suffix;
     }
 
+    if ($_REQUEST['field_where'] == 'last') {
+        return $sql_suffix;
+    }
+
     // Only the first field can be added somewhere other than at the end
     if ($current_field_num == 0) {
         if ($_REQUEST['field_where'] == 'first') {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/phpMyAdmin-4.4.12-all-languages/libraries/export.lib.php 
new/phpMyAdmin-4.4.13.1-all-languages/libraries/export.lib.php
--- old/phpMyAdmin-4.4.12-all-languages/libraries/export.lib.php        
2015-07-20 14:55:42.000000000 +0200
+++ new/phpMyAdmin-4.4.13.1-all-languages/libraries/export.lib.php      
2015-08-08 18:22:38.000000000 +0200
@@ -662,6 +662,13 @@
     if (! $export_plugin->exportDBFooter($db, $db_alias)) {
         return;
     }
+
+    if (($GLOBALS['sql_structure_or_data'] == 'structure'
+        || $GLOBALS['sql_structure_or_data'] == 'structure_and_data')
+        && isset($GLOBALS['sql_procedure_function'])
+    ) {
+        $export_plugin->exportEvents($db, $aliases);
+    }
 }
 
 /**
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/phpMyAdmin-4.4.12-all-languages/libraries/language_stats.inc.php 
new/phpMyAdmin-4.4.13.1-all-languages/libraries/language_stats.inc.php
--- old/phpMyAdmin-4.4.12-all-languages/libraries/language_stats.inc.php        
2015-07-20 14:55:42.000000000 +0200
+++ new/phpMyAdmin-4.4.13.1-all-languages/libraries/language_stats.inc.php      
2015-08-08 18:22:38.000000000 +0200
@@ -22,7 +22,7 @@
     'en_GB' => 88,
     'eo' => 2,
     'es' => 100,
-    'et' => 99,
+    'et' => 100,
     'eu' => 17,
     'fa' => 27,
     'fi' => 63,
@@ -33,7 +33,7 @@
     'hi' => 41,
     'hr' => 32,
     'hu' => 100,
-    'hy' => 3,
+    'hy' => 49,
     'ia' => 69,
     'id' => 76,
     'it' => 100,
@@ -41,7 +41,7 @@
     'ka' => 15,
     'kk' => 10,
     'km' => 5,
-    'kn' => 3,
+    'kn' => 4,
     'ko' => 81,
     'ksh' => 1,
     'ky' => 1,
@@ -54,15 +54,15 @@
     'ms' => 11,
     'nb' => 63,
     'ne' => 1,
-    'nl' => 99,
+    'nl' => 100,
     'pa' => 2,
     'pl' => 86,
     'pt' => 59,
-    'pt_BR' => 99,
-    'ro' => 58,
-    'ru' => 97,
+    'pt_BR' => 100,
+    'ro' => 59,
+    'ru' => 99,
     'si' => 65,
-    'sk' => 84,
+    'sk' => 85,
     'sl' => 100,
     'sq' => 99,
     'sr' => 25,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/phpMyAdmin-4.4.12-all-languages/libraries/plugins/ExportPlugin.class.php 
new/phpMyAdmin-4.4.13.1-all-languages/libraries/plugins/ExportPlugin.class.php
--- 
old/phpMyAdmin-4.4.12-all-languages/libraries/plugins/ExportPlugin.class.php    
    2015-07-20 14:55:42.000000000 +0200
+++ 
new/phpMyAdmin-4.4.13.1-all-languages/libraries/plugins/ExportPlugin.class.php  
    2015-08-08 18:22:38.000000000 +0200
@@ -110,6 +110,19 @@
     }
 
     /**
+     * Exports events
+     *
+     * @param string $db      Database
+     * @param array  $aliases Aliases of db/table/columns
+     *
+     * @return bool Whether it succeeded
+     */
+    public function exportEvents($db, $aliases = array())
+    {
+        ;
+    }
+
+    /**
      * Outputs table's structure
      *
      * @param string $db          database name
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/phpMyAdmin-4.4.12-all-languages/libraries/plugins/export/ExportSql.class.php
 
new/phpMyAdmin-4.4.13.1-all-languages/libraries/plugins/export/ExportSql.class.php
--- 
old/phpMyAdmin-4.4.12-all-languages/libraries/plugins/export/ExportSql.class.php
    2015-07-20 14:55:42.000000000 +0200
+++ 
new/phpMyAdmin-4.4.13.1-all-languages/libraries/plugins/export/ExportSql.class.php
  2015-08-08 18:22:38.000000000 +0200
@@ -887,48 +887,56 @@
             unset($GLOBALS['sql_constraints']);
         }
 
-        if (($GLOBALS['sql_structure_or_data'] == 'structure'
-            || $GLOBALS['sql_structure_or_data'] == 'structure_and_data')
-            && isset($GLOBALS['sql_procedure_function'])
-        ) {
-            $text = '';
-            $delimiter = '$$';
-
-            $event_names = $GLOBALS['dbi']->fetchResult(
-                'SELECT EVENT_NAME FROM information_schema.EVENTS WHERE'
-                . ' EVENT_SCHEMA= \''
-                . PMA_Util::sqlAddSlashes($db, true)
-                . '\';'
-            );
-
-            if ($event_names) {
-                $text .= $crlf
-                  . 'DELIMITER ' . $delimiter . $crlf;
-
-                $text .=
-                    $this->_exportComment()
-                    . $this->_exportComment(__('Events'))
-                    . $this->_exportComment();
-
-                foreach ($event_names as $event_name) {
-                    if (! empty($GLOBALS['sql_drop_table'])) {
-                        $text .= 'DROP EVENT '
-                            . PMA_Util::backquote($event_name)
-                            . $delimiter . $crlf;
-                    }
-                    $text .= $GLOBALS['dbi']
-                        ->getDefinition($db, 'EVENT', $event_name)
-                        . $delimiter . $crlf . $crlf;
-                }
+        return $result;
+    }
 
-                $text .= 'DELIMITER ;' . $crlf;
+    /**
+     * Exports events
+     *
+     * @param string $db      Database
+     * @param array  $aliases Aliases of db/table/columns
+     *
+     * @return bool Whether it succeeded
+     */
+    public function exportEvents($db, $aliases = array())
+    {
+        global $crlf;
+
+        $text = '';
+        $delimiter = '$$';
+
+        $event_names = $GLOBALS['dbi']->fetchResult(
+            "SELECT EVENT_NAME FROM information_schema.EVENTS WHERE"
+            . " EVENT_SCHEMA= '"  . PMA_Util::sqlAddSlashes($db, true) . "';"
+        );
+
+        if ($event_names) {
+            $text .= $crlf
+            . "DELIMITER " . $delimiter . $crlf;
+
+            $text .=
+                $this->_exportComment()
+                . $this->_exportComment(__('Events'))
+                . $this->_exportComment();
+
+            foreach ($event_names as $event_name) {
+                if (! empty($GLOBALS['sql_drop_table'])) {
+                    $text .= "DROP EVENT "
+                        . PMA_Util::backquote($event_name)
+                        . $delimiter . $crlf;
+                }
+                $text .= $GLOBALS['dbi']->getDefinition($db, 'EVENT', 
$event_name)
+                    . $delimiter . $crlf . $crlf;
             }
 
-            if (! empty($text)) {
-                $result = PMA_exportOutputHandler($text);
-            }
+            $text .= "DELIMITER ;" . $crlf;
+        }
+
+        if (! empty($text)) {
+            return PMA_exportOutputHandler($text);
+        } else {
+            return false;
         }
-        return $result;
     }
 
     /**
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/phpMyAdmin-4.4.12-all-languages/libraries/plugins/schema/Export_Relation_Schema.class.php
 
new/phpMyAdmin-4.4.13.1-all-languages/libraries/plugins/schema/Export_Relation_Schema.class.php
--- 
old/phpMyAdmin-4.4.12-all-languages/libraries/plugins/schema/Export_Relation_Schema.class.php
       2015-07-20 14:55:42.000000000 +0200
+++ 
new/phpMyAdmin-4.4.13.1-all-languages/libraries/plugins/schema/Export_Relation_Schema.class.php
     2015-08-08 18:22:38.000000000 +0200
@@ -242,7 +242,9 @@
         $tables = array();
         $dbLength = mb_strlen($GLOBALS['db']);
         foreach ($_REQUEST['t_h'] as $key => $value) {
-            $tables[] = mb_substr($key, $dbLength + 1);
+            if ($value) {
+                $tables[] = mb_substr($key, $dbLength + 1);
+            }
         }
         return $tables;
     }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/phpMyAdmin-4.4.12-all-languages/libraries/server_status_processes.lib.php 
new/phpMyAdmin-4.4.13.1-all-languages/libraries/server_status_processes.lib.php
--- 
old/phpMyAdmin-4.4.12-all-languages/libraries/server_status_processes.lib.php   
    2015-07-20 14:55:42.000000000 +0200
+++ 
new/phpMyAdmin-4.4.13.1-all-languages/libraries/server_status_processes.lib.php 
    2015-08-08 18:22:38.000000000 +0200
@@ -238,7 +238,6 @@
     }
 
     $url_params = array(
-        'showExecuting' => 1,
         'ajax_request' => true
     );
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/phpMyAdmin-4.4.12-all-languages/libraries/sql_query_form.lib.php 
new/phpMyAdmin-4.4.13.1-all-languages/libraries/sql_query_form.lib.php
--- old/phpMyAdmin-4.4.12-all-languages/libraries/sql_query_form.lib.php        
2015-07-20 14:55:42.000000000 +0200
+++ new/phpMyAdmin-4.4.13.1-all-languages/libraries/sql_query_form.lib.php      
2015-08-08 18:22:38.000000000 +0200
@@ -175,6 +175,7 @@
         }
     } else {
         $db     = $GLOBALS['db'];
+        $table  = $GLOBALS['table'];
         // Get the list and number of fields
         // we do a try_query here, because we could be in the query window,
         // trying to synchronize and the table has not yet been created
@@ -182,13 +183,13 @@
             $db, $GLOBALS['table'], null, true
         );
 
-        $tmp_db_link = '<a href="' . $GLOBALS['cfg']['DefaultTabDatabase']
-            . PMA_URL_getCommon(array('db' => $db)) . '"';
-        $tmp_db_link .= '>'
-            . htmlspecialchars($db) . '</a>';
+        $tmp_tbl_link = '<a href="' . $GLOBALS['cfg']['DefaultTabTable']
+            . PMA_URL_getCommon(array('db' => $db, 'table' => $table)) . '"';
+        $tmp_tbl_link .= '>' . htmlspecialchars($db)
+            . '.' . htmlspecialchars($table) . '</a>';
         // else use
         // $tmp_db_link = htmlspecialchars($db);
-        $legend = sprintf(__('Run SQL query/queries on database %s'), 
$tmp_db_link);
+        $legend = sprintf(__('Run SQL query/queries on table %s'), 
$tmp_tbl_link);
         if (empty($query)) {
             $query = PMA_Util::expandUserString(
                 $GLOBALS['cfg']['DefaultQueryTable'], 'backquote'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/phpMyAdmin-4.4.12-all-languages/libraries/tbl_info.inc.php 
new/phpMyAdmin-4.4.13.1-all-languages/libraries/tbl_info.inc.php
--- old/phpMyAdmin-4.4.12-all-languages/libraries/tbl_info.inc.php      
2015-07-20 14:55:42.000000000 +0200
+++ new/phpMyAdmin-4.4.13.1-all-languages/libraries/tbl_info.inc.php    
2015-08-08 18:22:38.000000000 +0200
@@ -96,7 +96,8 @@
     foreach ($create_options as $each_create_option) {
         $each_create_option = explode('=', $each_create_option);
         if (isset($each_create_option[1])) {
-            $$each_create_option[0]    = $each_create_option[1];
+            // ensure there is no ambiguity for PHP 5 and 7
+            ${$each_create_option[0]} = $each_create_option[1];
         }
     }
     // we need explicit DEFAULT value here (different from '0')
Files old/phpMyAdmin-4.4.12-all-languages/locale/el/LC_MESSAGES/phpmyadmin.mo 
and new/phpMyAdmin-4.4.13.1-all-languages/locale/el/LC_MESSAGES/phpmyadmin.mo 
differ
Files 
old/phpMyAdmin-4.4.12-all-languages/locale/en_GB/LC_MESSAGES/phpmyadmin.mo and 
new/phpMyAdmin-4.4.13.1-all-languages/locale/en_GB/LC_MESSAGES/phpmyadmin.mo 
differ
Files old/phpMyAdmin-4.4.12-all-languages/locale/et/LC_MESSAGES/phpmyadmin.mo 
and new/phpMyAdmin-4.4.13.1-all-languages/locale/et/LC_MESSAGES/phpmyadmin.mo 
differ
Files old/phpMyAdmin-4.4.12-all-languages/locale/fr/LC_MESSAGES/phpmyadmin.mo 
and new/phpMyAdmin-4.4.13.1-all-languages/locale/fr/LC_MESSAGES/phpmyadmin.mo 
differ
Files old/phpMyAdmin-4.4.12-all-languages/locale/hy/LC_MESSAGES/phpmyadmin.mo 
and new/phpMyAdmin-4.4.13.1-all-languages/locale/hy/LC_MESSAGES/phpmyadmin.mo 
differ
Files old/phpMyAdmin-4.4.12-all-languages/locale/it/LC_MESSAGES/phpmyadmin.mo 
and new/phpMyAdmin-4.4.13.1-all-languages/locale/it/LC_MESSAGES/phpmyadmin.mo 
differ
Files old/phpMyAdmin-4.4.12-all-languages/locale/ko/LC_MESSAGES/phpmyadmin.mo 
and new/phpMyAdmin-4.4.13.1-all-languages/locale/ko/LC_MESSAGES/phpmyadmin.mo 
differ
Files old/phpMyAdmin-4.4.12-all-languages/locale/nl/LC_MESSAGES/phpmyadmin.mo 
and new/phpMyAdmin-4.4.13.1-all-languages/locale/nl/LC_MESSAGES/phpmyadmin.mo 
differ
Files 
old/phpMyAdmin-4.4.12-all-languages/locale/pt_BR/LC_MESSAGES/phpmyadmin.mo and 
new/phpMyAdmin-4.4.13.1-all-languages/locale/pt_BR/LC_MESSAGES/phpmyadmin.mo 
differ
Files old/phpMyAdmin-4.4.12-all-languages/locale/ro/LC_MESSAGES/phpmyadmin.mo 
and new/phpMyAdmin-4.4.13.1-all-languages/locale/ro/LC_MESSAGES/phpmyadmin.mo 
differ
Files old/phpMyAdmin-4.4.12-all-languages/locale/ru/LC_MESSAGES/phpmyadmin.mo 
and new/phpMyAdmin-4.4.13.1-all-languages/locale/ru/LC_MESSAGES/phpmyadmin.mo 
differ
Files old/phpMyAdmin-4.4.12-all-languages/locale/si/LC_MESSAGES/phpmyadmin.mo 
and new/phpMyAdmin-4.4.13.1-all-languages/locale/si/LC_MESSAGES/phpmyadmin.mo 
differ
Files old/phpMyAdmin-4.4.12-all-languages/locale/sk/LC_MESSAGES/phpmyadmin.mo 
and new/phpMyAdmin-4.4.13.1-all-languages/locale/sk/LC_MESSAGES/phpmyadmin.mo 
differ
Files 
old/phpMyAdmin-4.4.12-all-languages/locale/zh_CN/LC_MESSAGES/phpmyadmin.mo and 
new/phpMyAdmin-4.4.13.1-all-languages/locale/zh_CN/LC_MESSAGES/phpmyadmin.mo 
differ



Reply via email to