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-09-08Refactor rte_events functions to static methodsMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.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-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>
2012-10-31Moved all the JS functionality for RTE into a single fileRouslan Placella
2012-09-16Renamed the file to Util.class.php and modify the relavant filesChanaka Indrajith
2012-06-28common.lib.php file renamed to CommonFunctions.class.phpChanaka Indrajith
2012-06-11PMA_Footer and PMA_Header no longer need to be singletonsRouslan Placella
2012-06-11Dropped header.inc.php in favor of the PMA_Header classRouslan Placella
2012-04-26Include CodeMirror globallyRouslan Placella
2012-04-13+ rfe #3517354 [interface] Allow disabling CodeMirror with ↵Jo Michael
$cfg['CodemirrorEnable'] = false
2012-04-09jQuery UI is already included from common.inc.phpMarc Delisle
2012-03-17Leading ./ paths for includes can be omitted, part 2Jo Michael
2011-10-25Use package name PhpMyAdminMichal Čihař
Needed to match phpdoc rules as package name must begin with upper case.
2011-10-11Fix jQuery UI version numberPiotr Przybylski
It's 1.8.16, not 1.8.6
2011-10-11Upgrade jQuery UI to 1.8.6Piotr Przybylski
2011-07-20Load codemirror only when neededMichal Čihař
This needs verification with ajax requests.
2011-07-14Renamed some functions to avoid conflicts of redefinition in unit testsRouslan Placella
2011-07-06Dropping useless rte_common.lib.phpRouslan Placella
2011-07-05Removed pointless constant 'ITEM'Rouslan Placella
2011-07-05Move JS code for Routines, Triggers and Events into a separate folderRouslan Placella
2011-07-05Factored out the JS for the editor of Routines, Triggers and Events and ↵Rouslan Placella
moved it into a namespace.
2011-07-01Prototype imlementation of the events editorRouslan Placella
2011-06-28Refactored some routine, trigger and event manipulation codeRouslan Placella
2011-06-27Merge branch 'master' into rteRouslan Placella
Conflicts: libraries/db_events.inc.php libraries/display_triggers.inc.php
2011-06-24Renamed db_events.inc.php to db_events.lib.phpRouslan Placella
2011-06-24Imporved event functionality code and moved it into functionsRouslan Placella
2011-06-24Add docblocksMichal Čihař
2011-05-27Removed some redundant includes in Routines, Triggers and Events files.Rouslan Placella
2011-05-21E_ALL fixesRouslan
2011-05-21Recycled old Events functionality and linked it to the new entry in the menuRouslan