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
2005-11-06use fieldset for 'bookmark this'Sebastian Mendel
2005-10-26unified message boxes (error, warning, confirmation)Sebastian Mendel
2005-10-20refresh left frame on view creationSebastian Mendel
2005-10-18update row count in left frame bug #1243908Sebastian Mendel
2005-10-13We need bookmark code to be included everytime.Michal Čihař
2005-10-09Fix appending LIMIT when there are comments.Michal Čihař
2005-10-08remove old codeMarc Delisle
2005-10-08Use common code for superuser detection.Michal Čihař
2005-10-08Switch all SQL from read_dump.php to import.php.Michal Čihař
2005-10-08Work even if no db set.Michal Čihař
2005-09-28bug #1305830 wrong db choosenSebastian Mendel
2005-09-27moved all code for queryboxes into libraries/sql_query_form.lib.php, replaced...Sebastian Mendel
2005-09-26Support for browsing selected columns (RFE #1275909).Michal Čihař
2005-08-12bug #1255869, 'MySQL returned an empty result set' not displayed in all casesMarc Delisle
2005-08-02patch #1249451, display improvementsMarc Delisle
2005-07-12For Insert row and Export: use post when query is too bigMarc Delisle
2005-07-11Use post for print view when query is too big (bug #1203692).Michal Čihař
2005-06-06bug #1204951, left frame browse icon alt tag not updated on emptying tableMarc Delisle
2005-05-26bug #1204913, left frame update on manual table renameMarc Delisle
2005-05-15bug #1120434, comment at the end of query is applied to appended LIMIT as wellMarc Delisle
2005-03-07Better calculate inserted row id (bug #1156963).Michal Čihař
2005-01-18bug #1084820, End>> and InnoDBMarc Delisle
2005-01-02Do not forget reloading when launching multiple queries (bug #1090818).Michal Čihař
2004-12-29added infou about UFPDF to documentationMichal Čihař
2004-11-02RFE #1044677: Check for suboptimal indexes.Garvin Hicking
2004-10-21Cleanup of message displaying and navigation reloading.Michal Čihař
2004-10-19Work better in ANSI mode (bug #816858).Michal Čihař
2004-10-19Fix undefined index.Michal Čihař
2004-10-15detect more complex case of SELECT DISTINCT for MySQL 3Marc Delisle
2004-10-12Don't try to require sql.php with parameters, rather redirect to it.Michal Čihař
2004-09-29bug #1036678Marc Delisle
2004-09-24re: bug 978930, LIMIT not displayed anymoreMarc Delisle
2004-09-12bug 988723 sql error when ordering by count( * )Marc Delisle
2004-09-04bug 899430: problem when lower_case_table_names==2Marc Delisle
2004-08-22Don't unset $sql_limit_to_append, we need it later (bug #978930, found by Marc).Michal Čihař
2004-08-17Work with $display_query only if set (Marc spotted this out).Michal Čihař
2004-08-16Better appending of LIMIT (bug #978930).Michal Čihař
2004-08-12XHTML fixesMichal Čihař
2004-08-12Change look of adding fields into table (bug #991095).Michal Čihař
2004-06-15PMA_securePathMarc Delisle
2004-06-14redesign part 3Marc Delisle
2004-05-29bug 956828 deleting last row generates a PHP errorMarc Delisle
2004-05-16Patch #947190Alexander M. Turek
2004-05-13Use same code for generating INSERT and UPDATE queries (also fixes bug #953250).Michal Čihař
2004-05-11use PMA_sendHeaderLocationMarc Delisle
2004-05-03Export only SELECT queries, do not show multi row actions when no checkboxes ...Michal Čihař
2004-04-19bug 780516 capitalizing keywordsMarc Delisle
2004-04-10Use PMA_DBI_fetch_row instead of PMA_DBI_fetch_array in display_tbl.lib.phpMarcel Tschopp
2004-04-10Changed some queries to use MYSQLI_STORE_RESULT.Marcel Tschopp
2004-04-10Changed some queries to use MYSQLI_STORE_RESULT.Marcel Tschopp