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-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
2008-05-07fixed NOTICESebastian Mendel
2008-05-07refactored complete table/column creation altering;Sebastian Mendel
2008-01-21removed obsolete PMA_ENGINE_KEYWORDSebastian Mendel
2007-12-14replaced NULL/NOT NULL selectbox with checkbox (preserver space)Sebastian Mendel
2007-10-17improved messagesMarc Delisle
2007-10-16make use of PMA_MessageSebastian Mendel
2007-10-06support MySQL 5.1 PARTITION in CREATE TABLE dialogMarc Delisle
2007-10-04use array to define included JavaScript librariesSebastian Mendel
2007-10-02make use of PMA_getDbComment()Sebastian Mendel
2007-10-02removed MySQL < 5 codeSebastian Mendel
2007-09-13bug #1782332 New table form does not overtake dataMarc Delisle
2007-04-01make $sql_query persistent (init it, never unset it, always assume it is set)Sebastian Mendel
2007-03-20splitted common.lib.php into common.inc.php, core.lib.php and common.lib.phpSebastian Mendel
2007-03-19avoid vim error on loadingMarc Delisle
2007-03-15- bug #1679055 #1050 - Table '<table name>' already existsSebastian Mendel