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-04-27Fix spacing around bracketsMichal Čihař
2012-04-26Little bit of coding styleMichal Čihař
2012-04-21Clarify variable nameMarc Delisle
2012-04-21Clarify function nameMarc Delisle
2012-04-14Coding style improvementsMadhura Jayaratne
2012-04-14Fix Checkstyle Warnings - Type: CloseBracketLine (Closing parenthesis of a mu...Madhura Jayaratne
2012-03-31Replaced HTML nowrap attribute with CSS for HTML5 validityJo Michael
2012-03-31Replaced HTML nowrap attribute with CSS for HTML5 validityJo Michael
2012-03-22Small code cleanupMarc Delisle
2012-03-22Patch #3506552 (Contest-2) Show index information in the data dictionaryMuhammad Adnan
2012-03-18Replaced xml:lang attributes by lang for HTML5Jo Michael
2012-03-17Leading ./ paths for includes can be omitted, part 2Jo Michael
2011-10-25Use package name PhpMyAdminMichal Čihař
2011-10-24Unify print button code and factor it out to functionMichal Čihař
2011-09-06use include() instead of require() when including file conditionallyDieter Adriaenssens
2011-09-05fix coding style : control structuresDieter Adriaenssens
2011-08-24Use PMA_DBI_get_table_indexes_sql() only when really needed, in all other cas...Piotr Przybylski
2011-08-19Merge remote-tracking branch 'origin/master' into drizzlePiotr Przybylski
2011-08-19Include missing database tabsMichal Čihař
2011-08-19Merge branch 'QA_3_4'Michal Čihař
2011-08-19Do not escape field here, it is used as index to vairous arraysMichal Čihař
2011-08-19Revert "Revert "More of missing escaping""Michal Čihař
2011-08-19Merge branch 'QA_3_4'Michal Čihař
2011-08-19Revert "More of missing escaping"Michal Čihař
2011-08-19Fix getting tablesMichal Čihař
2011-08-19Use PMA_DBI_get_tables instead of own queryMichal Čihař
2011-08-19Merge branch 'QA_3_4'Michal Čihař
2011-08-19More of missing escapingMichal Čihař
2011-08-19Merge branch 'QA_3_4'Michal Čihař
2011-08-19Missing escapingMichal Čihař
2011-08-04Merge remote-tracking branch 'origin/master' into drizzlePiotr Przybylski
2011-08-04Fix typoMichal Čihař
2011-08-04Move attribute processing to PMA_extractFieldSpecMichal Čihař
2011-08-04Use PMA_extractFieldSpec instead of own codeMichal Čihař
2011-08-04Use PMA_DBI_get_columnsMichal Čihař
2011-07-22Merge remote-tracking branch 'origin/master' into drizzlePiotr Przybylski
2011-07-22Fix spacing on opening code blockMichal Čihař
2011-06-19Fix unique key detection in data dictionaryPiotr Przybylski
2011-06-18Change all calls of SHOW KEYS/INDEX that use MySQL-specific fields to use que...Piotr Przybylski
2011-06-17Merge remote-tracking branch 'origin/master' into drizzlePiotr Przybylski
2011-06-17Data dictionary could fail due to incorrect db name escapingPiotr Przybylski
2011-06-17Replace all SHOW FIELDS calls with PMA_DBI_get_columns() or PMA_DBI_get_colum...Piotr Przybylski
2011-06-06Replace TRUE/FALSE with true/false.Michal Čihař
2011-05-28Remove author nameMarc Delisle
2011-05-09For easier reading, replace "!isset" with "! isset"Marc Delisle
2011-03-15Unneeded variable; also, fetching it gives an error for VIEWsMarc Delisle
2010-09-16rfe #1105678 [interface] Drop page-break-before as it is useless for smaller ...Michal Čihař
2010-08-30Fix permissions.Michal Čihař
2010-07-29Resolve merge conflicts for upstream mergeninadsp
2010-07-26No need to require_once footerMichal Čihař