..
Maintenance
Add exceptions for invalid identifier names
2022-03-19 17:35:35 -03:00
Partition
Add basic tests for Controllers\Table\Partition classes
2022-07-27 15:29:02 -03:00
Structure
Replace POST-var access with Serverrequest object - pt 2 ( #17787 )
2022-10-19 22:06:35 -03:00
AddFieldController.php
Use Database type instead of string ( #17746 )
2022-10-20 21:34:10 -03:00
ChangeController.php
Simplify onchange in InsertEdit.php
2022-10-17 21:28:57 +01:00
ChangeRowsController.php
Introduce the ServerRequest object to ChangeController
2022-06-08 19:12:19 -03:00
ChartController.php
Add ServerRequest parameter to all controllers
2022-07-28 01:00:08 -03:00
CreateController.php
Fix table creation
2022-08-17 20:31:51 +01:00
DeleteConfirmController.php
Add ServerRequest parameter to all controllers
2022-07-28 01:00:08 -03:00
DeleteRowsController.php
Add ServerRequest parameter to all controllers
2022-07-28 01:00:08 -03:00
DropColumnConfirmationController.php
Add method to AbstractController to send error messages
2022-03-20 16:39:33 -03:00
DropColumnController.php
Add ServerRequest parameter to all controllers
2022-07-28 01:00:08 -03:00
ExportController.php
Add ServerRequest parameter to all controllers
2022-07-28 01:00:08 -03:00
ExportRowsController.php
Add ServerRequest parameter to all controllers
2022-07-28 01:00:08 -03:00
FindReplaceController.php
Replace for loop with foreach
2022-10-14 20:42:42 +01:00
GetFieldController.php
Add ServerRequest parameter to all controllers
2022-07-28 01:00:08 -03:00
GisVisualizationController.php
Merge branch 'QA_5_2'
2022-09-19 23:26:15 -03:00
ImportController.php
Add ServerRequest parameter to all controllers
2022-07-28 01:00:08 -03:00
IndexesController.php
Add ServerRequest parameter to all controllers
2022-07-28 01:00:08 -03:00
IndexRenameController.php
Add ServerRequest parameter to all controllers
2022-07-28 01:00:08 -03:00
OperationsController.php
Extract dbi global variable from Index::loadIndexes
2022-09-07 21:59:03 -03:00
PrivilegesController.php
Fix exception for invalid db and table names for the privileges page
2022-09-30 20:49:21 -03:00
RecentFavoriteController.php
Reduce usage of the containerBuilder global variable
2022-09-29 22:36:46 -03:00
RelationController.php
Pass as argument to Table
2022-10-17 22:30:33 +01:00
ReplaceController.php
Pass as argument to Table
2022-10-17 22:30:33 +01:00
SearchController.php
Merge pull request #17800 from kamil-tekiela/Fix-phpstan-issues-2
2022-10-17 20:32:59 -03:00
SqlController.php
Add ServerRequest parameter to all controllers
2022-07-28 01:00:08 -03:00
StructureController.php
Improve return type of Index::getPrimary method
2022-09-07 23:25:20 -03:00
TrackingController.php
16276 - Reduce the usage of SuperGlobals ( #17795 )
2022-10-20 01:52:38 -03:00
TriggersController.php
Make Triggers a dependency
2022-10-18 13:53:14 +01:00
ZoomSearchController.php
Merge pull request #17800 from kamil-tekiela/Fix-phpstan-issues-2
2022-10-17 20:32:59 -03:00