| .. |
|
Config
|
Rename js/config.js variables to use camel case
|
2019-05-30 00:42:22 -03:00 |
|
Controllers
|
Rename js/tbl_*.js to js/table/*.js
|
2019-06-07 04:09:05 -03:00 |
|
Database
|
Inject dependencies (#15271)
|
2019-06-01 15:13:41 -03:00 |
|
Dbi
|
Update PHPDoc
|
2019-05-14 21:59:57 +02:00 |
|
Di
|
Update PHPDoc
|
2019-01-13 09:52:46 +01:00 |
|
Display
|
Remove PMA_ from PMA_commonParams and PMA_commonActions names
|
2019-05-21 00:18:44 -03:00 |
|
Engines
|
Merge pull request #14860 from Tithugues/feature/use-real-names-not-aliases
|
2019-01-14 22:55:37 -03:00 |
|
Gis
|
Update PHPDoc
|
2019-05-14 21:59:57 +02:00 |
|
Navigation
|
Merge branch 'QA_4_8'
|
2019-05-28 00:02:44 +02:00 |
|
Plugins
|
Fix coding standard error
|
2019-06-06 16:10:49 -03:00 |
|
Properties
|
Update PHPDoc
|
2019-05-14 21:59:57 +02:00 |
|
Rte
|
Rename rte.js variables to use camel case
|
2019-05-29 19:47:30 -03:00 |
|
Server
|
Remove useless "i" modifier on non-character selection
|
2019-05-07 23:27:18 +02: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
|
Inject dependencies (#15271)
|
2019-06-01 15:13:41 -03:00 |
|
CentralColumns.php
|
Fix some PHPStan and phpcs errors
|
2019-03-19 15:17:41 -03:00 |
|
Charsets.php
|
Fix coding standard errors
|
2019-05-01 14:47:27 -03:00 |
|
CheckUserPrivileges.php
|
Remove libraries/check_user_privileges.inc.php
|
2019-01-22 18:18:21 -02:00 |
|
Config.php
|
Prepare for 4.9.1-dev
|
2019-06-04 11:34:38 -04:00 |
|
Console.php
|
Remove $GLOBALS['dbi'] from Relation class
|
2018-08-30 19:05:09 -03:00 |
|
Core.php
|
Change "error.inc.php" file as a class
|
2019-05-05 22:12:29 +02:00 |
|
CreateAddField.php
|
Remove use of unexisting variables
|
2019-05-11 00:34:57 +02:00 |
|
DatabaseInterface.php
|
Use spaceship operator instead of nested ternary operator
|
2019-05-22 18:43:54 -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
|
Replace jQuery .bind() with .on()
|
2019-05-31 14:46:23 -03:00 |
|
ErrorReport.php
|
Inject dependencies (#15271)
|
2019-06-01 15:13:41 -03:00 |
|
Export.php
|
Use exit; instead of exit(); because exit; is most common in codebase
|
2019-05-11 00:53:57 +02: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
|
Rename js/microhistory.js variables to use camel case
|
2019-05-29 16:35:44 -03:00 |
|
Header.php
|
Rename js/menu-resizer.js to js/menu_resizer.js
|
2019-05-27 01:42:19 -03:00 |
|
Import.php
|
Remove unused variables
|
2019-05-14 21:59:57 +02:00 |
|
Index.php
|
Merge branch 'QA_4_8'
|
2019-04-28 20:26:59 +02:00 |
|
IndexColumn.php
|
Adds space after not (!) and type cast
|
2019-01-05 21:56:34 -02:00 |
|
InsertEdit.php
|
Rename js/tbl_*.js to js/table/*.js
|
2019-06-07 04:09:05 -03: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
|
Remove useless attribute
|
2019-05-14 21:59:57 +02:00 |
|
Message.php
|
Merge pull request #15244 from Tithugues/feature/minor-improvements-on-message-class
|
2019-05-04 19:00:16 -03: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
|
Inject dependencies (#15271)
|
2019-06-01 15:13:41 -03:00 |
|
OpenDocument.php
|
Format array declarations
|
2019-01-07 14:31:39 -02:00 |
|
Operations.php
|
Refactor js/functions.js to use a module
|
2019-05-22 17:44:21 -03: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 lint error "elseif"
|
2019-05-18 22:05:31 +02:00 |
|
Pdf.php
|
Update or add missing @throws
|
2019-01-13 09:52:46 +01:00 |
|
Plugins.php
|
Replace class name as string by ":class"
|
2019-05-07 22:56:59 +02:00 |
|
RecentFavoriteTable.php
|
Remove use of unexisting variables
|
2019-05-11 00:34:57 +02:00 |
|
Relation.php
|
Inject dependencies (#15271)
|
2019-06-01 15:13:41 -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
|
Inject dependencies (#15271)
|
2019-06-01 15:13:41 -03:00 |
|
Response.php
|
Fix ESLint warnings in js/console.js
|
2019-05-30 16:59:16 -03:00 |
|
Sanitize.php
|
Add return type hint
|
2019-05-14 21:59:57 +02:00 |
|
SavedSearches.php
|
Inject dependencies (#15271)
|
2019-06-01 15:13:41 -03: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
|
Remove useless unset
|
2019-05-14 21:59:57 +02:00 |
|
SqlQueryForm.php
|
Use camel case for most of the js/functions.js variables
|
2019-05-27 00:55:10 -03: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
|
Remove use of unexisting variables
|
2019-05-11 00:34:57 +02:00 |
|
SystemDatabase.php
|
remove unused and fix @param, @var and @return annotation values
|
2018-11-24 21:47:26 +01:00 |
|
Table.php
|
Inject dependencies (#15271)
|
2019-06-01 15:13:41 -03:00 |
|
TablePartitionDefinition.php
|
Change "tbl_partition_definition.inc.php" file as a class
|
2019-05-07 23:29:30 +02:00 |
|
Template.php
|
Update PHPDoc
|
2019-05-14 21:59:57 +02: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
|
Inject dependencies (#15271)
|
2019-06-01 15:13:41 -03:00 |
|
Transformations.php
|
Remove unused variables
|
2019-05-14 21:59:57 +02:00 |
|
TwoFactor.php
|
Replace class name as string by ":class"
|
2019-05-07 22:56:59 +02:00 |
|
Types.php
|
Fix coding standard errors
|
2019-05-01 14:47:27 -03:00 |
|
Url.php
|
Remove unused variables
|
2019-05-14 21:59:57 +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 |
|
UserPreferencesHeader.php
|
Inject dependencies (#15271)
|
2019-06-01 15:13:41 -03:00 |
|
Util.php
|
Refactor js/functions.js to use a module
|
2019-05-22 17:44:21 -03: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 |