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
2008-11-24Document some require/includes as phpdoc otherwise takes random block before ...Michal Čihař
2008-08-20BLOBstreaming support (Google Summer of Code 2008, Raj Kissu Rajandran) -- wo...Marc Delisle
2008-07-14upgrade to mootools 1.2; temporarily deactivate the color picker that does no...Marc Delisle
2008-05-21display options (work in progress)Marc Delisle
2008-05-18unused variableMarc Delisle
2008-05-06do not use urlencode() in formsSebastian Mendel
2007-10-19strRowsInsertedMarc Delisle
2007-10-18strRowsDeleted, strRowsAffectedMarc Delisle
2007-10-16make use of PMA_MessageSebastian Mendel
2007-10-10make use of new message objectSebastian Mendel
2007-10-04use array to define included JavaScript librariesSebastian Mendel
2007-06-14last fix for bug #1729583Marc Delisle
2007-05-15store browse state in session per querySebastian Mendel
2007-05-14bug #1699532 Cause of data manipulation issues; still have to work on updatin...Marc Delisle
2007-05-09fixed code indention Sebastian Mendel
2007-03-31insert a row if BLOB is emptyMarc Delisle
2007-03-30do NEVER unset $table or $db;Sebastian Mendel
2007-03-26Edit next row: do not offer if no unique key on tableMarc Delisle
2007-03-25bug #1681598 [interface] Edit next rowMarc Delisle
2007-03-20splitted common.lib.php into common.inc.php, core.lib.php and common.lib.phpSebastian Mendel
2007-03-19synced/fixed vim lineSebastian Mendel
2007-03-15bug #1680952 [core] undefined function PMA_getUvaCondition()Marc Delisle
2007-02-10get rid of propiconMarc Delisle
2006-12-19refactored:Sebastian Mendel
2006-12-10remove uva prefixMarc Delisle
2006-10-25Rename db_* files to drop useless _details part.Michal Čihař
2006-10-25Rename tbl_* files to drop useless _properties part.Michal Čihař
2006-10-04Add support for UTC_DATE, UTC_TIME and UTC_TIMESTAMP functions, based on patc...Michal Čihař
2006-09-21use @todo tag for todo items, to show up in generated documentationSebastian Mendel
2006-05-23bug #1438999 updating a multi-table viewMarc Delisle
2006-04-09bug #1255923, detect and report silent truncation (mysqli)Marc Delisle
2006-02-12bug 1429074, go back to this page choice not stickyMarc Delisle
2006-01-17(not complete) PEAR coding standardSebastian Mendel
2006-01-15allow 0 as name for database, table collumn, alias and indexSebastian Mendel
2005-12-22add commentsMarc Delisle
2005-12-21bug #1385974, cannot un-null a valueMarc Delisle
2005-11-26define variables only where neededSebastian Mendel
2005-11-24Move footer.inc.php, header.inc.php and header_printview.inc.php to libraries...Michal Čihař
2005-11-24Move tbl_replace_fields.php to libraries folder as it does not require direct...Michal Čihař
2005-11-18common.lib.php should REALLY REALLY and ALWAYS be the first includeSebastian Mendel
2005-11-03bug #1339184, MySQL 5 strict mode, errors inserting auto-increment fieldsMarc Delisle
2004-12-29added infou about UFPDF to documentationMichal Čihař
2004-10-19UNIX_TIMESTAMP can take optional parameter (bug #1039193).Michal Čihař
2004-08-21error uploading a binary field in mysqliMarc Delisle
2004-08-11Do not empty protected values (bug #1006812).Michal Čihař
2004-08-06Some functions do not take parameters (bug #1000021).Michal Čihař
2004-07-31yet another PMA_DBI_free_result()Alexander M. Turek
2004-06-15PMA_securePathMarc Delisle
2004-05-20Little code reorganistaion (RFE #957308), removed some remaining php3 compati...Michal Čihař
2004-05-13Use same code for generating INSERT and UPDATE queries (also fixes bug #953250).Michal Čihař