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
2019-12-04Removed 3rd Parameter to fix #15571Ashwin Ginoria
Signed-off-by: Ashwin Ginoria <ashwinginoria@gmail.com> Date: Wed Dec 4 14:26:34 2019 +0530
2018-03-26Replace PhpMyAdmin\Relation static callsMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-02-06Use DI for DatabaseInterface dependencyMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-02-06Replace static methods with instance methodsMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-12-15Improve javascript loadingMichal Čihař
- jquery-ui-timepicker-addon.js is loaded in Header, no need to load it elsewhere - jquery.validate.js is needed on way to many pages to benefit of loading only on some of them Signed-off-by: Michal Čihař <michal@cihar.com>
2017-11-27Avois passing extension to Util::getImageMichal Čihař
We do not use it anyway for quite some time and this way it's less processing to generate the img tag. Signed-off-by: Michal Čihař <michal@cihar.com>
2017-09-12Refactor file_listing functions to static methodsMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-09-06Remove no longer needed page_settings.forms.php and user_preferences.forms.phpMichal Čihař
Issue #11731 Signed-off-by: Michal Čihař <michal@cihar.com>
2017-08-23Refactor relation functions to static methodsMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-08-20Refactor insert_edit functions to static methodsMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-07-09Move config classes to PhpMyAdmin namespaceMaurício Meneghini Fauth
- Move ConfigFile to PhpMyAdmin namespace - Move FormDisplay to PhpMyAdmin namespace - Move Form to PhpMyAdmin namespace - Move PageSettings to PhpMyAdmin namespace - Move ServerConfigChecks to PhpMyAdmin namespace - Move Validator to PhpMyAdmin namespace Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-07-08Move classes to PhpMyAdmin namespaceMaurício Meneghini Fauth
- Move Table to PhpMyAdmin namespace - Move Template to PhpMyAdmin namespace - Move ThemeManager to PhpMyAdmin namespace - Move Theme to PhpMyAdmin namespace - Move Tracker to PhpMyAdmin namespace - Move Transformations to PhpMyAdmin namespace - Move TypesMySQL to PhpMyAdmin namespace - Move Types to PhpMyAdmin namespace - Move Util to PhpMyAdmin namespace - Move VersionInformation to PhpMyAdmin namespace - Move Url to PhpMyAdmin namespace 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-14Move js/jquery to js/vendor/jqueryMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-05-31Refactor the transformations into static methodsMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2016-09-16Avoid using mb_strlen for checking whether string is emptyMichal Čihař
Using strlen produces same results here, just way faster. Fixes #12397 Signed-off-by: Michal Čihař <michal@cihar.com>
2016-06-09Remove no longer used bigints javascriptMichal Čihař
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-03-10This is an inc fileMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2016-03-08Remove code mentioning register_globalsMichal Čihař
This was removed in PHP 5.4.0 so we really do not have to care anymore. Signed-off-by: Michal Čihař <michal@cihar.com>
2016-02-22Refactored url parmeters generating, Issue #11990Durgesh
Signed-off-by: Durgesh <007durgesh219@gmail.com>
2016-02-20remove_msie9 (fix_11987)Piyush
Signed-off-by: Piyush Agrawal <poush12@gmail.com>
2016-01-18Fix #11866 Direct calling of functions.js #11866Marc Delisle
Signed-off-by: Marc Delisle <marc@infomarc.info>
2016-01-04Remove /*overload*/ prefix from mb_* callsMichal Čihař
I believe this was temporary flagging to see which code is migrated and can be safely removed now. Signed-off-by: Michal Čihař <michal@cihar.com>
2015-09-06Add missing require.Hugues Peccatte
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-09-06Add missing require.Hugues Peccatte
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-09-01Set namespace on config classes.Hugues Peccatte
Update config classes. Add @noinspection tag. Update documentation and script. Set ConfigGenerator in a namespace. Rename ConfigGenerator filename. Remove ConfigGenerator requires. Fix namespaces of mock objects. Remove useless require. Add missing 'use'. Add missing require. Update PHPDoc. Fix class test typo. 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-18Move GIS editor out of insert form so it wont be affected by input validationsMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-06-05Performance improvements: Avoid expensive PMA_Table::analyzeStructure() callMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-05-18Page-related settings, rfe#1559Nisarg Jhaveri
Signed-off-by: Nisarg Jhaveri <nisargjhaveri@gmail.com>
2015-04-04Feature 763 jquery validation feature squashedAayush Anand
Signed-off-by: Aayush Anand <aayushism12@gmail.com>
2015-03-06Remove unneeded closing tagsRahul Kadyan
Closing tags at the end of file are not mandatory. It is often suggested to omit to closing tags at the end of file to prevent unwanted effects as PHP will start output buffering if there is any character after closing tag. Reference: http://php.net/manual/en/language.basic-syntax.phptags.php Signed-off-by: Rahul Kadyan <hi@znck.me>
2014-10-20Fix syntax error.Hugues Peccatte
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-10-10Refactor code duplicationMarc Delisle
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-10-08Merge from master.Hugues Peccatte
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-10-04Refactor: we had three similar functions, refactored into just one.Marc Delisle
Also, these functions returned false, or a string containing the type, but the string was only used to indirectly mean a true value; now we explicitely return true in this case. Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-09-28Replace PMA_String uses by mb_* calls.Hugues Peccatte
Remove part of unused variables. Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-09-06Mass modifications to use PMA_String.Hugues Peccatte
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-08-07fix parameter typesChirayu Chiripal
Signed-off-by: Chirayu Chiripal <chirayu.chiripal@gmail.com>
2014-08-04Improve validation on insert pageChirayu Chiripal
Signed-off-by: Chirayu Chiripal <chirayu.chiripal@gmail.com>
2014-07-12RFE-637: Custom field handlers (input transformations)Chirayu Chiripal
Signed-off-by: Chirayu Chiripal <chirayu.chiripal@gmail.com>
2014-05-14FR #1487: Browse Foreign Values should be modal dialogChirayu Chiripal
Signed-off-by: Chirayu Chiripal <chirayu.chiripal@gmail.com>
2014-01-22bug #3579 NOW() function incorrectly selected (regression)Marc Delisle
Signed-off-by: Marc Delisle <marc@infomarc.info>
2013-10-20Remove trailing white spacesMadhura Jayaratne
2013-09-17coding style : fix indentingDieter Adriaenssens
2013-09-14value tab offset error correctedSpun Nakandala
2013-09-14extracted methods to insert_edit.lib.phpSpun Nakandala
2013-08-26Browse foreigners did not work since commit ↵Marc Delisle
b2e1f81c0c58ca645852cb213cbb483bd038a87a
2013-08-18Fix minor comment typos in tbl_change.phpJ.M
2013-08-07Better names for URL generating functionsMichal Čihař