[phpMyAdmin Git] [phpmyadmin/phpmyadmin] 0a8d38: Translated using Weblate (Korean)

2017-01-07 Thread Lee Joon Haeng
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 0a8d384556af4b0d36dac167123a18223b0cf6df
  
https://github.com/phpmyadmin/phpmyadmin/commit/0a8d384556af4b0d36dac167123a18223b0cf6df
  Author: Lee Joon Haeng 
  Date:   2017-01-07 (Sat, 07 Jan 2017)

  Changed paths:
M po/ko.po

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

Currently translated at 80.7% (2615 of 3239 strings)

[CI skip]


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


[phpMyAdmin Git] [phpmyadmin/phpmyadmin] 9521e3: Translated using Weblate (Korean)

2017-01-07 Thread Yungu Kim
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 9521e399c0226417aa9a63fbc249948ad1b5996e
  
https://github.com/phpmyadmin/phpmyadmin/commit/9521e399c0226417aa9a63fbc249948ad1b5996e
  Author: Yungu Kim 
  Date:   2017-01-07 (Sat, 07 Jan 2017)

  Changed paths:
M po/ko.po

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

Currently translated at 80.7% (2615 of 3239 strings)

[CI skip]


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


[phpMyAdmin Git] [phpmyadmin/phpmyadmin] f9a27d: Simplify zeroconf code

2017-01-07 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: f9a27d500840996658e9ef0eaf5bd75a676b864a
  
https://github.com/phpmyadmin/phpmyadmin/commit/f9a27d500840996658e9ef0eaf5bd75a676b864a
  Author: Michal Čihař 
  Date:   2017-01-07 (Sat, 07 Jan 2017)

  Changed paths:
M libraries/common.inc.php

  Log Message:
  ---
  Simplify zeroconf code

Check if phpmyadmin database exists rather than looping over all
databases.

Signed-off-by: Michal Čihař 


  Commit: 4ba0eb88d71073d7ca6dd507d8bd260de3a017a5
  
https://github.com/phpmyadmin/phpmyadmin/commit/4ba0eb88d71073d7ca6dd507d8bd260de3a017a5
  Author: Michal Čihař 
  Date:   2017-01-07 (Sat, 07 Jan 2017)

  Changed paths:
M libraries/common.inc.php

  Log Message:
  ---
  Do not try to add profiling to reponses not handled by Response

Signed-off-by: Michal Čihař 


  Commit: f2c5ecf3119a306a80c00795d229bf60531893e3
  
https://github.com/phpmyadmin/phpmyadmin/commit/f2c5ecf3119a306a80c00795d229bf60531893e3
  Author: Michal Čihař 
  Date:   2017-01-07 (Sat, 07 Jan 2017)

  Changed paths:
M file_echo.php
M js/server_status_monitor.js

  Log Message:
  ---
  Implement monitor configuration download using Blob API

This way we no longer need round trip to the server.

Issue #12398

Signed-off-by: Michal Čihař 


  Commit: 055e3939556208db6f76fdd13b2cf91f8a7f9265
  
https://github.com/phpmyadmin/phpmyadmin/commit/055e3939556208db6f76fdd13b2cf91f8a7f9265
  Author: Michal Čihař 
  Date:   2017-01-07 (Sat, 07 Jan 2017)

  Changed paths:
R file_echo.php
M js/server_status_monitor.js

  Log Message:
  ---
  Implement loading of settings using FileReader API

Fixes #12398

Signed-off-by: Michal Čihař 


Compare: 
https://github.com/phpmyadmin/phpmyadmin/compare/a4d616fbacb7...055e39395562___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/sql-parser] 2a589a: Document changes

2017-01-07 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/sql-parser
  Commit: 2a589a36841ea92e8a90c1d8e4d2fa771fbc2be5
  
https://github.com/phpmyadmin/sql-parser/commit/2a589a36841ea92e8a90c1d8e4d2fa771fbc2be5
  Author: Michal Čihař 
  Date:   2017-01-07 (Sat, 07 Jan 2017)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Document changes

Signed-off-by: Michal Čihař 


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


[phpMyAdmin Git] [phpmyadmin/sql-parser] 658362: Fix indentation on html format

2017-01-07 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/sql-parser
  Commit: 6583624389bacd1ac7605726fa479b8594386207
  
https://github.com/phpmyadmin/sql-parser/commit/6583624389bacd1ac7605726fa479b8594386207
  Author: Damian Dlugosz 
  Date:   2017-01-06 (Fri, 06 Jan 2017)

  Changed paths:
M src/Utils/Formatter.php
M tests/Utils/CLITest.php
M tests/Utils/FormatterTest.php

  Log Message:
  ---
  Fix indentation on html format


  Commit: 792f0184f361df75d5328017bd3eb06411c611e7
  
