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
2012-05-11Pass parameter as parameter instead of defining constantMichal Čihař
2012-05-09Use PMA_fatalError instead of dieMichal Čihař
2012-05-07Coding style fixes. Mostly wrapping long linesMadhura Jayaratne
2012-05-07Fix indentationMadhura Jayaratne
2012-05-03Avoid inline javascriptMichal Čihař
2012-05-02Fix spacing of @package used together with @subpackageMichal Čihař
2012-04-29Fix checkstyle InlineControlStructure warningsJo Michael
2012-04-27Empty line between @param and @returnMichal Čihař
2012-04-27Cleanup spacing after @returnMichal Čihař
2012-04-27Cleanup spacing after @paramMichal Čihař
2012-04-27Fix spacing before tagsMichal Čihař
2012-04-25Coding style fixesMadhura Jayaratne
2012-04-25Coding style improvements (Inline control structures are discouraged)Madhura Jayaratne
2012-04-25Coding style improvements (ControlSignature)Madhura Jayaratne
2012-04-25Standard way to link to documentationMichal Čihař
2012-04-25Coding style improvements (if statements)Michal Čihař
2012-04-22Fix CheckStyle warnings, Type:CloseBracketNewLine (Closing parenthesis of a m...Madhura Jayaratne
2012-04-20Removed a class that became unnecessary after d55332848d29f88d53770b621285903...Rouslan Placella
2012-04-20Shorter Login form JS form-show codeJo Michael
2012-04-14Fix Checkstyle Warnings - Type: CloseBracketLine (Closing parenthesis of a mu...Madhura Jayaratne
2012-04-13ChangeLog entryMarc Delisle
2012-04-13Patch #3517040 Login screen appears under the pageAtul Pratap Singh
2012-04-09Merge branch 'QA_3_5'Jo Michael
2012-04-09- bug #3516037 [auth] JS includes missing in auth config error pageJo Michael
2012-04-06Revert "Drop javascript hiding of login form"Michal Čihař
2012-04-06Revert "Drop <noscript>"Michal Čihař
2012-04-06Wrap long lineMichal Čihař
2012-04-06Drop <noscript>Michal Čihař
2012-04-06Drop javascript hiding of login formMichal Čihař
2012-04-06Removed most <noscript> tags and made JS mandatory to loginRouslan Placella
2012-04-04Fixed broken redirect due to globals removal on expired sessionRouslan Placella
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-18Replaced xml:lang attributes by lang for HTML5Jo Michael
2012-03-17Leading ./ paths for links and favicons can be omitted, part 1Jo Michael
2012-03-14improve coding styleDieter Adriaenssens
2012-03-14cleanup package tagsDieter Adriaenssens
2012-02-26No longer globalize HTTP_AUTHORIZATIONMarc Delisle
2012-01-08onClick should be onclickMarc Delisle
2011-12-07Coding style improvements - Control structuresMadhura Jayaratne
2011-11-21Merge branch 'QA_3_4'Marc Delisle
2011-11-21Avoid showing the password in phpinfo()'s outputMarc Delisle
2011-10-25Use package name PhpMyAdminMichal Čihař
2011-09-26Replaced use of hard coded images with the sprite-aware PMA_getImage() functi...Rouslan Placella
2011-09-23Spaces between parameters in function callsMadhura Jayaratne
2011-09-07use include() instead of require() when including file conditionallyDieter Adriaenssens
2011-09-05fix coding style : control structuresDieter Adriaenssens
2011-08-26make die() messages translatable, where possibleDieter Adriaenssens
2011-08-24WhitespacePiotr Przybylski
2011-08-16Fix comments for functions with missing @return tagPiotr Przybylski