phpmyadmin/libraries/classes
William Desportes bde3e5ae65
Move all index.php code to PhpMyAdmin\Routing and change cache name
Signed-off-by: William Desportes <williamdes@wdes.fr>

Fix some phpdoc comments

Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-03-28 10:38:11 +01:00
..
Charsets Remove useless return type annotations 2020-01-23 13:03:29 -03:00
Command Extract HTML from StorageEngine::getHtmlSelect() 2020-03-27 19:31:35 -03:00
Config Merge branch 'QA_5_0' 2020-02-23 13:33:32 +01:00
Controllers Extract HTML from row formats dropdown 2020-03-27 20:23:40 -03:00
Database Remove secondary_tabs template 2020-02-15 01:30:26 -03:00
Dbal Change DbiMysqli::fieldName to return string because false would be unsafe for actual usages 2020-02-14 23:37:01 +01:00
Di Remove unnecessary annotations 2020-01-20 17:35:56 -03:00
Display Merge branch 'QA_5_0' 2020-03-20 22:50:16 -04:00
Engines Use short versions of scalar types in PHP docs 2020-01-23 12:20:04 -03:00
Exceptions Remove unnecessary annotations 2020-01-20 17:35:56 -03:00
Gis Use short versions of scalar types in PHP docs 2020-01-23 12:20:04 -03:00
Html Fix Actions links in text mode 2020-03-08 15:44:03 +01:00
Navigation Fix #15893 - broken urls in navigation 2020-03-08 00:48:52 +01:00
Plugins Merge branch 'QA_5_0' 2020-03-20 22:50:16 -04:00
Properties Fix a coding standard issue 2020-02-05 01:57:54 -03:00
Rte Merge branch 'QA_5_0' 2020-02-22 20:57:11 +01:00
Server Merge branch 'QA_5_0' 2020-03-20 22:50:16 -04:00
Setup Use short versions of scalar types in PHP docs 2020-01-23 12:20:04 -03:00
Table Extract HTML from StorageEngine::getHtmlSelect() 2020-03-27 19:31:35 -03:00
Twig Extract HTML from StorageEngine::getHtmlSelect() 2020-03-27 19:31:35 -03:00
Utils Fix #15555 - Add IP2Long input transformation 2020-01-27 20:52:01 +01:00
Advisor.php Move SysInfo classes to the Server\SysInfo namespace 2020-02-16 17:22:44 -03:00
Bookmark.php Remove useless return type annotations 2020-01-23 13:03:29 -03:00
BrowseForeigners.php Merge branch 'QA_5_0' 2020-03-09 00:59:07 +01:00
CentralColumns.php Remove useless return type annotations 2020-01-23 13:03:29 -03:00
Charsets.php Remove useless return type annotations 2020-01-23 13:03:29 -03:00
CheckUserPrivileges.php Remove useless return type annotations 2020-01-23 13:03:29 -03:00
Common.php Extract db_table_exists.inc.php to DbTableExists class 2020-03-02 17:01:26 -03:00
Config.php Prepare for version 5.0.3-dev 2020-03-21 00:39:02 -04:00
Console.php Remove useless return type annotations 2020-01-23 13:03:29 -03:00
Core.php Merge branch 'QA_5_0' 2020-02-22 19:19:41 +01:00
CreateAddField.php Merge branch 'QA_5_0' 2020-03-19 23:41:17 +01:00
DatabaseInterface.php Merge branch 'QA_5_0' 2020-02-22 17:06:52 +01:00
DbTableExists.php Use early exit when possible in DbTableExists class 2020-03-02 18:39:46 -03:00
Encoding.php Remove useless return type annotations 2020-01-23 13:03:29 -03:00
Error.php Merge branch 'QA_5_0' 2020-03-20 22:50:16 -04:00
ErrorHandler.php Merge branch 'QA_5_0' 2020-03-20 22:50:16 -04:00
ErrorReport.php Remove useless return type annotations 2020-01-23 13:03:29 -03:00
Export.php Add some notes for the translators about source translations 2020-03-13 21:49:15 +01:00
File.php Remove useless return type annotations 2020-01-23 13:03:29 -03:00
FileListing.php Reference global funcs and consts via use statement 2020-01-21 22:13:36 -03:00
Font.php Use short versions of scalar types in PHP docs 2020-01-23 12:20:04 -03:00
Footer.php Remove useless return type annotations 2020-01-23 13:03:29 -03:00
Header.php Fix JS common_query and refreshMain usages 2020-03-10 23:00:16 +01:00
Import.php Fix 2 phpstan errors in libraries/classes/Import.php 2020-03-18 12:18:53 +01:00
Index.php Use short versions of scalar types in PHP docs 2020-01-23 12:20:04 -03:00
IndexColumn.php Use short versions of scalar types in PHP docs 2020-01-23 12:20:04 -03:00
InsertEdit.php Remove useless return type annotations 2020-01-23 13:03:29 -03:00
InternalRelations.php Remove unnecessary annotations 2020-01-20 17:35:56 -03:00
IpAllowDeny.php Use short versions of scalar types in PHP docs 2020-01-23 12:20:04 -03:00
Language.php Reference global funcs and consts via use statement 2020-01-21 22:13:36 -03:00
LanguageManager.php Use short versions of scalar types in PHP docs 2020-01-23 12:20:04 -03:00
Linter.php Reference global funcs and consts via use statement 2020-01-21 22:13:36 -03:00
ListAbstract.php Extract HTML from ListAbstract::getHtmlOptions() 2020-03-27 17:14:49 -03:00
ListDatabase.php Use short versions of scalar types in PHP docs 2020-01-23 12:20:04 -03:00
Logging.php Reference global funcs and consts via use statement 2020-01-21 22:13:36 -03:00
Menu.php Rename the multi-table query route 2020-02-12 17:04:59 -03:00
Message.php Improve Message class as suggested by Scrutinizer 2020-02-14 22:23:16 +01:00
Mime.php Reference global funcs and consts via use statement 2020-01-21 22:13:36 -03:00
MultSubmits.php Extract HTML from ListAbstract::getHtmlOptions() 2020-03-27 17:14:49 -03:00
Normalization.php Merge branch 'QA_5_0' 2020-02-22 20:57:11 +01:00
OpenDocument.php Reference global funcs and consts via use statement 2020-01-21 22:13:36 -03:00
Operations.php Merge branch 'QA_5_0' 2020-02-10 09:09:02 +01:00
OutputBuffering.php Use short versions of scalar types in PHP docs 2020-01-23 12:20:04 -03:00
ParseAnalyze.php Reference global funcs and consts via use statement 2020-01-21 22:13:36 -03:00
Partition.php Use short versions of scalar types in PHP docs 2020-01-23 12:20:04 -03:00
Pdf.php Use short versions of scalar types in PHP docs 2020-01-23 12:20:04 -03:00
Plugins.php Use short versions of scalar types in PHP docs 2020-01-23 12:20:04 -03:00
RecentFavoriteTable.php Use short versions of scalar types in PHP docs 2020-01-23 12:20:04 -03:00
Relation.php Use short versions of scalar types in PHP docs 2020-01-23 12:20:04 -03:00
RelationCleanup.php Remove use statements within the same namespace 2020-01-21 19:47:56 -03:00
Replication.php Use short versions of scalar types in PHP docs 2020-01-23 12:20:04 -03:00
ReplicationGui.php Merge branch 'QA_5_0' 2020-02-23 00:47:55 +01:00
ReplicationInfo.php Reference global funcs and consts via use statement 2020-01-21 22:13:36 -03:00
Response.php Remove useless return type annotations 2020-01-23 13:03:29 -03:00
Routing.php Move all index.php code to PhpMyAdmin\Routing and change cache name 2020-03-28 10:38:11 +01:00
Sanitize.php Remove useless return type annotations 2020-01-23 13:03:29 -03:00
SavedSearches.php Use short versions of scalar types in PHP docs 2020-01-23 12:20:04 -03:00
Scripts.php Reference global funcs and consts via use statement 2020-01-21 22:13:36 -03:00
Session.php Reference global funcs and consts via use statement 2020-01-23 00:33:24 -03:00
Sql.php Remove useless return type annotations 2020-01-23 13:03:29 -03:00
SqlQueryForm.php Use short versions of scalar types in PHP docs 2020-01-23 12:20:04 -03:00
StorageEngine.php Extract HTML from StorageEngine::getHtmlSelect() 2020-03-27 19:31:35 -03:00
SubPartition.php Use short versions of scalar types in PHP docs 2020-01-23 12:20:04 -03:00
SystemDatabase.php Reference global funcs and consts via use statement 2020-01-21 22:13:36 -03:00
Table.php Merge branch 'QA_5_0' 2020-02-22 23:48:01 +01:00
TablePartitionDefinition.php Remove useless return type annotations 2020-01-23 13:03:29 -03:00
Template.php Extract HTML from StorageEngine::getHtmlSelect() 2020-03-27 19:31:35 -03:00
Theme.php Use short versions of scalar types in PHP docs 2020-01-23 12:20:04 -03:00
ThemeManager.php Use short versions of scalar types in PHP docs 2020-01-23 12:20:04 -03:00
Tracker.php Merge branch 'QA_5_0' 2020-02-13 00:07:11 +01:00
Tracking.php Remove useless return type annotations 2020-01-23 13:03:29 -03:00
Transformations.php Merge branch 'QA_5_0' 2020-02-22 17:06:52 +01:00
TwoFactor.php Use short versions of scalar types in PHP docs 2020-01-23 12:20:04 -03:00
Types.php Use short versions of scalar types in PHP docs 2020-01-23 12:20:04 -03:00
Url.php Merge branch 'QA_5_0' 2020-02-09 18:07:24 +01:00
UserPassword.php Merge branch 'QA_5_0' 2020-03-20 22:50:16 -04:00
UserPreferences.php Reference global funcs and consts via use statement 2020-01-21 22:13:36 -03:00
Util.php Fix type error with Util::backquote 2020-03-10 13:30:25 -03:00
VersionInformation.php Merge branch 'QA_5_0' 2020-02-14 20:19:05 +01:00
ZipExtension.php Use short versions of scalar types in PHP docs 2020-01-23 12:20:04 -03:00