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
2014-11-04bug #4578 XSS vulnerability in table print viewMadhura Jayaratne
2012-10-28Coding style improvementsMadhura Jayaratne
2012-09-16Renamed PMA_CommonFunctions::getInstance()-> with PMA_Util::Chanaka Indrajith
2012-09-16Renamed ->method() with PMA_Util::method()Chanaka Indrajith
2012-09-16Remove variableChanaka Indrajith
2012-09-05Wrap long linesMichal Čihař
2012-09-05Add some newlines for better html outputMichal Čihař
2012-09-05Replace inline html with echoMichal Čihař
2012-08-31coding style : fix indentingDieter Adriaenssens
2012-08-30Fix coding styleMadhura Jayaratne
2012-06-22Implement class behavior of common.lib.php fileChanaka Indrajith
2012-06-14Modifications to PMA_printButton() function in common.lib.php and renamed as ...Chanaka Indrajith
2012-06-11Dropped footer.inc.phpRouslan Placella
2012-06-11PMA_Footer and PMA_Header no longer need to be singletonsRouslan Placella
2012-06-11Removed the last references to the old header filesRouslan Placella
2012-06-11Dropped header.inc.php in favor of the PMA_Header classRouslan Placella
2012-05-30Merge remote-tracking branch 'origin/QA_3_5'Michal Čihař
2012-05-30Remove useless and wrong headers (rfe#3530327)Michal Čihař
2012-05-29Some coding style improvementsMichal Čihař
2012-05-29Wrap some long linesMichal Čihař
2012-05-29Add file level commentMichal Čihař
2012-05-13Use print.css in header_printview.inc.phpRouslan Placella
2012-05-09Fixed rendering of tbl_printview.phpRouslan Placella
2012-05-07Don't display the menu bar in print viewRouslan Placella
2012-05-05Renamed tbl_common.php to tbl_common.inc.php for better consistencyRouslan Placella
2012-04-29Fix checkstyle ControlStructures warningsJo Michael
2012-04-21Clarify variable nameMarc Delisle
2012-04-21Clarify function nameMarc Delisle
2012-04-14Fix Checkstyle Warnings - Type: CloseBracketLine (Closing parenthesis of a mu...Madhura Jayaratne
2012-03-31Replaced valign HTML attribute with CSSJo Michael
2012-03-27Replaced *[align] with *[class] for HTML5 validityJo Michael
2012-03-18Replaced td[align] with td[class] due to HTML5Jo Michael
2012-03-18Removed: table[border] attribute (default is 0 anyways), a[rel] for non-stand...Jo Michael
2012-03-17Leading ./ paths for includes can be omitted, part 2Jo Michael
2011-11-24Disabled floating of the menubar in designer and fixed designer menu renderin...Rouslan Placella
2011-11-24A different solution for preventing the menubar from floating in print viewRouslan Placella
2011-10-25Use package name PhpMyAdminMichal Čihař
2011-10-24Remove commented out codeMichal Čihař
2011-10-24Unify print button code and factor it out to functionMichal Čihař
2011-10-24Factor out js code for printingMichal Čihař
2011-10-24Fix indentationMichal Čihař
2011-10-24Fix messageMichal Čihař
2011-09-23File is being conditionally included; use "include" insteadMadhura Jayaratne
2011-08-24Fix indentation broken by past mergesPiotr Przybylski
2011-08-24Create PMA_is_system_schema() function which checks whether current database ...Piotr Przybylski
2011-08-13Merge remote-tracking branch 'origin/master' into drizzlePiotr Przybylski
2011-08-10Remove useless space from messagesMichal Čihař
2011-08-10Avoid using ucfirst on translated strings, it will be broken for utf-8 anywayMichal Čihař
2011-08-10Internationalize whole stringMichal Čihař
2011-08-08Fix indentation of some code blocksMichal Čihař