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
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
2011-06-16Fixe whitespaces in db_routines.phpRouslan Placella
2011-06-16Fixed incorrect escaping of NULL results in routine execution.Rouslan Placella
2011-06-16Animate the insertion of new routines into the listRouslan Placella
2011-06-14Fixed bug where with JS disabled sql.php did not redirect the user back to ↵Rouslan Placella
list of routines after a DROP operation.
2011-06-14Refactored code that generates parameter rows for the Routine Editor.Rouslan Placella
2011-06-14Moved all arbitrary code from routines.inc.php and renamed this file to ↵Rouslan Placella
routines.lib.php
2011-06-04AJAX integration for Routines editor.Rouslan Placella
2011-06-03Prototype Execute functionality for Routines.Rouslan Placella
2011-05-27Removed some redundant includes in Routines, Triggers and Events files.Rouslan Placella
2011-05-25Created a prototype of "Add a new Procedure" functionality.Rouslan Placella
2011-05-21E_ALL fixesRouslan
2011-05-21Recycled old Routines functionality and linked it to the new entry in the menuRouslan