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
2011-08-03Merge remote-tracking branch 'origin/master' into drizzlePiotr Przybylski
2011-07-31Fixed the bugs in table copy of table operationsThilanka Kaushalya
2011-07-22Merge remote-tracking branch 'origin/master' into drizzlePiotr Przybylski
2011-07-22Spacing around ifMichal Čihař
2011-06-29Use new PMA_DBI_get_columns in column alter formPiotr Przybylski
2011-06-28Merge remote-tracking branch 'origin/master' into drizzlePiotr Przybylski
2011-06-27Consistent capitalisation of PMA_sqlAddSlashesMichal Čihař
2011-06-27Ajaxified the multi column change in table structureThilanka Kaushalya
2011-06-17Replace all SHOW FIELDS calls with PMA_DBI_get_columns() or PMA_DBI_get_colum...Piotr Przybylski
2011-04-14(Drizzle) Listing/change table structure small fixAzhari Harahap
2011-02-02Show links only when editingMichal Čihař
2011-02-02Add links to table alter pageMichal Čihař
2010-12-04remove author namesMarc Delisle
2010-08-30Fix permissions.Michal Čihař
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-21This page can now handle ajax requestsninadsp
2010-07-20Drop @version tag from docblocks.Michal Čihař
2010-06-03Merge remote branch 'origin/master'ninadsp
2010-05-31conform to relational terminology regarding columns and rowsMarc Delisle
2010-05-22testing git setup - no major change made in code yetninadsp
2010-05-10gettext conversionMarc Delisle
2010-03-27remove author namesMarc Delisle
2009-11-13bug #2895894 [structure] Empty default value not set properlyMarc Delisle
2008-11-24Adding @package, third part.Michal Čihař
2008-11-24Document some require/includes as phpdoc otherwise takes random block before ...Michal Čihař
2008-05-07removed forgotten debug commandsSebastian Mendel
2008-05-07fixed NOTICESebastian Mendel
2008-05-07refactored complete table/column creation altering;Sebastian Mendel
2007-12-14replaced NULL/NOT NULL selectbox with checkbox (preserver space)Sebastian Mendel
2007-12-12MySQL bug #20910 fixed in 5.0.25 (http://dev.mysql.com/doc/refman/5.0/en/news...Sebastian Mendel
2007-10-18fixed call to PMA_Message::addParam()Sebastian Mendel
2007-10-12strTableAlteredSuccessfullyMarc Delisle
2007-10-12make use of PMA_MessageSebastian Mendel
2007-10-04use array to define included JavaScript librariesSebastian Mendel
2007-10-02removed MySQL < 5 codeSebastian Mendel
2007-04-01coding standard: no spaces inside bracesSebastian Mendel
2007-04-01coding standard: no braces around includeSebastian Mendel
2007-03-20splitted common.lib.php into common.inc.php, core.lib.php and common.lib.phpSebastian Mendel
2007-03-20fixed/added page level docblockSebastian Mendel
2007-03-19synced/fixed vim lineSebastian Mendel
2006-10-25Rename tbl_* files to drop useless _properties part.Michal Čihař
2006-10-04Fix order of includes (bug #1569277).Michal Čihař
2006-09-21use @todo tag for todo items, to show up in generated documentationSebastian Mendel
2006-02-21moved PMA_generateFieldSpec(), PMA_tableIsView(), PMA_countRecords(), PMA_gen...Sebastian Mendel
2006-01-15allow 0 as name for database, table collumn, alias and indexSebastian Mendel