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
2022-04-29Fix some errors reported by PHPStanMaurício Meneghini Fauth
2022-03-07Replace `global` keyword with `$GLOBALS`Maurício Meneghini Fauth
2021-12-27Remove the `Bookmark::getParams` methodMaurício Meneghini Fauth
2021-11-25Refactor DatabaseInterface::getColumns()Kamil Tekiela
2021-09-15Remove useless whitespacesMaurício Meneghini Fauth
2021-07-10Replace `strpos !== false` with `str_contains`Maurício Meneghini Fauth
2021-07-09Remove some globals from `Config::enableBc` methodMaurício Meneghini Fauth
2021-06-03Fix coding standard errorsMaurício Meneghini Fauth
2021-05-26Remove db, table and dbi globals from Tracking classMaurício Meneghini Fauth
2021-03-21Extract FK related methods from Util classMaurício Meneghini Fauth
2021-03-05Use PSR-12 for control structures spacingMaurício Meneghini Fauth
2021-03-05Use PSR-12 for namespace use statementsMaurício Meneghini Fauth
2020-10-11Replace $GLOBALS['dbi'] with global $dbiMaurício Meneghini Fauth
2020-06-07Merge branch 'QA_5_0'William Desportes
2020-06-07Fixed editing a failed query from the error messageWilliam Desportes
2020-05-26Fix some coding standard issuesMaurício Meneghini Fauth
2020-05-17Break too long linesMaurício Meneghini Fauth
2020-04-01Remove the FKCheckbox HTML generatorMaurício Meneghini Fauth
2020-01-23Use short versions of scalar types in PHP docsMaurício Meneghini Fauth
2020-01-22Reference global funcs and consts via use statementMaurício Meneghini Fauth
2020-01-20Remove unnecessary annotationsMaurício Meneghini Fauth
2020-01-20Use one line for comments with a single lineMaurício Meneghini Fauth
2020-01-20Fix some coding standard issuesMaurício Meneghini Fauth
2019-11-22Split Util class regarding the responsabilities (#15567)Hugues Peccatte
2019-09-04Refactor SqlQueryForm::getHtmlMaurício Meneghini Fauth
2019-09-03Extract HTML from SqlQueryForm::getHtmlForBookmarkMaurício Meneghini Fauth
2019-09-03Extract HTML from SqlQueryForm::getHtmlMaurício Meneghini Fauth
2019-09-03Extract HTML from SqlQueryForm::getHtmlForInsertMaurício Meneghini Fauth
2019-09-02Remove vim modelinesMaurício Meneghini Fauth
2019-08-20Use the router for the import entry pointMaurício Meneghini Fauth
2019-08-16Use the router for the table replace pageMaurício Meneghini Fauth
2019-08-04Use the router for the sql pagesMaurício Meneghini Fauth
2019-07-22Fix URL query issues with Util::getScriptNameForOptionMaurício Meneghini Fauth
2019-07-20Use the router for table structure pageMaurício Meneghini Fauth
2019-07-17Merge isset and unset callsHugues Peccatte
2019-07-15Use the router for the tracking pagesMaurício Meneghini Fauth
2019-05-27Use camel case for most of the js/functions.js variablesMaurício Meneghini Fauth
2019-05-22Refactor js/functions.js to use a moduleMaurício Meneghini Fauth
2019-01-07Format array declarationsMaurício Meneghini Fauth
2019-01-06Adds space after not (!) and type castMaurício Meneghini Fauth
2018-12-21Use Bootstrap buttons componentMaurício Meneghini Fauth
2018-12-19Remove unnecessary HTML closing tagsMaurício Meneghini Fauth
2018-06-09Fix Uncaught TypeError when clicking the SQL tabIsaac Bennetch
2018-05-30Fix some PSR-2 coding standard errorsMaurício Meneghini Fauth
2018-05-30Use short array syntax instead of long array syntaxMaurício Meneghini Fauth
2018-05-15Enable strict mode in some classesMaurício Meneghini Fauth
2018-05-03Changes to make Get auto saved query and show this query here again button fu...Piyush Vijay
2018-04-04Refactor PhpMyAdmin\SqlQueryForm static methodsMaurício Meneghini Fauth
2017-11-04Replace globals with DI in PhpMyAdmin\BookmarkMaurício Meneghini Fauth
2017-09-14Refactor sql_query_form functions to static methodsMaurício Meneghini Fauth