[phpMyAdmin Git] [phpmyadmin/phpmyadmin] a923d1: Fix gitnore file to ignore only files at current l...

Michal Čihař michal at cihar.com
Mon Nov 27 14:25:35 CET 2017


  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: a923d1483d62e3175c85a04ff0235c80f6f88bcb
      https://github.com/phpmyadmin/phpmyadmin/commit/a923d1483d62e3175c85a04ff0235c80f6f88bcb
  Author: Michal Čihař <michal at cihar.com>
  Date:   2017-11-27 (Mon, 27 Nov 2017)

  Changed paths:
    M themes/.gitignore

  Log Message:
  -----------
  Fix gitnore file to ignore only files at current level

Signed-off-by: Michal Čihař <michal at cihar.com>


  Commit: 502e1edd064a0cf23f8246a00a0a297ac3b0c459
      https://github.com/phpmyadmin/phpmyadmin/commit/502e1edd064a0cf23f8246a00a0a297ac3b0c459
  Author: Michal Čihař <michal at cihar.com>
  Date:   2017-11-27 (Mon, 27 Nov 2017)

  Changed paths:
    A themes/pmahomme/css/icons.css.php

  Log Message:
  -----------
  Add icons css

This should have been part of fd9150460ee12fe3d0678bbad13360735f631a7e,
but was ommited due to too aggressive .gitignore, which was fixed in
a923d1483d62e3175c85a04ff0235c80f6f88bcb.

Signed-off-by: Michal Čihař <michal at cihar.com>


  Commit: 0aed31b8549e6a78d3c04ab0add96ad5ffcb13d1
      https://github.com/phpmyadmin/phpmyadmin/commit/0aed31b8549e6a78d3c04ab0add96ad5ffcb13d1
  Author: Michal Čihař <michal at cihar.com>
  Date:   2017-11-27 (Mon, 27 Nov 2017)

  Changed paths:
    M js/ajax.js
    M js/db_search.js
    M js/error_report.js
    M js/functions.js
    M js/menu-resizer.js
    M js/pmd/history.js
    M js/server_status_monitor.js
    M js/server_status_processes.js

  Log Message:
  -----------
  Remove extension from js images API

Now when we use CSS classes, it's up to themes to define this.

Signed-off-by: Michal Čihař <michal at cihar.com>


  Commit: bed6fb4ebdc5f83ed30fe3e83e380baf24ed2fa5
      https://github.com/phpmyadmin/phpmyadmin/commit/bed6fb4ebdc5f83ed30fe3e83e380baf24ed2fa5
  Author: Michal Čihař <michal at cihar.com>
  Date:   2017-11-27 (Mon, 27 Nov 2017)

  Changed paths:
    M index.php
    M libraries/classes/CentralColumns.php
    M libraries/classes/Config/FormDisplayTemplate.php
    M libraries/classes/Console.php
    M libraries/classes/Controllers/Server/ServerDatabasesController.php
    M libraries/classes/Controllers/Table/TableSearchController.php
    M libraries/classes/Controllers/Table/TableStructureController.php
    M libraries/classes/Display/Export.php
    M libraries/classes/Display/Results.php
    M libraries/classes/Footer.php
    M libraries/classes/Header.php
    M libraries/classes/Index.php
    M libraries/classes/InsertEdit.php
    M libraries/classes/Menu.php
    M libraries/classes/Message.php
    M libraries/classes/Navigation/NavigationHeader.php
    M libraries/classes/Navigation/NavigationTree.php
    M libraries/classes/Navigation/Nodes/Node.php
    M libraries/classes/Navigation/Nodes/NodeColumn.php
    M libraries/classes/Navigation/Nodes/NodeColumnContainer.php
    M libraries/classes/Navigation/Nodes/NodeDatabase.php
    M libraries/classes/Navigation/Nodes/NodeDatabaseChild.php
    M libraries/classes/Navigation/Nodes/NodeDatabaseContainer.php
    M libraries/classes/Navigation/Nodes/NodeEvent.php
    M libraries/classes/Navigation/Nodes/NodeEventContainer.php
    M libraries/classes/Navigation/Nodes/NodeFunction.php
    M libraries/classes/Navigation/Nodes/NodeFunctionContainer.php
    M libraries/classes/Navigation/Nodes/NodeIndex.php
    M libraries/classes/Navigation/Nodes/NodeIndexContainer.php
    M libraries/classes/Navigation/Nodes/NodeProcedure.php
    M libraries/classes/Navigation/Nodes/NodeProcedureContainer.php
    M libraries/classes/Navigation/Nodes/NodeTable.php
    M libraries/classes/Navigation/Nodes/NodeTableContainer.php
    M libraries/classes/Navigation/Nodes/NodeTrigger.php
    M libraries/classes/Navigation/Nodes/NodeTriggerContainer.php
    M libraries/classes/Navigation/Nodes/NodeView.php
    M libraries/classes/Navigation/Nodes/NodeViewContainer.php
    M libraries/classes/Normalization.php
    M libraries/classes/Operations.php
    M libraries/classes/RecentFavoriteTable.php
    M libraries/classes/Rte/RteList.php
    M libraries/classes/Sanitize.php
    M libraries/classes/Server/Privileges.php
    M libraries/classes/Server/Status/Advisor.php
    M libraries/classes/Server/Status/Monitor.php
    M libraries/classes/Server/Status/Processes.php
    M libraries/classes/Server/UserGroups.php
    M libraries/classes/Sql.php
    M libraries/classes/Tracking.php
    M libraries/classes/Util.php
    M libraries/user_preferences.inc.php
    M tbl_change.php
    M templates/database/create_table.twig
    M templates/database/structure/print_view_data_dictionary_link.twig
    M templates/database/structure/structure_table_row.twig
    M templates/database/structure/tracking_icon.twig
    M templates/display/import/options.twig
    M templates/privileges/add_user_fieldset.twig
    M templates/privileges/delete_user_fieldset.twig
    M templates/server/databases/create.twig
    M templates/server/databases/databases_footer.twig
    M templates/server/databases/table_header.twig
    M templates/server/databases/table_row.twig
    M templates/server/engines/engine.twig
    M templates/server/sub_page_header.twig
    M templates/server/variables/link_template.twig
    M templates/server/variables/variable_row.twig
    M templates/table/relation/foreign_key_row.twig
    M templates/table/search/input_box.twig
    M templates/table/secondary_tabs.twig
    M templates/table/structure/actions_in_table_structure.twig
    M templates/table/structure/add_column.twig
    M templates/table/structure/check_all_table_column.twig
    M templates/table/structure/display_structure.twig
    M templates/table/structure/display_table_stats.twig
    M templates/table/structure/optional_action_links.twig
    M test/classes/Controllers/Server/ServerVariablesControllerTest.php
    M test/classes/Display/CreateTableTest.php
    M test/classes/Server/PrivilegesTest.php
    M test/classes/UtilTest.php

  Log Message:
  -----------
  Avois passing extension to Util::getImage

We do not use it anyway for quite some time and this way it's less
processing to generate the img tag.

Signed-off-by: Michal Čihař <michal at cihar.com>


Compare: https://github.com/phpmyadmin/phpmyadmin/compare/fd9150460ee1...bed6fb4ebdc5


More information about the Git mailing list