[Phpmyadmin-git] [phpmyadmin/phpmyadmin] 545db4: rfe #812 store export definitions for reuse

Marc Delisle marc at infomarc.info
Tue Jul 7 12:57:16 CEST 2015


  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 545db4a44353e0ee70a1a93ea01dce4d5c4cad70
      https://github.com/phpmyadmin/phpmyadmin/commit/545db4a44353e0ee70a1a93ea01dce4d5c4cad70
  Author: Madhura Jayaratne <madhura.cj at gmail.com>
  Date:   2015-07-02 (Thu, 02 Jul 2015)

  Changed paths:
    M config.sample.inc.php
    M doc/config.rst
    M examples/config.manyhosts.inc.php
    M js/export.js
    M libraries/DisplayResults.class.php
    M libraries/config.default.php
    M libraries/config/messages.inc.php
    M libraries/config/setup.forms.php
    M libraries/display_export.inc.php
    M libraries/display_export.lib.php
    M libraries/export.lib.php
    M libraries/plugins/export/ExportSql.class.php
    M libraries/relation.lib.php
    M libraries/relation_cleanup.lib.php
    M sql/create_tables.sql
    M sql/create_tables_drizzle.sql
    M tbl_export.php
    M test/libraries/PMA_display_export_test.php
    M test/libraries/PMA_relation_cleanup_test.php

  Log Message:
  -----------
  rfe #812 store export definitions for reuse

Signed-off-by: Madhura Jayaratne <madhura.cj at gmail.com>


  Commit: cc7d4c446e4ed6a9944a5c89ba37df83202d93a2
      https://github.com/phpmyadmin/phpmyadmin/commit/cc7d4c446e4ed6a9944a5c89ba37df83202d93a2
  Author: Madhura Jayaratne <madhura.cj at gmail.com>
  Date:   2015-07-02 (Thu, 02 Jul 2015)

  Changed paths:
    M libraries/display_export.inc.php

  Log Message:
  -----------
  Do not try to add template section when corresponding configuration table has not been setup

Signed-off-by: Madhura Jayaratne <madhura.cj at gmail.com>


  Commit: 4ab83556c628e3c01f446252115f570776003afe
      https://github.com/phpmyadmin/phpmyadmin/commit/4ab83556c628e3c01f446252115f570776003afe
  Author: Madhura Jayaratne <madhura.cj at gmail.com>
  Date:   2015-07-02 (Thu, 02 Jul 2015)

  Changed paths:
    M js/export.js
    M libraries/display_export.inc.php
    M libraries/display_export.lib.php
    M libraries/plugins/export/ExportSql.class.php
    M libraries/relation_cleanup.lib.php
    M sql/create_tables.sql
    M sql/create_tables_drizzle.sql
    M tbl_export.php

  Log Message:
  -----------
  Allow using templates created for other databases/tables

Signed-off-by: Madhura Jayaratne <madhura.cj at gmail.com>


  Commit: 8255a2d539cdf73ce6165a64f159426d32b5e9a9
      https://github.com/phpmyadmin/phpmyadmin/commit/8255a2d539cdf73ce6165a64f159426d32b5e9a9
  Author: Madhura Jayaratne <madhura.cj at gmail.com>
  Date:   2015-07-02 (Thu, 02 Jul 2015)

  Changed paths:
    M libraries/display_export.lib.php

  Log Message:
  -----------
  Specify maxlength for template name

Signed-off-by: Madhura Jayaratne <madhura.cj at gmail.com>


  Commit: 886574494553f2813b557e5edf5e8e15738ce356
      https://github.com/phpmyadmin/phpmyadmin/commit/886574494553f2813b557e5edf5e8e15738ce356
  Author: Madhura Jayaratne <madhura.cj at gmail.com>
  Date:   2015-07-02 (Thu, 02 Jul 2015)

  Changed paths:
    M js/export.js
    M libraries/display_export.lib.php

  Log Message:
  -----------
  Select newly created template from dropdown. Add an empty option to template dropdown to show selected template.

Signed-off-by: Madhura Jayaratne <madhura.cj at gmail.com>


  Commit: 0d5999e05201d4466110542df3d62eb804f6fda3
      https://github.com/phpmyadmin/phpmyadmin/commit/0d5999e05201d4466110542df3d62eb804f6fda3
  Author: Madhura Jayaratne <madhura.cj at gmail.com>
  Date:   2015-07-02 (Thu, 02 Jul 2015)

  Changed paths:
    M js/export.js
    M js/messages.php

  Log Message:
  -----------
  Indicate the success of the template operations

