Branch: refs/heads/QA_4_5
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 073b85e1ee029aa5974e174cabc6e49f097fb40d
https://github.com/phpmyadmin/phpmyadmin/commit/073b85e1ee029aa5974e174cabc…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-02-12 (Fri, 12 Feb 2016)
Changed paths:
M test/libraries/PMA_ConfigGenerator_test.php
Log Message:
-----------
Avoid matching of date
This causes random failures as time can be one second further when
generating output.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 7efc9ea896356b6489732f23ded4b7b1e306c175
https://github.com/phpmyadmin/phpmyadmin/commit/7efc9ea896356b6489732f23ded…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-02-12 (Fri, 12 Feb 2016)
Changed paths:
M js/get_image.js.php
M libraries/Theme.php
M libraries/Util.php
M themes/sprites.css.php
Log Message:
-----------
Share code for loading sprite data
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 86d3d0bc043c9a2f8f2d0f75cbfa0c6a5011c630
https://github.com/phpmyadmin/phpmyadmin/commit/86d3d0bc043c9a2f8f2d0f75cbf…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-02-12 (Fri, 12 Feb 2016)
Changed paths:
M test/bootstrap-dist.php
M test/classes/AdvisorTest.php
M test/classes/ConfigTest.php
M test/classes/DbSearchTest.php
M test/classes/ErrorHandlerTest.php
M test/classes/ErrorTest.php
M test/classes/FooterTest.php
M test/classes/HeaderTest.php
M test/classes/MenuTest.php
M test/classes/MessageTest.php
M test/classes/TableTest.php
M test/classes/ThemeTest.php
M test/classes/config/FormDisplayTest.php
M test/classes/config/FormTest.php
M test/classes/controllers/DatabaseStructureControllerTest.php
M test/classes/controllers/ServerBinlogControllerTest.php
M test/classes/controllers/ServerCollationsControllerTest.php
M test/classes/controllers/ServerDatabasesControllerTest.php
M test/classes/controllers/ServerEnginesControllerTest.php
M test/classes/controllers/ServerPluginsControllerTest.php
M test/classes/controllers/ServerVariablesControllerTest.php
M test/classes/controllers/TableIndexesControllerTest.php
M test/classes/controllers/TableRelationControllerTest.php
M test/classes/controllers/TableSearchControllerTest.php
M test/classes/controllers/TableStructureControllerTest.php
M test/classes/dbi/DBIMysqliTest.php
M test/classes/navigation/NavigationTest.php
M test/classes/navigation/NavigationTreeTest.php
M test/classes/navigation/NodeColumnContainerTest.php
M test/classes/navigation/NodeColumnTest.php
M test/classes/navigation/NodeDatabaseChildTest.php
M test/classes/navigation/NodeDatabaseTest.php
M test/classes/navigation/NodeEventContainerTest.php
M test/classes/navigation/NodeEventTest.php
M test/classes/navigation/NodeFactoryTest.php
M test/classes/navigation/NodeFunctionContainerTest.php
M test/classes/navigation/NodeFunctionTest.php
M test/classes/navigation/NodeIndexContainerTest.php
M test/classes/navigation/NodeIndexTest.php
M test/classes/navigation/NodeProcedureContainerTest.php
M test/classes/navigation/NodeProcedureTest.php
M test/classes/navigation/NodeTableContainerTest.php
M test/classes/navigation/NodeTableTest.php
M test/classes/navigation/NodeTest.php
M test/classes/navigation/NodeTriggerContainerTest.php
M test/classes/navigation/NodeTriggerTest.php
M test/classes/navigation/NodeViewContainerTest.php
M test/classes/navigation/NodeViewTest.php
M test/classes/plugin/auth/AuthenticationCookieTest.php
M test/classes/plugin/import/ImportCsvTest.php
M test/libraries/PMA_FormDisplay_tpl_test.php
M test/libraries/PMA_central_columns_test.php
M test/libraries/PMA_display_change_password_test.php
M test/libraries/PMA_display_create_table_test.php
M test/libraries/PMA_display_export_test.php
M test/libraries/PMA_insert_edit_test.php
M test/libraries/PMA_mult_submits_test.php
M test/libraries/PMA_normalization_test.php
M test/libraries/PMA_operations_test.php
M test/libraries/PMA_relation_test.php
M test/libraries/PMA_select_server_test.php
M test/libraries/PMA_server_common_test.php
M test/libraries/PMA_server_privileges_test.php
M test/libraries/PMA_server_replication_test.php
M test/libraries/PMA_server_status_advisor_test.php
M test/libraries/PMA_server_status_monitor_test.php
M test/libraries/PMA_server_status_processes_test.php
M test/libraries/PMA_server_status_queries_test.php
M test/libraries/PMA_server_status_test.php
M test/libraries/PMA_server_status_variables_test.php
M test/libraries/PMA_server_user_groups_test.php
M test/libraries/PMA_sql_query_form_test.php
M test/libraries/PMA_tbl_tracking_test.php
M test/libraries/PMA_transformation_test.php
M test/libraries/common/PMA_buildActionTitles_test.php
M test/libraries/common/PMA_checkParameters_test.php
M test/libraries/common/PMA_getIcon_test.php
M test/libraries/common/PMA_showDocu_test.php
M test/libraries/common/PMA_showPHPDocu_test.php
M test/libraries/core/PMA_fatalError_test.php
M test/libraries/core/PMA_getTableCount_test_dis.php
M test/libraries/core/PMA_headerLocation_test.php
M test/libraries/core/PMA_warnMissingExtension_test.php
M test/libraries/rte/PMA_RTN_getEditorForm_test.php
Log Message:
-----------
Define theme for all tests
This allows to unify environment.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 2d47e41084706fc055105320c1c8baa399edeefe
https://github.com/phpmyadmin/phpmyadmin/commit/2d47e41084706fc055105320c1c…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-02-12 (Fri, 12 Feb 2016)
Changed paths:
M test/classes/DbSearchTest.php
M test/classes/ErrorHandlerTest.php
M test/classes/ErrorTest.php
M test/classes/FooterTest.php
M test/classes/HeaderTest.php
M test/classes/MenuTest.php
M test/classes/MessageTest.php
M test/classes/TableTest.php
M test/classes/config/FormDisplayTest.php
M test/classes/config/FormTest.php
M test/classes/controllers/DatabaseStructureControllerTest.php
M test/classes/controllers/ServerCollationsControllerTest.php
M test/classes/controllers/ServerEnginesControllerTest.php
M test/classes/controllers/ServerPluginsControllerTest.php
M test/classes/controllers/ServerVariablesControllerTest.php
M test/classes/controllers/TableIndexesControllerTest.php
M test/classes/controllers/TableRelationControllerTest.php
M test/classes/controllers/TableSearchControllerTest.php
M test/classes/controllers/TableStructureControllerTest.php
M test/classes/dbi/DBIMysqliTest.php
M test/classes/navigation/NavigationTest.php
M test/classes/navigation/NodeDatabaseChildTest.php
M test/classes/plugin/import/ImportCsvTest.php
M test/libraries/PMA_FormDisplay_tpl_test.php
M test/libraries/PMA_central_columns_test.php
M test/libraries/PMA_display_change_password_test.php
M test/libraries/PMA_display_create_table_test.php
M test/libraries/PMA_display_export_test.php
M test/libraries/PMA_insert_edit_test.php
M test/libraries/PMA_mult_submits_test.php
M test/libraries/PMA_normalization_test.php
M test/libraries/PMA_relation_test.php
M test/libraries/PMA_select_server_test.php
M test/libraries/PMA_server_replication_test.php
M test/libraries/PMA_server_status_advisor_test.php
M test/libraries/PMA_server_status_queries_test.php
M test/libraries/PMA_server_status_test.php
M test/libraries/PMA_server_status_variables_test.php
M test/libraries/PMA_server_user_groups_test.php
M test/libraries/PMA_sql_query_form_test.php
M test/libraries/PMA_tbl_tracking_test.php
M test/libraries/common/PMA_buildActionTitles_test.php
M test/libraries/common/PMA_checkParameters_test.php
M test/libraries/core/PMA_fatalError_test.php
M test/libraries/core/PMA_getTableCount_test_dis.php
M test/libraries/core/PMA_warnMissingExtension_test.php
M test/libraries/rte/PMA_RTN_getEditorForm_test.php
Log Message:
-----------
Remove no longer needed variables
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/e304c23d821b...2d47e4108470
Branch: refs/heads/QA_4_6
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 971e40d839621619ddbf18c6dd018d74a8e087f9
https://github.com/phpmyadmin/phpmyadmin/commit/971e40d839621619ddbf18c6dd0…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-02-12 (Fri, 12 Feb 2016)
Changed paths:
M js/openlayers/img/cloud-popup-relative.png
M js/openlayers/img/measuring-stick-off.png
M js/openlayers/img/measuring-stick-on.png
M js/openlayers/img/panning-hand-off.png
M js/openlayers/img/panning-hand-on.png
M js/openlayers/img/zoom-plus-mini.png
M js/openlayers/img/zoom-world-mini.png
M js/openlayers/img/zoombar.png
M js/openlayers/theme/default/img/add_point_off.png
M js/openlayers/theme/default/img/add_point_on.png
M js/openlayers/theme/default/img/draw_line_off.png
M js/openlayers/theme/default/img/draw_line_on.png
M js/openlayers/theme/default/img/draw_point_off.png
M js/openlayers/theme/default/img/draw_point_on.png
M js/openlayers/theme/default/img/draw_polygon_off.png
M js/openlayers/theme/default/img/draw_polygon_on.png
M js/openlayers/theme/default/img/editing_tool_bar.png
M js/openlayers/theme/default/img/move_feature_off.png
M js/openlayers/theme/default/img/move_feature_on.png
M js/openlayers/theme/default/img/navigation_history.png
M js/openlayers/theme/default/img/pan-panel.png
M js/openlayers/theme/default/img/pan_off.png
M js/openlayers/theme/default/img/pan_on.png
M js/openlayers/theme/default/img/panning-hand-off.png
M js/openlayers/theme/default/img/panning-hand-on.png
M js/openlayers/theme/default/img/remove_point_off.png
M js/openlayers/theme/default/img/remove_point_on.png
M js/openlayers/theme/default/img/ruler.png
M js/openlayers/theme/default/img/view_next_off.png
M js/openlayers/theme/default/img/view_previous_off.png
M js/openlayers/theme/default/img/zoom-panel-NOALPHA.png
M js/openlayers/theme/default/img/zoom-panel.png
M themes/original/img/b_column_add.png
M themes/original/img/b_edit.png
M themes/original/img/b_favorite.png
M themes/original/img/b_find_replace.png
M themes/original/img/b_index_add.png
M themes/original/img/b_inline_edit.png
M themes/original/img/b_no_favorite.png
M themes/original/img/b_save.png
M themes/original/img/b_table_add.png
M themes/original/img/b_undo.png
M themes/original/img/b_usrdrop.png
M themes/original/img/b_usredit.png
M themes/original/img/b_view_add.png
M themes/original/img/b_views.png
M themes/original/img/bd_deltbl.png
M themes/original/img/console.png
M themes/original/img/logo_left.png
M themes/original/img/new_struct.png
M themes/original/img/new_struct_hovered.png
M themes/original/img/normalize.png
M themes/original/img/s_lang.png
M themes/original/img/s_rights.png
M themes/original/img/s_top.png
M themes/original/img/sprites.png
M themes/original/img/vertical_line.png
M themes/original/img/zoom-world-mini.png
M themes/original/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png
M themes/original/jquery/images/ui-bg_glass_65_ffffff_1x400.png
M themes/original/jquery/images/ui-bg_glass_75_dadada_1x400.png
M themes/original/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png
M themes/original/jquery/images/ui-bg_glass_95_fef1ec_1x400.png
M themes/original/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png
M themes/original/jquery/images/ui-icons_222222_256x240.png
M themes/original/jquery/images/ui-icons_2e83ff_256x240.png
M themes/original/jquery/images/ui-icons_454545_256x240.png
M themes/original/jquery/images/ui-icons_888888_256x240.png
M themes/original/jquery/images/ui-icons_cd0a0a_256x240.png
M themes/original/screen.png
M themes/pmahomme/img/b_column_add.png
M themes/pmahomme/img/b_favorite.png
M themes/pmahomme/img/b_find_replace.png
M themes/pmahomme/img/b_move.png
M themes/pmahomme/img/b_no_favorite.png
M themes/pmahomme/img/b_plus.png
M themes/pmahomme/img/b_sqldoc.png
M themes/pmahomme/img/b_undo.png
M themes/pmahomme/img/bd_deltbl.png
M themes/pmahomme/img/bd_drop.png
M themes/pmahomme/img/bd_empty.png
M themes/pmahomme/img/bd_export.png
M themes/pmahomme/img/bd_firstpage.png
M themes/pmahomme/img/bd_ftext.png
M themes/pmahomme/img/bd_index.png
M themes/pmahomme/img/bd_lastpage.png
M themes/pmahomme/img/bd_primary.png
M themes/pmahomme/img/bd_select.png
M themes/pmahomme/img/bd_spatial.png
M themes/pmahomme/img/bd_unique.png
M themes/pmahomme/img/console.png
M themes/pmahomme/img/left_nav_bg.png
M themes/pmahomme/img/logo_left.png
M themes/pmahomme/img/new_struct.png
M themes/pmahomme/img/new_struct_hovered.png
M themes/pmahomme/img/normalize.png
M themes/pmahomme/img/pmd/2leftarrow.png
M themes/pmahomme/img/pmd/2rightarrow.png
M themes/pmahomme/img/pmd/Header.png
M themes/pmahomme/img/pmd/Header_Linked.png
M themes/pmahomme/img/pmd/ang_direct.png
M themes/pmahomme/img/pmd/exitFullscreen.png
M themes/pmahomme/img/pmd/help.png
M themes/pmahomme/img/pmd/help_relation.png
M themes/pmahomme/img/pmd/left_panel_butt.png
M themes/pmahomme/img/pmd/relation.png
M themes/pmahomme/img/pmd/save_as.png
M themes/pmahomme/img/pmd/small_tab.png
M themes/pmahomme/img/pmd/toggle_lines.png
M themes/pmahomme/img/pmd/top_panel.png
M themes/pmahomme/img/s_top.png
M themes/pmahomme/img/select_bg.png
M themes/pmahomme/img/sprites.png
M themes/pmahomme/img/toggle-ltr.png
M themes/pmahomme/img/toggle-rtl.png
M themes/pmahomme/img/vertical_line.png
M themes/pmahomme/img/zoom-world-mini.png
M themes/pmahomme/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png
M themes/pmahomme/jquery/images/ui-bg_glass_65_ffffff_1x400.png
M themes/pmahomme/jquery/images/ui-bg_glass_75_dadada_1x400.png
M themes/pmahomme/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png
M themes/pmahomme/jquery/images/ui-bg_glass_95_fef1ec_1x400.png
M themes/pmahomme/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png
M themes/pmahomme/jquery/images/ui-icons_222222_256x240.png
M themes/pmahomme/jquery/images/ui-icons_2e83ff_256x240.png
M themes/pmahomme/jquery/images/ui-icons_454545_256x240.png
M themes/pmahomme/jquery/images/ui-icons_888888_256x240.png
M themes/pmahomme/jquery/images/ui-icons_cd0a0a_256x240.png
M themes/pmahomme/screen.png
Log Message:
-----------
Optimize PNG images
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: c3d15bcfbe764b1f0b144e9b799794943604cd81
https://github.com/phpmyadmin/phpmyadmin/commit/c3d15bcfbe764b1f0b144e9b799…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-02-12 (Fri, 12 Feb 2016)
Changed paths:
M libraries/Theme.php
M themes/sprites.css.php
Log Message:
-----------
Do not rely on session variable, use passed one
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: b805b1d0c22ec9bd27795785c404947678c2318b
https://github.com/phpmyadmin/phpmyadmin/commit/b805b1d0c22ec9bd27795785c40…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-02-12 (Fri, 12 Feb 2016)
Changed paths:
M scripts/generate-sprites
M test/classes/ThemeTest.php
M themes/original/img/sprites.png
M themes/original/sprites.lib.php
M themes/pmahomme/img/sprites.png
M themes/pmahomme/sprites.lib.php
M themes/sprites.css.php
Log Message:
-----------
Let the sprites.lib.php define array instead of function
This allows us to test this code path without having duplicate function
names.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 971e40d839621619ddbf18c6dd018d74a8e087f9
https://github.com/phpmyadmin/phpmyadmin/commit/971e40d839621619ddbf18c6dd0…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-02-12 (Fri, 12 Feb 2016)
Changed paths:
M js/openlayers/img/cloud-popup-relative.png
M js/openlayers/img/measuring-stick-off.png
M js/openlayers/img/measuring-stick-on.png
M js/openlayers/img/panning-hand-off.png
M js/openlayers/img/panning-hand-on.png
M js/openlayers/img/zoom-plus-mini.png
M js/openlayers/img/zoom-world-mini.png
M js/openlayers/img/zoombar.png
M js/openlayers/theme/default/img/add_point_off.png
M js/openlayers/theme/default/img/add_point_on.png
M js/openlayers/theme/default/img/draw_line_off.png
M js/openlayers/theme/default/img/draw_line_on.png
M js/openlayers/theme/default/img/draw_point_off.png
M js/openlayers/theme/default/img/draw_point_on.png
M js/openlayers/theme/default/img/draw_polygon_off.png
M js/openlayers/theme/default/img/draw_polygon_on.png
M js/openlayers/theme/default/img/editing_tool_bar.png
M js/openlayers/theme/default/img/move_feature_off.png
M js/openlayers/theme/default/img/move_feature_on.png
M js/openlayers/theme/default/img/navigation_history.png
M js/openlayers/theme/default/img/pan-panel.png
M js/openlayers/theme/default/img/pan_off.png
M js/openlayers/theme/default/img/pan_on.png
M js/openlayers/theme/default/img/panning-hand-off.png
M js/openlayers/theme/default/img/panning-hand-on.png
M js/openlayers/theme/default/img/remove_point_off.png
M js/openlayers/theme/default/img/remove_point_on.png
M js/openlayers/theme/default/img/ruler.png
M js/openlayers/theme/default/img/view_next_off.png
M js/openlayers/theme/default/img/view_previous_off.png
M js/openlayers/theme/default/img/zoom-panel-NOALPHA.png
M js/openlayers/theme/default/img/zoom-panel.png
M themes/original/img/b_column_add.png
M themes/original/img/b_edit.png
M themes/original/img/b_favorite.png
M themes/original/img/b_find_replace.png
M themes/original/img/b_index_add.png
M themes/original/img/b_inline_edit.png
M themes/original/img/b_no_favorite.png
M themes/original/img/b_save.png
M themes/original/img/b_table_add.png
M themes/original/img/b_undo.png
M themes/original/img/b_usrdrop.png
M themes/original/img/b_usredit.png
M themes/original/img/b_view_add.png
M themes/original/img/b_views.png
M themes/original/img/bd_deltbl.png
M themes/original/img/console.png
M themes/original/img/logo_left.png
M themes/original/img/new_struct.png
M themes/original/img/new_struct_hovered.png
M themes/original/img/normalize.png
M themes/original/img/s_lang.png
M themes/original/img/s_rights.png
M themes/original/img/s_top.png
M themes/original/img/sprites.png
M themes/original/img/vertical_line.png
M themes/original/img/zoom-world-mini.png
M themes/original/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png
M themes/original/jquery/images/ui-bg_glass_65_ffffff_1x400.png
M themes/original/jquery/images/ui-bg_glass_75_dadada_1x400.png
M themes/original/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png
M themes/original/jquery/images/ui-bg_glass_95_fef1ec_1x400.png
M themes/original/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png
M themes/original/jquery/images/ui-icons_222222_256x240.png
M themes/original/jquery/images/ui-icons_2e83ff_256x240.png
M themes/original/jquery/images/ui-icons_454545_256x240.png
M themes/original/jquery/images/ui-icons_888888_256x240.png
M themes/original/jquery/images/ui-icons_cd0a0a_256x240.png
M themes/original/screen.png
M themes/pmahomme/img/b_column_add.png
M themes/pmahomme/img/b_favorite.png
M themes/pmahomme/img/b_find_replace.png
M themes/pmahomme/img/b_move.png
M themes/pmahomme/img/b_no_favorite.png
M themes/pmahomme/img/b_plus.png
M themes/pmahomme/img/b_sqldoc.png
M themes/pmahomme/img/b_undo.png
M themes/pmahomme/img/bd_deltbl.png
M themes/pmahomme/img/bd_drop.png
M themes/pmahomme/img/bd_empty.png
M themes/pmahomme/img/bd_export.png
M themes/pmahomme/img/bd_firstpage.png
M themes/pmahomme/img/bd_ftext.png
M themes/pmahomme/img/bd_index.png
M themes/pmahomme/img/bd_lastpage.png
M themes/pmahomme/img/bd_primary.png
M themes/pmahomme/img/bd_select.png
M themes/pmahomme/img/bd_spatial.png
M themes/pmahomme/img/bd_unique.png
M themes/pmahomme/img/console.png
M themes/pmahomme/img/left_nav_bg.png
M themes/pmahomme/img/logo_left.png
M themes/pmahomme/img/new_struct.png
M themes/pmahomme/img/new_struct_hovered.png
M themes/pmahomme/img/normalize.png
M themes/pmahomme/img/pmd/2leftarrow.png
M themes/pmahomme/img/pmd/2rightarrow.png
M themes/pmahomme/img/pmd/Header.png
M themes/pmahomme/img/pmd/Header_Linked.png
M themes/pmahomme/img/pmd/ang_direct.png
M themes/pmahomme/img/pmd/exitFullscreen.png
M themes/pmahomme/img/pmd/help.png
M themes/pmahomme/img/pmd/help_relation.png
M themes/pmahomme/img/pmd/left_panel_butt.png
M themes/pmahomme/img/pmd/relation.png
M themes/pmahomme/img/pmd/save_as.png
M themes/pmahomme/img/pmd/small_tab.png
M themes/pmahomme/img/pmd/toggle_lines.png
M themes/pmahomme/img/pmd/top_panel.png
M themes/pmahomme/img/s_top.png
M themes/pmahomme/img/select_bg.png
M themes/pmahomme/img/sprites.png
M themes/pmahomme/img/toggle-ltr.png
M themes/pmahomme/img/toggle-rtl.png
M themes/pmahomme/img/vertical_line.png
M themes/pmahomme/img/zoom-world-mini.png
M themes/pmahomme/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png
M themes/pmahomme/jquery/images/ui-bg_glass_65_ffffff_1x400.png
M themes/pmahomme/jquery/images/ui-bg_glass_75_dadada_1x400.png
M themes/pmahomme/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png
M themes/pmahomme/jquery/images/ui-bg_glass_95_fef1ec_1x400.png
M themes/pmahomme/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png
M themes/pmahomme/jquery/images/ui-icons_222222_256x240.png
M themes/pmahomme/jquery/images/ui-icons_2e83ff_256x240.png
M themes/pmahomme/jquery/images/ui-icons_454545_256x240.png
M themes/pmahomme/jquery/images/ui-icons_888888_256x240.png
M themes/pmahomme/jquery/images/ui-icons_cd0a0a_256x240.png
M themes/pmahomme/screen.png
Log Message:
-----------
Optimize PNG images
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: e304c23d821b82984606125c0b83775046e1a2c4
https://github.com/phpmyadmin/phpmyadmin/commit/e304c23d821b82984606125c0b8…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-02-12 (Fri, 12 Feb 2016)
Changed paths:
M js/openlayers/img/cloud-popup-relative.png
M js/openlayers/img/measuring-stick-off.png
M js/openlayers/img/measuring-stick-on.png
M js/openlayers/img/panning-hand-off.png
M js/openlayers/img/panning-hand-on.png
M js/openlayers/img/zoom-plus-mini.png
M js/openlayers/img/zoom-world-mini.png
M js/openlayers/img/zoombar.png
M js/openlayers/theme/default/img/add_point_off.png
M js/openlayers/theme/default/img/add_point_on.png
M js/openlayers/theme/default/img/draw_line_off.png
M js/openlayers/theme/default/img/draw_line_on.png
M js/openlayers/theme/default/img/draw_point_off.png
M js/openlayers/theme/default/img/draw_point_on.png
M js/openlayers/theme/default/img/draw_polygon_off.png
M js/openlayers/theme/default/img/draw_polygon_on.png
M js/openlayers/theme/default/img/editing_tool_bar.png
M js/openlayers/theme/default/img/move_feature_off.png
M js/openlayers/theme/default/img/move_feature_on.png
M js/openlayers/theme/default/img/navigation_history.png
M js/openlayers/theme/default/img/pan-panel.png
M js/openlayers/theme/default/img/pan_off.png
M js/openlayers/theme/default/img/pan_on.png
M js/openlayers/theme/default/img/panning-hand-off.png
M js/openlayers/theme/default/img/panning-hand-on.png
M js/openlayers/theme/default/img/remove_point_off.png
M js/openlayers/theme/default/img/remove_point_on.png
M js/openlayers/theme/default/img/ruler.png
M js/openlayers/theme/default/img/view_next_off.png
M js/openlayers/theme/default/img/view_previous_off.png
M js/openlayers/theme/default/img/zoom-panel-NOALPHA.png
M js/openlayers/theme/default/img/zoom-panel.png
M themes/original/img/b_column_add.png
M themes/original/img/b_edit.png
M themes/original/img/b_favorite.png
M themes/original/img/b_find_replace.png
M themes/original/img/b_index_add.png
M themes/original/img/b_inline_edit.png
M themes/original/img/b_no_favorite.png
M themes/original/img/b_save.png
M themes/original/img/b_table_add.png
M themes/original/img/b_undo.png
M themes/original/img/b_usrdrop.png
M themes/original/img/b_usredit.png
M themes/original/img/b_view_add.png
M themes/original/img/b_views.png
M themes/original/img/bd_deltbl.png
M themes/original/img/console.png
M themes/original/img/logo_left.png
M themes/original/img/new_struct.png
M themes/original/img/new_struct_hovered.png
M themes/original/img/normalize.png
M themes/original/img/s_lang.png
M themes/original/img/s_rights.png
M themes/original/img/s_top.png
M themes/original/img/sprites.png
M themes/original/img/vertical_line.png
M themes/original/img/zoom-world-mini.png
M themes/original/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png
M themes/original/jquery/images/ui-bg_glass_65_ffffff_1x400.png
M themes/original/jquery/images/ui-bg_glass_75_dadada_1x400.png
M themes/original/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png
M themes/original/jquery/images/ui-bg_glass_95_fef1ec_1x400.png
M themes/original/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png
M themes/original/jquery/images/ui-icons_222222_256x240.png
M themes/original/jquery/images/ui-icons_2e83ff_256x240.png
M themes/original/jquery/images/ui-icons_454545_256x240.png
M themes/original/jquery/images/ui-icons_888888_256x240.png
M themes/original/jquery/images/ui-icons_cd0a0a_256x240.png
M themes/original/screen.png
M themes/pmahomme/img/b_column_add.png
M themes/pmahomme/img/b_favorite.png
M themes/pmahomme/img/b_find_replace.png
M themes/pmahomme/img/b_move.png
M themes/pmahomme/img/b_no_favorite.png
M themes/pmahomme/img/b_plus.png
M themes/pmahomme/img/b_sqldoc.png
M themes/pmahomme/img/b_undo.png
M themes/pmahomme/img/bd_deltbl.png
M themes/pmahomme/img/bd_drop.png
M themes/pmahomme/img/bd_empty.png
M themes/pmahomme/img/bd_export.png
M themes/pmahomme/img/bd_firstpage.png
M themes/pmahomme/img/bd_ftext.png
M themes/pmahomme/img/bd_index.png
M themes/pmahomme/img/bd_lastpage.png
M themes/pmahomme/img/bd_primary.png
M themes/pmahomme/img/bd_select.png
M themes/pmahomme/img/bd_spatial.png
M themes/pmahomme/img/bd_unique.png
M themes/pmahomme/img/console.png
M themes/pmahomme/img/left_nav_bg.png
M themes/pmahomme/img/logo_left.png
M themes/pmahomme/img/new_struct.png
M themes/pmahomme/img/new_struct_hovered.png
M themes/pmahomme/img/normalize.png
M themes/pmahomme/img/pmd/2leftarrow.png
M themes/pmahomme/img/pmd/2rightarrow.png
M themes/pmahomme/img/pmd/Header.png
M themes/pmahomme/img/pmd/Header_Linked.png
M themes/pmahomme/img/pmd/ang_direct.png
M themes/pmahomme/img/pmd/exitFullscreen.png
M themes/pmahomme/img/pmd/help.png
M themes/pmahomme/img/pmd/help_relation.png
M themes/pmahomme/img/pmd/left_panel_butt.png
M themes/pmahomme/img/pmd/relation.png
M themes/pmahomme/img/pmd/save_as.png
M themes/pmahomme/img/pmd/small_tab.png
M themes/pmahomme/img/pmd/toggle_lines.png
M themes/pmahomme/img/pmd/top_panel.png
M themes/pmahomme/img/s_top.png
M themes/pmahomme/img/select_bg.png
M themes/pmahomme/img/sprites.png
M themes/pmahomme/img/toggle-ltr.png
M themes/pmahomme/img/toggle-rtl.png
M themes/pmahomme/img/vertical_line.png
M themes/pmahomme/img/zoom-world-mini.png
M themes/pmahomme/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png
M themes/pmahomme/jquery/images/ui-bg_glass_65_ffffff_1x400.png
M themes/pmahomme/jquery/images/ui-bg_glass_75_dadada_1x400.png
M themes/pmahomme/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png
M themes/pmahomme/jquery/images/ui-bg_glass_95_fef1ec_1x400.png
M themes/pmahomme/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png
M themes/pmahomme/jquery/images/ui-icons_222222_256x240.png
M themes/pmahomme/jquery/images/ui-icons_2e83ff_256x240.png
M themes/pmahomme/jquery/images/ui-icons_454545_256x240.png
M themes/pmahomme/jquery/images/ui-icons_888888_256x240.png
M themes/pmahomme/jquery/images/ui-icons_cd0a0a_256x240.png
M themes/pmahomme/screen.png
Log Message:
-----------
Merge branch 'QA_4_6'
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/a38e451cc808...e304c23d821b