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-07-21rest of the "remove flickering" fixMarc Delisle
2008-07-21test to minimize flickering (work in progress, for now: table Search)Marc Delisle
2008-07-20properly call js/tbl_change.jsMarc Delisle
2008-07-14upgrade to mootools 1.2; temporarily deactivate the color picker that does no...Marc Delisle
2008-05-09no need to fetch $cfgRelationSebastian Mendel
2008-02-10use PMA_generate_html_radio()Marc Delisle
2008-01-30typoMarc Delisle
2008-01-29no need for extra div, but the link must be added before the slide effect is ...Sebastian Mendel
2008-01-21removed use charset_connectionSebastian Mendel
2008-01-18slider for table search, work in progress...Marc Delisle
2007-11-02fix NoticeMarc Delisle
2007-10-02removed MySQL < 5 codeSebastian Mendel
2007-09-19finish removal of get_foreign.lib.phpMarc Delisle
2007-04-01XHTML standard: no language attribute in <script>Sebastian 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-08-13feature #1520222, calendar in SearchMarc Delisle
2006-06-09bug #1490569, search with LIKE on numeric fieldsMarc Delisle
2006-01-17(not complete) PEAR coding standardSebastian Mendel
2005-12-08XHTMLMichal Čihař
2005-12-08moved tbl_properties_common.php into librariesSebastian Mendel
2005-12-05Use same script tag, use CDATA for scripts (RFE #995065).Michal Čihař
2005-11-24Move footer.inc.php, header.inc.php and header_printview.inc.php to libraries...Michal Čihař
2005-11-24Move tbl_properties{.inc,_links,_table_info}.php to libraries folder as it do...Michal Čihař
2005-11-23- moved styles into cssSebastian Mendel
2005-11-18common.lib.php should REALLY REALLY and ALWAYS be the first includeSebastian Mendel
2005-10-29Fix documentation links (bug #1341676).Michal Čihař
2005-10-08Use more require_once to avoid acquiring table info several times.Michal Čihař
2005-06-23Support for customizing foreign-key dropdown, take #2, now very customizable,Robin Johnson
2005-05-19bug #1204235, searching on a VARBINARY fieldMarc Delisle
2004-12-29added infou about UFPDF to documentationMichal Čihař
2004-10-21Cleanup of message displaying and navigation reloading.Michal Čihař
2004-10-13bug #1033388 and optimizationsAlexander M. Turek
2004-10-08removed superfluous spaces, introduced more CSS ID attributesGarvin Hicking
2004-09-16correctly fix browse foreigners popup for search pageGarvin Hicking
2004-09-04Table search is now independant from the connection charset.Alexander M. Turek
2004-08-17move search operators to configMarc Delisle
2004-06-19redesign phase 4Marc Delisle
2004-06-14redesign part 3Marc Delisle
2004-05-19bug 956137Marc Delisle
2004-05-05Patch 939197Marc Delisle
2004-04-27drop unneeded marginsMichal Čihař
2004-04-27Be valid XHTML.Michal Čihař
2004-04-27RFE #940194 - Added REGEXP to search optionsGarvin Hicking
2004-04-14Fixed undefined variable warning.Michal Čihař
2004-04-10Changed some queries to use MYSQLI_STORE_RESULT.Marcel Tschopp