phpmyadmin/test/classes/Controllers/Table
Jesper Skytte Marcussen 23995b3c73
Adding inputmode numeric to integer fields (#17753)
* Adding inputmode numeric to integer fields

To easier use phpMyAdmin on touch devices with virtual keyboards, adding the inputmode ensures that the correct virtual keyboard is shown per default when focusing the field.

See https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/inputmode for more information.

Related to #17745.

Signed-off-by: Jesper Skytte <jesper@skytte.it>
2022-10-09 15:26:32 -03:00
..
Maintenance Add basic tests for Controllers\Table\Maintenance classes 2022-07-26 20:55:36 -03:00
Partition Add basic tests for Controllers\Table\Partition classes 2022-07-27 15:29:02 -03:00
Structure Add unit tests for Table\Structure\SpatialController class 2022-08-20 18:21:07 -03:00
AddFieldControllerTest.php Introduce the ServerRequest object to AddFieldController 2022-05-04 15:55:22 -03:00
ChangeControllerTest.php Adding inputmode numeric to integer fields (#17753) 2022-10-09 15:26:32 -03:00
ChangeRowsControllerTest.php Set dbi only when the test needs it 2022-07-14 02:21:45 -03:00
ChartControllerTest.php Add ServerRequest parameter to all controllers 2022-07-28 01:00:08 -03:00
CreateControllerTest.php Add ServerRequest parameter to all controllers 2022-07-28 01:00:08 -03:00
DeleteConfirmControllerTest.php Add ServerRequest parameter to all controllers 2022-07-28 01:00:08 -03:00
DeleteRowsControllerTest.php Add ServerRequest parameter to all controllers 2022-07-28 01:00:08 -03:00
DropColumnConfirmationControllerTest.php Set dbi only when the test needs it 2022-07-14 02:21:45 -03:00
DropColumnControllerTest.php Add ServerRequest parameter to all controllers 2022-07-28 01:00:08 -03:00
ExportControllerTest.php Remove loadContainerBuilder call from AbstractTestCase::setUp method 2022-09-29 20:22:31 -03:00
ExportRowsControllerTest.php Add ServerRequest parameter to all controllers 2022-07-28 01:00:08 -03:00
FindReplaceControllerTest.php Merge branch 'QA_5_2' 2022-07-19 15:51:12 -03:00
GetFieldControllerTest.php Add ServerRequest parameter to all controllers 2022-07-28 01:00:08 -03:00
GisVisualizationControllerTest.php Add ServerRequest parameter to all controllers 2022-07-28 01:00:08 -03:00
ImportControllerTest.php Add ServerRequest parameter to all controllers 2022-07-28 01:00:08 -03:00
IndexesControllerTest.php Remove db and table properties from controllers 2022-02-02 14:48:43 -03:00
IndexRenameControllerTest.php Add ServerRequest parameter to all controllers 2022-07-28 01:00:08 -03:00
OperationsControllerTest.php Remove loadContainerBuilder call from AbstractTestCase::setUp method 2022-09-29 20:22:31 -03:00
PrivilegesControllerTest.php Fix exception for invalid db and table names for the privileges page 2022-09-30 20:49:21 -03:00
RecentFavoriteControllerTest.php Reduce usage of the containerBuilder global variable 2022-09-29 22:36:46 -03:00
RelationControllerTest.php Remove db and table properties from controllers 2022-02-02 14:48:43 -03:00
ReplaceControllerTest.php Reduce usage of the containerBuilder global variable 2022-09-29 22:36:46 -03:00
SearchControllerTest.php Remove loadContainerBuilder call from AbstractTestCase::setUp method 2022-09-29 20:22:31 -03:00
SqlControllerTest.php Add ServerRequest parameter to all controllers 2022-07-28 01:00:08 -03:00
StructureControllerTest.php Extract dbi global variable from Index::loadIndexes 2022-09-07 21:59:03 -03:00
TrackingControllerTest.php Add ServerRequest parameter to all controllers 2022-07-28 01:00:08 -03:00
TriggersControllerTest.php Add ServerRequest parameter to all controllers 2022-07-28 01:00:08 -03:00
ZoomSearchControllerTest.php Add ServerRequest parameter to all controllers 2022-07-28 01:00:08 -03:00