Merge remote-tracking branch 'origin/QA_4_2' into QA_4_2

This commit is contained in:
Weblate 2014-11-08 12:46:59 +01:00
commit 0259340007
3 changed files with 2 additions and 2 deletions

View File

@ -5,6 +5,7 @@ phpMyAdmin - ChangeLog
- bug #4574 Blank/white page when JavaScript disabled
- bug #4577 Multi row actions cause full page reloads
- bug ReferenceError: targeurl is not defined
- bug Incorrect text/icon display in Tracking report
4.2.11.0 (2014-10-31)
- bug ReferenceError: Table_onover is not defined

View File

@ -364,7 +364,7 @@ function PMA_getHtmlForTrackingReport($url_query, $data, $url_params,
// Prepare delete link content here
$drop_image_or_text = '';
if (PMA_Util::showIcons('ActionsLinksMode')) {
if (PMA_Util::showIcons('ActionLinksMode')) {
$drop_image_or_text .= PMA_Util::getImage(
'b_drop.png', __('Delete tracking data row from report')
);

View File

@ -47,7 +47,6 @@ class PMA_TblTrackingTest extends PHPUnit_Framework_TestCase
$GLOBALS['cfg']['Server']['pmadb'] = 'pmadb';
$GLOBALS['cfg']['ServerDefault'] = "server";
$GLOBALS['cfg']['Server']['tracking'] = "tracking";
$GLOBALS['cfg']['ActionsLinksMode'] = 'ActionsLinksMode';
$GLOBALS['cfg']['ActionLinksMode'] = 'ActionLinksMode';
$GLOBALS['cfg']['MaxCharactersInDisplayedSQL'] = 1000;