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 (Expand)Author
2012-05-11Remove HTML rendering inside the functions in display_tbl.lib.php file itselvesChanaka Indrajith
2012-05-10Use type classifiers instead of going through arrayMichal Čihař
2012-05-06remove unused variablesDieter Adriaenssens
2012-05-05Renamed tbl_common.php to tbl_common.inc.php for better consistencyRouslan Placella
2012-05-05Dropped tbl_links.inc.phpRouslan Placella
2012-04-29fix indentationDieter Adriaenssens
2012-04-27Cleanup spacing after @returnMichal Čihař
2012-04-27Cleanup spacing after @paramMichal Čihař
2012-04-26Move column types to PMA_Types classMichal Čihař
2012-04-26Use PMA_Types->getAllFunctionsMichal Čihař
2012-04-25Coding style improvements (ControlSignature)Madhura Jayaratne
2012-04-14check if PHPMYADMIN is setDieter Adriaenssens
2012-04-14Fix Checkstyle Warnings - Type: CloseBracketLine (Closing parenthesis of a mu...Madhura Jayaratne
2012-04-08Use pma-bbcode for trigger_error messagesJo Michael
2012-04-04Removed the PHP version of the ENUM editorRouslan Placella
2012-04-01Cleanup HTML5 validity issuesJo Michael
2012-03-14improve coding styleDieter Adriaenssens
2012-01-22patch #3477270 Use pgettext for trigger action timeYuichiro
2012-01-15Fixed bug 3472023 - Displaying procedure outputRouslan Placella
2011-12-17Swap odd, even in RTEMadhura Jayaratne
2011-10-26Merge branch 'enum'Rouslan Placella
2011-10-26Integrated the ENUM/SET editor with the Routines editorRouslan Placella
2011-10-25Use package name PhpMyAdminMichal Čihař
2011-10-14Removed some unused variablesRouslan Placella
2011-09-23File is being conditionally included; use "include" insteadMadhura Jayaratne
2011-09-23use include() instead of require() when including file conditionallyDieter Adriaenssens
2011-08-16MySQL allows a function and a procedure with the same name in the same db. Th...Rouslan Placella
2011-08-16Fixed wrong permission check for "Drop Routine" actionRouslan Placella
2011-08-16Fixed wrong destination page on "Drop Routine" actionRouslan Placella
2011-08-10Another Start/End which might be confusingMichal Čihař
2011-08-10Do not fetch views instead of filtering them out, when generating the trigger...Rouslan Placella
2011-08-09Triggers don't work with viewsRouslan Placella
2011-08-09Unified some localised strings for routines, triggers and events.Rouslan Placella
2011-08-09Select current table in editor when adding a triggerRouslan Placella
2011-07-22Merge remote-tracking branch 'rouslan/rte'Michal Čihař
2011-07-22Replace tabs with spaces, cleanup identationMichal Čihař
2011-07-22Replace tabs with spaces, cleanup identationMichal Čihař
2011-07-21Merge branch 'master' into rteRouslan Placella
2011-07-21No need to show a "table" column in the list of triggers, if a table is alrea...Rouslan Placella
2011-07-21E_ALL fixRouslan Placella
2011-07-16Better validation of parameter types when generating a CREATE ROUTINE queryRouslan Placella
2011-07-16Validate parameter direction when generating a CREATE PROCEDURE queryRouslan Placella
2011-07-16Removed redundant whitespaces from CREATE ROUTINE queryRouslan Placella
2011-07-16E_ALL fix when generating CREATE ROUTINE query from empty requestRouslan Placella
2011-07-16Simplified check for maximum number of routine parametersRouslan Placella
2011-07-15Merge branch 'master' into rteRouslan Placella
2011-07-14Create a new is redundantMarc Delisle
2011-07-14Renamed some functions to avoid conflicts of redefinition in unit testsRouslan Placella
2011-07-14Fixed handling of length/values for the return variable of functionsRouslan Placella
2011-07-14Removed redundant code from rte_routines.lib.phpRouslan Placella