Migrate exception log to grid view
authorMarcel Werk <burntime@woltlab.com>
Mon, 4 Nov 2024 14:56:15 +0000 (15:56 +0100)
committerMarcel Werk <burntime@woltlab.com>
Mon, 4 Nov 2024 14:56:15 +0000 (15:56 +0100)
commitd5535c94c43f8b3c3dd46451bd2573e0a139c23a
tree46803c80b74abd2ed134792d76ab360a0c7ee89b
parent8eb2088121d982417ef7b10dfc00c0d62dcf5fe2
Migrate exception log to grid view
16 files changed:
com.woltlab.wcf/templates/shared_gridView.tpl
com.woltlab.wcf/templates/shared_gridViewRows.tpl
ts/WoltLabSuite/Core/Acp/Controller/ExceptionLog/View.ts [new file with mode: 0644]
ts/WoltLabSuite/Core/Api/GridViews/GetRows.ts
ts/WoltLabSuite/Core/Component/GridView.ts
wcfsetup/install/files/acp/templates/exceptionLogView.tpl
wcfsetup/install/files/js/WoltLabSuite/Core/Acp/Controller/ExceptionLog/View.js [new file with mode: 0644]
wcfsetup/install/files/js/WoltLabSuite/Core/Api/GridViews/GetRows.js
wcfsetup/install/files/js/WoltLabSuite/Core/Component/GridView.js
wcfsetup/install/files/lib/acp/page/ExceptionLogViewPage.class.php
wcfsetup/install/files/lib/page/AbstractGridViewPage.class.php
wcfsetup/install/files/lib/system/endpoint/controller/core/gridViews/GetRows.class.php
wcfsetup/install/files/lib/system/view/grid/ArrayGridView.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/view/grid/DatabaseObjectListGridView.class.php
wcfsetup/install/files/lib/system/view/grid/ExceptionLogGridView.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/view/grid/GridViewColumn.class.php