Skip to content

Commit 412835e

Browse files
Merge pull request #18430 from kamil-tekiela/Remove-QBE
Feature request: Remove QBE
2 parents d612269 + 231ec1b commit 412835e

28 files changed

Lines changed: 1 addition & 3534 deletions

.github/workflows/test-selenium.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ jobs:
6565
- "Database/Events"
6666
- "Database/Operations"
6767
- "Database/Procedures"
68-
- "Database/QueryByExample"
6968
- "Database/Structure"
7069
- "Database/Triggers"
7170
- "Export"

doc/intro.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ Currently phpMyAdmin can:
3030
* administer multiple servers
3131
* add, edit, and remove MySQL user accounts and privileges
3232
* check referential integrity in MyISAM tables
33-
* using Query-by-example (QBE), create complex queries automatically
34-
connecting required tables
3533
* create :term:`PDF` graphics of your
3634
database layout
3735
* search globally in a database or a subset of it

js/src/database/qbe.ts

Lines changed: 0 additions & 87 deletions
This file was deleted.

libraries/classes/Config/Descriptions.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -362,9 +362,6 @@ private static function getDescriptions(): array
362362
'Limits number of table preferences which are stored in database, the oldest '
363363
. 'records are automatically removed.',
364364
),
365-
'Servers_savedsearches_desc' => __(
366-
'Leave blank for no QBE saved searches support, suggested: [kbd]pma__savedsearches[/kbd].',
367-
),
368365
'Servers_export_templates_desc' => __(
369366
'Leave blank for no export template support, suggested: [kbd]pma__export_templates[/kbd].',
370367
),
@@ -884,7 +881,6 @@ private static function getNames(): array
884881
'Servers_host_name' => __('Server hostname'),
885882
'Servers_LogoutURL_name' => __('Logout URL'),
886883
'Servers_MaxTableUiprefs_name' => __('Maximal number of table preferences to store'),
887-
'Servers_savedsearches_name' => __('QBE saved searches table'),
888884
'Servers_export_templates_name' => __('Export templates table'),
889885
'Servers_central_columns_name' => __('Central columns table'),
890886
'Servers_only_db_name' => __('Show only listed databases'),

libraries/classes/Controllers/Database/QueryByExampleController.php

Lines changed: 0 additions & 191 deletions
This file was deleted.

libraries/classes/Controllers/JavaScriptMessagesController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ private function setMessages(): array
7070
'strDroppingForeignKey' => __('Dropping Foreign key.'),
7171
'strOperationTakesLongTime' => __('This operation could take a long time. Proceed anyway?'),
7272
'strDropUserGroupWarning' => __('Do you really want to delete user group "%s"?'),
73-
'strConfirmDeleteQBESearch' => __('Do you really want to delete the search "%s"?'),
7473
'strConfirmNavigation' => __('You have unsaved changes; are you sure you want to leave this page?'),
7574
'strConfirmRowChange' => __(
7675
'You are trying to reduce the number of rows, but have already entered'

0 commit comments

Comments
 (0)