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
2009-04-09Escape zero_rows (this is not dangerous, but I think it should be escaped).Michal Čihař
2009-01-24message "Bookmark created" is not displayingMarc Delisle
2009-01-02bug #2473127 [display] Deleting rows displays tbl structure, not contentsMarc Delisle
2008-11-24Adding @package, second part.Michal Čihař
2008-11-24Document some require/includes as phpdoc otherwise takes random block before ...Michal Čihař
2008-07-14upgrade to mootools 1.2; temporarily deactivate the color picker that does no...Marc Delisle
2008-07-09small code cleanupMarc Delisle
2008-05-21display options (work in progress)Marc Delisle
2008-05-09reworked bookmarkingSebastian Mendel
2008-03-16dead codeMarc Delisle
2008-02-07aggregate more index code into PMA_index classSebastian Mendel
2007-12-29Avoid a No tables found when deleting the last table of a db and the table li...Marc Delisle
2007-12-16parser (analyzer) the section_before_limit should not contain the LIMIT claus...Marc Delisle
2007-11-12bug #178988 [display] space before SHOW COLUMNSMarc Delisle
2007-11-02bug #1824506 [profiling] Profile command repeated on older MySQL serversMarc Delisle
2007-10-19new strInsertedRowIdMarc Delisle
2007-10-19strRowsInsertedMarc Delisle
2007-10-18strRowsDeleted, strRowsAffectedMarc Delisle
2007-10-17should save before committing ... (missed some comments)Sebastian Mendel
2007-10-17commented out auto-switching to active database - really required? bug #18147...Sebastian Mendel
2007-10-16make use of PMA_MessageSebastian Mendel
2007-10-12some tweaksSebastian Mendel
2007-10-09make use of new third 'class' parameter for PMA_showMessage()Sebastian Mendel
2007-10-04use array to define included JavaScript librariesSebastian Mendel
2007-10-02removed MySQL < 5 codeSebastian Mendel
2007-09-23bug #1798646 [display] Character + in query wrongly interpretedMarc Delisle
2007-06-28Profiling (work in progress)Marc Delisle
2007-05-15store browse state in session per querySebastian Mendel
2007-05-09bug #1712570 Deleting last record freezes (sorry for the double commit)Marc Delisle
2007-05-09fixed code indention Sebastian Mendel
2007-04-01XHTML standard: no language attribute in <script>Sebastian Mendel
2007-04-01coding standard: no braces around includeSebastian Mendel
2007-04-01make $sql_query persistent (init it, never unset it, always assume it is set)Sebastian Mendel
2007-03-30do NEVER unset $table or $db;Sebastian Mendel
2007-03-27no need to globalize $_REQUEST['is_js_confirmed']Sebastian 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
2007-03-14bug #1627210, #1083301, #1482401 [data] warning on duplicate indexesSebastian Mendel
2006-11-29patch #1605032, undefined indexMarc Delisle
2006-11-17Check before commit!Michal Čihař
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-19Rename db_details_db_info.inc.php to db_info.inc.php.Michal Čihař
2006-09-21use @todo tag for todo items, to show up in generated documentationSebastian Mendel
2006-08-11bug #1533945, wrong table name in header (SELECT from query window)Marc Delisle
2006-05-30bug #1490422, lost connection to MySQL serverMarc Delisle
2006-05-30Do not compare db if not defined.Michal Čihař
2006-04-27Show results of REPLACE as affected as it contains both deleted and inserted ...Michal Čihař
2006-04-13- fixed bug #1469469 cyclic redirect with sql.php as default table-pageSebastian Mendel