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
2015-06-16Finish refactoring tbl_*.lib.phpJason
Signed-off-by: Jason <jason.daurus@gmail.com>
2015-06-12Make PHPcs happy.Hugues Peccatte
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-06-10Fix preview sql for creating indexesJason
Signed-off-by: Jason <jason.daurus@gmail.com>
2015-06-08Refactoring tbl_indexes.lib.php & tbl_chart.lib.phpJason
Signed-off-by: Jason <jason.daurus@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>
2015-01-28Distinguish between index type and index choiceMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-07-22RFE#908: Improvements for the table editor (index creation).Ashutosh Dhundhara
Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com> Fix coding styles. Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com> Make index columns sortable. Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com> Fix failing test. Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com> Fix drag icon in Firefox. Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>
2013-08-21removed display_indexes.lib.php. added tbl_display.lib.php and extracted ↵Spun Nakandala
methods from tbl_indexes.php to tbl_indexes.lib.php
2013-05-24Convert database interface to a classMadhura Jayaratne
2013-05-02libraries/display_indexes.lib.php file added. HTML generation for the ↵Spun Nakandala
create/edit indexes form into display_indexes.lib.php
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 ↵Rouslan Placella
03cb36142033f0b2d9fcfe60b83de3e493d73a53)
2012-04-19Add trailing ; after ALTER TABLE (rfe #2009500)Michal Čihař
2012-04-14Fix Checkstyle Warnings - Type: CloseBracketLine (Closing parenthesis of a ↵Madhura Jayaratne
multi-line function call must be on a line by itself)
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ř
Needed to match phpdoc rules as package name must begin with upper case.
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