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-06-18Translated using Weblate (Chinese (Traditional))QA_4_8Walter Cheuk
Currently translated at 100.0% (3300 of 3300 strings) [CI skip] Translation: phpMyAdmin/4.8 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-8/zh_Hant/ Signed-off-by: Walter Cheuk <wwycheuk@gmail.com>
2019-06-18Translated using Weblate (Spanish)Alexander Anzorena
Currently translated at 100.0% (3300 of 3300 strings) [CI skip] Translation: phpMyAdmin/4.8 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-8/es/ Signed-off-by: Alexander Anzorena <linkana2016@gmail.com>
2019-06-18Translated using Weblate (Italian)GiulioEl
Currently translated at 99.9% (3299 of 3300 strings) [CI skip] Translation: phpMyAdmin/4.8 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-8/it/ Signed-off-by: GiulioEl <ciucociolo@gmail.com>
2019-06-18Translated using Weblate (Croatian)Marino
Currently translated at 27.7% (915 of 3300 strings) [CI skip] Translation: phpMyAdmin/4.8 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-8/hr/ Signed-off-by: Marino <mrabach@gmail.com>
2019-06-18Translated using Weblate (Japanese)Joshua PowellNishiyama
Currently translated at 100.0% (3300 of 3300 strings) [CI skip] Translation: phpMyAdmin/4.8 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-8/ja/ Signed-off-by: Joshua PowellNishiyama <nzjpnboy@outlook.com>
2019-06-18Translated using Weblate (Ukrainian)Yan Datsiuk
Currently translated at 100.0% (3300 of 3300 strings) [CI skip] Translation: phpMyAdmin/4.8 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-8/uk/ Signed-off-by: Yan Datsiuk <yanek2357111317232931@gmail.com>
2019-06-18Translated using Weblate (Russian)WWWesten
Currently translated at 100.0% (3300 of 3300 strings) [CI skip] Translation: phpMyAdmin/4.8 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-8/ru/ Signed-off-by: WWWesten <wwwesten@gmail.com>
2019-06-14Translated using Weblate (Portuguese (Brazil))Maurício Meneghini Fauth
Currently translated at 100.0% (3300 of 3300 strings) [CI skip] Translation: phpMyAdmin/4.8 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-8/pt_BR/ Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-06-10Translated using Weblate (Ukrainian)Yan Datsiuk
Currently translated at 100.0% (3300 of 3300 strings) [CI skip] Translation: phpMyAdmin/4.8 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-8/uk/ Signed-off-by: Yan Datsiuk <yanek2357111317232931@gmail.com>
2019-06-10Translated using Weblate (Ukrainian)Andriy Khyliuk
Currently translated at 100.0% (3300 of 3300 strings) [CI skip] Translation: phpMyAdmin/4.8 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-8/uk/ Signed-off-by: Andriy Khyliuk <winfon@ukr.net>
2019-06-10Translated using Weblate (Ukrainian)Yan Datsiuk
Currently translated at 99.9% (3299 of 3300 strings) [CI skip] Translation: phpMyAdmin/4.8 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-8/uk/ Signed-off-by: Yan Datsiuk <yanek2357111317232931@gmail.com>
2019-06-04Prepare for version 4.9.1Isaac Bennetch
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2019-06-04Removing composer.lockIsaac Bennetch
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2019-06-04Adding composer lock for 4.9.0.1RELEASE_4_9_0_1Isaac Bennetch
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2019-06-04Prepare version 4.9.0.1Isaac Bennetch
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2019-06-04Merge remote-tracking branch 'security/security/designer/save-page' into QA_4_8Isaac Bennetch
2019-06-04Prepare for 4.9.1-devIsaac Bennetch
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2019-06-04Removing composer.lockIsaac Bennetch
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2019-06-04Adding composer lock for 4.9.0RELEASE_4_9_0Isaac Bennetch
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2019-06-04Make themes compatible with 4.9Isaac Bennetch
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2019-06-04Prepare for release 4.9.0Isaac Bennetch
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2019-06-04ChangeLog for security issuesIsaac Bennetch
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2019-06-04Merge remote-tracking branch 'security/QA_4_8-security' into QA_4_8Isaac Bennetch
2019-06-04Merge pull request #277 from phpmyadmin/security/issue-276Isaac Bennetch
Fix CSRF Vulnerability in login form
2019-06-04Update FAQ 4.8 to reflect removing pma_username and pma_password due to the ↵Isaac Bennetch
security flaw reported in PMASA-2019-4 Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2019-06-04Update sql-parser to version 4.3.2Maurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-06-03Add ChangeLog entry for #10846William Desportes
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-06-03Fix #10846 - TypeError: Cannot read property 'substring' of undefinedWilliam Desportes
Fixes: #10846 Pull-request: #15284 Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-06-01Retrieve parameters from $_POST in AuthenticationCookie pluginMaurício Meneghini Fauth
Retrieves pma_username and pma_password parameters from $_POST instead of $_REQUEST Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-05-31Add ChangeLog entry for #15079Maurício Meneghini Fauth
Responsive behaviour of instruction dialog box [ci skip] Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-05-31Fixes #15079 Responsive behaviour of instruction dialog box (#15089)Apoorv Khare
Signed-off-by: Apoorv Khare <apoorvkhare007@gmail.com>
2019-05-31Bug #10846 TypeError: Cannot read property 'substring' of undefinedEugene Kazakov
Signed-off-by: Eugene Kazakov <ekazakov@plesk.com>
2019-05-29Fix empty PMA_gotoWhitelist JavaScript arrayMaurício Meneghini Fauth
Related to commit 738f5272422324c8dfb03f76da8d851be05da597 Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-05-28Fix class nameWilliam Desportes
Introduced-by: 9d586fc539aacd19399df867e9136e7cce250157 [ci skip] Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-05-28Add ChangeLog entry for #15283William Desportes
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-05-28Use _POST instead of _REQUEST for changing collations in OperationsWilliam Desportes
- Added a space after the table name Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-05-28Fix #15283 - phpMyAdmin tries to change collation on Views when changing ↵William Desportes
collation on all tables/fields Fixes: #15283 # 1347 [Name of View] is not BASE TABLE Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-05-27#15041 - Fix logo link for internal linksWilliam Desportes
As documented here: 761a1f623b7584a99aacf917858fa9875e1f4168 Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-05-27Use spaces instead of a tab for DCOWilliam Desportes
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-05-27Fix #15041 - Update documentation for NavigationLogoLinkWilliam Desportes
Pull-request: #15124 Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-05-27Update config.rstRavgeet Dhillon
I have done some changes based on the suggestion of members. Fixes #15041 Signed-off-by: Ravgeet Dhillon <ravgeetdhillon@gmail.com>
2019-05-27Add ChangeLog entry for #15287William Desportes
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-05-27Fix #15287 - Fix auto_increment field is too smallWilliam Desportes
Fixes: #15287 Pull-request: #15294 Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-05-27Fix phpmyadmin#15287 : Fix auto_increment field is too smallAnkush Patil
Signed-off-by: Ankush Patil <aspraz2658@gmail.com>
2019-05-27Change DCO examples to use real world onesWilliam Desportes
Pull-request: #768 (reference) Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-05-23Add explicit parentheses in nested ternary operatorsMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-05-20Add ChangeLog entry for #15262William Desportes
- Removed a white space Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-05-20Fix #15262 - Incorrect display of charset column : <dfn title=William Desportes
Fixes: #15262 Pull-request: #15281 Pull-request: #15280 Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-05-20Fix #15262 Incorrect display of charset column : <dfn title=Technoknol
Signed-off-by: Shyam Makwana <shyam.makwana18@gmail.com>
2019-05-19Fix key block size (sprintf)William Desportes
Signed-off-by: William Desportes <williamdes@wdes.fr>