Git
Threads by month
- ----- 2025 -----
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
February 2011
- 5 participants
- 230 discussions

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA2-1568-gfbf296f
by Michal Čihař 01 Feb '11
by Michal Čihař 01 Feb '11
01 Feb '11
The branch, master has been updated
via fbf296f70f8ebe4b70ab8adbae2b257edb028195 (commit)
via 884e28a206c3f18e7718777fc9174420ee3913df (commit)
from b77f9b9caed4d06eda2df418bca435bf22f7b246 (commit)
- Log -----------------------------------------------------------------
commit fbf296f70f8ebe4b70ab8adbae2b257edb028195
Author: Michal Čihař <mcihar(a)novell.com>
Date: Tue Feb 1 17:46:09 2011 +0100
Whitespace cleanup
commit 884e28a206c3f18e7718777fc9174420ee3913df
Author: Michal Čihař <mcihar(a)novell.com>
Date: Tue Feb 1 17:44:44 2011 +0100
Avoid double inclusion of jquery
-----------------------------------------------------------------------
Summary of changes:
pmd_general.php | 29 ++++++++++++++---------------
1 files changed, 14 insertions(+), 15 deletions(-)
diff --git a/pmd_general.php b/pmd_general.php
index cd9953a..4363258 100644
--- a/pmd_general.php
+++ b/pmd_general.php
@@ -27,7 +27,6 @@ $hidden = "hidden";
<link rel="shortcut icon" href="pmd/images/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" type="text/css" href="pmd/styles/<?php echo $GLOBALS['PMD']['STYLE'] ?>/style1.css" />
<title>Designer</title>
- <script src="./js/jquery/jquery-1.4.4.js" type="text/javascript"></script>
<script type="text/javascript">
// <![CDATA[
<?php
@@ -58,7 +57,7 @@ require_once './libraries/header_scripts.inc.php';
?>
<script src="js/messages.php<?php echo PMA_generate_common_url($params); ?>" type="text/javascript"></script>
<script src="pmd/scripts/ajax.js" type="text/javascript"></script>
- <script src="pmd/scripts/history.js" type="text/javascript"></script>
+ <script src="pmd/scripts/history.js" type="text/javascript"></script>
<script src="pmd/scripts/move.js" type="text/javascript"></script>
<!--[if IE]>
<script src="pmd/scripts/iecanvas.js" type="text/javascript"></script>
@@ -110,17 +109,17 @@ echo $script_tabs . $script_contr . $script_display_field;
class="M_butt" target="_self"
><img title="<?php echo __('Toggle small/big'); ?>" alt="key" src="pmd/images/bottom.png"
/></a><img class="M_bord" src="pmd/images/bord.png" alt=""
- /><a href="javascript:PDF_save();" onmousedown="return false;"
+ /><a href="javascript:PDF_save();" onmousedown="return false;"
class="M_butt" target="_self"
><img src="pmd/images/pdf.png" alt="key" width="20" height="20"
title="<?php echo __('Import/Export coordinates for PDF schema'); ?>" /></a
>
<?php if($_REQUEST['query']){
- echo '<a href="#" onClick="build_query(\'SQL Query on Database\', 0)" onmousedown="return false;"
+ echo '<a href="#" onClick="build_query(\'SQL Query on Database\', 0)" onmousedown="return false;"
class="M_butt" target="_self">';
echo '<img src="pmd/images/query_builder.png" alt="key" width="20" height="20" title="';
echo __('Build Query');
- echo '"/></a>'; }?>
+ echo '"/></a>'; }?>
<a href="javascript:Top_menu_right(document.getElementById('key_Left_Right'));"
onmousedown="return false;" class="M_butt last" target="_self">
<img src="pmd/images/2rightarrow_m.png" id="key_Left_Right" alt=">"
@@ -206,7 +205,7 @@ for ($i = 0; $i < count($GLOBALS['PMD']["TABLE_NAME"]); $i++) {
">
<thead>
<tr>
- <?php
+ <?php
if(isset($_REQUEST['query'])) {
echo '<td class="select_all">';
echo '<input type="checkbox" value="select_all_'.htmlspecialchars($t_n_url).'" style="margin: 0px;" ';
@@ -239,7 +238,7 @@ for ($i = 0; $i < count($GLOBALS['PMD']["TABLE_NAME"]); $i++) {
echo '.</span>';
echo $GLOBALS['PMD_OUT']["TABLE_NAME_SMALL"][$i];
?></td>
- <?php
+ <?php
if(isset($_REQUEST['query'])) {
echo '<td class="tab_zag" onmouseover="Table_onover(\''.htmlspecialchars($t_n_url).'\',0,1)" id="id_zag_'.htmlspecialchars($t_n_url).'_2"';
echo 'onmousedown="cur_click=document.getElementById(\''.htmlspecialchars($t_n_url).'\');"';
@@ -275,10 +274,10 @@ for ($i = 0; $i < count($GLOBALS['PMD']["TABLE_NAME"]); $i++) {
echo (isset($tables_all_keys[$t_n.".".$tab_column[$t_n]["COLUMN_NAME"][$j]]) ? 1 : 0);
}
?>)">
- <?php
+ <?php
if(isset($_REQUEST['query'])) {
echo '<td class="select_all">';
- echo '<input value="'.htmlspecialchars($t_n_url).urlencode($tab_column[$t_n]["COLUMN_NAME"][$j]).'"';
+ echo '<input value="'.htmlspecialchars($t_n_url).urlencode($tab_column[$t_n]["COLUMN_NAME"][$j]).'"';
echo 'type="checkbox" id="select_'.htmlspecialchars($t_n_url).'._'.urlencode($tab_column[$t_n]["COLUMN_NAME"][$j]).'" ';
echo 'style="margin: 0px;" title="select_'.urlencode($tab_column[$t_n]["COLUMN_NAME"][$j]).'" ';
echo 'onclick="store_column(\''.urlencode($GLOBALS['PMD_OUT']["TABLE_NAME_SMALL"][$i]).'\',\''.htmlspecialchars($GLOBALS['PMD_OUT']["OWNER"][$i]).'\',\''.urlencode($tab_column[$t_n]["COLUMN_NAME"][$j]).'\')"></td>';
@@ -316,7 +315,7 @@ for ($i = 0; $i < count($GLOBALS['PMD']["TABLE_NAME"]); $i++) {
?>
</div>
</td>
- <?php
+ <?php
if(isset($_REQUEST['query'])) {
//$temp = $GLOBALS['PMD_OUT']["OWNER"][$i].'.'.$GLOBALS['PMD_OUT']["TABLE_NAME_SMALL"][$i];
echo '<td class="small_tab_pref" onmouseover="this.className=\'small_tab_pref2\';"';
@@ -484,7 +483,7 @@ for ($i = 0; $i < count($GLOBALS['PMD']["TABLE_NAME"]); $i++) {
<td width="58" nowrap="nowrap"><?php echo __('New name'); ?></td>
<td width="102"><input type="text" value="" id="new_name"/></td>
</tr>
- <tr><td align="center" nowrap="nowrap"><b><?php echo __('Aggregate'); ?></b></td></tr>
+ <tr><td align="center" nowrap="nowrap"><b><?php echo __('Aggregate'); ?></b></td></tr>
<tr>
<td width="58" nowrap="nowrap"><?php echo __('Operator'); ?></td>
<td width="102"><select name="operator" id="operator">
@@ -499,7 +498,7 @@ for ($i = 0; $i < count($GLOBALS['PMD']["TABLE_NAME"]); $i++) {
<tr>
<td nowrap="nowrap" width="58" align="center"><b>GROUP BY</b></td>
<td><input type="checkbox" value="groupby" id="groupby"/></td>
- </tr>
+ </tr>
<tr>
<td nowrap="nowrap" width="58" align="center"><b>ORDER BY</b></td>
<td><input type="checkbox" value="orderby" id="orderby"/></td>
@@ -714,7 +713,7 @@ for ($i = 0; $i < count($GLOBALS['PMD']["TABLE_NAME"]); $i++) {
<option value="avg"> AVG </option>
<option value="avg"> COUNT </option>
</select>
- </td></tr>
+ </td></tr>
</tbody>
<tbody>
<tr>
@@ -802,7 +801,7 @@ for ($i = 0; $i < count($GLOBALS['PMD']["TABLE_NAME"]); $i++) {
</tbody>
</table>
-<?php
+<?php
if($_REQUEST['query']) {
echo '<div class="panel">';
echo '<div style="clear:both;"></div>';
@@ -820,7 +819,7 @@ if($_REQUEST['query']) {
echo PMA_generate_common_hidden_inputs($GLOBALS['db']);
echo '</div></p>';
echo '</form></div>';
-
+
} ?>
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA2-1566-gb77f9b9
by Michal Čihař 01 Feb '11
by Michal Čihař 01 Feb '11
01 Feb '11
The branch, master has been updated
via b77f9b9caed4d06eda2df418bca435bf22f7b246 (commit)
from ec051f6c2fa89855ebad9993c91644c46fd11afe (commit)
- Log -----------------------------------------------------------------
commit b77f9b9caed4d06eda2df418bca435bf22f7b246
Author: Michal Čihař <mcihar(a)novell.com>
Date: Tue Feb 1 17:37:20 2011 +0100
Optimize images with pngcrush
-----------------------------------------------------------------------
Summary of changes:
pmd/images/2leftarrow.png | Bin 881 -> 720 bytes
pmd/images/2leftarrow_m.png | Bin 867 -> 641 bytes
pmd/images/2rightarrow.png | Bin 897 -> 737 bytes
pmd/images/2rightarrow_m.png | Bin 865 -> 659 bytes
pmd/images/and_icon.png | Bin 3539 -> 3445 bytes
pmd/images/ang_direct.png | Bin 795 -> 627 bytes
pmd/images/bord.png | Bin 75 -> 75 bytes
pmd/images/bottom.png | Bin 855 -> 675 bytes
pmd/images/def.png | Bin 742 -> 616 bytes
pmd/images/display_field.png | Bin 786 -> 630 bytes
pmd/images/downarrow1.png | Bin 880 -> 700 bytes
pmd/images/downarrow2.png | Bin 893 -> 715 bytes
pmd/images/downarrow2_m.png | Bin 871 -> 672 bytes
pmd/images/exec.png | Bin 854 -> 811 bytes
pmd/images/exec_small.png | Bin 197 -> 151 bytes
pmd/images/grid.png | Bin 803 -> 633 bytes
pmd/images/help.png | Bin 876 -> 684 bytes
pmd/images/help_relation.png | Bin 1355 -> 1073 bytes
pmd/images/or_icon.png | Bin 50345 -> 13484 bytes
pmd/images/pdf.png | Bin 946 -> 878 bytes
pmd/images/query_builder.png | Bin 49112 -> 13537 bytes
pmd/images/relation.png | Bin 324 -> 245 bytes
pmd/images/reload.png | Bin 945 -> 788 bytes
pmd/images/resize.png | Bin 140 -> 120 bytes
pmd/images/rightarrow1.png | Bin 837 -> 680 bytes
pmd/images/rightarrow2.png | Bin 878 -> 693 bytes
pmd/images/save.png | Bin 580 -> 429 bytes
pmd/images/table.png | Bin 171 -> 133 bytes
pmd/images/uparrow2_m.png | Bin 866 -> 677 bytes
themes/darkblue_orange/img/arrow_ltr.png | Bin 277 -> 195 bytes
themes/darkblue_orange/img/arrow_rtl.png | Bin 278 -> 198 bytes
themes/darkblue_orange/img/asc_order.png | Bin 124 -> 124 bytes
themes/darkblue_orange/img/b_bookmark.png | Bin 372 -> 312 bytes
themes/darkblue_orange/img/b_browse.png | Bin 265 -> 203 bytes
themes/darkblue_orange/img/b_calendar.png | Bin 308 -> 247 bytes
themes/darkblue_orange/img/b_chart.png | Bin 3118 -> 3117 bytes
themes/darkblue_orange/img/b_comment.png | Bin 552 -> 488 bytes
themes/darkblue_orange/img/b_dbstatistics.png | Bin 263 -> 202 bytes
themes/darkblue_orange/img/b_deltbl.png | Bin 364 -> 282 bytes
themes/darkblue_orange/img/b_docs.png | Bin 292 -> 223 bytes
themes/darkblue_orange/img/b_drop.png | Bin 311 -> 248 bytes
themes/darkblue_orange/img/b_edit.png | Bin 451 -> 396 bytes
themes/darkblue_orange/img/b_empty.png | Bin 298 -> 229 bytes
themes/darkblue_orange/img/b_engine.png | Bin 362 -> 271 bytes
themes/darkblue_orange/img/b_export.png | Bin 313 -> 240 bytes
themes/darkblue_orange/img/b_ftext.png | Bin 277 -> 220 bytes
themes/darkblue_orange/img/b_help.png | Bin 229 -> 190 bytes
themes/darkblue_orange/img/b_home.png | Bin 370 -> 293 bytes
themes/darkblue_orange/img/b_import.png | Bin 310 -> 237 bytes
themes/darkblue_orange/img/b_index.png | Bin 315 -> 246 bytes
themes/darkblue_orange/img/b_info.png | Bin 234 -> 199 bytes
themes/darkblue_orange/img/b_insrow.png | Bin 283 -> 223 bytes
themes/darkblue_orange/img/b_minus.png | Bin 183 -> 149 bytes
themes/darkblue_orange/img/b_more.png | Bin 963 -> 939 bytes
themes/darkblue_orange/img/b_newdb.png | Bin 408 -> 325 bytes
themes/darkblue_orange/img/b_newtbl.png | Bin 409 -> 325 bytes
themes/darkblue_orange/img/b_plus.png | Bin 185 -> 156 bytes
themes/darkblue_orange/img/b_primary.png | Bin 416 -> 338 bytes
themes/darkblue_orange/img/b_print.png | Bin 574 -> 486 bytes
themes/darkblue_orange/img/b_props.png | Bin 294 -> 228 bytes
themes/darkblue_orange/img/b_relations.png | Bin 280 -> 224 bytes
themes/darkblue_orange/img/b_sbrowse.png | Bin 197 -> 162 bytes
themes/darkblue_orange/img/b_search.png | Bin 605 -> 546 bytes
themes/darkblue_orange/img/b_selboard.png | Bin 274 -> 218 bytes
themes/darkblue_orange/img/b_select.png | Bin 540 -> 476 bytes
themes/darkblue_orange/img/b_snewtbl.png | Bin 272 -> 271 bytes
themes/darkblue_orange/img/b_sql.png | Bin 322 -> 251 bytes
themes/darkblue_orange/img/b_sqlhelp.png | Bin 287 -> 219 bytes
themes/darkblue_orange/img/b_tblanalyse.png | Bin 296 -> 232 bytes
themes/darkblue_orange/img/b_tblexport.png | Bin 283 -> 217 bytes
themes/darkblue_orange/img/b_tblimport.png | Bin 280 -> 210 bytes
themes/darkblue_orange/img/b_tblops.png | Bin 345 -> 270 bytes
themes/darkblue_orange/img/b_tbloptimize.png | Bin 300 -> 237 bytes
themes/darkblue_orange/img/b_tipp.png | Bin 308 -> 243 bytes
themes/darkblue_orange/img/b_unique.png | Bin 281 -> 220 bytes
themes/darkblue_orange/img/b_usradd.png | Bin 523 -> 441 bytes
themes/darkblue_orange/img/b_usrcheck.png | Bin 400 -> 327 bytes
themes/darkblue_orange/img/b_usrdrop.png | Bin 438 -> 367 bytes
themes/darkblue_orange/img/b_usredit.png | Bin 493 -> 426 bytes
themes/darkblue_orange/img/b_usrlist.png | Bin 401 -> 327 bytes
themes/darkblue_orange/img/b_view.png | Bin 885 -> 820 bytes
themes/darkblue_orange/img/b_views.png | Bin 477 -> 403 bytes
themes/darkblue_orange/img/bd_browse.png | Bin 265 -> 203 bytes
themes/darkblue_orange/img/bd_deltbl.png | Bin 424 -> 333 bytes
themes/darkblue_orange/img/bd_drop.png | Bin 337 -> 268 bytes
themes/darkblue_orange/img/bd_empty.png | Bin 298 -> 229 bytes
themes/darkblue_orange/img/bd_ftext.png | Bin 277 -> 220 bytes
themes/darkblue_orange/img/bd_index.png | Bin 315 -> 246 bytes
themes/darkblue_orange/img/bd_insrow.png | Bin 347 -> 264 bytes
themes/darkblue_orange/img/bd_primary.png | Bin 389 -> 312 bytes
themes/darkblue_orange/img/bd_sbrowse.png | Bin 197 -> 162 bytes
themes/darkblue_orange/img/bd_select.png | Bin 524 -> 459 bytes
themes/darkblue_orange/img/bd_unique.png | Bin 287 -> 226 bytes
themes/darkblue_orange/img/item.png | Bin 206 -> 179 bytes
themes/darkblue_orange/img/item_ltr.png | Bin 173 -> 171 bytes
themes/darkblue_orange/img/item_rtl.png | Bin 173 -> 171 bytes
themes/darkblue_orange/img/logo_left.png | Bin 6854 -> 6854 bytes
themes/darkblue_orange/img/logo_right.png | Bin 5644 -> 4904 bytes
themes/darkblue_orange/img/more.png | Bin 553 -> 510 bytes
themes/darkblue_orange/img/pma_logo2.png | Bin 1837 -> 1534 bytes
themes/darkblue_orange/img/s_asc.png | Bin 213 -> 187 bytes
themes/darkblue_orange/img/s_asci.png | Bin 254 -> 194 bytes
themes/darkblue_orange/img/s_cancel.png | Bin 449 -> 388 bytes
themes/darkblue_orange/img/s_db.png | Bin 285 -> 223 bytes
themes/darkblue_orange/img/s_desc.png | Bin 221 -> 190 bytes
themes/darkblue_orange/img/s_error.png | Bin 272 -> 219 bytes
themes/darkblue_orange/img/s_error2.png | Bin 237 -> 201 bytes
themes/darkblue_orange/img/s_fulltext.png | Bin 308 -> 241 bytes
themes/darkblue_orange/img/s_host.png | Bin 316 -> 244 bytes
themes/darkblue_orange/img/s_lang.png | Bin 422 -> 350 bytes
themes/darkblue_orange/img/s_loggoff.png | Bin 262 -> 205 bytes
themes/darkblue_orange/img/s_notice.png | Bin 247 -> 193 bytes
themes/darkblue_orange/img/s_partialtext.png | Bin 318 -> 246 bytes
themes/darkblue_orange/img/s_passwd.png | Bin 505 -> 435 bytes
themes/darkblue_orange/img/s_process.png | Bin 362 -> 264 bytes
themes/darkblue_orange/img/s_really.png | Bin 229 -> 190 bytes
themes/darkblue_orange/img/s_reload.png | Bin 385 -> 306 bytes
themes/darkblue_orange/img/s_replication.png | Bin 447 -> 444 bytes
themes/darkblue_orange/img/s_rights.png | Bin 512 -> 430 bytes
themes/darkblue_orange/img/s_status.png | Bin 313 -> 248 bytes
themes/darkblue_orange/img/s_success.png | Bin 612 -> 539 bytes
themes/darkblue_orange/img/s_tbl.png | Bin 252 -> 186 bytes
themes/darkblue_orange/img/s_theme.png | Bin 737 -> 687 bytes
themes/darkblue_orange/img/s_vars.png | Bin 306 -> 235 bytes
themes/darkblue_orange/img/s_views.png | Bin 368 -> 327 bytes
themes/darkblue_orange/img/s_warn.png | Bin 261 -> 206 bytes
themes/darkblue_orange/img/spacer.png | Bin 153 -> 151 bytes
themes/darkblue_orange/img/tbl_header.png | Bin 832 -> 587 bytes
themes/darkblue_orange/img/tbl_th.png | Bin 593 -> 373 bytes
themes/darkblue_orange/screen.png | Bin 18697 -> 16492 bytes
themes/original/img/arrow_ltr.png | Bin 277 -> 195 bytes
themes/original/img/arrow_rtl.png | Bin 278 -> 198 bytes
themes/original/img/asc_order.png | Bin 124 -> 124 bytes
themes/original/img/b_bookmark.png | Bin 372 -> 312 bytes
themes/original/img/b_browse.png | Bin 265 -> 203 bytes
themes/original/img/b_calendar.png | Bin 308 -> 247 bytes
themes/original/img/b_chart.png | Bin 3118 -> 3117 bytes
themes/original/img/b_comment.png | Bin 552 -> 488 bytes
themes/original/img/b_dbstatistics.png | Bin 263 -> 202 bytes
themes/original/img/b_deltbl.png | Bin 364 -> 282 bytes
themes/original/img/b_docs.png | Bin 292 -> 223 bytes
themes/original/img/b_drop.png | Bin 311 -> 248 bytes
themes/original/img/b_edit.png | Bin 451 -> 396 bytes
themes/original/img/b_empty.png | Bin 298 -> 229 bytes
themes/original/img/b_engine.png | Bin 362 -> 271 bytes
themes/original/img/b_export.png | Bin 313 -> 240 bytes
themes/original/img/b_ftext.png | Bin 277 -> 220 bytes
themes/original/img/b_help.png | Bin 229 -> 190 bytes
themes/original/img/b_home.png | Bin 370 -> 293 bytes
themes/original/img/b_import.png | Bin 310 -> 237 bytes
themes/original/img/b_index.png | Bin 315 -> 246 bytes
themes/original/img/b_info.png | Bin 234 -> 199 bytes
themes/original/img/b_insrow.png | Bin 283 -> 223 bytes
themes/original/img/b_minus.png | Bin 183 -> 149 bytes
themes/original/img/b_more.png | Bin 1005 -> 978 bytes
themes/original/img/b_newdb.png | Bin 408 -> 325 bytes
themes/original/img/b_newtbl.png | Bin 409 -> 325 bytes
themes/original/img/b_plus.png | Bin 185 -> 156 bytes
themes/original/img/b_primary.png | Bin 416 -> 338 bytes
themes/original/img/b_print.png | Bin 574 -> 486 bytes
themes/original/img/b_props.png | Bin 294 -> 228 bytes
themes/original/img/b_relations.png | Bin 280 -> 224 bytes
themes/original/img/b_sbrowse.png | Bin 197 -> 162 bytes
themes/original/img/b_search.png | Bin 605 -> 546 bytes
themes/original/img/b_selboard.png | Bin 274 -> 218 bytes
themes/original/img/b_select.png | Bin 540 -> 476 bytes
themes/original/img/b_snewtbl.png | Bin 272 -> 271 bytes
themes/original/img/b_sql.png | Bin 322 -> 251 bytes
themes/original/img/b_sqlhelp.png | Bin 287 -> 219 bytes
themes/original/img/b_tblanalyse.png | Bin 296 -> 232 bytes
themes/original/img/b_tblexport.png | Bin 283 -> 217 bytes
themes/original/img/b_tblimport.png | Bin 280 -> 210 bytes
themes/original/img/b_tblops.png | Bin 345 -> 270 bytes
themes/original/img/b_tbloptimize.png | Bin 300 -> 237 bytes
themes/original/img/b_tipp.png | Bin 308 -> 243 bytes
themes/original/img/b_unique.png | Bin 281 -> 220 bytes
themes/original/img/b_usradd.png | Bin 523 -> 441 bytes
themes/original/img/b_usrcheck.png | Bin 400 -> 327 bytes
themes/original/img/b_usrdrop.png | Bin 438 -> 367 bytes
themes/original/img/b_usredit.png | Bin 493 -> 426 bytes
themes/original/img/b_usrlist.png | Bin 401 -> 327 bytes
themes/original/img/b_view.png | Bin 885 -> 820 bytes
themes/original/img/b_views.png | Bin 477 -> 403 bytes
themes/original/img/bd_browse.png | Bin 265 -> 203 bytes
themes/original/img/bd_deltbl.png | Bin 424 -> 333 bytes
themes/original/img/bd_drop.png | Bin 337 -> 268 bytes
themes/original/img/bd_empty.png | Bin 298 -> 229 bytes
themes/original/img/bd_ftext.png | Bin 277 -> 220 bytes
themes/original/img/bd_index.png | Bin 315 -> 246 bytes
themes/original/img/bd_insrow.png | Bin 347 -> 264 bytes
themes/original/img/bd_primary.png | Bin 389 -> 312 bytes
themes/original/img/bd_sbrowse.png | Bin 197 -> 162 bytes
themes/original/img/bd_select.png | Bin 524 -> 459 bytes
themes/original/img/bd_unique.png | Bin 287 -> 226 bytes
themes/original/img/docs_menu_bg.png | Bin 148 -> 148 bytes
themes/original/img/item.png | Bin 206 -> 179 bytes
themes/original/img/item_ltr.png | Bin 173 -> 171 bytes
themes/original/img/item_rtl.png | Bin 173 -> 171 bytes
themes/original/img/logo_left.png | Bin 6854 -> 6854 bytes
themes/original/img/logo_right.png | Bin 5658 -> 4921 bytes
themes/original/img/more.png | Bin 553 -> 510 bytes
themes/original/img/pma_logo2.png | Bin 1837 -> 1534 bytes
themes/original/img/s_asc.png | Bin 213 -> 187 bytes
themes/original/img/s_asci.png | Bin 254 -> 194 bytes
themes/original/img/s_cancel.png | Bin 449 -> 388 bytes
themes/original/img/s_db.png | Bin 285 -> 223 bytes
themes/original/img/s_desc.png | Bin 221 -> 190 bytes
themes/original/img/s_error.png | Bin 272 -> 219 bytes
themes/original/img/s_error2.png | Bin 237 -> 201 bytes
themes/original/img/s_fulltext.png | Bin 308 -> 241 bytes
themes/original/img/s_host.png | Bin 316 -> 244 bytes
themes/original/img/s_lang.png | Bin 422 -> 350 bytes
themes/original/img/s_loggoff.png | Bin 262 -> 205 bytes
themes/original/img/s_notice.png | Bin 247 -> 193 bytes
themes/original/img/s_partialtext.png | Bin 318 -> 246 bytes
themes/original/img/s_passwd.png | Bin 505 -> 435 bytes
themes/original/img/s_process.png | Bin 362 -> 264 bytes
themes/original/img/s_really.png | Bin 229 -> 190 bytes
themes/original/img/s_reload.png | Bin 385 -> 306 bytes
themes/original/img/s_replication.png | Bin 447 -> 444 bytes
themes/original/img/s_rights.png | Bin 512 -> 430 bytes
themes/original/img/s_status.png | Bin 313 -> 248 bytes
themes/original/img/s_success.png | Bin 612 -> 539 bytes
themes/original/img/s_tbl.png | Bin 252 -> 186 bytes
themes/original/img/s_theme.png | Bin 737 -> 687 bytes
themes/original/img/s_vars.png | Bin 306 -> 235 bytes
themes/original/img/s_views.png | Bin 368 -> 327 bytes
themes/original/img/s_warn.png | Bin 261 -> 206 bytes
themes/original/img/spacer.png | Bin 153 -> 151 bytes
themes/original/img/vertical_line.png | Bin 83 -> 83 bytes
themes/original/screen.png | Bin 23699 -> 21178 bytes
231 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/pmd/images/2leftarrow.png b/pmd/images/2leftarrow.png
index ee9113f..5e5638a 100644
Binary files a/pmd/images/2leftarrow.png and b/pmd/images/2leftarrow.png differ
diff --git a/pmd/images/2leftarrow_m.png b/pmd/images/2leftarrow_m.png
index 2c20f9c..e7cd838 100644
Binary files a/pmd/images/2leftarrow_m.png and b/pmd/images/2leftarrow_m.png differ
diff --git a/pmd/images/2rightarrow.png b/pmd/images/2rightarrow.png
index 618a013..106a4af 100644
Binary files a/pmd/images/2rightarrow.png and b/pmd/images/2rightarrow.png differ
diff --git a/pmd/images/2rightarrow_m.png b/pmd/images/2rightarrow_m.png
index e6daa4e..29131bd 100644
Binary files a/pmd/images/2rightarrow_m.png and b/pmd/images/2rightarrow_m.png differ
diff --git a/pmd/images/and_icon.png b/pmd/images/and_icon.png
index bb51726..03d7900 100644
Binary files a/pmd/images/and_icon.png and b/pmd/images/and_icon.png differ
diff --git a/pmd/images/ang_direct.png b/pmd/images/ang_direct.png
index 588037f..cd0a34c 100644
Binary files a/pmd/images/ang_direct.png and b/pmd/images/ang_direct.png differ
diff --git a/pmd/images/bord.png b/pmd/images/bord.png
index aea1e19..68ea52c 100644
Binary files a/pmd/images/bord.png and b/pmd/images/bord.png differ
diff --git a/pmd/images/bottom.png b/pmd/images/bottom.png
index 17192d2..03869b1 100644
Binary files a/pmd/images/bottom.png and b/pmd/images/bottom.png differ
diff --git a/pmd/images/def.png b/pmd/images/def.png
index b068a65..6594f67 100644
Binary files a/pmd/images/def.png and b/pmd/images/def.png differ
diff --git a/pmd/images/display_field.png b/pmd/images/display_field.png
index b38ceda..f0d05ad 100644
Binary files a/pmd/images/display_field.png and b/pmd/images/display_field.png differ
diff --git a/pmd/images/downarrow1.png b/pmd/images/downarrow1.png
index f0d0cba..a443737 100644
Binary files a/pmd/images/downarrow1.png and b/pmd/images/downarrow1.png differ
diff --git a/pmd/images/downarrow2.png b/pmd/images/downarrow2.png
index 10fdbe7..94f8ce5 100644
Binary files a/pmd/images/downarrow2.png and b/pmd/images/downarrow2.png differ
diff --git a/pmd/images/downarrow2_m.png b/pmd/images/downarrow2_m.png
index ccf89f0..5e2410d 100644
Binary files a/pmd/images/downarrow2_m.png and b/pmd/images/downarrow2_m.png differ
diff --git a/pmd/images/exec.png b/pmd/images/exec.png
index fc14700..55fff2f 100644
Binary files a/pmd/images/exec.png and b/pmd/images/exec.png differ
diff --git a/pmd/images/exec_small.png b/pmd/images/exec_small.png
index 27edd1e..097bb94 100644
Binary files a/pmd/images/exec_small.png and b/pmd/images/exec_small.png differ
diff --git a/pmd/images/grid.png b/pmd/images/grid.png
index 63a3259..69bc3d5 100644
Binary files a/pmd/images/grid.png and b/pmd/images/grid.png differ
diff --git a/pmd/images/help.png b/pmd/images/help.png
index ec00b3b..5a3d380 100644
Binary files a/pmd/images/help.png and b/pmd/images/help.png differ
diff --git a/pmd/images/help_relation.png b/pmd/images/help_relation.png
index f6fbafa..077b841 100644
Binary files a/pmd/images/help_relation.png and b/pmd/images/help_relation.png differ
diff --git a/pmd/images/or_icon.png b/pmd/images/or_icon.png
index fa76f3b..b3dd7f7 100644
Binary files a/pmd/images/or_icon.png and b/pmd/images/or_icon.png differ
diff --git a/pmd/images/pdf.png b/pmd/images/pdf.png
index 39e6dba..0713f49 100644
Binary files a/pmd/images/pdf.png and b/pmd/images/pdf.png differ
diff --git a/pmd/images/query_builder.png b/pmd/images/query_builder.png
index 6d0f554..2b24b54 100644
Binary files a/pmd/images/query_builder.png and b/pmd/images/query_builder.png differ
diff --git a/pmd/images/relation.png b/pmd/images/relation.png
index 8b0e29a..36159a3 100644
Binary files a/pmd/images/relation.png and b/pmd/images/relation.png differ
diff --git a/pmd/images/reload.png b/pmd/images/reload.png
index 529554b..54a6a72 100644
Binary files a/pmd/images/reload.png and b/pmd/images/reload.png differ
diff --git a/pmd/images/resize.png b/pmd/images/resize.png
index b457e2c..492bee0 100644
Binary files a/pmd/images/resize.png and b/pmd/images/resize.png differ
diff --git a/pmd/images/rightarrow1.png b/pmd/images/rightarrow1.png
index a028377..0aae344 100644
Binary files a/pmd/images/rightarrow1.png and b/pmd/images/rightarrow1.png differ
diff --git a/pmd/images/rightarrow2.png b/pmd/images/rightarrow2.png
index b1061e4..55bf835 100644
Binary files a/pmd/images/rightarrow2.png and b/pmd/images/rightarrow2.png differ
diff --git a/pmd/images/save.png b/pmd/images/save.png
index 8ff8c61..4f8c5f9 100644
Binary files a/pmd/images/save.png and b/pmd/images/save.png differ
diff --git a/pmd/images/table.png b/pmd/images/table.png
index 69b0c01..e3320d5 100644
Binary files a/pmd/images/table.png and b/pmd/images/table.png differ
diff --git a/pmd/images/uparrow2_m.png b/pmd/images/uparrow2_m.png
index 05b2c36..ce2a2b7 100644
Binary files a/pmd/images/uparrow2_m.png and b/pmd/images/uparrow2_m.png differ
diff --git a/themes/darkblue_orange/img/arrow_ltr.png b/themes/darkblue_orange/img/arrow_ltr.png
index 8cdb8ca..f5a932a 100644
Binary files a/themes/darkblue_orange/img/arrow_ltr.png and b/themes/darkblue_orange/img/arrow_ltr.png differ
diff --git a/themes/darkblue_orange/img/arrow_rtl.png b/themes/darkblue_orange/img/arrow_rtl.png
index 6b70c4e..4bcf6a0 100644
Binary files a/themes/darkblue_orange/img/arrow_rtl.png and b/themes/darkblue_orange/img/arrow_rtl.png differ
diff --git a/themes/darkblue_orange/img/asc_order.png b/themes/darkblue_orange/img/asc_order.png
index 59cb2cb..9f0725c 100644
Binary files a/themes/darkblue_orange/img/asc_order.png and b/themes/darkblue_orange/img/asc_order.png differ
diff --git a/themes/darkblue_orange/img/b_bookmark.png b/themes/darkblue_orange/img/b_bookmark.png
index 5fa3320..2e62fb9 100644
Binary files a/themes/darkblue_orange/img/b_bookmark.png and b/themes/darkblue_orange/img/b_bookmark.png differ
diff --git a/themes/darkblue_orange/img/b_browse.png b/themes/darkblue_orange/img/b_browse.png
index 744cfcd..aaf4146 100644
Binary files a/themes/darkblue_orange/img/b_browse.png and b/themes/darkblue_orange/img/b_browse.png differ
diff --git a/themes/darkblue_orange/img/b_calendar.png b/themes/darkblue_orange/img/b_calendar.png
index 90829a3..fd72545 100644
Binary files a/themes/darkblue_orange/img/b_calendar.png and b/themes/darkblue_orange/img/b_calendar.png differ
diff --git a/themes/darkblue_orange/img/b_chart.png b/themes/darkblue_orange/img/b_chart.png
index 388ec30..5a2ed4b 100644
Binary files a/themes/darkblue_orange/img/b_chart.png and b/themes/darkblue_orange/img/b_chart.png differ
diff --git a/themes/darkblue_orange/img/b_comment.png b/themes/darkblue_orange/img/b_comment.png
index 6f6da0c..1f4590b 100644
Binary files a/themes/darkblue_orange/img/b_comment.png and b/themes/darkblue_orange/img/b_comment.png differ
diff --git a/themes/darkblue_orange/img/b_dbstatistics.png b/themes/darkblue_orange/img/b_dbstatistics.png
index b04e813..0ce20d2 100644
Binary files a/themes/darkblue_orange/img/b_dbstatistics.png and b/themes/darkblue_orange/img/b_dbstatistics.png differ
diff --git a/themes/darkblue_orange/img/b_deltbl.png b/themes/darkblue_orange/img/b_deltbl.png
index 1c450fa..bc85d92 100644
Binary files a/themes/darkblue_orange/img/b_deltbl.png and b/themes/darkblue_orange/img/b_deltbl.png differ
diff --git a/themes/darkblue_orange/img/b_docs.png b/themes/darkblue_orange/img/b_docs.png
index 4654c06..cf2153e 100644
Binary files a/themes/darkblue_orange/img/b_docs.png and b/themes/darkblue_orange/img/b_docs.png differ
diff --git a/themes/darkblue_orange/img/b_drop.png b/themes/darkblue_orange/img/b_drop.png
index 6fc4d3b..1ca75bd 100644
Binary files a/themes/darkblue_orange/img/b_drop.png and b/themes/darkblue_orange/img/b_drop.png differ
diff --git a/themes/darkblue_orange/img/b_edit.png b/themes/darkblue_orange/img/b_edit.png
index 05711a0..044e693 100644
Binary files a/themes/darkblue_orange/img/b_edit.png and b/themes/darkblue_orange/img/b_edit.png differ
diff --git a/themes/darkblue_orange/img/b_empty.png b/themes/darkblue_orange/img/b_empty.png
index b4c30f9..b21558a 100644
Binary files a/themes/darkblue_orange/img/b_empty.png and b/themes/darkblue_orange/img/b_empty.png differ
diff --git a/themes/darkblue_orange/img/b_engine.png b/themes/darkblue_orange/img/b_engine.png
index d478918..683547e 100644
Binary files a/themes/darkblue_orange/img/b_engine.png and b/themes/darkblue_orange/img/b_engine.png differ
diff --git a/themes/darkblue_orange/img/b_export.png b/themes/darkblue_orange/img/b_export.png
index 03c1369..dfe292c 100644
Binary files a/themes/darkblue_orange/img/b_export.png and b/themes/darkblue_orange/img/b_export.png differ
diff --git a/themes/darkblue_orange/img/b_ftext.png b/themes/darkblue_orange/img/b_ftext.png
index 9247c31..cda6247 100644
Binary files a/themes/darkblue_orange/img/b_ftext.png and b/themes/darkblue_orange/img/b_ftext.png differ
diff --git a/themes/darkblue_orange/img/b_help.png b/themes/darkblue_orange/img/b_help.png
index 82a55ce..c78b1cd 100644
Binary files a/themes/darkblue_orange/img/b_help.png and b/themes/darkblue_orange/img/b_help.png differ
diff --git a/themes/darkblue_orange/img/b_home.png b/themes/darkblue_orange/img/b_home.png
index 74e711b..1db58f2 100644
Binary files a/themes/darkblue_orange/img/b_home.png and b/themes/darkblue_orange/img/b_home.png differ
diff --git a/themes/darkblue_orange/img/b_import.png b/themes/darkblue_orange/img/b_import.png
index 6f8c861..c90abe0 100644
Binary files a/themes/darkblue_orange/img/b_import.png and b/themes/darkblue_orange/img/b_import.png differ
diff --git a/themes/darkblue_orange/img/b_index.png b/themes/darkblue_orange/img/b_index.png
index 8f7373c..39fb9bd 100644
Binary files a/themes/darkblue_orange/img/b_index.png and b/themes/darkblue_orange/img/b_index.png differ
diff --git a/themes/darkblue_orange/img/b_info.png b/themes/darkblue_orange/img/b_info.png
index 09be193..bdd604f 100644
Binary files a/themes/darkblue_orange/img/b_info.png and b/themes/darkblue_orange/img/b_info.png differ
diff --git a/themes/darkblue_orange/img/b_insrow.png b/themes/darkblue_orange/img/b_insrow.png
index 3913b4a..e162d63 100644
Binary files a/themes/darkblue_orange/img/b_insrow.png and b/themes/darkblue_orange/img/b_insrow.png differ
diff --git a/themes/darkblue_orange/img/b_minus.png b/themes/darkblue_orange/img/b_minus.png
index bd87ad5..3a173d3 100644
Binary files a/themes/darkblue_orange/img/b_minus.png and b/themes/darkblue_orange/img/b_minus.png differ
diff --git a/themes/darkblue_orange/img/b_more.png b/themes/darkblue_orange/img/b_more.png
index 161e0ff..9ccecb1 100644
Binary files a/themes/darkblue_orange/img/b_more.png and b/themes/darkblue_orange/img/b_more.png differ
diff --git a/themes/darkblue_orange/img/b_newdb.png b/themes/darkblue_orange/img/b_newdb.png
index 6b27550..e2d1d26 100644
Binary files a/themes/darkblue_orange/img/b_newdb.png and b/themes/darkblue_orange/img/b_newdb.png differ
diff --git a/themes/darkblue_orange/img/b_newtbl.png b/themes/darkblue_orange/img/b_newtbl.png
index 5b16399..0b8ac50 100644
Binary files a/themes/darkblue_orange/img/b_newtbl.png and b/themes/darkblue_orange/img/b_newtbl.png differ
diff --git a/themes/darkblue_orange/img/b_plus.png b/themes/darkblue_orange/img/b_plus.png
index 84b1d68..8fa9ad8 100644
Binary files a/themes/darkblue_orange/img/b_plus.png and b/themes/darkblue_orange/img/b_plus.png differ
diff --git a/themes/darkblue_orange/img/b_primary.png b/themes/darkblue_orange/img/b_primary.png
index 7dcef33..1a5883f 100644
Binary files a/themes/darkblue_orange/img/b_primary.png and b/themes/darkblue_orange/img/b_primary.png differ
diff --git a/themes/darkblue_orange/img/b_print.png b/themes/darkblue_orange/img/b_print.png
index 0f259eb..14f62d4 100644
Binary files a/themes/darkblue_orange/img/b_print.png and b/themes/darkblue_orange/img/b_print.png differ
diff --git a/themes/darkblue_orange/img/b_props.png b/themes/darkblue_orange/img/b_props.png
index 9799eaf..79ea511 100644
Binary files a/themes/darkblue_orange/img/b_props.png and b/themes/darkblue_orange/img/b_props.png differ
diff --git a/themes/darkblue_orange/img/b_relations.png b/themes/darkblue_orange/img/b_relations.png
index 265510c..76e9980 100644
Binary files a/themes/darkblue_orange/img/b_relations.png and b/themes/darkblue_orange/img/b_relations.png differ
diff --git a/themes/darkblue_orange/img/b_sbrowse.png b/themes/darkblue_orange/img/b_sbrowse.png
index 4dc1672..9777036 100644
Binary files a/themes/darkblue_orange/img/b_sbrowse.png and b/themes/darkblue_orange/img/b_sbrowse.png differ
diff --git a/themes/darkblue_orange/img/b_search.png b/themes/darkblue_orange/img/b_search.png
index 24e1ec6..6032608 100644
Binary files a/themes/darkblue_orange/img/b_search.png and b/themes/darkblue_orange/img/b_search.png differ
diff --git a/themes/darkblue_orange/img/b_selboard.png b/themes/darkblue_orange/img/b_selboard.png
index 3fa6e3d..183ca4f 100644
Binary files a/themes/darkblue_orange/img/b_selboard.png and b/themes/darkblue_orange/img/b_selboard.png differ
diff --git a/themes/darkblue_orange/img/b_select.png b/themes/darkblue_orange/img/b_select.png
index fcb646a..5559dfe 100644
Binary files a/themes/darkblue_orange/img/b_select.png and b/themes/darkblue_orange/img/b_select.png differ
diff --git a/themes/darkblue_orange/img/b_snewtbl.png b/themes/darkblue_orange/img/b_snewtbl.png
index 0c7d142..b1536df 100644
Binary files a/themes/darkblue_orange/img/b_snewtbl.png and b/themes/darkblue_orange/img/b_snewtbl.png differ
diff --git a/themes/darkblue_orange/img/b_sql.png b/themes/darkblue_orange/img/b_sql.png
index 604e35e..d4bdf9e 100644
Binary files a/themes/darkblue_orange/img/b_sql.png and b/themes/darkblue_orange/img/b_sql.png differ
diff --git a/themes/darkblue_orange/img/b_sqlhelp.png b/themes/darkblue_orange/img/b_sqlhelp.png
index ec85f83..cde2ff8 100644
Binary files a/themes/darkblue_orange/img/b_sqlhelp.png and b/themes/darkblue_orange/img/b_sqlhelp.png differ
diff --git a/themes/darkblue_orange/img/b_tblanalyse.png b/themes/darkblue_orange/img/b_tblanalyse.png
index 7890134..84b599a 100644
Binary files a/themes/darkblue_orange/img/b_tblanalyse.png and b/themes/darkblue_orange/img/b_tblanalyse.png differ
diff --git a/themes/darkblue_orange/img/b_tblexport.png b/themes/darkblue_orange/img/b_tblexport.png
index ffdfa09..364c5ef 100644
Binary files a/themes/darkblue_orange/img/b_tblexport.png and b/themes/darkblue_orange/img/b_tblexport.png differ
diff --git a/themes/darkblue_orange/img/b_tblimport.png b/themes/darkblue_orange/img/b_tblimport.png
index eccb7d5..1d264cd 100644
Binary files a/themes/darkblue_orange/img/b_tblimport.png and b/themes/darkblue_orange/img/b_tblimport.png differ
diff --git a/themes/darkblue_orange/img/b_tblops.png b/themes/darkblue_orange/img/b_tblops.png
index a3774e5..2a1b0cf 100644
Binary files a/themes/darkblue_orange/img/b_tblops.png and b/themes/darkblue_orange/img/b_tblops.png differ
diff --git a/themes/darkblue_orange/img/b_tbloptimize.png b/themes/darkblue_orange/img/b_tbloptimize.png
index 9a239e2..1c3795b 100644
Binary files a/themes/darkblue_orange/img/b_tbloptimize.png and b/themes/darkblue_orange/img/b_tbloptimize.png differ
diff --git a/themes/darkblue_orange/img/b_tipp.png b/themes/darkblue_orange/img/b_tipp.png
index 2faf5ab..6153f7f 100644
Binary files a/themes/darkblue_orange/img/b_tipp.png and b/themes/darkblue_orange/img/b_tipp.png differ
diff --git a/themes/darkblue_orange/img/b_unique.png b/themes/darkblue_orange/img/b_unique.png
index b949f4b..66861f8 100644
Binary files a/themes/darkblue_orange/img/b_unique.png and b/themes/darkblue_orange/img/b_unique.png differ
diff --git a/themes/darkblue_orange/img/b_usradd.png b/themes/darkblue_orange/img/b_usradd.png
index fe03e8b..1d2126f 100644
Binary files a/themes/darkblue_orange/img/b_usradd.png and b/themes/darkblue_orange/img/b_usradd.png differ
diff --git a/themes/darkblue_orange/img/b_usrcheck.png b/themes/darkblue_orange/img/b_usrcheck.png
index 424538b..c11c0c4 100644
Binary files a/themes/darkblue_orange/img/b_usrcheck.png and b/themes/darkblue_orange/img/b_usrcheck.png differ
diff --git a/themes/darkblue_orange/img/b_usrdrop.png b/themes/darkblue_orange/img/b_usrdrop.png
index 9d1eee5..d137631 100644
Binary files a/themes/darkblue_orange/img/b_usrdrop.png and b/themes/darkblue_orange/img/b_usrdrop.png differ
diff --git a/themes/darkblue_orange/img/b_usredit.png b/themes/darkblue_orange/img/b_usredit.png
index 41c803d..a3ebd6d 100644
Binary files a/themes/darkblue_orange/img/b_usredit.png and b/themes/darkblue_orange/img/b_usredit.png differ
diff --git a/themes/darkblue_orange/img/b_usrlist.png b/themes/darkblue_orange/img/b_usrlist.png
index 85b5df0..d45b52e 100644
Binary files a/themes/darkblue_orange/img/b_usrlist.png and b/themes/darkblue_orange/img/b_usrlist.png differ
diff --git a/themes/darkblue_orange/img/b_view.png b/themes/darkblue_orange/img/b_view.png
index c987bbb..4cf86bb 100644
Binary files a/themes/darkblue_orange/img/b_view.png and b/themes/darkblue_orange/img/b_view.png differ
diff --git a/themes/darkblue_orange/img/b_views.png b/themes/darkblue_orange/img/b_views.png
index 4736603..55f4341 100644
Binary files a/themes/darkblue_orange/img/b_views.png and b/themes/darkblue_orange/img/b_views.png differ
diff --git a/themes/darkblue_orange/img/bd_browse.png b/themes/darkblue_orange/img/bd_browse.png
index 90e3e78..f48aa33 100644
Binary files a/themes/darkblue_orange/img/bd_browse.png and b/themes/darkblue_orange/img/bd_browse.png differ
diff --git a/themes/darkblue_orange/img/bd_deltbl.png b/themes/darkblue_orange/img/bd_deltbl.png
index 77995e4..0686b44 100644
Binary files a/themes/darkblue_orange/img/bd_deltbl.png and b/themes/darkblue_orange/img/bd_deltbl.png differ
diff --git a/themes/darkblue_orange/img/bd_drop.png b/themes/darkblue_orange/img/bd_drop.png
index 15c70d6..c04d446 100644
Binary files a/themes/darkblue_orange/img/bd_drop.png and b/themes/darkblue_orange/img/bd_drop.png differ
diff --git a/themes/darkblue_orange/img/bd_empty.png b/themes/darkblue_orange/img/bd_empty.png
index 546b7d0..8a86a36 100644
Binary files a/themes/darkblue_orange/img/bd_empty.png and b/themes/darkblue_orange/img/bd_empty.png differ
diff --git a/themes/darkblue_orange/img/bd_ftext.png b/themes/darkblue_orange/img/bd_ftext.png
index 0082469..3226830 100644
Binary files a/themes/darkblue_orange/img/bd_ftext.png and b/themes/darkblue_orange/img/bd_ftext.png differ
diff --git a/themes/darkblue_orange/img/bd_index.png b/themes/darkblue_orange/img/bd_index.png
index 11101c9..8756d32 100644
Binary files a/themes/darkblue_orange/img/bd_index.png and b/themes/darkblue_orange/img/bd_index.png differ
diff --git a/themes/darkblue_orange/img/bd_insrow.png b/themes/darkblue_orange/img/bd_insrow.png
index d3c9b7b..19a96c4 100644
Binary files a/themes/darkblue_orange/img/bd_insrow.png and b/themes/darkblue_orange/img/bd_insrow.png differ
diff --git a/themes/darkblue_orange/img/bd_primary.png b/themes/darkblue_orange/img/bd_primary.png
index 6b0b519..9544774 100644
Binary files a/themes/darkblue_orange/img/bd_primary.png and b/themes/darkblue_orange/img/bd_primary.png differ
diff --git a/themes/darkblue_orange/img/bd_sbrowse.png b/themes/darkblue_orange/img/bd_sbrowse.png
index b75de1a..11d22c3 100644
Binary files a/themes/darkblue_orange/img/bd_sbrowse.png and b/themes/darkblue_orange/img/bd_sbrowse.png differ
diff --git a/themes/darkblue_orange/img/bd_select.png b/themes/darkblue_orange/img/bd_select.png
index d15b24a..bf065db 100644
Binary files a/themes/darkblue_orange/img/bd_select.png and b/themes/darkblue_orange/img/bd_select.png differ
diff --git a/themes/darkblue_orange/img/bd_unique.png b/themes/darkblue_orange/img/bd_unique.png
index 6c29dd5..ba7f9b3 100644
Binary files a/themes/darkblue_orange/img/bd_unique.png and b/themes/darkblue_orange/img/bd_unique.png differ
diff --git a/themes/darkblue_orange/img/item.png b/themes/darkblue_orange/img/item.png
index 46872bf..1c51d39 100644
Binary files a/themes/darkblue_orange/img/item.png and b/themes/darkblue_orange/img/item.png differ
diff --git a/themes/darkblue_orange/img/item_ltr.png b/themes/darkblue_orange/img/item_ltr.png
index 35b4945..169653a 100644
Binary files a/themes/darkblue_orange/img/item_ltr.png and b/themes/darkblue_orange/img/item_ltr.png differ
diff --git a/themes/darkblue_orange/img/item_rtl.png b/themes/darkblue_orange/img/item_rtl.png
index dc6663d..153d9a4 100644
Binary files a/themes/darkblue_orange/img/item_rtl.png and b/themes/darkblue_orange/img/item_rtl.png differ
diff --git a/themes/darkblue_orange/img/logo_left.png b/themes/darkblue_orange/img/logo_left.png
index 26acf2e..f5f0e20 100644
Binary files a/themes/darkblue_orange/img/logo_left.png and b/themes/darkblue_orange/img/logo_left.png differ
diff --git a/themes/darkblue_orange/img/logo_right.png b/themes/darkblue_orange/img/logo_right.png
index 7dea574..434657e 100644
Binary files a/themes/darkblue_orange/img/logo_right.png and b/themes/darkblue_orange/img/logo_right.png differ
diff --git a/themes/darkblue_orange/img/more.png b/themes/darkblue_orange/img/more.png
index e83694b..941da78 100644
Binary files a/themes/darkblue_orange/img/more.png and b/themes/darkblue_orange/img/more.png differ
diff --git a/themes/darkblue_orange/img/pma_logo2.png b/themes/darkblue_orange/img/pma_logo2.png
index 7f80d09..1f5d553 100644
Binary files a/themes/darkblue_orange/img/pma_logo2.png and b/themes/darkblue_orange/img/pma_logo2.png differ
diff --git a/themes/darkblue_orange/img/s_asc.png b/themes/darkblue_orange/img/s_asc.png
index 9990376..cd02ddf 100644
Binary files a/themes/darkblue_orange/img/s_asc.png and b/themes/darkblue_orange/img/s_asc.png differ
diff --git a/themes/darkblue_orange/img/s_asci.png b/themes/darkblue_orange/img/s_asci.png
index 6b7302f..76a56aa 100644
Binary files a/themes/darkblue_orange/img/s_asci.png and b/themes/darkblue_orange/img/s_asci.png differ
diff --git a/themes/darkblue_orange/img/s_cancel.png b/themes/darkblue_orange/img/s_cancel.png
index a533c34..0546cc3 100644
Binary files a/themes/darkblue_orange/img/s_cancel.png and b/themes/darkblue_orange/img/s_cancel.png differ
diff --git a/themes/darkblue_orange/img/s_db.png b/themes/darkblue_orange/img/s_db.png
index 7a79edd..c92c1de 100644
Binary files a/themes/darkblue_orange/img/s_db.png and b/themes/darkblue_orange/img/s_db.png differ
diff --git a/themes/darkblue_orange/img/s_desc.png b/themes/darkblue_orange/img/s_desc.png
index a03226d..b490cf3 100644
Binary files a/themes/darkblue_orange/img/s_desc.png and b/themes/darkblue_orange/img/s_desc.png differ
diff --git a/themes/darkblue_orange/img/s_error.png b/themes/darkblue_orange/img/s_error.png
index 4e5ba13..5cc54a8 100644
Binary files a/themes/darkblue_orange/img/s_error.png and b/themes/darkblue_orange/img/s_error.png differ
diff --git a/themes/darkblue_orange/img/s_error2.png b/themes/darkblue_orange/img/s_error2.png
index d9a78a7..70f2b8d 100644
Binary files a/themes/darkblue_orange/img/s_error2.png and b/themes/darkblue_orange/img/s_error2.png differ
diff --git a/themes/darkblue_orange/img/s_fulltext.png b/themes/darkblue_orange/img/s_fulltext.png
index 291d223..c017c2e 100644
Binary files a/themes/darkblue_orange/img/s_fulltext.png and b/themes/darkblue_orange/img/s_fulltext.png differ
diff --git a/themes/darkblue_orange/img/s_host.png b/themes/darkblue_orange/img/s_host.png
index afc321d..6f70eda 100644
Binary files a/themes/darkblue_orange/img/s_host.png and b/themes/darkblue_orange/img/s_host.png differ
diff --git a/themes/darkblue_orange/img/s_lang.png b/themes/darkblue_orange/img/s_lang.png
index 8b2330c..81617b6 100644
Binary files a/themes/darkblue_orange/img/s_lang.png and b/themes/darkblue_orange/img/s_lang.png differ
diff --git a/themes/darkblue_orange/img/s_loggoff.png b/themes/darkblue_orange/img/s_loggoff.png
index b4b4dca..8fe413a 100644
Binary files a/themes/darkblue_orange/img/s_loggoff.png and b/themes/darkblue_orange/img/s_loggoff.png differ
diff --git a/themes/darkblue_orange/img/s_notice.png b/themes/darkblue_orange/img/s_notice.png
index f581829..f4daae5 100644
Binary files a/themes/darkblue_orange/img/s_notice.png and b/themes/darkblue_orange/img/s_notice.png differ
diff --git a/themes/darkblue_orange/img/s_partialtext.png b/themes/darkblue_orange/img/s_partialtext.png
index 2c88fce..16864df 100644
Binary files a/themes/darkblue_orange/img/s_partialtext.png and b/themes/darkblue_orange/img/s_partialtext.png differ
diff --git a/themes/darkblue_orange/img/s_passwd.png b/themes/darkblue_orange/img/s_passwd.png
index 2494664..de13da6 100644
Binary files a/themes/darkblue_orange/img/s_passwd.png and b/themes/darkblue_orange/img/s_passwd.png differ
diff --git a/themes/darkblue_orange/img/s_process.png b/themes/darkblue_orange/img/s_process.png
index 1d1c035..dd117d7 100644
Binary files a/themes/darkblue_orange/img/s_process.png and b/themes/darkblue_orange/img/s_process.png differ
diff --git a/themes/darkblue_orange/img/s_really.png b/themes/darkblue_orange/img/s_really.png
index 8c1ca1b..2f43051 100644
Binary files a/themes/darkblue_orange/img/s_really.png and b/themes/darkblue_orange/img/s_really.png differ
diff --git a/themes/darkblue_orange/img/s_reload.png b/themes/darkblue_orange/img/s_reload.png
index 0113cbd..09d47bd 100644
Binary files a/themes/darkblue_orange/img/s_reload.png and b/themes/darkblue_orange/img/s_reload.png differ
diff --git a/themes/darkblue_orange/img/s_replication.png b/themes/darkblue_orange/img/s_replication.png
index fec9479..7cd48e2 100644
Binary files a/themes/darkblue_orange/img/s_replication.png and b/themes/darkblue_orange/img/s_replication.png differ
diff --git a/themes/darkblue_orange/img/s_rights.png b/themes/darkblue_orange/img/s_rights.png
index e1a6383..8fa34e2 100644
Binary files a/themes/darkblue_orange/img/s_rights.png and b/themes/darkblue_orange/img/s_rights.png differ
diff --git a/themes/darkblue_orange/img/s_status.png b/themes/darkblue_orange/img/s_status.png
index 1584233..b6df467 100644
Binary files a/themes/darkblue_orange/img/s_status.png and b/themes/darkblue_orange/img/s_status.png differ
diff --git a/themes/darkblue_orange/img/s_success.png b/themes/darkblue_orange/img/s_success.png
index 2f86f0a..fbb3983 100644
Binary files a/themes/darkblue_orange/img/s_success.png and b/themes/darkblue_orange/img/s_success.png differ
diff --git a/themes/darkblue_orange/img/s_tbl.png b/themes/darkblue_orange/img/s_tbl.png
index a821236..c7ba6cf 100644
Binary files a/themes/darkblue_orange/img/s_tbl.png and b/themes/darkblue_orange/img/s_tbl.png differ
diff --git a/themes/darkblue_orange/img/s_theme.png b/themes/darkblue_orange/img/s_theme.png
index cab68be..7d9d489 100644
Binary files a/themes/darkblue_orange/img/s_theme.png and b/themes/darkblue_orange/img/s_theme.png differ
diff --git a/themes/darkblue_orange/img/s_vars.png b/themes/darkblue_orange/img/s_vars.png
index 9be38ec..dbe704c 100644
Binary files a/themes/darkblue_orange/img/s_vars.png and b/themes/darkblue_orange/img/s_vars.png differ
diff --git a/themes/darkblue_orange/img/s_views.png b/themes/darkblue_orange/img/s_views.png
index 1f2ed03..4a85f20 100644
Binary files a/themes/darkblue_orange/img/s_views.png and b/themes/darkblue_orange/img/s_views.png differ
diff --git a/themes/darkblue_orange/img/s_warn.png b/themes/darkblue_orange/img/s_warn.png
index 80d2824..8912c9c 100644
Binary files a/themes/darkblue_orange/img/s_warn.png and b/themes/darkblue_orange/img/s_warn.png differ
diff --git a/themes/darkblue_orange/img/spacer.png b/themes/darkblue_orange/img/spacer.png
index bf867a3..d4ecc12 100644
Binary files a/themes/darkblue_orange/img/spacer.png and b/themes/darkblue_orange/img/spacer.png differ
diff --git a/themes/darkblue_orange/img/tbl_header.png b/themes/darkblue_orange/img/tbl_header.png
index 7b2f8ca..ae76fd2 100644
Binary files a/themes/darkblue_orange/img/tbl_header.png and b/themes/darkblue_orange/img/tbl_header.png differ
diff --git a/themes/darkblue_orange/img/tbl_th.png b/themes/darkblue_orange/img/tbl_th.png
index 2aa0eb8..c1a51d6 100644
Binary files a/themes/darkblue_orange/img/tbl_th.png and b/themes/darkblue_orange/img/tbl_th.png differ
diff --git a/themes/darkblue_orange/screen.png b/themes/darkblue_orange/screen.png
index 16cf9e8..a22a6c7 100644
Binary files a/themes/darkblue_orange/screen.png and b/themes/darkblue_orange/screen.png differ
diff --git a/themes/original/img/arrow_ltr.png b/themes/original/img/arrow_ltr.png
index 8cdb8ca..f5a932a 100644
Binary files a/themes/original/img/arrow_ltr.png and b/themes/original/img/arrow_ltr.png differ
diff --git a/themes/original/img/arrow_rtl.png b/themes/original/img/arrow_rtl.png
index 6b70c4e..4bcf6a0 100644
Binary files a/themes/original/img/arrow_rtl.png and b/themes/original/img/arrow_rtl.png differ
diff --git a/themes/original/img/asc_order.png b/themes/original/img/asc_order.png
index 59cb2cb..9f0725c 100644
Binary files a/themes/original/img/asc_order.png and b/themes/original/img/asc_order.png differ
diff --git a/themes/original/img/b_bookmark.png b/themes/original/img/b_bookmark.png
index 5fa3320..2e62fb9 100644
Binary files a/themes/original/img/b_bookmark.png and b/themes/original/img/b_bookmark.png differ
diff --git a/themes/original/img/b_browse.png b/themes/original/img/b_browse.png
index 744cfcd..aaf4146 100644
Binary files a/themes/original/img/b_browse.png and b/themes/original/img/b_browse.png differ
diff --git a/themes/original/img/b_calendar.png b/themes/original/img/b_calendar.png
index 90829a3..fd72545 100644
Binary files a/themes/original/img/b_calendar.png and b/themes/original/img/b_calendar.png differ
diff --git a/themes/original/img/b_chart.png b/themes/original/img/b_chart.png
index 388ec30..5a2ed4b 100644
Binary files a/themes/original/img/b_chart.png and b/themes/original/img/b_chart.png differ
diff --git a/themes/original/img/b_comment.png b/themes/original/img/b_comment.png
index 6f6da0c..1f4590b 100644
Binary files a/themes/original/img/b_comment.png and b/themes/original/img/b_comment.png differ
diff --git a/themes/original/img/b_dbstatistics.png b/themes/original/img/b_dbstatistics.png
index b04e813..0ce20d2 100644
Binary files a/themes/original/img/b_dbstatistics.png and b/themes/original/img/b_dbstatistics.png differ
diff --git a/themes/original/img/b_deltbl.png b/themes/original/img/b_deltbl.png
index 1c450fa..bc85d92 100644
Binary files a/themes/original/img/b_deltbl.png and b/themes/original/img/b_deltbl.png differ
diff --git a/themes/original/img/b_docs.png b/themes/original/img/b_docs.png
index 4654c06..cf2153e 100644
Binary files a/themes/original/img/b_docs.png and b/themes/original/img/b_docs.png differ
diff --git a/themes/original/img/b_drop.png b/themes/original/img/b_drop.png
index 6fc4d3b..1ca75bd 100644
Binary files a/themes/original/img/b_drop.png and b/themes/original/img/b_drop.png differ
diff --git a/themes/original/img/b_edit.png b/themes/original/img/b_edit.png
index 05711a0..044e693 100644
Binary files a/themes/original/img/b_edit.png and b/themes/original/img/b_edit.png differ
diff --git a/themes/original/img/b_empty.png b/themes/original/img/b_empty.png
index b4c30f9..b21558a 100644
Binary files a/themes/original/img/b_empty.png and b/themes/original/img/b_empty.png differ
diff --git a/themes/original/img/b_engine.png b/themes/original/img/b_engine.png
index d478918..683547e 100644
Binary files a/themes/original/img/b_engine.png and b/themes/original/img/b_engine.png differ
diff --git a/themes/original/img/b_export.png b/themes/original/img/b_export.png
index 03c1369..dfe292c 100644
Binary files a/themes/original/img/b_export.png and b/themes/original/img/b_export.png differ
diff --git a/themes/original/img/b_ftext.png b/themes/original/img/b_ftext.png
index 9247c31..cda6247 100644
Binary files a/themes/original/img/b_ftext.png and b/themes/original/img/b_ftext.png differ
diff --git a/themes/original/img/b_help.png b/themes/original/img/b_help.png
index 82a55ce..c78b1cd 100644
Binary files a/themes/original/img/b_help.png and b/themes/original/img/b_help.png differ
diff --git a/themes/original/img/b_home.png b/themes/original/img/b_home.png
index 74e711b..1db58f2 100644
Binary files a/themes/original/img/b_home.png and b/themes/original/img/b_home.png differ
diff --git a/themes/original/img/b_import.png b/themes/original/img/b_import.png
index 6f8c861..c90abe0 100644
Binary files a/themes/original/img/b_import.png and b/themes/original/img/b_import.png differ
diff --git a/themes/original/img/b_index.png b/themes/original/img/b_index.png
index 8f7373c..39fb9bd 100644
Binary files a/themes/original/img/b_index.png and b/themes/original/img/b_index.png differ
diff --git a/themes/original/img/b_info.png b/themes/original/img/b_info.png
index 09be193..bdd604f 100644
Binary files a/themes/original/img/b_info.png and b/themes/original/img/b_info.png differ
diff --git a/themes/original/img/b_insrow.png b/themes/original/img/b_insrow.png
index 3913b4a..e162d63 100644
Binary files a/themes/original/img/b_insrow.png and b/themes/original/img/b_insrow.png differ
diff --git a/themes/original/img/b_minus.png b/themes/original/img/b_minus.png
index bd87ad5..3a173d3 100644
Binary files a/themes/original/img/b_minus.png and b/themes/original/img/b_minus.png differ
diff --git a/themes/original/img/b_more.png b/themes/original/img/b_more.png
index 4a12e8c..488cd58 100644
Binary files a/themes/original/img/b_more.png and b/themes/original/img/b_more.png differ
diff --git a/themes/original/img/b_newdb.png b/themes/original/img/b_newdb.png
index 6b27550..e2d1d26 100644
Binary files a/themes/original/img/b_newdb.png and b/themes/original/img/b_newdb.png differ
diff --git a/themes/original/img/b_newtbl.png b/themes/original/img/b_newtbl.png
index 5b16399..0b8ac50 100644
Binary files a/themes/original/img/b_newtbl.png and b/themes/original/img/b_newtbl.png differ
diff --git a/themes/original/img/b_plus.png b/themes/original/img/b_plus.png
index 84b1d68..8fa9ad8 100644
Binary files a/themes/original/img/b_plus.png and b/themes/original/img/b_plus.png differ
diff --git a/themes/original/img/b_primary.png b/themes/original/img/b_primary.png
index 7dcef33..1a5883f 100644
Binary files a/themes/original/img/b_primary.png and b/themes/original/img/b_primary.png differ
diff --git a/themes/original/img/b_print.png b/themes/original/img/b_print.png
index 0f259eb..14f62d4 100644
Binary files a/themes/original/img/b_print.png and b/themes/original/img/b_print.png differ
diff --git a/themes/original/img/b_props.png b/themes/original/img/b_props.png
index 9799eaf..79ea511 100644
Binary files a/themes/original/img/b_props.png and b/themes/original/img/b_props.png differ
diff --git a/themes/original/img/b_relations.png b/themes/original/img/b_relations.png
index 265510c..76e9980 100644
Binary files a/themes/original/img/b_relations.png and b/themes/original/img/b_relations.png differ
diff --git a/themes/original/img/b_sbrowse.png b/themes/original/img/b_sbrowse.png
index 4dc1672..9777036 100644
Binary files a/themes/original/img/b_sbrowse.png and b/themes/original/img/b_sbrowse.png differ
diff --git a/themes/original/img/b_search.png b/themes/original/img/b_search.png
index 24e1ec6..6032608 100644
Binary files a/themes/original/img/b_search.png and b/themes/original/img/b_search.png differ
diff --git a/themes/original/img/b_selboard.png b/themes/original/img/b_selboard.png
index 3fa6e3d..183ca4f 100644
Binary files a/themes/original/img/b_selboard.png and b/themes/original/img/b_selboard.png differ
diff --git a/themes/original/img/b_select.png b/themes/original/img/b_select.png
index fcb646a..5559dfe 100644
Binary files a/themes/original/img/b_select.png and b/themes/original/img/b_select.png differ
diff --git a/themes/original/img/b_snewtbl.png b/themes/original/img/b_snewtbl.png
index 0c7d142..b1536df 100644
Binary files a/themes/original/img/b_snewtbl.png and b/themes/original/img/b_snewtbl.png differ
diff --git a/themes/original/img/b_sql.png b/themes/original/img/b_sql.png
index 604e35e..d4bdf9e 100644
Binary files a/themes/original/img/b_sql.png and b/themes/original/img/b_sql.png differ
diff --git a/themes/original/img/b_sqlhelp.png b/themes/original/img/b_sqlhelp.png
index ec85f83..cde2ff8 100644
Binary files a/themes/original/img/b_sqlhelp.png and b/themes/original/img/b_sqlhelp.png differ
diff --git a/themes/original/img/b_tblanalyse.png b/themes/original/img/b_tblanalyse.png
index 7890134..84b599a 100644
Binary files a/themes/original/img/b_tblanalyse.png and b/themes/original/img/b_tblanalyse.png differ
diff --git a/themes/original/img/b_tblexport.png b/themes/original/img/b_tblexport.png
index ffdfa09..364c5ef 100644
Binary files a/themes/original/img/b_tblexport.png and b/themes/original/img/b_tblexport.png differ
diff --git a/themes/original/img/b_tblimport.png b/themes/original/img/b_tblimport.png
index eccb7d5..1d264cd 100644
Binary files a/themes/original/img/b_tblimport.png and b/themes/original/img/b_tblimport.png differ
diff --git a/themes/original/img/b_tblops.png b/themes/original/img/b_tblops.png
index a3774e5..2a1b0cf 100644
Binary files a/themes/original/img/b_tblops.png and b/themes/original/img/b_tblops.png differ
diff --git a/themes/original/img/b_tbloptimize.png b/themes/original/img/b_tbloptimize.png
index 9a239e2..1c3795b 100644
Binary files a/themes/original/img/b_tbloptimize.png and b/themes/original/img/b_tbloptimize.png differ
diff --git a/themes/original/img/b_tipp.png b/themes/original/img/b_tipp.png
index 2faf5ab..6153f7f 100644
Binary files a/themes/original/img/b_tipp.png and b/themes/original/img/b_tipp.png differ
diff --git a/themes/original/img/b_unique.png b/themes/original/img/b_unique.png
index b949f4b..66861f8 100644
Binary files a/themes/original/img/b_unique.png and b/themes/original/img/b_unique.png differ
diff --git a/themes/original/img/b_usradd.png b/themes/original/img/b_usradd.png
index fe03e8b..1d2126f 100644
Binary files a/themes/original/img/b_usradd.png and b/themes/original/img/b_usradd.png differ
diff --git a/themes/original/img/b_usrcheck.png b/themes/original/img/b_usrcheck.png
index 424538b..c11c0c4 100644
Binary files a/themes/original/img/b_usrcheck.png and b/themes/original/img/b_usrcheck.png differ
diff --git a/themes/original/img/b_usrdrop.png b/themes/original/img/b_usrdrop.png
index 9d1eee5..d137631 100644
Binary files a/themes/original/img/b_usrdrop.png and b/themes/original/img/b_usrdrop.png differ
diff --git a/themes/original/img/b_usredit.png b/themes/original/img/b_usredit.png
index 41c803d..a3ebd6d 100644
Binary files a/themes/original/img/b_usredit.png and b/themes/original/img/b_usredit.png differ
diff --git a/themes/original/img/b_usrlist.png b/themes/original/img/b_usrlist.png
index 85b5df0..d45b52e 100644
Binary files a/themes/original/img/b_usrlist.png and b/themes/original/img/b_usrlist.png differ
diff --git a/themes/original/img/b_view.png b/themes/original/img/b_view.png
index c987bbb..4cf86bb 100644
Binary files a/themes/original/img/b_view.png and b/themes/original/img/b_view.png differ
diff --git a/themes/original/img/b_views.png b/themes/original/img/b_views.png
index 4736603..55f4341 100644
Binary files a/themes/original/img/b_views.png and b/themes/original/img/b_views.png differ
diff --git a/themes/original/img/bd_browse.png b/themes/original/img/bd_browse.png
index 90e3e78..f48aa33 100644
Binary files a/themes/original/img/bd_browse.png and b/themes/original/img/bd_browse.png differ
diff --git a/themes/original/img/bd_deltbl.png b/themes/original/img/bd_deltbl.png
index 77995e4..0686b44 100644
Binary files a/themes/original/img/bd_deltbl.png and b/themes/original/img/bd_deltbl.png differ
diff --git a/themes/original/img/bd_drop.png b/themes/original/img/bd_drop.png
index 15c70d6..c04d446 100644
Binary files a/themes/original/img/bd_drop.png and b/themes/original/img/bd_drop.png differ
diff --git a/themes/original/img/bd_empty.png b/themes/original/img/bd_empty.png
index 546b7d0..8a86a36 100644
Binary files a/themes/original/img/bd_empty.png and b/themes/original/img/bd_empty.png differ
diff --git a/themes/original/img/bd_ftext.png b/themes/original/img/bd_ftext.png
index 0082469..3226830 100644
Binary files a/themes/original/img/bd_ftext.png and b/themes/original/img/bd_ftext.png differ
diff --git a/themes/original/img/bd_index.png b/themes/original/img/bd_index.png
index 11101c9..8756d32 100644
Binary files a/themes/original/img/bd_index.png and b/themes/original/img/bd_index.png differ
diff --git a/themes/original/img/bd_insrow.png b/themes/original/img/bd_insrow.png
index d3c9b7b..19a96c4 100644
Binary files a/themes/original/img/bd_insrow.png and b/themes/original/img/bd_insrow.png differ
diff --git a/themes/original/img/bd_primary.png b/themes/original/img/bd_primary.png
index 6b0b519..9544774 100644
Binary files a/themes/original/img/bd_primary.png and b/themes/original/img/bd_primary.png differ
diff --git a/themes/original/img/bd_sbrowse.png b/themes/original/img/bd_sbrowse.png
index b75de1a..11d22c3 100644
Binary files a/themes/original/img/bd_sbrowse.png and b/themes/original/img/bd_sbrowse.png differ
diff --git a/themes/original/img/bd_select.png b/themes/original/img/bd_select.png
index d15b24a..bf065db 100644
Binary files a/themes/original/img/bd_select.png and b/themes/original/img/bd_select.png differ
diff --git a/themes/original/img/bd_unique.png b/themes/original/img/bd_unique.png
index 6c29dd5..ba7f9b3 100644
Binary files a/themes/original/img/bd_unique.png and b/themes/original/img/bd_unique.png differ
diff --git a/themes/original/img/docs_menu_bg.png b/themes/original/img/docs_menu_bg.png
index 8fe0d97..05f0c97 100644
Binary files a/themes/original/img/docs_menu_bg.png and b/themes/original/img/docs_menu_bg.png differ
diff --git a/themes/original/img/item.png b/themes/original/img/item.png
index 46872bf..1c51d39 100644
Binary files a/themes/original/img/item.png and b/themes/original/img/item.png differ
diff --git a/themes/original/img/item_ltr.png b/themes/original/img/item_ltr.png
index 35b4945..169653a 100644
Binary files a/themes/original/img/item_ltr.png and b/themes/original/img/item_ltr.png differ
diff --git a/themes/original/img/item_rtl.png b/themes/original/img/item_rtl.png
index dc6663d..153d9a4 100644
Binary files a/themes/original/img/item_rtl.png and b/themes/original/img/item_rtl.png differ
diff --git a/themes/original/img/logo_left.png b/themes/original/img/logo_left.png
index 26acf2e..f5f0e20 100644
Binary files a/themes/original/img/logo_left.png and b/themes/original/img/logo_left.png differ
diff --git a/themes/original/img/logo_right.png b/themes/original/img/logo_right.png
index 44da9f2..a8075ab 100644
Binary files a/themes/original/img/logo_right.png and b/themes/original/img/logo_right.png differ
diff --git a/themes/original/img/more.png b/themes/original/img/more.png
index e83694b..941da78 100644
Binary files a/themes/original/img/more.png and b/themes/original/img/more.png differ
diff --git a/themes/original/img/pma_logo2.png b/themes/original/img/pma_logo2.png
index 7f80d09..1f5d553 100644
Binary files a/themes/original/img/pma_logo2.png and b/themes/original/img/pma_logo2.png differ
diff --git a/themes/original/img/s_asc.png b/themes/original/img/s_asc.png
index 9990376..cd02ddf 100644
Binary files a/themes/original/img/s_asc.png and b/themes/original/img/s_asc.png differ
diff --git a/themes/original/img/s_asci.png b/themes/original/img/s_asci.png
index 6b7302f..76a56aa 100644
Binary files a/themes/original/img/s_asci.png and b/themes/original/img/s_asci.png differ
diff --git a/themes/original/img/s_cancel.png b/themes/original/img/s_cancel.png
index a533c34..0546cc3 100644
Binary files a/themes/original/img/s_cancel.png and b/themes/original/img/s_cancel.png differ
diff --git a/themes/original/img/s_db.png b/themes/original/img/s_db.png
index 7a79edd..c92c1de 100644
Binary files a/themes/original/img/s_db.png and b/themes/original/img/s_db.png differ
diff --git a/themes/original/img/s_desc.png b/themes/original/img/s_desc.png
index a03226d..b490cf3 100644
Binary files a/themes/original/img/s_desc.png and b/themes/original/img/s_desc.png differ
diff --git a/themes/original/img/s_error.png b/themes/original/img/s_error.png
index 4e5ba13..5cc54a8 100644
Binary files a/themes/original/img/s_error.png and b/themes/original/img/s_error.png differ
diff --git a/themes/original/img/s_error2.png b/themes/original/img/s_error2.png
index d9a78a7..70f2b8d 100644
Binary files a/themes/original/img/s_error2.png and b/themes/original/img/s_error2.png differ
diff --git a/themes/original/img/s_fulltext.png b/themes/original/img/s_fulltext.png
index 291d223..c017c2e 100644
Binary files a/themes/original/img/s_fulltext.png and b/themes/original/img/s_fulltext.png differ
diff --git a/themes/original/img/s_host.png b/themes/original/img/s_host.png
index afc321d..6f70eda 100644
Binary files a/themes/original/img/s_host.png and b/themes/original/img/s_host.png differ
diff --git a/themes/original/img/s_lang.png b/themes/original/img/s_lang.png
index 8b2330c..81617b6 100644
Binary files a/themes/original/img/s_lang.png and b/themes/original/img/s_lang.png differ
diff --git a/themes/original/img/s_loggoff.png b/themes/original/img/s_loggoff.png
index b4b4dca..8fe413a 100644
Binary files a/themes/original/img/s_loggoff.png and b/themes/original/img/s_loggoff.png differ
diff --git a/themes/original/img/s_notice.png b/themes/original/img/s_notice.png
index f581829..f4daae5 100644
Binary files a/themes/original/img/s_notice.png and b/themes/original/img/s_notice.png differ
diff --git a/themes/original/img/s_partialtext.png b/themes/original/img/s_partialtext.png
index 2c88fce..16864df 100644
Binary files a/themes/original/img/s_partialtext.png and b/themes/original/img/s_partialtext.png differ
diff --git a/themes/original/img/s_passwd.png b/themes/original/img/s_passwd.png
index 2494664..de13da6 100644
Binary files a/themes/original/img/s_passwd.png and b/themes/original/img/s_passwd.png differ
diff --git a/themes/original/img/s_process.png b/themes/original/img/s_process.png
index 1d1c035..dd117d7 100644
Binary files a/themes/original/img/s_process.png and b/themes/original/img/s_process.png differ
diff --git a/themes/original/img/s_really.png b/themes/original/img/s_really.png
index 8c1ca1b..2f43051 100644
Binary files a/themes/original/img/s_really.png and b/themes/original/img/s_really.png differ
diff --git a/themes/original/img/s_reload.png b/themes/original/img/s_reload.png
index 0113cbd..09d47bd 100644
Binary files a/themes/original/img/s_reload.png and b/themes/original/img/s_reload.png differ
diff --git a/themes/original/img/s_replication.png b/themes/original/img/s_replication.png
index fec9479..7cd48e2 100644
Binary files a/themes/original/img/s_replication.png and b/themes/original/img/s_replication.png differ
diff --git a/themes/original/img/s_rights.png b/themes/original/img/s_rights.png
index e1a6383..8fa34e2 100644
Binary files a/themes/original/img/s_rights.png and b/themes/original/img/s_rights.png differ
diff --git a/themes/original/img/s_status.png b/themes/original/img/s_status.png
index 1584233..b6df467 100644
Binary files a/themes/original/img/s_status.png and b/themes/original/img/s_status.png differ
diff --git a/themes/original/img/s_success.png b/themes/original/img/s_success.png
index 2f86f0a..fbb3983 100644
Binary files a/themes/original/img/s_success.png and b/themes/original/img/s_success.png differ
diff --git a/themes/original/img/s_tbl.png b/themes/original/img/s_tbl.png
index a821236..c7ba6cf 100644
Binary files a/themes/original/img/s_tbl.png and b/themes/original/img/s_tbl.png differ
diff --git a/themes/original/img/s_theme.png b/themes/original/img/s_theme.png
index cab68be..7d9d489 100644
Binary files a/themes/original/img/s_theme.png and b/themes/original/img/s_theme.png differ
diff --git a/themes/original/img/s_vars.png b/themes/original/img/s_vars.png
index 9be38ec..dbe704c 100644
Binary files a/themes/original/img/s_vars.png and b/themes/original/img/s_vars.png differ
diff --git a/themes/original/img/s_views.png b/themes/original/img/s_views.png
index 1f2ed03..4a85f20 100644
Binary files a/themes/original/img/s_views.png and b/themes/original/img/s_views.png differ
diff --git a/themes/original/img/s_warn.png b/themes/original/img/s_warn.png
index 80d2824..8912c9c 100644
Binary files a/themes/original/img/s_warn.png and b/themes/original/img/s_warn.png differ
diff --git a/themes/original/img/spacer.png b/themes/original/img/spacer.png
index bf867a3..d4ecc12 100644
Binary files a/themes/original/img/spacer.png and b/themes/original/img/spacer.png differ
diff --git a/themes/original/img/vertical_line.png b/themes/original/img/vertical_line.png
index c514d61..4fe0a8a 100644
Binary files a/themes/original/img/vertical_line.png and b/themes/original/img/vertical_line.png differ
diff --git a/themes/original/screen.png b/themes/original/screen.png
index 1b5c01b..5011f79 100644
Binary files a/themes/original/screen.png and b/themes/original/screen.png differ
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA2-1565-gec051f6
by Michal Čihař 01 Feb '11
by Michal Čihař 01 Feb '11
01 Feb '11
The branch, master has been updated
via ec051f6c2fa89855ebad9993c91644c46fd11afe (commit)
from 9bf467fad74751ae9a310486dec8ff0dbe7cdc16 (commit)
- Log -----------------------------------------------------------------
commit ec051f6c2fa89855ebad9993c91644c46fd11afe
Author: Michal Čihař <mcihar(a)novell.com>
Date: Tue Feb 1 16:53:49 2011 +0100
These files does not seem to be used
-----------------------------------------------------------------------
Summary of changes:
themes/darkblue_orange/img/b_docsql.png | Bin 283 -> 0 bytes
themes/darkblue_orange/img/b_firstpage.png | Bin 238 -> 0 bytes
themes/darkblue_orange/img/b_lastpage.png | Bin 236 -> 0 bytes
themes/darkblue_orange/img/b_nextpage.png | Bin 221 -> 0 bytes
themes/darkblue_orange/img/b_prevpage.png | Bin 225 -> 0 bytes
themes/darkblue_orange/img/b_save.png | Bin 385 -> 0 bytes
themes/darkblue_orange/img/b_sdb.png | Bin 232 -> 0 bytes
themes/darkblue_orange/img/b_sqldoc.png | Bin 290 -> 0 bytes
themes/darkblue_orange/img/bd_firstpage.png | Bin 238 -> 0 bytes
themes/darkblue_orange/img/bd_lastpage.png | Bin 236 -> 0 bytes
themes/darkblue_orange/img/bd_nextpage.png | Bin 221 -> 0 bytes
themes/darkblue_orange/img/bd_prevpage.png | Bin 225 -> 0 bytes
themes/darkblue_orange/img/php_sym.png | Bin 249 -> 0 bytes
themes/darkblue_orange/img/s_attention.png | Bin 247 -> 0 bytes
themes/darkblue_orange/img/s_cancel2.png | Bin 234 -> 0 bytes
themes/darkblue_orange/img/s_okay.png | Bin 542 -> 0 bytes
themes/original/img/b_docsql.png | Bin 283 -> 0 bytes
themes/original/img/b_firstpage.png | Bin 238 -> 0 bytes
themes/original/img/b_lastpage.png | Bin 236 -> 0 bytes
themes/original/img/b_nextpage.png | Bin 221 -> 0 bytes
themes/original/img/b_prevpage.png | Bin 225 -> 0 bytes
themes/original/img/b_save.png | Bin 385 -> 0 bytes
themes/original/img/b_sdb.png | Bin 232 -> 0 bytes
themes/original/img/b_sqldoc.png | Bin 290 -> 0 bytes
themes/original/img/bd_firstpage.png | Bin 238 -> 0 bytes
themes/original/img/bd_lastpage.png | Bin 236 -> 0 bytes
themes/original/img/bd_nextpage.png | Bin 221 -> 0 bytes
themes/original/img/bd_prevpage.png | Bin 225 -> 0 bytes
themes/original/img/php_sym.png | Bin 249 -> 0 bytes
themes/original/img/s_attention.png | Bin 247 -> 0 bytes
themes/original/img/s_cancel2.png | Bin 234 -> 0 bytes
themes/original/img/s_okay.png | Bin 542 -> 0 bytes
32 files changed, 0 insertions(+), 0 deletions(-)
delete mode 100644 themes/darkblue_orange/img/b_docsql.png
delete mode 100644 themes/darkblue_orange/img/b_firstpage.png
delete mode 100644 themes/darkblue_orange/img/b_lastpage.png
delete mode 100644 themes/darkblue_orange/img/b_nextpage.png
delete mode 100644 themes/darkblue_orange/img/b_prevpage.png
delete mode 100644 themes/darkblue_orange/img/b_save.png
delete mode 100644 themes/darkblue_orange/img/b_sdb.png
delete mode 100644 themes/darkblue_orange/img/b_sqldoc.png
delete mode 100644 themes/darkblue_orange/img/bd_firstpage.png
delete mode 100644 themes/darkblue_orange/img/bd_lastpage.png
delete mode 100644 themes/darkblue_orange/img/bd_nextpage.png
delete mode 100644 themes/darkblue_orange/img/bd_prevpage.png
delete mode 100644 themes/darkblue_orange/img/php_sym.png
delete mode 100644 themes/darkblue_orange/img/s_attention.png
delete mode 100644 themes/darkblue_orange/img/s_cancel2.png
delete mode 100644 themes/darkblue_orange/img/s_okay.png
delete mode 100644 themes/original/img/b_docsql.png
delete mode 100644 themes/original/img/b_firstpage.png
delete mode 100644 themes/original/img/b_lastpage.png
delete mode 100644 themes/original/img/b_nextpage.png
delete mode 100644 themes/original/img/b_prevpage.png
delete mode 100644 themes/original/img/b_save.png
delete mode 100644 themes/original/img/b_sdb.png
delete mode 100644 themes/original/img/b_sqldoc.png
delete mode 100644 themes/original/img/bd_firstpage.png
delete mode 100644 themes/original/img/bd_lastpage.png
delete mode 100644 themes/original/img/bd_nextpage.png
delete mode 100644 themes/original/img/bd_prevpage.png
delete mode 100644 themes/original/img/php_sym.png
delete mode 100644 themes/original/img/s_attention.png
delete mode 100644 themes/original/img/s_cancel2.png
delete mode 100644 themes/original/img/s_okay.png
diff --git a/themes/darkblue_orange/img/b_docsql.png b/themes/darkblue_orange/img/b_docsql.png
deleted file mode 100644
index badb78d..0000000
Binary files a/themes/darkblue_orange/img/b_docsql.png and /dev/null differ
diff --git a/themes/darkblue_orange/img/b_firstpage.png b/themes/darkblue_orange/img/b_firstpage.png
deleted file mode 100644
index d172f4e..0000000
Binary files a/themes/darkblue_orange/img/b_firstpage.png and /dev/null differ
diff --git a/themes/darkblue_orange/img/b_lastpage.png b/themes/darkblue_orange/img/b_lastpage.png
deleted file mode 100644
index c3ca096..0000000
Binary files a/themes/darkblue_orange/img/b_lastpage.png and /dev/null differ
diff --git a/themes/darkblue_orange/img/b_nextpage.png b/themes/darkblue_orange/img/b_nextpage.png
deleted file mode 100644
index 57482d3..0000000
Binary files a/themes/darkblue_orange/img/b_nextpage.png and /dev/null differ
diff --git a/themes/darkblue_orange/img/b_prevpage.png b/themes/darkblue_orange/img/b_prevpage.png
deleted file mode 100644
index 51d47a4..0000000
Binary files a/themes/darkblue_orange/img/b_prevpage.png and /dev/null differ
diff --git a/themes/darkblue_orange/img/b_save.png b/themes/darkblue_orange/img/b_save.png
deleted file mode 100644
index b89b1c0..0000000
Binary files a/themes/darkblue_orange/img/b_save.png and /dev/null differ
diff --git a/themes/darkblue_orange/img/b_sdb.png b/themes/darkblue_orange/img/b_sdb.png
deleted file mode 100644
index 3d3c3a7..0000000
Binary files a/themes/darkblue_orange/img/b_sdb.png and /dev/null differ
diff --git a/themes/darkblue_orange/img/b_sqldoc.png b/themes/darkblue_orange/img/b_sqldoc.png
deleted file mode 100644
index 1d023b4..0000000
Binary files a/themes/darkblue_orange/img/b_sqldoc.png and /dev/null differ
diff --git a/themes/darkblue_orange/img/bd_firstpage.png b/themes/darkblue_orange/img/bd_firstpage.png
deleted file mode 100644
index cd2ae4e..0000000
Binary files a/themes/darkblue_orange/img/bd_firstpage.png and /dev/null differ
diff --git a/themes/darkblue_orange/img/bd_lastpage.png b/themes/darkblue_orange/img/bd_lastpage.png
deleted file mode 100644
index 64c1910..0000000
Binary files a/themes/darkblue_orange/img/bd_lastpage.png and /dev/null differ
diff --git a/themes/darkblue_orange/img/bd_nextpage.png b/themes/darkblue_orange/img/bd_nextpage.png
deleted file mode 100644
index 528fc6a..0000000
Binary files a/themes/darkblue_orange/img/bd_nextpage.png and /dev/null differ
diff --git a/themes/darkblue_orange/img/bd_prevpage.png b/themes/darkblue_orange/img/bd_prevpage.png
deleted file mode 100644
index d78bed9..0000000
Binary files a/themes/darkblue_orange/img/bd_prevpage.png and /dev/null differ
diff --git a/themes/darkblue_orange/img/php_sym.png b/themes/darkblue_orange/img/php_sym.png
deleted file mode 100644
index d66010f..0000000
Binary files a/themes/darkblue_orange/img/php_sym.png and /dev/null differ
diff --git a/themes/darkblue_orange/img/s_attention.png b/themes/darkblue_orange/img/s_attention.png
deleted file mode 100644
index 69131c0..0000000
Binary files a/themes/darkblue_orange/img/s_attention.png and /dev/null differ
diff --git a/themes/darkblue_orange/img/s_cancel2.png b/themes/darkblue_orange/img/s_cancel2.png
deleted file mode 100644
index 7911f69..0000000
Binary files a/themes/darkblue_orange/img/s_cancel2.png and /dev/null differ
diff --git a/themes/darkblue_orange/img/s_okay.png b/themes/darkblue_orange/img/s_okay.png
deleted file mode 100644
index 99a0d05..0000000
Binary files a/themes/darkblue_orange/img/s_okay.png and /dev/null differ
diff --git a/themes/original/img/b_docsql.png b/themes/original/img/b_docsql.png
deleted file mode 100644
index badb78d..0000000
Binary files a/themes/original/img/b_docsql.png and /dev/null differ
diff --git a/themes/original/img/b_firstpage.png b/themes/original/img/b_firstpage.png
deleted file mode 100644
index d172f4e..0000000
Binary files a/themes/original/img/b_firstpage.png and /dev/null differ
diff --git a/themes/original/img/b_lastpage.png b/themes/original/img/b_lastpage.png
deleted file mode 100644
index c3ca096..0000000
Binary files a/themes/original/img/b_lastpage.png and /dev/null differ
diff --git a/themes/original/img/b_nextpage.png b/themes/original/img/b_nextpage.png
deleted file mode 100644
index 57482d3..0000000
Binary files a/themes/original/img/b_nextpage.png and /dev/null differ
diff --git a/themes/original/img/b_prevpage.png b/themes/original/img/b_prevpage.png
deleted file mode 100644
index 51d47a4..0000000
Binary files a/themes/original/img/b_prevpage.png and /dev/null differ
diff --git a/themes/original/img/b_save.png b/themes/original/img/b_save.png
deleted file mode 100644
index b89b1c0..0000000
Binary files a/themes/original/img/b_save.png and /dev/null differ
diff --git a/themes/original/img/b_sdb.png b/themes/original/img/b_sdb.png
deleted file mode 100644
index 3d3c3a7..0000000
Binary files a/themes/original/img/b_sdb.png and /dev/null differ
diff --git a/themes/original/img/b_sqldoc.png b/themes/original/img/b_sqldoc.png
deleted file mode 100644
index 1d023b4..0000000
Binary files a/themes/original/img/b_sqldoc.png and /dev/null differ
diff --git a/themes/original/img/bd_firstpage.png b/themes/original/img/bd_firstpage.png
deleted file mode 100644
index cd2ae4e..0000000
Binary files a/themes/original/img/bd_firstpage.png and /dev/null differ
diff --git a/themes/original/img/bd_lastpage.png b/themes/original/img/bd_lastpage.png
deleted file mode 100644
index 64c1910..0000000
Binary files a/themes/original/img/bd_lastpage.png and /dev/null differ
diff --git a/themes/original/img/bd_nextpage.png b/themes/original/img/bd_nextpage.png
deleted file mode 100644
index 528fc6a..0000000
Binary files a/themes/original/img/bd_nextpage.png and /dev/null differ
diff --git a/themes/original/img/bd_prevpage.png b/themes/original/img/bd_prevpage.png
deleted file mode 100644
index d78bed9..0000000
Binary files a/themes/original/img/bd_prevpage.png and /dev/null differ
diff --git a/themes/original/img/php_sym.png b/themes/original/img/php_sym.png
deleted file mode 100644
index d66010f..0000000
Binary files a/themes/original/img/php_sym.png and /dev/null differ
diff --git a/themes/original/img/s_attention.png b/themes/original/img/s_attention.png
deleted file mode 100644
index 69131c0..0000000
Binary files a/themes/original/img/s_attention.png and /dev/null differ
diff --git a/themes/original/img/s_cancel2.png b/themes/original/img/s_cancel2.png
deleted file mode 100644
index 7911f69..0000000
Binary files a/themes/original/img/s_cancel2.png and /dev/null differ
diff --git a/themes/original/img/s_okay.png b/themes/original/img/s_okay.png
deleted file mode 100644
index 99a0d05..0000000
Binary files a/themes/original/img/s_okay.png and /dev/null differ
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA2-1564-g9bf467f
by Michal Čihař 01 Feb '11
by Michal Čihař 01 Feb '11
01 Feb '11
The branch, master has been updated
via 9bf467fad74751ae9a310486dec8ff0dbe7cdc16 (commit)
from ec60ed129ab5e07315e2c42a4f715cdca2798f33 (commit)
- Log -----------------------------------------------------------------
commit 9bf467fad74751ae9a310486dec8ff0dbe7cdc16
Author: Michal Čihař <mcihar(a)novell.com>
Date: Tue Feb 1 16:43:31 2011 +0100
Not used images
-----------------------------------------------------------------------
Summary of changes:
themes/darkblue_orange/img/b_pdfdoc.png | Bin 298 -> 0 bytes
themes/original/img/b_pdfdoc.png | Bin 298 -> 0 bytes
2 files changed, 0 insertions(+), 0 deletions(-)
delete mode 100644 themes/darkblue_orange/img/b_pdfdoc.png
delete mode 100644 themes/original/img/b_pdfdoc.png
diff --git a/themes/darkblue_orange/img/b_pdfdoc.png b/themes/darkblue_orange/img/b_pdfdoc.png
deleted file mode 100644
index 281bdf1..0000000
Binary files a/themes/darkblue_orange/img/b_pdfdoc.png and /dev/null differ
diff --git a/themes/original/img/b_pdfdoc.png b/themes/original/img/b_pdfdoc.png
deleted file mode 100644
index 281bdf1..0000000
Binary files a/themes/original/img/b_pdfdoc.png and /dev/null differ
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA2-1563-gec60ed1
by Michal Čihař 01 Feb '11
by Michal Čihař 01 Feb '11
01 Feb '11
The branch, master has been updated
via ec60ed129ab5e07315e2c42a4f715cdca2798f33 (commit)
from d8bb324c6b1a624c3868acd072dc0b854a6e64a4 (commit)
- Log -----------------------------------------------------------------
commit ec60ed129ab5e07315e2c42a4f715cdca2798f33
Author: Michal Čihař <mcihar(a)novell.com>
Date: Tue Feb 1 16:30:07 2011 +0100
This image is not used at all
-----------------------------------------------------------------------
Summary of changes:
themes/darkblue_orange/img/s_info.png | Bin 247 -> 0 bytes
themes/original/img/s_info.png | Bin 247 -> 0 bytes
2 files changed, 0 insertions(+), 0 deletions(-)
delete mode 100644 themes/darkblue_orange/img/s_info.png
delete mode 100644 themes/original/img/s_info.png
diff --git a/themes/darkblue_orange/img/s_info.png b/themes/darkblue_orange/img/s_info.png
deleted file mode 100644
index 0d3cbb6..0000000
Binary files a/themes/darkblue_orange/img/s_info.png and /dev/null differ
diff --git a/themes/original/img/s_info.png b/themes/original/img/s_info.png
deleted file mode 100644
index 0d3cbb6..0000000
Binary files a/themes/original/img/s_info.png and /dev/null differ
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA2-1562-gd8bb324
by Marc Delisle 01 Feb '11
by Marc Delisle 01 Feb '11
01 Feb '11
The branch, master has been updated
via d8bb324c6b1a624c3868acd072dc0b854a6e64a4 (commit)
from 15fd805b8077a07e2b1c0af5b4401697e556bb8e (commit)
- Log -----------------------------------------------------------------
commit d8bb324c6b1a624c3868acd072dc0b854a6e64a4
Author: Marc Delisle <marc(a)infomarc.info>
Date: Tue Feb 1 07:49:25 2011 -0500
Unneeded wrapping of jQuery object
-----------------------------------------------------------------------
Summary of changes:
js/functions.js | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/js/functions.js b/js/functions.js
index f4a939b..74a4fb8 100644
--- a/js/functions.js
+++ b/js/functions.js
@@ -1837,16 +1837,17 @@ $(document).ready(function() {
$(".drop_trigger_anchor").live('click', function(event) {
event.preventDefault();
+ $anchor = $(this);
/**
* @var curr_row Object reference to the current trigger's <tr>
*/
- var curr_row = $(this).parents('tr');
+ var $curr_row = $anchor.parents('tr');
/**
* @var question String containing the question to be asked for confirmation
*/
- var question = 'DROP TRIGGER IF EXISTS `' + $(curr_row).children('td:first').text() + '`';
+ var question = 'DROP TRIGGER IF EXISTS `' + $curr_row.children('td:first').text() + '`';
- $(this).PMA_confirm(question, $(this).attr('href'), function(url) {
+ $anchor.PMA_confirm(question, $anchor.attr('href'), function(url) {
PMA_ajaxShowMessage(PMA_messages['strProcessingRequest']);
$.get(url, {'is_js_confirmed': 1, 'ajax_request': true}, function(data) {
@@ -1857,7 +1858,7 @@ $(document).ready(function() {
.remove()
.end()
.after(data.sql_query);
- $(curr_row).hide("medium").remove();
+ $curr_row.hide("medium").remove();
}
else {
PMA_ajaxShowMessage(data.error);
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA2-1561-g15fd805
by Marc Delisle 01 Feb '11
by Marc Delisle 01 Feb '11
01 Feb '11
The branch, master has been updated
via 15fd805b8077a07e2b1c0af5b4401697e556bb8e (commit)
from 414a09a2e030439db713b78c9032bd2d2f0d7924 (commit)
- Log -----------------------------------------------------------------
commit 15fd805b8077a07e2b1c0af5b4401697e556bb8e
Author: Marc Delisle <marc(a)infomarc.info>
Date: Tue Feb 1 07:42:36 2011 -0500
Conditional Ajax for DROP TRIGGER
-----------------------------------------------------------------------
Summary of changes:
js/functions.js | 1 +
libraries/tbl_triggers.lib.php | 8 +++++++-
2 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/js/functions.js b/js/functions.js
index 5b3273c..f4a939b 100644
--- a/js/functions.js
+++ b/js/functions.js
@@ -1830,6 +1830,7 @@ $(document).ready(function() {
/**
* Attach Ajax event handlers for Drop Trigger. Used on tbl_structure.php
+ * @see $cfg['AjaxEnable']
*/
$(document).ready(function() {
diff --git a/libraries/tbl_triggers.lib.php b/libraries/tbl_triggers.lib.php
index 43ba18e..15f07b2 100644
--- a/libraries/tbl_triggers.lib.php
+++ b/libraries/tbl_triggers.lib.php
@@ -28,6 +28,12 @@ if ($triggers) {
__('Event'));
$ct=0;
$delimiter = '//';
+ if ($GLOBALS['cfg']['AjaxEnable']) {
+ $conditional_class = 'class="drop_trigger_anchor"';
+ } else {
+ $conditional_class = '';
+ }
+
foreach ($triggers as $trigger) {
$drop_and_create = $trigger['drop'] . $delimiter . "\n" . $trigger['create'] . "\n";
@@ -41,7 +47,7 @@ if ($triggers) {
($ct%2 == 0) ? 'even' : 'odd',
$trigger['name'],
PMA_linkOrButton('tbl_sql.php?' . $url_query . '&sql_query=' . urlencode($drop_and_create) . '&show_query=1&delimiter=' . urlencode($delimiter), $titles['Change']),
- '<a class="drop_trigger_anchor" href="sql.php?' . $url_query . '&sql_query=' . urlencode($trigger['drop']) . '" >' . $titles['Drop'] . '</a>',
+ '<a ' . $conditional_class . ' href="sql.php?' . $url_query . '&sql_query=' . urlencode($trigger['drop']) . '" >' . $titles['Drop'] . '</a>',
$trigger['action_timing'],
$trigger['event_manipulation']);
$ct++;
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA2-1560-g414a09a
by Marc Delisle 01 Feb '11
by Marc Delisle 01 Feb '11
01 Feb '11
The branch, master has been updated
via 414a09a2e030439db713b78c9032bd2d2f0d7924 (commit)
from 879864b300ae3118e0e9bb5142c0f3da77807346 (commit)
- Log -----------------------------------------------------------------
commit 414a09a2e030439db713b78c9032bd2d2f0d7924
Author: Marc Delisle <marc(a)infomarc.info>
Date: Tue Feb 1 07:32:54 2011 -0500
Code refers to older functionality
-----------------------------------------------------------------------
Summary of changes:
js/functions.js | 77 -------------------------------------------------------
1 files changed, 0 insertions(+), 77 deletions(-)
diff --git a/js/functions.js b/js/functions.js
index 42325ca..5b3273c 100644
--- a/js/functions.js
+++ b/js/functions.js
@@ -1829,83 +1829,6 @@ $(document).ready(function() {
}, 'top.frame_content'); //end $(document).ready for 'Create Table'
/**
- * Attach event handlers for Empty Table and Drop Table. Used wherever libraries/
- * tbl_links.inc.php is used.
- */
-$(document).ready(function() {
-
- /**
- * Attach Ajax event handlers for Empty Table
- *
- * @uses PMA_ajaxShowMessage()
- * @uses $.PMA_confirm()
- */
- $("#empty_table_anchor").live('click', function(event) {
- event.preventDefault();
-
- /**
- * @var question String containing the question to be asked for confirmation
- */
- var question = 'TRUNCATE TABLE ' + window.parent.table;
-
- $(this).PMA_confirm(question, $(this).attr('href'), function(url) {
-
- PMA_ajaxShowMessage(PMA_messages['strProcessingRequest']);
- $.get(url, {'is_js_confirmed': 1, 'ajax_request': true}, function(data) {
- if(data.success == true) {
- PMA_ajaxShowMessage(data.message);
- $("#topmenucontainer")
- .next('div')
- .remove()
- .end()
- .after(data.sql_query);
- }
- else {
- PMA_ajaxShowMessage(data.error);
- }
- }) // end $.get
- }) // end $.PMA_confirm()
- }) // end Empty Table
-
- /**
- * Attach Ajax event handler for Drop Table
- *
- * @uses PMA_ajaxShowMessage()
- * @uses $.PMA_confirm()
- * @uses window.parent.refreshNavigation()
- */
- $("#drop_table_anchor").live('click', function(event) {
- event.preventDefault();
-
- /**
- * @var question String containing the question to be asked for confirmation
- */
- var question = 'DROP TABLE/VIEW ' + window.parent.table;
- $(this).PMA_confirm(question, $(this).attr('href'), function(url) {
-
- PMA_ajaxShowMessage(PMA_messages['strProcessingRequest']);
- $.get(url, {'is_js_confirmed': 1, 'ajax_request': true}, function(data) {
- if(data.success == true) {
- PMA_ajaxShowMessage(data.message);
- $("#topmenucontainer")
- .next('div')
- .remove()
- .end()
- .after(data.sql_query);
- window.parent.table = '';
- if (window.parent && window.parent.frame_navigation) {
- window.parent.frame_navigation.location.reload();
- }
- }
- else {
- PMA_ajaxShowMessage(data.error);
- }
- }) // end $.get
- }) // end $.PMA_confirm()
- }) // end $().live()
-}, 'top.frame_content'); //end $(document).ready() for libraries/tbl_links.inc.php
-
-/**
* Attach Ajax event handlers for Drop Trigger. Used on tbl_structure.php
*/
$(document).ready(function() {
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA2-1559-g879864b
by Michal Čihař 01 Feb '11
by Michal Čihař 01 Feb '11
01 Feb '11
The branch, master has been updated
via 879864b300ae3118e0e9bb5142c0f3da77807346 (commit)
via 040ce81e4a8dfe418a480c1fe86c7272688fd25d (commit)
via 61557a93c88e172101cdd02d48282d0faa9baafd (commit)
via 22d7c1e6e8cccb2209b51632e7644143b2f19bef (commit)
via 13f190280de8c6b4077436c1e3f989fa8edf3666 (commit)
via 25e3f69a4b6d9a0e9bd5416d825a746fe7aaff4c (commit)
via e6c41481cd17a47715c84a27957bfb881c5367d0 (commit)
via 4da90822a24f00a00fd7c7950315042e0d96b8b4 (commit)
via e7c18b48086e1f5118ed6ecfbc5d82596be71348 (commit)
via 98cb0bf771f2c2dc5fb6e761eec516794ac04c05 (commit)
via 1e8fc55da11a037160cb9ffc2a7eeda8a9baada9 (commit)
via c2615c7570ecd826d4445e2c29828cfd61c3bd9d (commit)
via d091d6ca3a223e9a20a550b70bd82c1f1b45fcd3 (commit)
via 615d5b43b1b69be8b062cc7391ae8aa4b64f6407 (commit)
via 3990bfc516be8f0801d5280faa3460353d029952 (commit)
via 18d492d23cf4bea1e1ee36e9d7159ab8a074ecbe (commit)
from c199f6b8bd1e909370b7f091fbb36e3ec092c978 (commit)
- Log -----------------------------------------------------------------
commit 879864b300ae3118e0e9bb5142c0f3da77807346
Merge: 040ce81e4a8dfe418a480c1fe86c7272688fd25d c199f6b8bd1e909370b7f091fbb36e3ec092c978
Author: Pootle server <pootle(a)cihar.com>
Date: Tue Feb 1 08:40:27 2011 +0100
Merge remote branch 'origin/master'
commit 040ce81e4a8dfe418a480c1fe86c7272688fd25d
Author: Marc Delisle <marc(a)infomarc.info>
Date: Mon Jan 31 19:41:19 2011 +0200
Translation update done using Pootle.
commit 61557a93c88e172101cdd02d48282d0faa9baafd
Author: Marc Delisle <marc(a)infomarc.info>
Date: Mon Jan 31 19:41:05 2011 +0200
Translation update done using Pootle.
commit 22d7c1e6e8cccb2209b51632e7644143b2f19bef
Author: Marc Delisle <marc(a)infomarc.info>
Date: Mon Jan 31 19:40:41 2011 +0200
Translation update done using Pootle.
commit 13f190280de8c6b4077436c1e3f989fa8edf3666
Author: Marc Delisle <marc(a)infomarc.info>
Date: Mon Jan 31 19:40:18 2011 +0200
Translation update done using Pootle.
commit 25e3f69a4b6d9a0e9bd5416d825a746fe7aaff4c
Merge: e6c41481cd17a47715c84a27957bfb881c5367d0 1e84e0b7bc097d330e84bf2edb147f8fafb4a9cf
Author: Pootle server <pootle(a)cihar.com>
Date: Mon Jan 31 18:40:05 2011 +0100
Merge remote branch 'origin/master'
commit e6c41481cd17a47715c84a27957bfb881c5367d0
Author: Marc Delisle <marc(a)infomarc.info>
Date: Mon Jan 31 19:39:58 2011 +0200
Translation update done using Pootle.
commit 4da90822a24f00a00fd7c7950315042e0d96b8b4
Author: Marc Delisle <marc(a)infomarc.info>
Date: Mon Jan 31 19:39:33 2011 +0200
Translation update done using Pootle.
commit e7c18b48086e1f5118ed6ecfbc5d82596be71348
Author: Marc Delisle <marc(a)infomarc.info>
Date: Mon Jan 31 19:39:15 2011 +0200
Translation update done using Pootle.
commit 98cb0bf771f2c2dc5fb6e761eec516794ac04c05
Author: Marc Delisle <marc(a)infomarc.info>
Date: Mon Jan 31 19:31:51 2011 +0200
Translation update done using Pootle.
commit 1e8fc55da11a037160cb9ffc2a7eeda8a9baada9
Author: Marc Delisle <marc(a)infomarc.info>
Date: Mon Jan 31 19:31:46 2011 +0200
Translation update done using Pootle.
commit c2615c7570ecd826d4445e2c29828cfd61c3bd9d
Author: Marc Delisle <marc(a)infomarc.info>
Date: Mon Jan 31 19:31:41 2011 +0200
Translation update done using Pootle.
commit d091d6ca3a223e9a20a550b70bd82c1f1b45fcd3
Author: Marc Delisle <marc(a)infomarc.info>
Date: Mon Jan 31 19:31:33 2011 +0200
Translation update done using Pootle.
commit 615d5b43b1b69be8b062cc7391ae8aa4b64f6407
Author: Marc Delisle <marc(a)infomarc.info>
Date: Mon Jan 31 19:31:28 2011 +0200
Translation update done using Pootle.
commit 3990bfc516be8f0801d5280faa3460353d029952
Author: Marc Delisle <marc(a)infomarc.info>
Date: Mon Jan 31 19:31:22 2011 +0200
Translation update done using Pootle.
commit 18d492d23cf4bea1e1ee36e9d7159ab8a074ecbe
Author: Marc Delisle <marc(a)infomarc.info>
Date: Mon Jan 31 19:31:15 2011 +0200
Translation update done using Pootle.
-----------------------------------------------------------------------
Summary of changes:
po/en_GB.po | 17 ++++++++++-------
po/fr.po | 17 ++++++++++-------
2 files changed, 20 insertions(+), 14 deletions(-)
diff --git a/po/en_GB.po b/po/en_GB.po
index 891913e..591f3b4 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-01-31 15:47+0100\n"
-"PO-Revision-Date: 2011-01-31 15:04+0200\n"
+"PO-Revision-Date: 2011-01-31 19:31+0200\n"
"Last-Translator: Marc Delisle <marc(a)infomarc.info>\n"
"Language-Team: english-gb <en_GB(a)li.org>\n"
"Language: en_GB\n"
@@ -5102,20 +5102,21 @@ msgid ""
"Documentation and further information about PBMS can be found on %sThe "
"PrimeBase Media Streaming home page%s."
msgstr ""
+"Documentation and further information about PBMS can be found on %sThe "
+"PrimeBase Media Streaming home page%s."
#: libraries/engines/pbms.lib.php:96 libraries/engines/pbxt.lib.php:127
-#, fuzzy
#| msgid "Relations"
msgid "Related Links"
-msgstr "Relations"
+msgstr "Related Links"
#: libraries/engines/pbms.lib.php:98
msgid "The PrimeBase Media Streaming Blog by Barry Leslie"
-msgstr ""
+msgstr "The PrimeBase Media Streaming Blog by Barry Leslie"
#: libraries/engines/pbms.lib.php:99
msgid "PrimeBase XT Home Page"
-msgstr ""
+msgstr "PrimeBase XT Home Page"
#: libraries/engines/pbxt.lib.php:22
msgid "Index cache size"
@@ -5271,14 +5272,16 @@ msgid ""
"Documentation and further information about PBXT can be found on the "
"%sPrimeBase XT Home Page%s."
msgstr ""
+"Documentation and further information about PBXT can be found on the %"
+"sPrimeBase XT Home Page%s."
#: libraries/engines/pbxt.lib.php:129
msgid "The PrimeBase XT Blog by Paul McCullagh"
-msgstr ""
+msgstr "The PrimeBase XT Blog by Paul McCullagh"
#: libraries/engines/pbxt.lib.php:130
msgid "The PrimeBase Media Streaming (PBMS) home page"
-msgstr ""
+msgstr "The PrimeBase Media Streaming (PBMS) home page"
#: libraries/export/csv.php:21 libraries/import/csv.php:27
msgid "Columns separated with:"
diff --git a/po/fr.po b/po/fr.po
index 84a929f..f8e2772 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-01-31 15:47+0100\n"
-"PO-Revision-Date: 2011-01-31 15:05+0200\n"
+"PO-Revision-Date: 2011-01-31 19:41+0200\n"
"Last-Translator: Marc Delisle <marc(a)infomarc.info>\n"
"Language-Team: french <fr(a)li.org>\n"
"Language: fr\n"
@@ -5169,20 +5169,21 @@ msgid ""
"Documentation and further information about PBMS can be found on %sThe "
"PrimeBase Media Streaming home page%s."
msgstr ""
+"La documentation de PBMS et des informations additionnelles sont disponibles "
+"sur %sle site de PrimeBase Media Streaming%s."
#: libraries/engines/pbms.lib.php:96 libraries/engines/pbxt.lib.php:127
-#, fuzzy
#| msgid "Relations"
msgid "Related Links"
-msgstr "Relations"
+msgstr "Liens connexes"
#: libraries/engines/pbms.lib.php:98
msgid "The PrimeBase Media Streaming Blog by Barry Leslie"
-msgstr ""
+msgstr "Le blogue PrimeBase Media Streaming par Barry Leslie"
#: libraries/engines/pbms.lib.php:99
msgid "PrimeBase XT Home Page"
-msgstr ""
+msgstr "Le site de PrimeBase XT"
#: libraries/engines/pbxt.lib.php:22
msgid "Index cache size"
@@ -5342,14 +5343,16 @@ msgid ""
"Documentation and further information about PBXT can be found on the "
"%sPrimeBase XT Home Page%s."
msgstr ""
+"La documentation de PBXT et des informations additionnelles sont disponibles "
+"sur %sle site de PrimeBase XT%s."
#: libraries/engines/pbxt.lib.php:129
msgid "The PrimeBase XT Blog by Paul McCullagh"
-msgstr ""
+msgstr "Le blogue de PrimeBase XT par Paul McCullagh"
#: libraries/engines/pbxt.lib.php:130
msgid "The PrimeBase Media Streaming (PBMS) home page"
-msgstr ""
+msgstr "Le site PrimeBase Media Streaming (PBMS)"
#: libraries/export/csv.php:21 libraries/import/csv.php:27
msgid "Columns separated with:"
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA2-1543-gc199f6b
by Madhura Jayaratne 01 Feb '11
by Madhura Jayaratne 01 Feb '11
01 Feb '11
The branch, master has been updated
via c199f6b8bd1e909370b7f091fbb36e3ec092c978 (commit)
via 2cbabfd56f0a45d2bb76e7181850e568a381359d (commit)
via 36e8a23b87afeb905ec36201dc16d2fa38d4dae5 (commit)
from 1e84e0b7bc097d330e84bf2edb147f8fafb4a9cf (commit)
- Log -----------------------------------------------------------------
commit c199f6b8bd1e909370b7f091fbb36e3ec092c978
Merge: 2cbabfd56f0a45d2bb76e7181850e568a381359d 1e84e0b7bc097d330e84bf2edb147f8fafb4a9cf
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: Tue Feb 1 11:49:45 2011 +0530
Merge branch 'master' of ssh://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin
commit 2cbabfd56f0a45d2bb76e7181850e568a381359d
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: Tue Feb 1 11:47:22 2011 +0530
Work around for Bug #3168569 - Issue on toggling the 'Hide search criteria' in chrome.
commit 36e8a23b87afeb905ec36201dc16d2fa38d4dae5
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: Tue Feb 1 11:37:51 2011 +0530
Bug #3152931 ENUM and SET cannot have 'Binary' option. Avoid wrong categorization to binary, blob and char types.
-----------------------------------------------------------------------
Summary of changes:
js/tbl_select.js | 5 ++++-
tbl_change.php | 33 +++++++++++++++++++++++++++------
2 files changed, 31 insertions(+), 7 deletions(-)
diff --git a/js/tbl_select.js b/js/tbl_select.js
index 700d0cb..47457ed 100644
--- a/js/tbl_select.js
+++ b/js/tbl_select.js
@@ -70,7 +70,10 @@ $(document).ready(function() {
// found results
$("#sqlqueryresults").html(response);
$("#sqlqueryresults").trigger('appendAnchor');
- $('#tbl_search_form').hide();
+ $('#tbl_search_form')
+ // work around for bug #3168569 - Issue on toggling the "Hide search criteria" in chrome.
+ .slideToggle()
+ .hide();
$('#togglesearchformlink')
// always start with the Show message
.text(PMA_messages['strShowSearchCriteria'])
diff --git a/tbl_change.php b/tbl_change.php
index 2ce434d..2d4bcd8 100644
--- a/tbl_change.php
+++ b/tbl_change.php
@@ -370,10 +370,31 @@ foreach ($rows as $row_id => $vrow) {
$table_fields[$i]['Field_title'] = $table_fields[$i]['Field_html'];
}
- // The type column
- $table_fields[$i]['is_binary'] = stristr($table_fields[$i]['Type'], 'binary');
- $table_fields[$i]['is_blob'] = stristr($table_fields[$i]['Type'], 'blob');
- $table_fields[$i]['is_char'] = stristr($table_fields[$i]['Type'], 'char');
+ // The type column.
+ // Fix for bug #3152931 'ENUM and SET cannot have "Binary" option'
+ // If check to ensure types such as "enum('one','two','binary',..)" or
+ // "enum('one','two','varbinary',..)" are not categorized as binary.
+ if (stripos($table_fields[$i]['Type'], 'binary') === 0
+ || stripos($table_fields[$i]['Type'], 'varbinary') === 0) {
+ $table_fields[$i]['is_binary'] = stristr($table_fields[$i]['Type'], 'binary');
+ }
+
+ // If check to ensure types such as "enum('one','two','blob',..)" or
+ // "enum('one','two','tinyblob',..)" etc. are not categorized as blob.
+ if (stripos($table_fields[$i]['Type'], 'blob') === 0
+ || stripos($table_fields[$i]['Type'], 'tinyblob') === 0
+ || stripos($table_fields[$i]['Type'], 'mediumblob') === 0
+ || stripos($table_fields[$i]['Type'], 'longblob') === 0) {
+ $table_fields[$i]['is_blob'] = stristr($table_fields[$i]['Type'], 'blob');
+ }
+
+ // If check to ensure types such as "enum('one','two','char',..)" or
+ // "enum('one','two','varchar',..)" are not categorized as char.
+ if (stripos($table_fields[$i]['Type'], 'char') === 0
+ || stripos($table_fields[$i]['Type'], 'varchar') === 0) {
+ $table_fields[$i]['is_char'] = stristr($table_fields[$i]['Type'], 'char');
+ }
+
$table_fields[$i]['first_timestamp'] = false;
switch ($table_fields[$i]['True_Type']) {
case 'set':
@@ -616,7 +637,7 @@ foreach ($rows as $row_id => $vrow) {
echo ' checked="checked"';
}
echo ' id="field_' . ($idindex) . '_2" />';
-
+
// nullify_code is needed by the js nullify() function
if (strstr($field['True_Type'], 'enum')) {
if (strlen($field['Type']) > 20) {
@@ -635,7 +656,7 @@ foreach ($rows as $row_id => $vrow) {
} else {
$nullify_code = '5';
}
- // to be able to generate calls to nullify() in jQuery
+ // to be able to generate calls to nullify() in jQuery
echo '<input type="hidden" class="nullify_code" name="nullify_code' . $field_name_appendix . '" value="' . $nullify_code . '" />';
echo '<input type="hidden" class="hashed_field" name="hashed_field' . $field_name_appendix . '" value="' . $field['Field_md5'] . '" />';
echo '<input type="hidden" class="multi_edit" name="multi_edit' . $field_name_appendix . '" value="' . PMA_escapeJsString($vkey) . '" />';
hooks/post-receive
--
phpMyAdmin
1
0