Signed-off-by: Madhura Jayaratne <madhura.cj at gmail.com>


  Commit: 61cbf6b3d99720418dd89c0d503c0faa71f725ef
      https://github.com/phpmyadmin/phpmyadmin/commit/61cbf6b3d99720418dd89c0d503c0faa71f725ef
  Author: Madhura Jayaratne <madhura.cj at gmail.com>
  Date:   2015-07-06 (Mon, 06 Jul 2015)

  Changed paths:
    M js/export.js
    M libraries/display_export.lib.php

  Log Message:
  -----------
  Submit template form on template change. Select template on `Back` button

Signed-off-by: Madhura Jayaratne <madhura.cj at gmail.com>


  Commit: 90efc18a701e5de38f53d17132a5aa0c114bc9f2
      https://github.com/phpmyadmin/phpmyadmin/commit/90efc18a701e5de38f53d17132a5aa0c114bc9f2
  Author: Madhura Jayaratne <madhura.cj at gmail.com>
  Date:   2015-07-06 (Mon, 06 Jul 2015)

  Changed paths:
    M js/export.js

  Log Message:
  -----------
  Include unchecked checboxes (which are ignored by serializeArray()) with null and uncheck them when loading the template

Signed-off-by: Madhura Jayaratne <madhura.cj at gmail.com>


  Commit: 0a326a40096ffde7e549c447571b681e4b1cdf25
      https://github.com/phpmyadmin/phpmyadmin/commit/0a326a40096ffde7e549c447571b681e4b1cdf25
  Author: Madhura Jayaratne <madhura.cj at gmail.com>
  Date:   2015-07-06 (Mon, 06 Jul 2015)

  Changed paths:
    M js/export.js

  Log Message:
  -----------
  Include empty multiselects

Signed-off-by: Madhura Jayaratne <madhura.cj at gmail.com>


  Commit: 335f1caf09e9a45d0f8388d621a72df1da0b697c
      https://github.com/phpmyadmin/phpmyadmin/commit/335f1caf09e9a45d0f8388d621a72df1da0b697c
  Author: Madhura Jayaratne <madhura.cj at gmail.com>
  Date:   2015-07-06 (Mon, 06 Jul 2015)

  Changed paths:
    M js/messages.php

  Log Message:
  -----------
  Fix typo

Signed-off-by: Madhura Jayaratne <madhura.cj at gmail.com>


  Commit: c987104160d74e64f181f16d3636c4cacf63bfc8
      https://github.com/phpmyadmin/phpmyadmin/commit/c987104160d74e64f181f16d3636c4cacf63bfc8
  Author: Madhura Jayaratne <madhura.cj at gmail.com>
  Date:   2015-07-06 (Mon, 06 Jul 2015)

  Changed paths:
    M js/export.js
    M libraries/display_export.lib.php
    M tbl_export.php

  Log Message:
  -----------
  Make scrutinizer happy

Signed-off-by: Madhura Jayaratne <madhura.cj at gmail.com>


  Commit: b0994d0507585bc791b3fc6f552f2a109bf13fcb
      https://github.com/phpmyadmin/phpmyadmin/commit/b0994d0507585bc791b3fc6f552f2a109bf13fcb
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2015-07-07 (Tue, 07 Jul 2015)

  Changed paths:
    M config.sample.inc.php
    M doc/config.rst
    M examples/config.manyhosts.inc.php
    M js/export.js
    M js/messages.php
    M libraries/DisplayResults.class.php
    M libraries/config.default.php
    M libraries/config/messages.inc.php
    M libraries/config/setup.forms.php
    M libraries/display_export.inc.php
    M libraries/display_export.lib.php
    M libraries/export.lib.php
    M libraries/relation.lib.php
    M sql/create_tables.sql
    M sql/create_tables_drizzle.sql
    M tbl_export.php
    M test/libraries/PMA_display_export_test.php
    M test/libraries/PMA_relation_cleanup_test.php

  Log Message:
  -----------
  Merge pull request #1771 from madhuracj/rfe812

#812 store export definitions for reuse


Compare: https://github.com/phpmyadmin/phpmyadmin/compare/4962b4606241...b0994d050758


More information about the Git mailing list