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-10Remove unused parametersMadhura Jayaratne
2012-05-10Arguments with default values must be at the end of the argument list - more ...Madhura Jayaratne
2012-04-29Fix missing parameters 13 and 14 when tbl_create:112 calls PMA_Table::generat...Jo Michael
2012-04-22Fix CheckStyle warnings, Type:CloseBracketNewLine (Closing parenthesis of a m...Madhura Jayaratne
2012-04-14Fix Checkstyle Warnings - Type: CloseBracketLine (Closing parenthesis of a mu...Madhura Jayaratne
2012-04-08Table type is an older term for storage engineMarc Delisle
2012-03-31Replaced HTML nowrap attribute with CSS for HTML5 validityJo Michael
2012-03-18Replaced td[align] with td[class] due to HTML5Jo Michael
2012-03-17Leading ./ paths for includes can be omitted, part 2Jo Michael
2011-12-02Fixed bug #3408377 - Deleting table from the DB does not change the table cou...asdfrede
2011-11-30coding style : multiline function callsDieter Adriaenssens
2011-10-25Use package name PhpMyAdminMichal Čihař
2011-10-08Create table in navi panel now opens a form to create a minimum of 4 columnsMarc Delisle
2011-09-26Replaced use of hard coded images with the sprite-aware PMA_getImage() functi...Rouslan Placella
2011-09-23use include() instead of require() when including file conditionallyDieter Adriaenssens
2011-07-22Spacing around ifMichal Čihař
2011-07-15pma spritify part 2Tyron Madlener
2011-07-05Merge remote-tracking branch 'origin/master' into tyronmTyron Madlener
2011-02-09Errors from the Ajax create table dialog where not displayedMarc Delisle
2011-02-02Bug # 3170585 [AJAX] Adding more fields fails.Madhura Jayaratne
2010-11-05no need to have a separate file for thisMarc Delisle
2010-09-26bug #3072502 Text not shown for icons after creating tableMarc Delisle
2010-08-30Fix permissions.Michal Čihař
2010-08-15Added documentation to PHP filesninadsp
2010-07-29Resolve merge conflicts for upstream mergeninadsp
2010-07-26Remove explicit inclusion of Table.class.php as it is included in common.inc ...Michal Čihař
2010-07-26No need to require_once footerMichal Čihař
2010-07-26No need to explicitely include relation.lib its anyway included in common.incMichal Čihař
2010-07-24functions.js included automaticallyMarc Delisle
2010-07-23Fixed conflict due to upstream mergeninadsp
2010-07-20No @uses __('Something').Michal Čihař
2010-07-20Drop @version tag from docblocks.Michal Čihař
2010-07-14Statistics for the newly created table are now taken from the SHOW TABLE STAT...ninadsp
2010-07-14A newly added table will now be appended to the tablesForm if it exists.ninadsp
2010-06-26Revert "Revert "Merge remote branch 'origin/master'""ninadsp
2010-06-26Revert "Merge remote branch 'origin/master'"ninadsp
2010-06-26Merge remote branch 'origin/master'ninadsp
2010-05-22testing git setup - no major change made in code yetninadsp
2010-05-10gettext conversionMarc Delisle
2010-05-05strings to gettext, second batchMarc Delisle
2010-05-03strings to gettext, first batchMarc Delisle
2010-03-27remove author namesMarc Delisle
2010-01-22Allow tbl_create.php to be called without new table name.Michal Čihař
2010-01-22Show functional link when creating new table, not to the name of future table.Michal Čihař
2010-01-22Check for empty database name.Michal Čihař
2010-01-22Make tbl_create.php fail if database does not exist.Michal Čihař
2008-12-25avoid notices after table creationMarc Delisle
2008-12-07bug #2009500 [SQL] Small improvements in generated SQL (partial fix)Marc Delisle
2008-11-24Adding @package, third part.Michal Čihař
2008-05-07$regenerate got lost ... somehowSebastian Mendel