Merge branch 'm31_MDL-53837_Is_Executable_Python_Script_Windows' of https://github...
authorAndrew Nicols <andrew@nicols.co.uk>
Mon, 9 May 2016 05:29:32 +0000 (13:29 +0800)
committerAndrew Nicols <andrew@nicols.co.uk>
Mon, 9 May 2016 05:29:32 +0000 (13:29 +0800)
1  2 
lib/adminlib.php
lib/upgrade.txt

Simple merge
diff --cc lib/upgrade.txt
@@@ -115,10 -115,8 +115,12 @@@ information provided here is intended e
    actual URLs in $text to encoded URLs in the @@PLUGINFILE@@ form.
  * behat_util::is_server_running() is removed, please use behat_util::check_server_status() instead.
  * Behat\Mink\Selector\SelectorsHandler::xpathLiteral() method is deprecated use behat_context_helper::escape instead
 +  when building Xpath, or pass the unescaped value when using the named selector.',
 +* table_sql download process is using the new data formats plugin which you can't use if you are buffering any output
 +    * flexible_table::get_download_menu(), considered private, has been deleted. Use
 +      $OUTPUT->download_dataformat_selector() instead.
+   when building Xpath, or pass the unescaped value when using the named selector.
+ * Add new file_is_executable(), to consistently check for executables even in Windows (PHP bug #41062).
  
  === 3.0 ===