| .. |
|
Maintenance
|
Use single-line arrays when possible
|
2023-03-27 17:39:17 -03:00 |
|
Partition
|
Use single-line arrays when possible
|
2023-03-27 17:39:17 -03:00 |
|
Structure
|
Add missing traversable type hints
|
2023-04-02 01:32:12 -03:00 |
|
AddFieldController.php
|
Use single-line arrays when possible
|
2023-03-27 17:39:17 -03:00 |
|
ChangeController.php
|
Remove $timestampSeen which was always false
|
2023-04-23 11:20:05 +01:00 |
|
ChangeRowsController.php
|
Remove useless foreach
|
2023-05-11 23:02:29 +01:00 |
|
ChartController.php
|
Bettery types for DbiDummy / DummyResult
|
2023-04-07 21:47:07 +02:00 |
|
CreateController.php
|
Add trailing comma for multi-line functions
|
2023-02-24 20:48:46 -03:00 |
|
DeleteConfirmController.php
|
Replace assignments with null coalesce equal operator
|
2023-02-20 17:03:05 -03:00 |
|
DeleteRowsController.php
|
Rename variables to use camel case format
|
2023-03-26 21:47:50 -03:00 |
|
DropColumnConfirmationController.php
|
Remove unused variable in catch
|
2023-02-14 12:10:23 +00:00 |
|
DropColumnController.php
|
Add trailing comma for multi-line functions
|
2023-02-24 20:48:46 -03:00 |
|
ExportController.php
|
Replace superglobals with serverrequest in controllers
|
2023-04-12 15:49:31 -03:00 |
|
ExportRowsController.php
|
Remove useless foreach
|
2023-05-11 23:02:29 +01:00 |
|
FindReplaceController.php
|
Cast POST values to expected types
|
2023-04-08 22:27:24 +01:00 |
|
GetFieldController.php
|
Add trailing comma for multi-line functions
|
2023-02-24 20:48:46 -03:00 |
|
GisVisualizationController.php
|
Improve FieldMetadata
|
2023-04-07 21:46:19 +02:00 |
|
ImportController.php
|
Replace superglobals with serverrequest in controllers
|
2023-04-12 15:49:31 -03:00 |
|
IndexesController.php
|
Use single-line arrays when possible
|
2023-03-27 17:39:17 -03:00 |
|
IndexRenameController.php
|
Use single-line arrays when possible
|
2023-03-27 17:39:17 -03:00 |
|
OperationsController.php
|
Require single line for function calls
|
2023-03-26 23:10:10 -03:00 |
|
PrivilegesController.php
|
Use single-line arrays when possible
|
2023-03-27 17:39:17 -03:00 |
|
RecentFavoriteController.php
|
Reduce usage of the containerBuilder global variable
|
2022-09-29 22:36:46 -03:00 |
|
RelationController.php
|
Add missing traversable type hints
|
2023-04-02 01:32:12 -03:00 |
|
ReplaceController.php
|
Move $returnToSqlQuery out of the method
|
2023-04-23 11:20:04 +01:00 |
|
SearchController.php
|
Add missing traversable type hints
|
2023-04-02 01:32:12 -03:00 |
|
SqlController.php
|
Replace superglobals with serverrequest in controllers
|
2023-04-12 15:49:31 -03:00 |
|
StructureController.php
|
Add missing traversable type hints
|
2023-04-02 01:32:12 -03:00 |
|
TrackingController.php
|
Move the code around
|
2023-04-07 13:46:26 +01:00 |
|
TriggersController.php
|
Add trailing comma for multi-line functions
|
2023-02-24 20:48:46 -03:00 |
|
ZoomSearchController.php
|
Fix boolean condition
|
2023-04-08 22:58:50 +01:00 |