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 (Collapse)Author
2018-05-16Enable strict mode in PHP filesMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-07-01Move classes to PhpMyAdmin namespaceMaurício Meneghini Fauth
- Move OpenDocument to PhpMyAdmin namespace - Move OutputBuffering to PhpMyAdmin namespace - Move Partition to PhpMyAdmin namespace - Move Pdf class to PhpMyAdmin namespace - Move RecentFavoriteTable to PhpMyAdmin namespace - Move Response to PhpMyAdmin namespace Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-06-29Move classes to PhpMyAdmin namespaceMaurício Meneghini Fauth
- Move Advisor to PhpMyAdmin namespace - Move Bookmark to PhpMyAdmin namespace - Move Charsets to PhpMyAdmin namespace - Move Config class to PhpMyAdmin namespace - Move Console class to PhpMyAdmin namespace - Move Core to PhpMyAdmin namespace - Move DatabaseInterface to PhpMyAdmin namespace - Move DbList to PhpMyAdmin namespace - Move DbQbe to PhpMyAdmin namespace - Move DbSearch to PhpMyAdmin namespace - Move DisplayResults to PhpMyAdmin namespace - Move Encoding to PhpMyAdmin namespace - Move Error to PhpMyAdmin namespace - Move ErrorHandler to PhpMyAdmin namespace - Move File to PhpMyAdmin namespace - Move Font to PhpMyAdmin namespace - Move Footer to PhpMyAdmin namespace - Move Header to PhpMyAdmin namespace - Move Index to PhpMyAdmin namespace - Move IndexColumn to PhpMyAdmin namespace - Move LanguageManager to PhpMyAdmin namespace - Move Language to PhpMyAdmin namespace - Move Linter to PhpMyAdmin namespace - Move ListAbstract to PhpMyAdmin namespace - Move ListDatabase to PhpMyAdmin namespace Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-06-03Refactor the core functions into static methodsMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2016-12-07Simplify Response object handlingMichal Čihař
- always use use and short name - avoid calling getInstance() several times in one script Signed-off-by: Michal Čihař <michal@cihar.com>
2016-07-23Merge branch 'QA_4_6-security' into master-securityMichal Čihař
2016-07-23Properly mark requests to lint as AJAX requestMichal Čihař
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-03-22Make phpcs happyDeven Bansod
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
2016-02-19Merge branch 'QA_4_5' into QA_4_6Michal Čihař
2016-02-18Fix #11979 DECLARE not accepted as valid SQLMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2016-01-28Merge branch 'QA_4_5'Michal Čihař
2016-01-19Set correct content type for JSON responsesMichal Čihař
Signed-off-by: Michal Čihař <michal@cihar.com>
2015-09-01Remove classes require_once.Hugues Peccatte
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-09-01Set namespace on Advisor, Config, Console and Util classes.Hugues Peccatte
Set namespace on DbQbe. Set namespace to 'DbSearch'. Split Advisor.class.php file. Change Advisor namespace. Rename DbQbe class and file. Set namespace on DisplayResults. Set namespace on Error. Use namespace for ErrorHandler. Add class autoloader. Change ErrorHandler filename. Remove some require. Update Config namespace path. Update PMA_Util to PMA\libraries\Util. Rename Font and File classes files. Use namespace for Footer. Set namespace in all libraries classes. Namespace OutputBuffering. Export SubPartition. Rename Partition file. Namespace PDF. Namespace RecentFavoriteTable. Replace PMA_Response by Response and PMA_Message by Message. Update uses and calls. Fix unit tests. Fix SqlParser autoload. Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-08-01Fixed minor coding style issues in lint.php.Dan Ungureanu
Signed-off-by: Dan Ungureanu <udan1107@gmail.com>
2015-07-25Updated tests.Dan Ungureanu
Signed-off-by: Dan Ungureanu <udan1107@gmail.com>
2015-07-25Avoid redefinition.Dan Ungureanu
Signed-off-by: Dan Ungureanu <udan1107@gmail.com>
2015-07-22Localization.Dan Ungureanu
Updated sql-parser library to udan11/sql-parser@e1b91ed. Signed-off-by: Dan Ungureanu <udan1107@gmail.com>
2015-07-17Do not process unauthorized requests.Dan Ungureanu
Signed-off-by: Dan Ungureanu <udan1107@gmail.com>
2015-07-15Reorganized code.Dan Ungureanu
Fixed a bug that miscalculated the position of the tokens. Added tests. Signed-off-by: Dan Ungureanu <udan1107@gmail.com>
2015-07-15Style improvements.Dan Ungureanu
Signed-off-by: Dan Ungureanu <udan1107@gmail.com>
2015-07-15Added lint.Dan Ungureanu
Signed-off-by: Dan Ungureanu <udan1107@gmail.com>