[phpMyAdmin Git] [phpmyadmin/phpmyadmin] dc1808: Translated using Weblate (Dutch)

2017-04-12 Thread dingo thirteen
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: dc1808253faaae2fbd9b4741dd948b1cabbd7ac0
  
https://github.com/phpmyadmin/phpmyadmin/commit/dc1808253faaae2fbd9b4741dd948b1cabbd7ac0
  Author: dingo thirteen 
  Date:   2017-04-12 (Wed, 12 Apr 2017)

  Changed paths:
M po/nl.po

  Log Message:
  ---
  Translated using Weblate (Dutch)

Currently translated at 100.0% (3198 of 3198 strings)

[CI skip]


___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/phpmyadmin] 39fc41: Translated using Weblate (Turkish)

2017-04-12 Thread Burak Yavuz
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 39fc41d15c6b2bfd566a7944d1a762b98f443d19
  
https://github.com/phpmyadmin/phpmyadmin/commit/39fc41d15c6b2bfd566a7944d1a762b98f443d19
  Author: Burak Yavuz 
  Date:   2017-04-12 (Wed, 12 Apr 2017)

  Changed paths:
M po/tr.po

  Log Message:
  ---
  Translated using Weblate (Turkish)

Currently translated at 100.0% (3198 of 3198 strings)

[CI skip]


___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/website] ee9bae: Add new bronze sponosr

2017-04-12 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/website
  Commit: ee9baec926967157c67df50ee58c6f7fc21a2918
  
https://github.com/phpmyadmin/website/commit/ee9baec926967157c67df50ee58c6f7fc21a2918
  Author: Michal Čihař 
  Date:   2017-04-12 (Wed, 12 Apr 2017)

  Changed paths:
M pmaweb/templates/sponsors.html

  Log Message:
  ---
  Add new bronze sponosr

Signed-off-by: Michal Čihař 


  Commit: ceb207b988e42addde3a3ee61c8570e6d2fc8780
  
https://github.com/phpmyadmin/website/commit/ceb207b988e42addde3a3ee61c8570e6d2fc8780
  Author: Michal Čihař 
  Date:   2017-04-12 (Wed, 12 Apr 2017)

  Changed paths:
M pmaweb/templates/sponsors.html

  Log Message:
  ---
  Add new bronze sponosr

Signed-off-by: Michal Čihař 


Compare: 
https://github.com/phpmyadmin/website/compare/0e9d1b5d0e62...ceb207b988e4___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/phpmyadmin] 780bf9: Remove empty value attributes

2017-04-12 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 780bf9653e22178f685f61d935911e529cdb3907
  
https://github.com/phpmyadmin/phpmyadmin/commit/780bf9653e22178f685f61d935911e529cdb3907
  Author: Michal Čihař 
  Date:   2017-04-12 (Wed, 12 Apr 2017)

  Changed paths:
M libraries/DbQbe.php
M libraries/operations.lib.php
M templates/database/designer/having_query_panel.phtml
M templates/database/designer/options_panel.phtml
M templates/database/designer/rename_to_panel.phtml
M templates/database/designer/where_query_panel.phtml

  Log Message:
  ---
  Remove empty value attributes

Signed-off-by: Michal Čihař 


___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/phpmyadmin] dbdd7b: Adds error if copy database name have the same nam...

2017-04-12 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: dbdd7bcb9db9c7a54221aec6344c8c889768aea6
  
https://github.com/phpmyadmin/phpmyadmin/commit/dbdd7bcb9db9c7a54221aec6344c8c889768aea6
  Author: Michal Čihař 
  Date:   2017-04-12 (Wed, 12 Apr 2017)

  Changed paths:
M ChangeLog
M db_operations.php

  Log Message:
  ---
  Adds error if copy database name have the same name

Fixes #13099
Fixes #13104

Signed-off-by: Michal Čihař 


___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/sql-parser] 16d4f1: Fixes wrong extract of string tokens with escaped ...

2017-04-12 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/sql-parser
  Commit: 16d4f15ce1cf79a951caac46c080edab1892092a
  
https://github.com/phpmyadmin/sql-parser/commit/16d4f15ce1cf79a951caac46c080edab1892092a
  Author: Dan Ungureanu 
  Date:   2017-04-11 (Tue, 11 Apr 2017)

  Changed paths:
M CHANGELOG.md
M src/Token.php
M tests/Lexer/TokenTest.php
M tests/Utils/TokensTest.php
M tests/data/lexer/lexString.out
M tests/data/lexer/lexStringErr1.out
M tests/data/parser/parseSelectIntoOptions1.out
M tests/data/parser/parseSelectIntoOptions2.out
M tests/data/parser/parseSelectIntoOptions3.out

  Log Message:
  ---
  Fixes wrong extract of string tokens with escaped characters.

Fixes #40.

Signed-off-by: Dan Ungureanu 


  Commit: 6f9eeb6bdb3fa177f6929602f13fc43781277adb
  
https://github.com/phpmyadmin/sql-parser/commit/6f9eeb6bdb3fa177f6929602f13fc43781277adb
  Author: Michal Čihař 
  Date:   2017-04-12 (Wed, 12 Apr 2017)

  Changed paths:
M CHANGELOG.md
M src/Token.php
M tests/Lexer/TokenTest.php
M tests/Utils/TokensTest.php
M tests/data/lexer/lexString.out
M tests/data/lexer/lexStringErr1.out
M tests/data/parser/parseSelectIntoOptions1.out
M tests/data/parser/parseSelectIntoOptions2.out
M tests/data/parser/parseSelectIntoOptions3.out

  Log Message:
  ---
  Merge pull request #149 from udan11/fix_40

Fixes wrong extract of string tokens with escaped characters.


Compare: 
https://github.com/phpmyadmin/sql-parser/compare/e30ae6fe6bc7...6f9eeb6bdb3f___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git