From 9b7ca0f705a64b8242065d7871cc1a7904135516 Mon Sep 17 00:00:00 2001 From: Marco Dickert Date: Fri, 29 Jul 2016 12:42:20 +0200 Subject: [PATCH 1/2] Remove mysqli_fetch_all function dependency --- install/install.js | 2 +- install/install.php | 1 - readme.md | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/install/install.js b/install/install.js index c3f76978f..26a4fdb03 100644 --- a/install/install.js +++ b/install/install.js @@ -55,7 +55,7 @@ function CheckPage() error = "Fields need to be filled in!"; } else { data = '{"root_path":"'+$("#root_path").val()+'", "url_path":"'+$("#url_path").val()+'"}'; - tasks = ["folder*install", "folder*includes", "folder*files", "folder*upload", "extension*mcrypt", "extension*mbstring", "extension*openssl", "extension*bcmath", "extension*iconv", "extension*gd", "function*mysqli_fetch_all", "version*php", "ini*max_execution_time", "folder*includes/avatars", "extension*xml", "folder*includes/libraries/csrfp/libs", "folder*includes/libraries/csrfp/js", "folder*includes/libraries/csrfp/log", "folder*includes/config"]; + tasks = ["folder*install", "folder*includes", "folder*files", "folder*upload", "extension*mcrypt", "extension*mbstring", "extension*openssl", "extension*bcmath", "extension*iconv", "extension*gd", "version*php", "ini*max_execution_time", "folder*includes/avatars", "extension*xml", "folder*includes/libraries/csrfp/libs", "folder*includes/libraries/csrfp/js", "folder*includes/libraries/csrfp/log", "folder*includes/config"]; multiple = true; $("#hid_abspath").val($("#root_path").val()); $("#hid_url_path").val($("#url_path").val()); diff --git a/install/install.php b/install/install.php index 7f558a5dc..6991b777a 100644 --- a/install/install.php +++ b/install/install.php @@ -122,7 +122,6 @@
  • PHP extension "iconv" is loaded 
  • PHP extension "xml" is loaded 
  • PHP extension "gd" is loaded 
  • -
  • PHP function "mysqli_fetch_all" is available 
  • PHP version is greater or equal to 5.5.0 
  • Execution time limit 
  • diff --git a/readme.md b/readme.md index 423f738e8..852fac5eb 100644 --- a/readme.md +++ b/readme.md @@ -37,7 +37,6 @@ For bugs discovery or any suggestions, please report in [Github Issues] (https:/ ** xml ** gd ** openssl -* Function 'mysqli_fetch_all' ## Installation From 936ba9f8a78c80aceecc527665fdf2f208325dbd Mon Sep 17 00:00:00 2001 From: Marco Dickert Date: Thu, 12 Jan 2017 11:27:21 +0100 Subject: [PATCH 2/2] Fix for issue 1616 --- items.load.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/items.load.php b/items.load.php index 43c4815ee..9149a6248 100755 --- a/items.load.php +++ b/items.load.php @@ -3435,7 +3435,7 @@ function(data) { showPwdContinuous(); }).mouseup(function(event) { mouseStillDown = false; -}).mousemove(function(event) { +}).mouseleave(function(event) { mouseStillDown = false; }); var showPwdContinuous = function(){