https://github.com/phpmyadmin/sql-parser/commit/792f0184f361df75d5328017bd3eb06411c611e7
  Author: Michal Čihař 
  Date:   2017-01-07 (Sat, 07 Jan 2017)

  Changed paths:
M src/Utils/Formatter.php
M tests/Utils/CLITest.php
M tests/Utils/FormatterTest.php

  Log Message:
  ---
  Merge pull request #121 from bigfoot90/better-html

Fix indentation on html format


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


[phpMyAdmin Git] [phpmyadmin/sql-parser] e358d2: Document changes for #121

2017-01-07 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/sql-parser
  Commit: e358d2fcff4559e132bd0e26341e0435e6e114ab
  
https://github.com/phpmyadmin/sql-parser/commit/e358d2fcff4559e132bd0e26341e0435e6e114ab
  Author: Michal Čihař 
  Date:   2017-01-07 (Sat, 07 Jan 2017)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Document changes for #121

Signed-off-by: Michal Čihař 


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


[phpMyAdmin Git] [phpmyadmin/sql-parser] 3d80d5: Make more readable ContextGenerator.php

2017-01-07 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/sql-parser
  Commit: 3d80d5eb9c74c8498101a3b333a7be39512ca6ad
  
https://github.com/phpmyadmin/sql-parser/commit/3d80d5eb9c74c8498101a3b333a7be39512ca6ad
  Author: Damian Dlugosz 
  Date:   2017-01-06 (Fri, 06 Jan 2017)

  Changed paths:
M tools/ContextGenerator.php

  Log Message:
  ---
  Make more readable ContextGenerator.php


  Commit: 8d169c5feedab0054a370b6c7e2cf932c16222f4
  
https://github.com/phpmyadmin/sql-parser/commit/8d169c5feedab0054a370b6c7e2cf932c16222f4
  Author: Damian Dlugosz 
  Date:   2017-01-06 (Fri, 06 Jan 2017)

  Changed paths:
M src/Utils/Formatter.php

  Log Message:
  ---
  Remove useless brackets


  Commit: b47be375e0f3ae0ac807243bfbc42de1f634ee52
  
https://github.com/phpmyadmin/sql-parser/commit/b47be375e0f3ae0ac807243bfbc42de1f634ee52
  Author: Michal Čihař 
  Date:   2017-01-07 (Sat, 07 Jan 2017)

  Changed paths:
M src/Utils/Formatter.php
M tools/ContextGenerator.php

  Log Message:
  ---
  Merge pull request #117 from bigfoot90/small-fix

Some clean, remove useless brackets


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


[phpMyAdmin Git] [phpmyadmin/shapefile]

2017-01-07 Thread nijel
  Branch: refs/tags/1.2
  Home:   https://github.com/phpmyadmin/shapefile
___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/shapefile] cb650f: Document changes and release date

2017-01-07 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/shapefile
  Commit: cb650f2900c69c1f864715c29f40ef912e112f7e
  
https://github.com/phpmyadmin/shapefile/commit/cb650f2900c69c1f864715c29f40ef912e112f7e
  Author: Michal Čihař 
  Date:   2017-01-07 (Sat, 07 Jan 2017)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Document changes and release date

Signed-off-by: Michal Čihař 


  Commit: 7b5a293b079b466cf1833cdf8ba18c60288d44b3
  
https://github.com/phpmyadmin/shapefile/commit/7b5a293b079b466cf1833cdf8ba18c60288d44b3
  Author: Michal Čihař 
  Date:   2017-01-07 (Sat, 07 Jan 2017)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Prepeare for next version

Signed-off-by: Michal Čihař 


Compare: 
https://github.com/phpmyadmin/shapefile/compare/a71489765335...7b5a293b079b___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/motranslator]

2017-01-07 Thread nijel
  Branch: refs/tags/2.2
  Home:   https://github.com/phpmyadmin/motranslator
___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/motranslator] 7d31d1: Release today

2017-01-07 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/motranslator
  Commit: 7d31d1de8167f0824dcff046d2eb2abb3d8364dd
  
https://github.com/phpmyadmin/motranslator/commit/7d31d1de8167f0824dcff046d2eb2abb3d8364dd
  Author: Michal Čihař 
  Date:   2017-01-07 (Sat, 07 Jan 2017)

  Changed paths:
M CHANGES.md

  Log Message:
  ---
  Release today

Signed-off-by: Michal Čihař 


  Commit: 0e1c5bf02d685a2b94108fa9f6b90917eab900f9
  
https://github.com/phpmyadmin/motranslator/commit/0e1c5bf02d685a2b94108fa9f6b90917eab900f9
  Author: Michal Čihař 
  Date:   2017-01-07 (Sat, 07 Jan 2017)

  Changed paths:
M CHANGES.md

  Log Message:
  ---
  Prepare for next version

Signed-off-by: Michal Čihař 


