| .. |
|
Console/Bookmark
|
Replace $GLOBALS['cfg']['Server'] with Config::$selectedServer
|
2023-08-20 14:49:57 -03:00 |
|
Database
|
Merge branch 'QA_5_2'
|
2023-09-19 11:54:06 -03:00 |
|
Export
|
Replace $GLOBALS['cfg'] with Config::$settings array
|
2023-08-27 22:23:36 -03:00 |
|
Import
|
Replace $GLOBALS['cfg']['Server'] with Config::$selectedServer
|
2023-08-20 14:49:57 -03:00 |
|
Normalization
|
fix: removed inline onclick javascript events (#18687)
|
2023-09-08 02:20:18 -03:00 |
|
Server
|
Replace $GLOBALS['cfg'] with Config::$settings array
|
2023-08-27 22:23:36 -03:00 |
|
Sql
|
Use getColumn in getValuesForColumn
|
2023-09-05 11:17:44 +01:00 |
|
Table
|
Merge pull request #18689 from kamil-tekiela/getNumberOfFieldsFromRequest
|
2023-09-04 17:20:46 -03:00 |
|
Transformation
|
Replace DatabaseInterface global var with a singleton object
|
2023-08-18 14:08:10 -03:00 |
|
Triggers
|
Replace $GLOBALS['cfg']['Server'] with Config::$selectedServer
|
2023-08-20 14:49:57 -03:00 |
|
AbstractControllerTest.php
|
Remove ExitException from AbstractController::checkParameters()
|
2023-09-02 14:48:02 -03:00 |
|
BrowseForeignersControllerTest.php
|
Replace $GLOBALS['cfg']['Server'] with Config::$selectedServer
|
2023-08-20 14:49:57 -03:00 |
|
CheckRelationsControllerTest.php
|
Replace DatabaseInterface global var with a singleton object
|
2023-08-18 14:08:10 -03:00 |
|
CollationConnectionControllerTest.php
|
Move Core::sendHeaderLocation() to ResponseRenderer::redirect()
|
2023-08-06 17:43:42 -03:00 |
|
GisDataEditorControllerTest.php
|
Replace DatabaseInterface global var with a singleton object
|
2023-08-18 14:08:10 -03:00 |
|
HomeControllerTest.php
|
Refactor the ServerRequest::getRoute() method
|
2023-08-12 01:45:12 -03:00 |
|
JavaScriptMessagesControllerTest.php
|
Refactor JavaScriptMessagesController to return a Response object
|
2023-07-30 17:22:18 -03:00 |
|
LintControllerTest.php
|
Replace DatabaseInterface global var with a singleton object
|
2023-08-18 14:08:10 -03:00 |
|
LogoutControllerTest.php
|
Replace PHPUnit annotations with attributes
|
2023-06-07 11:44:01 -03:00 |
|
NavigationControllerTest.php
|
Disable AJAX for navigation sidebar links
|
2023-08-25 14:54:45 -03:00 |
|
SchemaExportControllerTest.php
|
Replace DatabaseInterface global var with a singleton object
|
2023-08-18 14:08:10 -03:00 |
|
ThemeSetControllerTest.php
|
Replace $GLOBALS['cfg'] with Config::$settings array
|
2023-08-27 22:23:36 -03:00 |
|
VersionCheckControllerTest.php
|
Replace DatabaseInterface global var with a singleton object
|
2023-08-18 14:08:10 -03:00 |