[WordPress] 外掛分享: Database Debugging Tools for Developers

前言介紹

  • 這款 WordPress 外掛「Database Debugging Tools for Developers」是 2015-11-02 上架。
  • 目前有 10 個安裝啟用數。
  • 上一次更新是 2016-12-24,距離現在已有 3054 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
  • 外掛最低要求 WordPress 3.6 以上版本才可以安裝。
  • 有 1 人給過評分。
  • 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。

外掛協作開發者

magenta-cuda |

外掛標籤

diff | tool | backup | testing | database |

內容簡介

此工具是專為 WordPress 開發人員設計,用於測試和除錯。

備份工具讓您可以快速備份單個 MySQL 表格,並將其複製到同一資料庫中,例如使用「CREATE TABLE copy LIKE orig; INSERT INTO copy SELECT * FROM orig;」。
當您知道只有一些表格會更改,因此不必保存和還原整個資料庫時,此工具非常有用。
對於重複測試最有用,即備份表格,測試,還原表格,測試,還原表格,...,測試,還原表格,刪除備份。

差異工具顯示所選表格中插入、更新或刪除的列。
對於更新的列,已更改值的欄會用顏色突出顯示 - 紅色為原始值,綠色為新值。
雖然表格儲存格中的大型值會被截短,但點擊儲存格可取得完整值。
此外,使用 JSON.stringify( value, 4 ) 對序列化值進行格式化。
差異工具旨在查看少量 WordPress 操作對資料庫表格的影響,因此不適用於測試大量 WordPress 操作。

請訪問 https://wpdbdt.wordpress.com/ 以獲得快速介紹。

此外掛需要至少 PHP 5.4。

原文外掛簡介

These tools are intended to be used by WordPress developers for testing and debugging.
The backup tool lets you do a quick backup of individual MySQL tables by duplication into the same database, i.e. using “CREATE TABLE copy LIKE orig; INSERT INTO copy SELECT * FROM orig;”.
Useful for testing when you know only some tables will be changed so you don’t have to save and restore the entire database.
Most useful for repeated testing, i.e. backup table(s), test, restore table(s), test, restore table(s), … test, restore table(s), delete backup.
The diff tool shows the rows in the selected tables that were inserted, updated or deleted.
For updated rows the columns that have changed values have the values highlighted – red for the original value and green for the new value.
Although large values are truncated in table cells the full value is available by clicking on the table cell.
Further, serialized values are prettified using JSON.stringify( value, 4 ).
The diff tool is intended for viewing the effect on the database tables of a small number of WordPress operations,
i.e. it is not suitable for testing a large number of WordPress operations.
Please visit https://wpdbdt.wordpress.com/ for a very quick introduction.
This plugin requires at least PHP 5.4.

各版本下載點

  • 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
  • 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Database Debugging Tools for Developers」來進行安裝。

(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。


1.0 | 2.0 | 2.1 | 2.2 | 2.0.1 | 2.1.1 | trunk | 2.0.0.1 | 2.0.1.1 | 2.1.0.1 | 2.1.0.2 | 2.2.0.1 |

延伸相關外掛(你可能也想知道)

  • Audit Trail 》Audit Trail 是一個 WordPress 外掛,用於追蹤您的部落格內的活動記錄。透過記錄特定操作(例如誰在什麼時候登入),並以日誌的形式儲存此信息,不僅如此,它...。
  • Email Post Changes 》每當對文章或頁面做出更改時,這些更改皆會寄送電子郵件給您指定的使用者及電子郵件地址。, 您可以選擇性地設定要寄送哪些類型的更改(文章更改、頁面更改、...。

文章
Filter
Apply Filters
Mastodon