phpmyadmin/libraries/classes
Maurício Meneghini Fauth f29add97c4
Merge pull request #15198 from murex971/css-changes
Span converted to button
2019-04-26 22:41:57 -03:00
..
Config Use Null Coalesce Operator 2019-04-19 21:58:21 -03:00
Controllers Create Server\ReplicationController 2019-04-06 20:26:06 -03:00
Database Merge branch 'QA_4_8' 2019-04-01 20:46:54 +02:00
Dbi Refactor Navigation\NavigationTree 2019-04-24 02:25:48 -03:00
Di Update PHPDoc 2019-01-13 09:52:46 +01:00
Display Use Null Coalesce Operator 2019-04-19 21:58:21 -03:00
Engines Merge pull request #14860 from Tithugues/feature/use-real-names-not-aliases 2019-01-14 22:55:37 -03:00
Gis Remove useless parenthesis 2019-01-20 01:23:53 +01:00
Navigation Extract HTML from NavigationTree::renderPath() 2019-04-24 15:10:26 -03:00
Plugins Use DI for $dbi global in Export class 2019-04-17 22:10:43 -03:00
Properties Update PHPDoc 2019-01-13 09:52:46 +01:00
Rte Create database RTE controllers 2019-03-22 02:35:45 -03:00
Server Create PhpMyAdmin\Controllers\HomeController 2019-03-15 21:20:44 -03:00
Setup Extract HTML from Setup\FormProcessing 2019-04-09 22:44:06 -03:00
Twig Extract HTML from Navigation\NavigationHeader 2019-04-23 22:20:06 -03:00
Utils Format array declarations 2019-01-07 14:31:39 -02:00
Advisor.php Merge pull request #14862 from Tithugues/feature/rewrite-concat-and-operations 2019-01-16 02:25:43 -03:00
Bookmark.php Merge branch 'QA_4_8' 2019-03-07 00:00:39 +01:00
BrowseForeigners.php Format array declarations 2019-01-07 14:31:39 -02:00
CentralColumns.php Fix some PHPStan and phpcs errors 2019-03-19 15:17:41 -03:00
Charsets.php Fix wrong locale code 2019-01-12 23:36:14 +01:00
CheckUserPrivileges.php Remove libraries/check_user_privileges.inc.php 2019-01-22 18:18:21 -02:00
Config.php Prepare for 4.8.6-dev 2019-01-25 22:43:24 -05:00
Console.php Remove $GLOBALS['dbi'] from Relation class 2018-08-30 19:05:09 -03:00
Core.php Refactor index.php 2019-03-16 18:07:31 -03:00
CreateAddField.php Format array declarations 2019-01-07 14:31:39 -02:00
DatabaseInterface.php Replace dbi global with $this in DatabaseInterface 2019-04-18 01:51:26 -03:00
Encoding.php Use real function names, not their aliases 2019-01-12 23:37:52 +01:00
Error.php Format array declarations 2019-01-07 14:31:39 -02:00
ErrorHandler.php Merge branch 'QA_4_8' 2019-03-30 12:29:07 +01:00
ErrorReport.php Format array declarations 2019-01-07 14:31:39 -02:00
Export.php Use DI for $dbi global in Export class 2019-04-17 22:10:43 -03:00
File.php phpstan level 2 - Fix phpdoc 2018-11-25 13:57:55 +01:00
FileListing.php Adds space after not (!) and type cast 2019-01-05 21:56:34 -02:00
Font.php Rewrite some concatenations or operations done in a long way 2019-01-13 00:18:47 +01:00
Footer.php Extract HTML from Footer::getDisplay() 2019-04-19 16:39:24 -03:00
Header.php Fetch dbi from DI instead of global in Navigation class 2019-04-23 16:43:16 -03:00
Import.php Merge branch 'QA_4_8' 2019-04-04 22:52:49 +02:00
Index.php Reduce nested ifs 2019-01-12 23:06:04 +01:00
IndexColumn.php Adds space after not (!) and type cast 2019-01-05 21:56:34 -02:00
InsertEdit.php Merge branch 'QA_4_8' 2019-03-26 21:05:09 +01:00
InternalRelations.php Create PhpMyAdmin\InternalRelations 2019-03-24 17:23:42 -03:00
IpAllowDeny.php Fix some PHPStan and phpcs errors 2019-03-19 15:17:41 -03:00
Language.php Update PHPDoc 2019-01-13 09:52:46 +01:00
LanguageManager.php Merge branch 'QA_4_8' 2019-04-17 19:39:33 -03:00
Linter.php Remove useless parenthesis 2019-01-20 01:23:53 +01:00
ListAbstract.php Upgrade phpmyadmin/coding-standard to v1.0 2019-01-08 01:26:26 -02:00
ListDatabase.php Remove libraries/check_user_privileges.inc.php 2019-01-22 18:18:21 -02:00
Logging.php Merge commit 'f44c3c' 2018-11-13 18:18:58 -05:00
Menu.php Merge branch 'QA_4_8' 2019-02-27 13:59:44 -03:00
Message.php Merge branch 'QA_4_8' 2019-03-02 11:33:40 +01:00
Mime.php Upgrade phpmyadmin/coding-standard to v1.0 2019-01-08 01:26:26 -02:00
MultSubmits.php Remove useless parenthesis 2019-01-20 01:23:53 +01:00
Normalization.php Replace array_push for performances 2019-01-12 02:14:14 +01:00
OpenDocument.php Format array declarations 2019-01-07 14:31:39 -02:00
Operations.php Merge branch 'QA_4_8' 2019-04-01 22:29:25 +02:00
OutputBuffering.php Merge branch 'QA_4_8' 2019-01-28 14:51:43 -02:00
ParseAnalyze.php Format array declarations 2019-01-07 14:31:39 -02:00
Partition.php Fix some PSR-2 coding standard errors 2018-05-30 09:07:56 -03:00
Pdf.php Update or add missing @throws 2019-01-13 09:52:46 +01:00
Plugins.php Upgrade PHPStan to v0.11.4 2019-03-18 20:29:02 -03:00
RecentFavoriteTable.php Span converted to button 2019-04-15 00:03:29 +05:30
Relation.php Create PhpMyAdmin\InternalRelations 2019-03-24 17:23:42 -03:00
RelationCleanup.php Fix type error in setup pages 2019-03-11 16:52:57 -03:00
Replication.php [cs] remove unused brackets, clean unused property assign 2018-11-26 17:54:40 +01:00
ReplicationGui.php Extract HTML from ReplicationGui::getHtmlForReplicationStatusTable 2019-04-06 20:26:06 -03:00
Response.php Extract HTML from Header::getDisplay() 2019-04-19 15:37:33 -03:00
Sanitize.php Move special_schema_links.inc.php to Config\SpecialSchemaLinks 2019-03-22 21:29:58 -03:00
SavedSearches.php Format array declarations 2019-01-07 14:31:39 -02:00
Scripts.php Extract HTML from Scripts::getDisplay() 2019-04-19 21:47:27 -03:00
Session.php And this one is removed in PHP 7.1 2019-01-12 23:43:06 +01:00
Sql.php Merge branch 'QA_4_8' 2019-03-23 09:08:01 +01:00
SqlQueryForm.php Format array declarations 2019-01-07 14:31:39 -02:00
StorageEngine.php Update PHPDoc 2019-01-13 09:52:46 +01:00
SubPartition.php phpstan level 2 - Fix phpdoc 2018-11-25 13:57:55 +01:00
SysInfo.php Format array declarations 2019-01-07 14:31:39 -02:00
SysInfoBase.php Use short array syntax instead of long array syntax 2018-05-30 01:42:21 -03:00
SysInfoLinux.php Fix some PHPStan and phpcs errors 2019-03-19 15:17:41 -03:00
SysInfoSunOS.php Fix some PHPStan and phpcs errors 2019-03-19 15:17:41 -03:00
SysInfoWINNT.php Format array declarations 2019-01-07 14:31:39 -02:00
SystemDatabase.php remove unused and fix @param, @var and @return annotation values 2018-11-24 21:47:26 +01:00
Table.php Fix issue reported by scrutinizer 2019-04-25 20:58:38 +02:00
Template.php Update or add missing @throws 2019-01-13 09:52:46 +01:00
Theme.php Format array declarations 2019-01-07 14:31:39 -02:00
ThemeManager.php Define an absolute path to use for require statements 2018-12-22 14:37:31 -02:00
Tracker.php Fix some PHPStan and phpcs errors 2019-03-19 15:17:41 -03:00
Tracking.php Remove useless parenthesis 2019-01-20 01:23:53 +01:00
Transformations.php Replace regular expressions when simple 2019-01-12 02:06:28 +01:00
TwoFactor.php Format array declarations 2019-01-07 14:31:39 -02:00
Types.php Format array declarations 2019-01-07 14:31:39 -02:00
Url.php Remove unnecessary HTML closing tags 2018-12-19 00:12:54 -02:00
UserPassword.php Remove useless parenthesis 2019-01-20 01:23:53 +01:00
UserPreferences.php Move prefs_* templates to the preferences directory 2019-04-07 16:05:48 -03:00
Util.php Merge branch 'QA_4_8' 2019-03-27 08:34:35 +01:00
VersionInformation.php Fix some PHPStan and phpcs errors 2019-03-19 15:17:41 -03:00
ZipExtension.php Merge branch 'QA_4_8' 2019-03-02 20:24:02 +01:00