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 (Collapse)Author
2016-08-24Do not show warning about short blowfish_secret if none is setMichal Čihař
With empty blowfish_secret user would always get both warnings... Fixes #12485 Signed-off-by: Michal Čihař <michal@cihar.com>
2016-08-18Merge branch 'QA_4_6'Michal Čihař
2016-08-18Add rel="noopener noreferrer" to all external target="_blank" linksMichal Čihař
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-08-17Merge branch 'master-security'Michal Čihař
2016-08-16Merge remote-tracking branch 'security/QA_4_6-security' into QA_4_6Isaac Bennetch
2016-08-03Merge branch 'QA_4_6'Michal Čihař
2016-08-03Open demo information in new tabMichal Čihař
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-08-02Merge branch 'master' into master-securityMichal Čihař
2016-08-02Merge branch 'QA_4_6' into QA_4_6-securityMichal Čihař
2016-08-02Merge branch 'QA_4_6'Michal Čihař
2016-08-01Improved indents, alignment and rtl in Original themePavel Rochnyack
* Fixed list items aligment in rtl view * Fixed notices icon alignment in rtl and ltr views * Fixed Footer.php getErrorMessages() to avoid <div id="pma_errors"><div id="pma_errors">....</div></div> nested blocks. * Removed indentation by &nbsp; Signed-off-by: Pavel Rochnyack <pavel2000@ngs.ru>
2016-07-26Merge branch 'QA_4_6-security' into master-securityMichal Čihař
2016-07-23Remove option to show phpinfo() ($cfg['ShowPhpInfo'])Michal Čihař
This is really more a PHP debugging feature than anything related to phpMyAdmin. If user wants to debug, it's as simple a creating file with one line of php code. Signed-off-by: Michal Čihař <michal@cihar.com>
2016-07-22Merge branch 'QA_4_6-security' into master-securityMichal Čihař
2016-07-22Document recommended length of 32 for blowfish_secretMichal Čihař
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-06-16Separate adding HTML markup to message from othersMichal Čihař
We really want this to be explicit for easier review and hiding this in second parameter of addParam doesn't make it. Signed-off-by: Michal Čihař <michal@cihar.com>
2016-06-13Fix some CodeSniffer warnings and errorsIsaac Bennetch
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2016-05-17Merge branch 'QA_4_6'Michal Čihař
2016-05-17Use https when linking to php.netMichal Čihař
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-05-11Make ThemeManager a singleton instead of storing it in the sessionMichal Čihař
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-05-09Merge commit 'cda4290749f10ed686bfb466b415e5e3a1c04fea'Michal Čihař
2016-04-29Use https links where applicableMichal Čihař
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-04-29Remove link to wikiMichal Čihař
It's outdated and will be soon completely disabled. Signed-off-by: Michal Čihař <michal@cihar.com>
2016-04-29Pass link to demo server through url.phpMichal Čihař
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-04-11Separate methods for charset and collation dropdownsMichal Čihař
They do not share much code in the end and this way the code is more readable. Signed-off-by: Michal Čihař <michal@cihar.com>
2016-04-11Move MySQL charsets handling to the Charsets classMichal Čihař
Issue #11731 Signed-off-by: Michal Čihař <michal@cihar.com>
2016-04-11Move charsets obtaining to the Charsets classMichal Čihař
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-04-11Move MySQL charset maps to separate classMichal Čihař
This allows us to load it only when needed Issue #11731 Signed-off-by: Michal Čihař <michal@cihar.com>
2016-02-22Refactor text sanitization and javascript escaping, Issue #11989, #11988Durgesh
Signed-off-by: Durgesh <007durgesh219@gmail.com>
2016-02-22Refactored url parmeters generating, Issue #11990Durgesh
Signed-off-by: Durgesh <007durgesh219@gmail.com>
2016-02-12Merge branch 'QA_4_5' into QA_4_6Michal Čihař
2016-02-12Silent warnings when checking for file existanceMichal Čihař
Another occurences of file_exists which can be limited by open_basedir. Issue #11940 Signed-off-by: Michal Čihař <michal@cihar.com>
2016-02-03Remove PmaAbsoluteUri from redirectsMichal Čihař
This is no longer needed as per RFC 7231. Issue #11412 Signed-off-by: Michal Čihař <michal@cihar.com>
2016-01-22Show warning in version check and error reporting are not availableMichal Čihař
When curl is missing and allow_url_fopen is disabled, we can not access remote files. Fixes #11874 Signed-off-by: Michal Čihař <michal@cihar.com>
2016-01-22We no longer do cross site javascript requestMichal Čihař
Remove condition to disable version check on IE, it no loger makes sense as we do the check server side. Signed-off-by: Michal Čihař <michal@cihar.com>
2016-01-22Show more used PHP extensionsMichal Čihař
This helps user to see what features are available. Issue #11874 Signed-off-by: Michal Čihař <michal@cihar.com>
2016-01-12Remove no longer used variablesMichal Čihař
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-01-04Remove /*overload*/ prefix from mb_* callsMichal Čihař
I believe this was temporary flagging to see which code is migrated and can be safely removed now. Signed-off-by: Michal Čihař <michal@cihar.com>
2015-12-21Remove unused pmaString variableMichal Čihař
It was used in past when we didn't rely on mbstring. Signed-off-by: Michal Čihař <michal@cihar.com>
2015-12-07Remove some unnecessary string concatenationsMarc Delisle
https://github.com/dseguy/clearPHP/blob/master/rules/no-unnecessary-string-concatenation.md Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-12-04Remove some unnecessary string concatenationsMarc Delisle
https://github.com/dseguy/clearPHP/blob/master/rules/no-unnecessary-string-concatenation.md Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-12-03Remove some unnecessary string concatenationsMarc Delisle
https://github.com/dseguy/clearPHP/blob/master/rules/no-unnecessary-string-concatenation.md Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-12-01issue #11708 Remove no password warningMichal Čihař
The empty password has to be enabled by AllowNoPassword, so user should know what he is doing. Showing this warning every time doesn't bring any additional security. Signed-off-by: Michal Čihař <michal@cihar.com>
2015-11-06Link license.phpMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-10-19Make PHPCS happy.Hugues Peccatte
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-09-20Update nodes load.Hugues Peccatte
Fix template call. Remove useless 'use'. Fix node load. Fix merge. Attempt to fix transformation unit test. Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-09-14Revert PMA_String rename.Hugues Peccatte
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-09-09Merge branch 'master' into useNamespaces_masterHugues Peccatte
2015-09-09Remove more references to DrizzleMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-09-09More server level Drizzle functions removedMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>