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
2013-05-24Convert database interface to a classMadhura Jayaratne
2013-05-21Merge branch 'QA_4_0'Madhura Jayaratne
2013-05-21bug #3948 Server export problemsMadhura Jayaratne
2013-05-20Merge branch 'QA_4_0'Marc Delisle
2013-05-16creating database while exporting at database levelayusun
2013-05-12Fix merge conflictsMarc Delisle
2013-05-12bug #3915 Import of CSV file (Replace table data with file) with duplicate va...Marc Delisle
2013-05-10Consistent function naming in Kanji support moduleMichal Čihař
2013-05-06Merge branch 'QA_4_0'Madhura Jayaratne
2013-05-05Fix bug #3905 [export] Custom Exporting exports all databasesJ.M
2013-05-04PMA_DBI_select_db --> PMA_DBI_selectDbKasun Chathuranga
2013-05-02Fix indentation and comment placementMichal Čihař
2013-05-02Better function namesMichal Čihař
2013-04-30PMA_DBI_get_tables --> PMA_DBI_getTablesKasun Chathuranga
2013-04-28Fix bug #3892 SQL Export files are emptyJ.M
2013-04-24Security: block another case of remote execution vulnerabilityMarc Delisle
2013-04-18Security: sanitize parameter to fix a local file inclusion vulnerabilityMarc Delisle
2013-04-18Security: avoid $GLOBALS overwriteMarc Delisle
2013-03-19Better function nameMarc Delisle
2013-03-18correct previous commit (bug 3840)Gemorroj
2013-03-18bug #3840 When exporting to gzip format, the data is compressed 2 timesGemorroj
2013-03-04Missing detection of mod_deflate Apache module in one code pathMarc Delisle
2013-02-07This variable might be unsetMichal Čihař
2012-11-10Fix merge conflictsMarc Delisle
2012-11-10bug #3563824 [export] Support Apache mod_deflateMarc Delisle
2012-09-16Renamed ->method() with PMA_Util::method()Chanaka Indrajith
2012-09-16Remove variableChanaka Indrajith
2012-08-30Coding style improvementsMadhura Jayaratne
2012-07-17oop: integrate the properties system for ExportXmlAlex Marin
2012-07-03Fix function call not camelCased yetJ.M
2012-07-02Fix html entities for astext export backlink, use jQuery for textSQLDUMP boxJ.M
2012-06-30Resolve conflictsChanaka Indrajith
2012-06-27oop: merge master, fix commitsAlex Marin
2012-06-27Resolved conflictsChanaka Indrajith
2012-06-23Use camel case for function names - another instanceMadhura Jayaratne
2012-06-23Class names should start with capital lettersMadhura Jayaratne
2012-06-22Implement class behavior of common.lib.php fileChanaka Indrajith
2012-06-18oop: fix bugs and phpcs errors for all export pluginsAlex Marin
2012-06-17Merge branch 'work_week3' into plugins-and-OOPAlex Marin
2012-06-17oop: merge masterAlex Marin
2012-06-16oop: remove debugging echo from export.phpAlex Marin
2012-06-16oop: ExportPhparrayAlex Marin
2012-06-15oop: ExportLatexAlex Marin
2012-06-11Drop display() from Header and Footer classes. The Response class will do all...Rouslan Placella
2012-06-11Dropped footer.inc.phpRouslan Placella
2012-06-11PMA_Footer and PMA_Header no longer need to be singletonsRouslan Placella
2012-06-11Dropped header.inc.php in favor of the PMA_Header classRouslan Placella
2012-06-08oop: export codegen; camel caps export naming conventionAlex Marin
2012-06-07oop: export properties bugAlex Marin
2012-06-04plugins and OOP: merge master, fix conflictsAlex Marin