Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-12-25Fix #15636 - Trying to access array offset on value o type nullWilliam Desportes
2019-12-25Fix Uncaught TypeError on php 8.0 when adding a column to table create formWilliam Desportes
2019-12-22Fix #15614 - Undefined offset on index page for MySQL 5.7.8William Desportes
2019-12-21Merge #15681 - Fix #15608 DisableIS is broken on pma 4.9.2 with controluser c...William Desportes
2019-12-21Fix #15641 - Replication actions are not sent to a mysql linkWilliam Desportes
2019-12-21Fix control user issueMaurício Meneghini Fauth
2019-12-21Revert "Fix #14433 - "You do not have privileges to manipulate with the users...Maurício Meneghini Fauth
2019-12-21Fix a possible php7.4 error / failing testsWilliam Desportes
2019-12-21Fix a possibly undefined index as reported to our serverWilliam Desportes
2019-12-21Fix redirection form secure.php.net to www.php.netWilliam Desportes
2019-12-21Fix phpdoc for SamiWilliam Desportes
2019-12-21Fix coding standard errorMaurício Meneghini Fauth
2019-12-20Fix #15641 - Replication actions are not sent to a mysql linkWilliam Desportes
2019-12-18Merge #15653 - php 7.4 type errorWilliam Desportes
2019-12-18Fix undefined index for proxysql on @@version_comment and @@versionWilliam Desportes
2019-12-16Add missing E_USER_DEPRECATED to Error handlerWilliam Desportes
2019-12-16Fix php 8.0 php notices - Undefined indexWilliam Desportes
2019-12-16changing !isset array index into nullR. Gurung
2019-12-10Add support for Amharic languageMaurício Meneghini Fauth
2019-12-09Fix #15621 - Support CloudFront-Forwarded-Proto headerWilliam Desportes
2019-12-05Merge #15613 - Fix #15571 Fatal error when trying to edit row with row checke...William Desportes
2019-12-05Fix tests and phpdoc for #15571William Desportes
2019-12-04Removed 3rd Parameter to fix #15571Ashwin Ginoria
2019-11-24Fix php notice "undefined index table_create_time" when setting displayed col...William Desportes
2019-11-24Fix #15592 - Hide user warning, errors and noticesWilliam Desportes
2019-11-24Fix #15434 - Add support for middle click on table sort columnWilliam Desportes
2019-11-24Fix #15592 - Add all errors since we do not have access to error_reporting fu...William Desportes
2019-11-24Fix issue reported by ScrutinizerWilliam Desportes
2019-11-24Fix #15592 - Warning: error_reporting() has been disabled for security reasonsWilliam Desportes
2019-11-24Fix #15591 - Undefined index: foreign_keys_dataWilliam Desportes
2019-11-23Prepare for version 4.9.3-devIsaac Bennetch
2019-11-23Fix engine can be nullWilliam Desportes
2019-11-22Prepare for version 4.9.2Isaac Bennetch
2019-11-21Merge pull request #285 from phpmyadmin/security/284Isaac Bennetch
2019-11-20Add a message for misconfigured designer (displaywork)William Desportes
2019-11-20Fix display field in DesignerWilliam Desportes
2019-11-19Display the chart for no rows profiling resultsWilliam Desportes
2019-11-19Fix #15465 - profiling output when the result has no rowsShailesh Jain
2019-11-11Fix #13912 and #15123 - Tables of phpMyAdmin storage are not accessibleWilliam Desportes
2019-11-11Fix #14809 - php error is_uploaded_file() expects parameter 1 to be stringWilliam Desportes
2019-11-10Fix a minor error found while reviewing diffsWilliam Desportes
2019-11-10Unblock UI when column_info is detected as working but does notWilliam Desportes
2019-11-10Fix #14951 - Moving Columns with DEFAULT NULL doesn't work on MariaDB 10.2+William Desportes
2019-11-10Fix #14951 - Moving Columns with type INT and default CURRENT_TIMESTAMPWilliam Desportes
2019-11-09Improve l10n context for translators and fix a typoWilliam Desportes
2019-11-06Merge #15556 - Fix Long2IP issue with PHP7.1William Desportes
2019-11-05Fix PHP compatibility issueHugues Peccatte
2019-11-04Merge pull request #15546 from Tithugues/fix/operators-precedence-issueMaurício Meneghini Fauth
2019-11-03IP transformed to binary were not understood anymoreHugues Peccatte
2019-11-03Fix Long2IP issue with PHP7.1Hugues Peccatte