[Phpmyadmin-git] [phpmyadmin/phpmyadmin] 1044df: refactor server_replication.php

Marc Delisle marc at infomarc.info
Fri Jun 21 22:14:58 CEST 2013


  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 1044df611a3f3d7cb33a2e57171610b29328f456
      https://github.com/phpmyadmin/phpmyadmin/commit/1044df611a3f3d7cb33a2e57171610b29328f456
  Author: xmujay <xmujay at gmail.com>
  Date:   2013-06-19 (Wed, 19 Jun 2013)

  Changed paths:
    M libraries/replication.inc.php
    M libraries/replication_gui.lib.php
    M libraries/server_common.lib.php
    M server_replication.php
    M server_status.php

  Log Message:
  -----------
  refactor server_replication.php
1. render HTML at once
2. split long functions


  Commit: 79af5a3cd79b2bdf0694e05ce3a90ffa80a5987c
      https://github.com/phpmyadmin/phpmyadmin/commit/79af5a3cd79b2bdf0694e05ce3a90ffa80a5987c
  Author: xmujay <xmujay at gmail.com>
  Date:   2013-06-20 (Thu, 20 Jun 2013)

  Changed paths:
    M ChangeLog
    M browse_foreigners.php
    M doc/config.rst
    M js/ajax.js
    M js/makegrid.js
    M js/server_privileges.js
    M libraries/Config.class.php
    M libraries/DisplayResults.class.php
    A libraries/StringMB.class.php
    A libraries/StringNative.class.php
    M libraries/Util.class.php
    M libraries/config.default.php
    M libraries/config.values.php
    M libraries/navigation/NavigationTree.class.php
    M libraries/navigation/Nodes/Node_Database.class.php
    M libraries/navigation/Nodes/Node_Table.class.php
    M libraries/operations.lib.php
    M libraries/parse_analyze.inc.php
    M libraries/plugins/transformations/abstract/SubstringTransformationsPlugin.class.php
    M libraries/relation.lib.php
    M libraries/server_bin_log.lib.php
    M libraries/server_privileges.lib.php
    M libraries/sql.lib.php
    M libraries/sqlparser.lib.php
    M libraries/string.lib.php
    R libraries/string_mb.lib.php
    R libraries/string_native.lib.php
    M pmd_save_pos.php
    M po/af.po
    M po/ar.po
    M po/az.po
    M po/be.po
    M po/be at latin.po
    M po/bg.po
    M po/bn.po
    M po/br.po
    M po/bs.po
    M po/ca.po
    M po/ckb.po
    M po/cs.po
    M po/cy.po
    M po/da.po
    M po/de.po
    M po/el.po
    M po/en_GB.po
    M po/es.po
    M po/et.po
    M po/eu.po
    M po/fa.po
    M po/fi.po
    M po/fr.po
    M po/gl.po
    M po/he.po
    M po/hi.po
    M po/hr.po
    M po/hu.po
    M po/hy.po
    M po/ia.po
    M po/id.po
    M po/it.po
    M po/ja.po
    M po/ka.po
    M po/kk.po
    M po/kn.po
    M po/ko.po
    M po/lt.po
    M po/lv.po
    M po/mk.po
    M po/ml.po
    M po/mn.po
    M po/ms.po
    M po/nb.po
    M po/nl.po
    M po/pa.po
    M po/phpmyadmin.pot
    M po/pl.po
    M po/pt.po
    M po/pt_BR.po
    M po/ro.po
    M po/ru.po
    M po/si.po
    M po/sk.po
    M po/sl.po
    M po/sq.po
    M po/sr.po
    M po/sr at latin.po
    M po/sv.po
    M po/ta.po
    M po/te.po
    M po/th.po
    M po/tk.po
    M po/tr.po
    M po/tt.po
    M po/ug.po
    M po/uk.po
    M po/ur.po
    M po/uz.po
    M po/uz at latin.po
    M po/zh_CN.po
    M po/zh_TW.po
    M sql.php
    M tbl_tracking.php
    M test/libraries/PMA_STR_sub_test.php

  Log Message:
  -----------
  Merge branch 'master' of https://github.com/phpmyadmin/phpmyadmin into 0616_server_replication


  Commit: cad22421ae07cf245659b024e2db042f4396884a
      https://github.com/phpmyadmin/phpmyadmin/commit/cad22421ae07cf245659b024e2db042f4396884a
  Author: xmujay <xmujay at gmail.com>
  Date:   2013-06-20 (Thu, 20 Jun 2013)

  Changed paths:
    M libraries/replication_gui.lib.php
    M server_replication.php

  Log Message:
  -----------
  1. fix the undefine error
2. add function to render same html tags


  Commit: 252a3925929eaa7d44441d21ea51971cbda69d38
      https://github.com/phpmyadmin/phpmyadmin/commit/252a3925929eaa7d44441d21ea51971cbda69d38
  Author: xmujay <xmujay at gmail.com>
  Date:   2013-06-21 (Fri, 21 Jun 2013)

  Changed paths:
    M libraries/replication.inc.php
    M libraries/replication_gui.lib.php
    M server_replication.php
    M server_status.php

  Log Message:
  -----------
  1. change the function name
2. fix Div function
3. using $_REQUEST when the variable is in the request list


  Commit: c43991c3908bbf45b50cfca32e940e2bbd5b1fe2
      https://github.com/phpmyadmin/phpmyadmin/commit/c43991c3908bbf45b50cfca32e940e2bbd5b1fe2
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2013-06-21 (Fri, 21 Jun 2013)

  Changed paths:
    M libraries/replication.inc.php
    M libraries/replication_gui.lib.php
    M libraries/server_common.lib.php
    M server_replication.php
    M server_status.php

  Log Message:
  -----------
  Merge pull request #435 from xmujay/0616_server_replication

refactor server_replication.php 1. render HTML at once 2. split long functions


Compare: https://github.com/phpmyadmin/phpmyadmin/compare/529f3408b471...c43991c3908b


More information about the Git mailing list