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
2014-07-22RFE#908: Improvements for the table editor (index creation).Ashutosh Dhundhara
2013-08-21removed display_indexes.lib.php. added tbl_display.lib.php and extracted meth...Spun Nakandala
2013-05-24Convert database interface to a classMadhura Jayaratne
2013-05-02libraries/display_indexes.lib.php file added. HTML generation for the create/...Spun Nakandala
2013-04-30PMA_DBI_get_columns_full --> PMA_DBI_getColumnsFullKasun Chathuranga
2013-03-26Bug #3839 Index comment is supported only starting with MySQL 5.5Marc Delisle
2013-01-08Implemented rfe #3599046 - Added comments for indexesRouslan Placella
2012-12-22Removed the AjaxEnable directiveMarc Delisle
2012-11-15Unify string for adding colums to indexMichal Čihař
2012-10-31Added ajax behaviour to indexes in the navigation treeRouslan Placella
2012-09-16Renamed PMA_CommonFunctions::getInstance()-> with PMA_Util::Chanaka Indrajith
2012-09-16Renamed ->method() with PMA_Util::method()Chanaka Indrajith
2012-09-16Remove variableChanaka Indrajith
2012-09-05Fix indentationMadhura Jayaratne
2012-08-31coding style : fix indentingDieter Adriaenssens
2012-08-30Fix multi line conditionsMadhura Jayaratne
2012-07-29Various coding style improvementsMadhura Jayaratne
2012-06-30Resolve conflictsChanaka Indrajith
2012-06-22Implement class behavior of common.lib.php fileChanaka Indrajith
2012-06-11Dropped PMA_ajaxResponse()Rouslan Placella
2012-06-11Dropped footer.inc.phpRouslan Placella
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-05-11Remove HTML rendering inside the functions in display_tbl.lib.php file itselvesChanaka Indrajith
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 checkstyle ControlStructures warningsJo Michael
2012-04-28Fixed query generation for index editor (was broken in 03cb36142033f0b2d9fcfe...Rouslan Placella
2012-04-19Add trailing ; after ALTER TABLE (rfe #2009500)Michal Čihař
2012-04-14Fix Checkstyle Warnings - Type: CloseBracketLine (Closing parenthesis of a mu...Madhura Jayaratne
2012-03-17Leading ./ paths for includes can be omitted, part 2Jo Michael
2012-03-17Leading ./ paths for links and favicons can be omitted, part 1Jo Michael
2011-12-07Coding style improvements - Multiline assignmentsMadhura Jayaratne
2011-11-25Fix merge conflictsMarc Delisle
2011-11-24coding style : correct use of includeonce()Dieter Adriaenssens
2011-11-22[security] Self-XSS on column type (Create index), see PMASA-2011-18Rouslan Placella
2011-11-20Fixed IE bug in the new index editorRouslan Placella
2011-11-19Improved index editorRouslan Placella
2011-11-19table structure: Do not send #topmenucontainer in ajax requestsRouslan Placella
2011-11-19Ajaxified "Create index" dialogRouslan Placella
2011-10-25Use package name PhpMyAdminMichal Čihař
2011-09-23Use lower case for true, false and nullMadhura Jayaratne
2011-09-23File is being conditionally included; use "include" insteadMadhura Jayaratne
2011-09-11Improve messageMarc Delisle
2011-07-22Fix spacing on opening code blockMichal Čihař
2011-07-22Spacing around ifMichal Čihař
2011-07-08Fixed bugs od index edit in table structureThilanka Kaushalya
2011-07-07Moved checkIndexName function to functions js file and rewrite it using jqueryThilanka Kaushalya
2011-07-06Fixed bugs in index editThilanka Kaushalya
2011-07-04Merge branch 'QA_3_4'Rouslan Placella