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
2017-09-12Refactor check_user_privileges to static methodsMaurício Meneghini Fauth
Refactor check_user_privileges.lib.php functions to static methods and move logic to check_user_privileges.inc.php. Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-09-09Refactor rte_routines functions to static methodsMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2016-04-11Move MySQL charsets handling to the Charsets classMichal Čihař
Issue #11731 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-07-01Trial Approach to solve Privileges bug for RFE#657Deven Bansod
Signed-off-by: Deven Bansod <devenbansod.bits@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>
2013-06-11refactor mysql_charsets.inc.phpxmujay
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-26Remove no longer needed usage of data_*.inc.phpMichal Čihař
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-09-06use include() instead of require() when including file conditionallyDieter Adriaenssens
2011-07-20Merge remote-tracking branch 'origin/master' into drizzlePiotr Przybylski
Conflicts: server_status.php
2011-07-20Load codemirror only when neededMichal Čihař
This needs verification with ajax requests.
2011-07-19Merge remote-tracking branch 'origin/master' into drizzlePiotr Przybylski
Conflicts: libraries/export/htmlword.php
2011-07-14Renamed some functions to avoid conflicts of redefinition in unit testsRouslan Placella
2011-07-13Merge remote-tracking branch 'origin/master' into drizzlePiotr Przybylski
2011-07-07Merge branch 'master' into rteRouslan Placella
2011-07-06Function list and column types for DrizzlePiotr Przybylski
2011-07-06Dropping useless rte_common.lib.phpRouslan Placella
2011-07-06Move ColumnTypes, AttributeTypes, Functions, RestrictColumnTypes, ↵Piotr Przybylski
RestrictFunctions and DefaultFunctions to a separate file
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-06-28Refactored some routine, trigger and event manipulation codeRouslan Placella
2011-06-27Consistent capitalisation of PMA_sqlAddSlashesMichal Čihař
2011-06-27Merge branch 'master' into rteRouslan Placella
Conflicts: libraries/db_events.inc.php libraries/display_triggers.inc.php
2011-06-24Small footer fixesRouslan Placella
2011-06-24Add docblocksMichal Čihař
2011-06-23A meaningful error message for when the execution of a routine failsRouslan Placella
2011-06-23Improved internationalisation of routines functionalityRouslan Placella
2011-06-22Use ngettext instead of row(s)Michal Čihař
2011-06-21Use PMA_sqlAddSlashes for database queries instead of addslashes.Michal Čihař
Should fix bug#3323066
2011-06-20Fixed incorrect escaping of some query parametersRouslan Placella
2011-06-20Removed unnecessary AJAX messages from the routines functionalities.Rouslan Placella
2011-06-20More error handling for routine functionalitiesRouslan Placella
2011-06-20Removed duplicate function PMA_getSupportedCharsets() that was added by ↵Rouslan Placella
mistake into the routines functionality.
2011-06-17When issuing warning about routine execution check for presence of mysql, ↵Rouslan Placella
not the absence of mysqli extentions.
2011-06-17Fixed casing of messages in routines functionalityRouslan Placella
2011-06-17Added an extra sanity check for query creation in routine editorRouslan Placella