Compare: 
https://github.com/phpmyadmin/motranslator/compare/5ec2e396ba39...0e1c5bf02d68___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/shapefile] 9194b2: Initialize records as array

2017-01-07 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/shapefile
  Commit: 9194b2869927237c894c043966d03f36766445e1
  
https://github.com/phpmyadmin/shapefile/commit/9194b2869927237c894c043966d03f36766445e1
  Author: Michal Čihař 
  Date:   2017-01-07 (Sat, 07 Jan 2017)

  Changed paths:
M src/ShapeFile.php

  Log Message:
  ---
  Initialize records as array

Signed-off-by: Michal Čihař 


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


[phpMyAdmin Git] [phpmyadmin/motranslator] 5ec2e3: Add nightly PHP to the matrix

2017-01-07 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/motranslator
  Commit: 5ec2e396ba39753449523ee702e35df94236b39c
  
https://github.com/phpmyadmin/motranslator/commit/5ec2e396ba39753449523ee702e35df94236b39c
  Author: Michal Čihař 
  Date:   2017-01-07 (Sat, 07 Jan 2017)

  Changed paths:
M .travis.yml

  Log Message:
  ---
  Add nightly PHP to the matrix

Signed-off-by: Michal Čihař 


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


[phpMyAdmin Git] [phpmyadmin/shapefile] 3acecc: Add nightly PHP to the matrix

2017-01-07 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/shapefile
  Commit: 3aceccf703a6a189a414a9acb4e2ee4e06c2927d
  
https://github.com/phpmyadmin/shapefile/commit/3aceccf703a6a189a414a9acb4e2ee4e06c2927d
  Author: Michal Čihař 
  Date:   2017-01-07 (Sat, 07 Jan 2017)

  Changed paths:
M .travis.yml
M ci/install-dbase

  Log Message:
  ---
  Add nightly PHP to the matrix

Signed-off-by: Michal Čihař 


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


[phpMyAdmin Git] [phpmyadmin/motranslator] b461e3: Exclude some files from composer installation

2017-01-07 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/motranslator
  Commit: b461e325a72dbc6ae8599a1881841b3c0f5b500a
  
https://github.com/phpmyadmin/motranslator/commit/b461e325a72dbc6ae8599a1881841b3c0f5b500a
  Author: Michal Čihař 
  Date:   2017-01-07 (Sat, 07 Jan 2017)

  Changed paths:
A .gitattributes

  Log Message:
  ---
  Exclude some files from composer installation

Signed-off-by: Michal Čihař 


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


[phpMyAdmin Git] [phpmyadmin/sql-parser] 6db3f3: Exclude more files (issue #119)

2017-01-07 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/sql-parser
  Commit: 6db3f3e33806a7bf2b5aa1ac69288cff8feee840
  
https://github.com/phpmyadmin/sql-parser/commit/6db3f3e33806a7bf2b5aa1ac69288cff8feee840
  Author: Michal Čihař 
  Date:   2017-01-07 (Sat, 07 Jan 2017)

  Changed paths:
M .gitattributes

  Log Message:
  ---
  Exclude more files (issue #119)

Signed-off-by: Michal Čihař 


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


[phpMyAdmin Git] [phpmyadmin/sql-parser] 964ca2: autload-dev

2017-01-07 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/sql-parser
  Commit: 964ca2cb807a06f7e8983e19111f8bc00077ace7
  
https://github.com/phpmyadmin/sql-parser/commit/964ca2cb807a06f7e8983e19111f8bc00077ace7
  Author: Damian Dlugosz 
  Date:   2017-01-06 (Fri, 06 Jan 2017)

  Changed paths:
M composer.json
M phpunit.xml
A tests/TestCase.php
R tests/bootstrap.php

  Log Message:
  ---
  autload-dev


  Commit: 69b7e10150fbaca864a5f1538ef8986267827210
  
https://github.com/phpmyadmin/sql-parser/commit/69b7e10150fbaca864a5f1538ef8986267827210
  Author: Michal Čihař 
  Date:   2017-01-07 (Sat, 07 Jan 2017)

  Changed paths:
M composer.json
M phpunit.xml
A tests/TestCase.php
R tests/bootstrap.php

  Log Message:
  ---
  Merge pull request #118 from bigfoot90/autoload-dev

composer autoload-dev


Compare: 
https://github.com/phpmyadmin/sql-parser/compare/d07bed1a72f1...69b7e10150fb___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/shapefile] 279207: Exclude some files from composer installation

2017-01-07 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/shapefile
  Commit: 279207822279c4eec5e150ae6df2d981dbea447f
  
https://github.com/phpmyadmin/shapefile/commit/279207822279c4eec5e150ae6df2d981dbea447f
  Author: Michal Čihař 
  Date:   2017-01-07 (Sat, 07 Jan 2017)

  Changed paths:
A .gitattributes

  Log Message:
  ---
  Exclude some files from composer installation

Signed-off-by: Michal Čihař 


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