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
2006-11-18Fix XSS on database comment, thanks to laurent gaffié.Michal Čihař
2006-11-18Define headers which to trust in configuration, thanks for help with this to ...Michal Čihař
2006-11-18undefined indexMarc Delisle
2006-11-17Trust only listed proxies for IP Allow/Deny.Michal Čihař
2006-11-17Fix path disclossure while passing array as some params.Michal Čihař
2006-11-17Check before commit!Michal Čihař
2006-10-25Add backward compatibility code to affect above renaming.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-25Allow to edit small number of fields vertically and lange number horizontally...Michal Čihař
2006-10-20wrong parameter when calling error.phpMarc Delisle
2006-10-19Fix escaping of long query with js (thanks to Erwin for report).Michal Čihař
2006-10-19Rename db_details_db_info.inc.php to db_info.inc.php.Michal Čihař
2006-10-18Rename left_header to navigation_header.Michal Čihař
2006-10-18Keep 0 in exported auto_increment fields (bug #1440544).Michal Čihař
2006-10-18Let's again obey TextareaRows (bug #1465906).Michal Čihař
2006-10-18bug #1567316, renaming a db containing a viewMarc Delisle
2006-10-18remove spaces from end/beginningMichal Čihař
2006-10-18Write own parser so that quoting is optional (RFE #1579163).Michal Čihař
2006-10-18fix behaviour when invalid string is specifiedMichal Čihař
2006-10-18Support displaying in UTC (RFE #1440386).Michal Čihař
2006-10-17export nothing if no tables are selectedMarc Delisle
2006-10-17Correctly handle unix timestamp (RFE #1440386).Michal Čihař
2006-10-17Add support for hiding server information.Michal Čihař
2006-10-17Add support for ON DUPLICATE KEY (bug #1576226).Michal Čihař
2006-10-16Switch to \n on Mac, as it is reported to be common EOL there now (bug #15775...Michal Čihař
2006-10-16Rename left.php to navigation.php and modify all calls to that. Only config v...Michal Čihař
2006-10-13Remove last CVS mentions.Michal Čihař
2006-10-13Use HeadURL instead of Source keyword.Michal Čihař
2006-10-13Fix cvs/csv typo.Michal Čihař
2006-10-13Move cleanup to separate function (bug #1569123).Michal Čihař
2006-10-12Finalise SVN migration.Michal Čihař
2006-10-10Fix parsing of CHAR column type (bug #1573502).Michal Čihař
2006-10-10Fix MIME type and extension to state before plugins were introduced (patch #1...Michal Čihař
2006-10-10Check for sent headers, provide backtrace in this case.Michal Čihař
2006-10-10Fix displaying of entered query.Michal Čihař
2006-10-10Correctly fail if file is too short (bug #1574340).Michal Čihař
2006-10-09bug 1562533, unbuffered queriesMarc Delisle
2006-10-06bug #1568341, last part of the fixMarc Delisle
2006-10-04Add support for UTC_DATE, UTC_TIME and UTC_TIMESTAMP functions, based on patc...Michal Čihař
2006-10-03Sync token name.Michal Čihař
2006-10-01bug #1568341, case sensitivity in db namesMarc Delisle
2006-10-01bug #1550690, wrong export of constraintsMarc Delisle
2006-09-29security fixesMarc Delisle
2006-09-29fix for attack via FILESMarc Delisle
2006-09-29bug #1566904, typoMarc Delisle
2006-09-28correct syntax for blocking access to librariesMarc Delisle
2006-09-23bug #1519859, avoid overflow on 64-bit machinesMarc Delisle
2006-09-23bug #1560152, after renaming a table the navigation does not workMarc Delisle
2006-09-22refactored output buffer functionsSebastian Mendel