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
2019-12-22Fix #15614 - Undefined offset on index page for MySQL 5.7.8William Desportes
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-05-01Fix #15059 - Server charset hardcoded in index.phpWilliam Desportes
Fixes: #15059 Pull-request: #15103 Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-04-06Fixes #15059 Server charset hardcoded in index.phpapoorv
Signed-off-by: Apoorv Khare <apoorvkhare007@gmail.com>
2018-12-21Fix #14635 - Git revision errorWilliam Desportes
See: #14762 Signed-off-by: William Desportes <williamdes@wdes.fr>
2018-11-11Retrieve parameters from $_POST in chk_relMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-08-28Fix for #14295William Desportes
Fixes: #14295 Signed-off-by: William Desportes <williamdes@wdes.fr> (cherry picked from commit a87bf74eed88b7e4b403cebad3a6c43321f03c68) Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-06-21Avoid looking for ? when checking for file to be includedMichal Čihař
Signed-off-by: Michal Čihař <michal@cihar.com>
2018-03-26Replace PhpMyAdmin\Relation static callsMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-03-02Remove @ operator from ini_get()Maurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-03-02Remove @ operator from extension_loaded()Maurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-12-23 Remove inline styles from elements (#13883)Juvenv
* Remove inline styles from elements in index.php #12262 * Remove inline style from element in CentralColumns #12262 Related to #12262 Signed-off-by: Juvenildo Vaz <juvenildo1511@yahoo.com.br>
2017-11-29Move collation connection setting to user preferencesMichal Čihař
It is now handled same way as other user settings. Issue #11688 Issue #13466 Signed-off-by: Michal Čihař <michal@cihar.com>
2017-11-28Move theme selection to index.phpMichal Čihař
- It really makes no sense to do this on every request. - We want to redirect after changing to make sure page is loaded with new theme. - Use value only from POST request (it used to be set by GET in past as well). Signed-off-by: Michal Čihař <michal@cihar.com>
2017-11-28Remove special casing for font sizeMichal Čihař
It is now stored in configuration in same way as any other setting. Issue #13466 Issue #11688 Signed-off-by: Michal Čihař <michal@cihar.com>
2017-11-28Use shared code for checking page validityMichal Čihař
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-11-27Avois passing extension to Util::getImageMichal Čihař
We do not use it anyway for quite some time and this way it's less processing to generate the img tag. Signed-off-by: Michal Čihař <michal@cihar.com>
2017-11-09Replace globals with DI in Charsets classMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-09-13Merge pull request #13677 from mauriciofauth/functionsMaurício Meneghini Fauth
Refactor some function calls to static method calls
2017-09-13Avoid using print as method nameMichal Čihař
This seems to confuse some parsers as print is keyword. Signed-off-by: Michal Čihař <michal@cihar.com>
2017-09-13Refactor select_server functions to static methodsMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-09-12Move PMA_printListItem to PhpMyAdmin\Core classMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-09-12Refactor check_user_privileges to static methodsMaurício Meneghini Fauth
Refactor check_user_privileges.lib.php functions to static methods and move logic to check_user_privileges.inc.php. Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-09-07Refactor git revision function to static functionMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-08-23Refactor relation functions to static methodsMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-07-21Indicate SSL status on main pageMichal Čihař
- indicate status on main page - indicate possible configuration issues - show in red if remote connection is not using SSL - add overview documentation for server SSL setup Fixes #12354 Signed-off-by: Michal Čihař <michal@cihar.com>
2017-07-17Use new API to report version and commentMichal Čihař
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-07-08Move classes to PhpMyAdmin namespaceMaurício Meneghini Fauth
- Move Table to PhpMyAdmin namespace - Move Template to PhpMyAdmin namespace - Move ThemeManager to PhpMyAdmin namespace - Move Theme to PhpMyAdmin namespace - Move Tracker to PhpMyAdmin namespace - Move Transformations to PhpMyAdmin namespace - Move TypesMySQL to PhpMyAdmin namespace - Move Types to PhpMyAdmin namespace - Move Util to PhpMyAdmin namespace - Move VersionInformation to PhpMyAdmin namespace - Move Url to PhpMyAdmin namespace Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-07-07Move classes to PhpMyAdmin namespaceMaurício Meneghini Fauth
- Move Sanitize to PhpMyAdmin namespace - Move SavedSearches to PhpMyAdmin namespace - Move Scripts to PhpMyAdmin namespace - Move ServerStatusData to PhpMyAdmin namespace - Move Sql to PhpMyAdmin namespace - Move StorageEngine to PhpMyAdmin namespace - Move SubPartition to PhpMyAdmin namespace - Move SysInfoLinux to PhpMyAdmin namespace - Move SysInfoSunOS to PhpMyAdmin namespace - Move SysInfoWINNT to PhpMyAdmin namespace - Move SysInfo to PhpMyAdmin namespace - Move SystemDatabase to PhpMyAdmin namespace Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-07-01Move classes to PhpMyAdmin namespaceMaurício Meneghini Fauth
- Move OpenDocument to PhpMyAdmin namespace - Move OutputBuffering to PhpMyAdmin namespace - Move Partition to PhpMyAdmin namespace - Move Pdf class to PhpMyAdmin namespace - Move RecentFavoriteTable to PhpMyAdmin namespace - Move Response to PhpMyAdmin namespace Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-06-30Move classes to PhpMyAdmin namespaceMaurício Meneghini Fauth
- Move Logging to PhpMyAdmin namespace - Move Menu to PhpMyAdmin namespace - Move Message to PhpMyAdmin namespace Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-06-29Move classes to PhpMyAdmin namespaceMaurício Meneghini Fauth
- Move Advisor to PhpMyAdmin namespace - Move Bookmark to PhpMyAdmin namespace - Move Charsets to PhpMyAdmin namespace - Move Config class to PhpMyAdmin namespace - Move Console class to PhpMyAdmin namespace - Move Core to PhpMyAdmin namespace - Move DatabaseInterface to PhpMyAdmin namespace - Move DbList to PhpMyAdmin namespace - Move DbQbe to PhpMyAdmin namespace - Move DbSearch to PhpMyAdmin namespace - Move DisplayResults to PhpMyAdmin namespace - Move Encoding to PhpMyAdmin namespace - Move Error to PhpMyAdmin namespace - Move ErrorHandler to PhpMyAdmin namespace - Move File to PhpMyAdmin namespace - Move Font to PhpMyAdmin namespace - Move Footer to PhpMyAdmin namespace - Move Header to PhpMyAdmin namespace - Move Index to PhpMyAdmin namespace - Move IndexColumn to PhpMyAdmin namespace - Move LanguageManager to PhpMyAdmin namespace - Move Language to PhpMyAdmin namespace - Move Linter to PhpMyAdmin namespace - Move ListAbstract to PhpMyAdmin namespace - Move ListDatabase to PhpMyAdmin namespace Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-06-03Refactor the core functions into static methodsMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-05-05Show warning if twig cache can not be usedMichal Čihař
Issue #13225 Signed-off-by: Michal Čihař <michal@cihar.com>
2017-04-28Improved handling of logout with disabled LoginCookieDeleteAllMichal Čihař
- avoid removing session for cookie auth if LoginCookieDeleteAll is disabled - redirect user to other server rather than to login page - show message about partial logout - adjust tests - this is based on #13221 Fixes #12301 Signed-off-by: Michal Čihař <michal@cihar.com>
2017-02-20Remove ServerLibraryDifference_DisableWarning settingMichal Čihař
This is getting more and more problematic these days as most of Linux distributions ship MariaDB libraries, while many people run MySQL servers. As MariaDB claims the protocol compatibility should stay, we should not warn in this case. Of course there is option to add this exception to the warning (so far the exception is there only other way - when using MySQL libraries to connect to MariaDB server), but we would be ignoring most cases already and I think complete removal is better than adding exceptions. Overall I don't think this warning is doing any good these days. Signed-off-by: Michal Čihař <michal@cihar.com>
2017-02-13Do not show language selector without choicesMichal Čihař
Move the check from template to the code, so that the selection is completely hidden when there is nothing to select. Fixes #12988 Signed-off-by: Michal Čihař <michal@cihar.com>
2017-01-17Merge branch 'QA_4_6'Michal Čihař
2017-01-07Revert "Remove option to show phpinfo() ($cfg['ShowPhpInfo'])"Michal Čihař
This reverts commit e67e69229a1df3a26df12b1bae89065834fd85b4.
2016-12-07Simplify Response object handlingMichal Čihař
- always use use and short name - avoid calling getInstance() several times in one script Signed-off-by: Michal Čihař <michal@cihar.com>
2016-12-07Remove is_ajax_request globalMichal Čihař
We already have the same information on Response object, so let's use it from there. Issue #11731 Signed-off-by: Michal Čihař <michal@cihar.com>
2016-11-08Merge branch 'master' into master-securityMichal Čihař
2016-10-31Refactor the language selector display into a templateDeven Bansod
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
2016-10-24Merge branch 'master' into master-securityMichal Čihař
2016-10-24Merge branch 'QA_4_6' into QA_4_6-securityMichal Čihař
2016-10-18Use secure.php.net for PHP documentation linksMichal Čihař
This avoids unnecessary redirect on the way (I still think this website setup is weird, but that's all I can do about it). Signed-off-by: Michal Čihař <michal@cihar.com>
2016-10-17Merge branch 'QA_4_6'Michal Čihař
2016-10-04Refuse to work with mbstring.func_overload enabledMichal Čihař
In several places our code assumes that strlen does return length in bytes and not in chars. This can be different with mbstring.func_overload and will lead to several hard to debug breakages. Therefore it's safer to simply deny using phpMyAdmin with this setting. Signed-off-by: Michal Čihař <michal@cihar.com>
2016-09-02Merge branch 'QA_4_6-security' into master-securityMichal Čihař
2016-09-02Stricter URL validationMichal Čihař
- do not use empty() as empty('0') is true - do not lowercase the strings, use them as they are - lowercase all domains in our codebase - do not allow to specify port Signed-off-by: Michal Čihař <michal@cihar.com>
2016-08-24Merge branch 'QA_4_6'Michal Čihař