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
2015-07-22Coding style modification.Hugues Peccatte
2015-03-26Merge pull request #1547 from znck/masterMarc Delisle
2015-03-19MySQL 5.7 Syntax for password changeharish095
2015-03-06Remove unneeded closing tagsRahul Kadyan
2015-02-02Remove dead codeMarc Delisle
2015-02-02Remove dead codeMarc Delisle
2014-08-10Coding style modifications.Hugues Peccatte
2014-07-17Clarify variable's originMarc Delisle
2014-06-12Do not pas arround empty $_url_params variableMichal Čihař
2014-06-12Move password change handling to authenticaton pluginsMichal Čihař
2014-06-12Properly store password in cookie when changing itMichal Čihař
2014-01-08Space around . operator - mroe instancesMadhura Jayaratne
2013-12-21Update PHPDoc.Hugues Peccatte
2013-10-02Document some parametersMichal Čihař
2013-08-07Better names for URL generating functionsMichal Čihař
2013-08-06Various coding style fixesMichal Čihař
2013-05-24Convert database interface to a classMadhura Jayaratne
2013-05-04PMA_DBI_select_db --> PMA_DBI_selectDbKasun Chathuranga
2013-04-30PMA_DBI_try_query --> PMA_DBI_tryQueryKasun Chathuranga
2013-01-25remove unused variable and simplify codeDieter Adriaenssens
2012-11-10Missing Change password dialog in Edit privilegesMarc Delisle
2012-10-31Dropped main.phpRouslan Placella
2012-10-31Dropped references to index.phpRouslan Placella
2012-09-18Removed unnecessary empty lines in functionsChanaka Indrajith
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 some long linesMadhura Jayaratne
2012-07-02Incorrect file referenceMarc Delisle
2012-06-30Resolve conflictsChanaka Indrajith
2012-06-22Implement class behavior of common.lib.php fileChanaka Indrajith
2012-06-22oop: integrate authentication pluginsAlex Marin
2012-06-15Fixed bad variable nameRouslan Placella
2012-06-11Display messages once on password changeRouslan Placella
2012-06-11Drop display() from Header and Footer classes. The Response class will do all...Rouslan Placella
2012-06-11Integrated ajax responses from user_password.php with PMA_Response classRouslan Placella
2012-06-11Fixed undefined variableRouslan 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-05-11Remove HTML rendering inside the functions in display_tbl.lib.php file itselvesChanaka Indrajith
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-25Coding style improvements (ControlSignature)Madhura Jayaratne
2012-04-21Fix undefined variable $cfg in user_password.phpJo Michael
2012-04-13Fix Checkstyle Warnings - Type: BraceOnSameLineMadhura Jayaratne
2012-04-11Cleanup 3 identical 'Change password' headings in jQ-UI dialogJo Michael
2012-04-10Code cleanup and typo fixMarc Delisle
2012-04-10Patch #3515741 RefactoringThilina Buddika Abeyrathna