[phpMyAdmin Git] [phpmyadmin/phpmyadmin] 103222: Translated using Weblate (Estonian)

2017-12-06 Thread Kristjan Räts
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 1032225fd9c58f4673d7998574b4c3af02576b3e
  
https://github.com/phpmyadmin/phpmyadmin/commit/1032225fd9c58f4673d7998574b4c3af02576b3e
  Author: Kristjan Räts 
  Date:   2017-12-06 (Wed, 06 Dec 2017)

  Changed paths:
M po/et.po

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

Currently translated at 100.0% (3287 of 3287 strings)

[CI skip]


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


[phpMyAdmin Git] [phpmyadmin/phpmyadmin] d104c7: Translated using Weblate (French)

2017-12-06 Thread tmtisfree
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: d104c7fdd36b44d99c6f8c079db8bf9db1aee035
  
https://github.com/phpmyadmin/phpmyadmin/commit/d104c7fdd36b44d99c6f8c079db8bf9db1aee035
  Author: tmtisfree 
  Date:   2017-12-06 (Wed, 06 Dec 2017)

  Changed paths:
M po/fr.po

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

Currently translated at 100.0% (3287 of 3287 strings)

[CI skip]


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


[phpMyAdmin Git] [phpmyadmin/localized_docs] b7ce78: Translated using Weblate (French)

2017-12-06 Thread tmtisfree
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/localized_docs
  Commit: b7ce781d5793cb16c50635534b14742f2bb16521
  
https://github.com/phpmyadmin/localized_docs/commit/b7ce781d5793cb16c50635534b14742f2bb16521
  Author: tmtisfree 
  Date:   2017-12-06 (Wed, 06 Dec 2017)

  Changed paths:
M po/fr.mo
M po/fr.po

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

Currently translated at 100.0% (2489 of 2489 strings)

[CI skip]


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


[phpMyAdmin Git] [phpmyadmin/sql-parser] 624bab: Prepare for next release

2017-12-06 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/sql-parser
  Commit: 624bab4dc9d81f427e6756978a23a920b34437f0
  
https://github.com/phpmyadmin/sql-parser/commit/624bab4dc9d81f427e6756978a23a920b34437f0
  Author: Michal Čihař 
  Date:   2017-12-06 (Wed, 06 Dec 2017)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Prepare for next release

Signed-off-by: Michal Čihař 


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


[phpMyAdmin Git] [phpmyadmin/sql-parser]

2017-12-06 Thread nijel
  Branch: refs/tags/v4.2.4
  Home:   https://github.com/phpmyadmin/sql-parser
___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/sql-parser] 10f4e5: Avoid using PHP 5.4+ syntax for arrays

2017-12-06 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/sql-parser
  Commit: 10f4e571ba3903593ea7e2c4ec5304f3c0323a98
  
https://github.com/phpmyadmin/sql-parser/commit/10f4e571ba3903593ea7e2c4ec5304f3c0323a98
  Author: Michal Čihař 
  Date:   2017-12-06 (Wed, 06 Dec 2017)

  Changed paths:
M tests/Lexer/ContextTest.php

  Log Message:
  ---
  Avoid using PHP 5.4+ syntax for arrays

We still support 5.3 here.

Signed-off-by: Michal Čihař 


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


[phpMyAdmin Git] [phpmyadmin/sql-parser] 15742c: Release today

2017-12-06 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/sql-parser
  Commit: 15742c967fc4c83363368c45083fd239bf3f5e02
  
https://github.com/phpmyadmin/sql-parser/commit/15742c967fc4c83363368c45083fd239bf3f5e02
  Author: Michal Čihař 
  Date:   2017-12-06 (Wed, 06 Dec 2017)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Release today

Signed-off-by: Michal Čihař 


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


[phpMyAdmin Git] [phpmyadmin/sql-parser] 9b56a0: Improve SQL context loading

2017-12-06 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/sql-parser
  Commit: 9b56a083c53fd17d06d542ec21aac9a31093d3dc
  
https://github.com/phpmyadmin/sql-parser/commit/9b56a083c53fd17d06d542ec21aac9a31093d3dc
  Author: Michal Čihař 
  Date:   2017-12-06 (Wed, 06 Dec 2017)

  Changed paths:
M CHANGELOG.md
M src/Context.php
M tests/Lexer/ContextTest.php

  Log Message:
  ---
  Improve SQL context loading

- add fallback in case there is no version match
- do not zero one by one, byt by two to match version parts
- better handle corner cases

Fixes https://github.com/phpmyadmin/phpmyadmin/issues/13728

Signed-off-by: Michal Čihař 


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