[Phpmyadmin-git] [phpmyadmin/phpmyadmin] afdd23: Generate SHA1 and MD5 sums while releasing as well

2015-06-18 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: afdd2355c84b77b72110301795d9b284e813d385
  
https://github.com/phpmyadmin/phpmyadmin/commit/afdd2355c84b77b72110301795d9b284e813d385
  Author: Michal Čihař mic...@cihar.com
  Date:   2015-06-18 (Thu, 18 Jun 2015)

  Changed paths:
M scripts/create-release.sh
M scripts/upload-release

  Log Message:
  ---
  Generate SHA1 and MD5 sums while releasing as well

So far we've relied on this being generated on sf.net side, what really
does not guarantee anything.

Signed-off-by: Michal Čihař mic...@cihar.com


--
___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/phpmyadmin] 8636f7: Upload md5 and sha1 checksums to our file server o...

2015-06-18 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 8636f7ef29be60bd0149db30a769041d5f68f6fe
  
https://github.com/phpmyadmin/phpmyadmin/commit/8636f7ef29be60bd0149db30a769041d5f68f6fe
  Author: Michal Čihař mic...@cihar.com
  Date:   2015-06-18 (Thu, 18 Jun 2015)

  Changed paths:
M scripts/upload-release

  Log Message:
  ---
  Upload md5 and sha1 checksums to our file server only

It makes no sense to push this to sf.net, it would only confuse users
there. And in the end we need them on our download server.

Signed-off-by: Michal Čihař mic...@cihar.com


--
___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/phpmyadmin] 899bca: Translated using Weblate (Greek)

2015-06-18 Thread Παναγιώτης Παπάζογλου
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 899bca57cec4aefca005deff1e0baedea808a3f5
  
https://github.com/phpmyadmin/phpmyadmin/commit/899bca57cec4aefca005deff1e0baedea808a3f5
  Author: Παναγιώτης Παπάζογλου papa...@yahoo.com
  Date:   2015-06-18 (Thu, 18 Jun 2015)

  Changed paths:
M po/el.po

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

Currently translated at 100.0% (3112 of 3112 strings)

[CI skip]


--
___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/phpmyadmin] bf3909: Fix syntax error in markup

2015-06-18 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: bf3909924b25cb4319bd4a5112f033fc89a4c941
  
https://github.com/phpmyadmin/phpmyadmin/commit/bf3909924b25cb4319bd4a5112f033fc89a4c941
  Author: Michal Čihař mic...@cihar.com
  Date:   2015-06-18 (Thu, 18 Jun 2015)

  Changed paths:
M doc/config.rst

  Log Message:
  ---
  Fix syntax error in markup

Signed-off-by: Michal Čihař mic...@cihar.com


--
___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/phpmyadmin] 204871: Translated using Weblate (Turkish)

2015-06-18 Thread Burak Yavuz
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 2048714b5ccee7f3e718cdbebcd290eba46155db
  
https://github.com/phpmyadmin/phpmyadmin/commit/2048714b5ccee7f3e718cdbebcd290eba46155db
  Author: Burak Yavuz hitowerdi...@hotmail.com
  Date:   2015-06-18 (Thu, 18 Jun 2015)

  Changed paths:
M po/tr.po

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

Currently translated at 100.0% (3112 of 3112 strings)

[CI skip]


--
___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/phpmyadmin] d60883: Group/Ungroup queries in console SQL debug

2015-06-18 Thread Marc Delisle
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: d608832a9dd539f7c78d28e5f7c6dd8f55510c91
  
https://github.com/phpmyadmin/phpmyadmin/commit/d608832a9dd539f7c78d28e5f7c6dd8f55510c91
  Author: Nisarg Jhaveri nisargjhav...@gmail.com
  Date:   2015-06-18 (Thu, 18 Jun 2015)

  Changed paths:
M js/console.js
M js/messages.php
M libraries/Console.class.php
M libraries/DatabaseInterface.class.php
M themes/original/css/common.css.php
M themes/pmahomme/css/common.css.php

  Log Message:
  ---
  Group/Ungroup queries in console SQL debug

Signed-off-by: Nisarg Jhaveri nisargjhav...@gmail.com


  Commit: 72833685b7291bc178ffec5397ae627dbabcd2dd
  
https://github.com/phpmyadmin/phpmyadmin/commit/72833685b7291bc178ffec5397ae627dbabcd2dd
  Author: Marc Delisle m...@infomarc.info
  Date:   2015-06-18 (Thu, 18 Jun 2015)

  Changed paths:
M js/console.js
M js/messages.php
M libraries/Console.class.php
M libraries/DatabaseInterface.class.php
M themes/original/css/common.css.php
M themes/pmahomme/css/common.css.php

  Log Message:
  ---
  Merge pull request #1741 from nisargjhaveri/debug_console

Group/Ungroup queries in console SQL debug


Compare: 
https://github.com/phpmyadmin/phpmyadmin/compare/8636f7ef29be...72833685b729--
___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/phpmyadmin] d3dced: Translated using Weblate (Estonian)

2015-06-18 Thread Weblate
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: d3dced3d16956b29cea8cc55227718050d00caf2
  
https://github.com/phpmyadmin/phpmyadmin/commit/d3dced3d16956b29cea8cc55227718050d00caf2
  Author: Kristjan Räts kristjanr...@gmail.com
  Date:   2015-06-18 (Thu, 18 Jun 2015)

  Changed paths:
M po/et.po

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

Currently translated at 100.0% (3112 of 3112 strings)

[CI skip]


  Commit: 45e8d55514da6b19eb59eef6c0d622b10364d2c3
  
https://github.com/phpmyadmin/phpmyadmin/commit/45e8d55514da6b19eb59eef6c0d622b10364d2c3
  Author: Weblate nore...@weblate.org
  Date:   2015-06-18 (Thu, 18 Jun 2015)

  Changed paths:
M js/console.js
M js/messages.php
M libraries/Console.class.php
M libraries/DatabaseInterface.class.php
M themes/original/css/common.css.php
M themes/pmahomme/css/common.css.php

  Log Message:
  ---
  Merge remote-tracking branch 'origin/master'


Compare: 
https://github.com/phpmyadmin/phpmyadmin/compare/72833685b729...45e8d55514da--
___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/phpmyadmin] 7d7694: Use stricter jQuery selectors in config.js

2015-06-18 Thread Madhura Jayaratne
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 7d76949cecba8559ca6ce82c9548fd2c2e071fdc
  
https://github.com/phpmyadmin/phpmyadmin/commit/7d76949cecba8559ca6ce82c9548fd2c2e071fdc
  Author: Nisarg Jhaveri nisargjhav...@gmail.com
  Date:   2015-06-18 (Thu, 18 Jun 2015)

  Changed paths:
M js/config.js
M libraries/user_preferences.inc.php

  Log Message:
  ---
  Use stricter jQuery selectors in config.js

Signed-off-by: Nisarg Jhaveri nisargjhav...@gmail.com


  Commit: c2e7e6a0d1db9c1e444fd531185af60cbe61e5a2
  
https://github.com/phpmyadmin/phpmyadmin/commit/c2e7e6a0d1db9c1e444fd531185af60cbe61e5a2
  Author: Madhura Jayaratne madhura...@gmail.com
  Date:   2015-06-19 (Fri, 19 Jun 2015)

  Changed paths:
M js/config.js
M libraries/user_preferences.inc.php

  Log Message:
  ---
  Merge pull request #1742 from nisargjhaveri/clean_config

Use stricter jQuery selectors in config.js


Compare: 
https://github.com/phpmyadmin/phpmyadmin/compare/6614693dc473...c2e7e6a0d1db--
___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/phpmyadmin] 4dfd29: Add no_debug to git revision check

2015-06-18 Thread Marc Delisle
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 4dfd29f55f44484a686abe8fbc26279daf07e69e
  
https://github.com/phpmyadmin/phpmyadmin/commit/4dfd29f55f44484a686abe8fbc26279daf07e69e
  Author: Nisarg Jhaveri nisargjhav...@gmail.com
  Date:   2015-06-18 (Thu, 18 Jun 2015)

  Changed paths:
M js/functions.js

  Log Message:
  ---
  Add no_debug to git revision check

Signed-off-by: Nisarg Jhaveri nisargjhav...@gmail.com


  Commit: 6614693dc4739c4e83b187b7dc4543951a1a91e8
  
https://github.com/phpmyadmin/phpmyadmin/commit/6614693dc4739c4e83b187b7dc4543951a1a91e8
  Author: Marc Delisle m...@infomarc.info
  Date:   2015-06-18 (Thu, 18 Jun 2015)

  Changed paths:
M js/functions.js

  Log Message:
  ---
  Merge pull request #1743 from nisargjhaveri/debug_console

Add no_debug to git revision check


Compare: 
https://github.com/phpmyadmin/phpmyadmin/compare/2048714b5cce...6614693dc473--
___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/localized_docs] 044d39: Translated using Weblate (Norwegian Bokmål)

2015-06-18 Thread Kurt Eilertsen
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/localized_docs
  Commit: 044d39223570bca25c1f266ec0b6482142dbc8c8
  
https://github.com/phpmyadmin/localized_docs/commit/044d39223570bca25c1f266ec0b6482142dbc8c8
  Author: Kurt Eilertsen k...@kheds.com
  Date:   2015-06-18 (Thu, 18 Jun 2015)

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

  Log Message:
  ---
  Translated using Weblate (Norwegian Bokmål)

Currently translated at 10.5% (178 of 1686 strings)

[CI skip]


--
___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/phpmyadmin] 6831b3: Remove unused variable in foreach

2015-06-18 Thread Madhura Jayaratne
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 6831b34c8055637fde8a3bc3a452f1d3d647147f
  
https://github.com/phpmyadmin/phpmyadmin/commit/6831b34c8055637fde8a3bc3a452f1d3d647147f
  Author: Madhura Jayaratne madhura...@gmail.com
  Date:   2015-06-18 (Thu, 18 Jun 2015)

  Changed paths:
M libraries/normalization.lib.php

  Log Message:
  ---
  Remove unused variable in foreach

Signed-off-by: Madhura Jayaratne madhura...@gmail.com


  Commit: fd77f8d5f4aa60ae5fdb84a35a459b645251547d
  
https://github.com/phpmyadmin/phpmyadmin/commit/fd77f8d5f4aa60ae5fdb84a35a459b645251547d
  Author: Madhura Jayaratne madhura...@gmail.com
  Date:   2015-06-18 (Thu, 18 Jun 2015)

  Changed paths:
M libraries/structure.lib.php

  Log Message:
  ---
  Timestamp related bug does not affect MySQL 5. See 
http://faq.webyog.com/content/35/173/en/problems-with-timestamp-not-null-and-mysql-41.html

Signed-off-by: Madhura Jayaratne madhura...@gmail.com


Compare: 
https://github.com/phpmyadmin/phpmyadmin/compare/7af4664d29f2...fd77f8d5f4aa--
___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/phpmyadmin] 0065c7: Remove unused variables

2015-06-18 Thread Madhura Jayaratne
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 0065c7c452f1464313f235d173f966a3d879aad8
  
https://github.com/phpmyadmin/phpmyadmin/commit/0065c7c452f1464313f235d173f966a3d879aad8
  Author: Madhura Jayaratne madhura...@gmail.com
  Date:   2015-06-18 (Thu, 18 Jun 2015)

  Changed paths:
M libraries/pmd_common.php
M libraries/relation.lib.php
M libraries/server_databases.lib.php
M libraries/structure.lib.php

  Log Message:
  ---
  Remove unused variables

Signed-off-by: Madhura Jayaratne madhura...@gmail.com


--
___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/phpmyadmin] 713501: Bug #4965 Javascript error with ENUM on Insert tab

2015-06-18 Thread Marc Delisle
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 7135013df935aa28593b2239ab68801fb2b06e50
  
https://github.com/phpmyadmin/phpmyadmin/commit/7135013df935aa28593b2239ab68801fb2b06e50
  Author: Marc Delisle m...@infomarc.info
  Date:   2015-06-18 (Thu, 18 Jun 2015)

  Changed paths:
M js/tbl_change.js

  Log Message:
  ---
  Bug #4965 Javascript error with ENUM on Insert tab

Signed-off-by: Marc Delisle m...@infomarc.info


--
___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/phpmyadmin] 365d98: Revert Remove unused parameter $db

2015-06-18 Thread Madhura Jayaratne
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 365d98d4c6b19f9289161bbd9471d9f0bf542c95
  
https://github.com/phpmyadmin/phpmyadmin/commit/365d98d4c6b19f9289161bbd9471d9f0bf542c95
  Author: Madhura Jayaratne madhura...@gmail.com
  Date:   2015-06-18 (Thu, 18 Jun 2015)

  Changed paths:
M libraries/plugins/SchemaPlugin.class.php
M libraries/plugins/schema/Export_Relation_Schema.class.php
M libraries/plugins/schema/SchemaDia.class.php
M libraries/plugins/schema/SchemaEps.class.php
M libraries/plugins/schema/SchemaPdf.class.php
M libraries/plugins/schema/SchemaSvg.class.php
M libraries/plugins/schema/dia/Dia_Relation_Schema.class.php
M libraries/plugins/schema/eps/Eps_Relation_Schema.class.php
M libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php
M libraries/plugins/schema/svg/Svg_Relation_Schema.class.php
M schema_export.php

  Log Message:
  ---
  Revert Remove unused parameter $db

This reverts commit d862940cb397cd9e69bba4d356a2e6b7b12dc3ca.


  Commit: 9c994c741dbfc6396ea7652edfaae4bed220f919
  
https://github.com/phpmyadmin/phpmyadmin/commit/9c994c741dbfc6396ea7652edfaae4bed220f919
  Author: Madhura Jayaratne madhura...@gmail.com
  Date:   2015-06-18 (Thu, 18 Jun 2015)

  Changed paths:
M libraries/plugins/schema/dia/Dia_Relation_Schema.class.php
M libraries/plugins/schema/eps/Eps_Relation_Schema.class.php
M libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php
M libraries/plugins/schema/svg/Svg_Relation_Schema.class.php

  Log Message:
  ---
  Use instance variable db rather than the GLOBAL value

Signed-off-by: Madhura Jayaratne madhura...@gmail.com


  Commit: e64ed2e8e4c9ad1a0be75d861334a4e0bfda2e6e
  
https://github.com/phpmyadmin/phpmyadmin/commit/e64ed2e8e4c9ad1a0be75d861334a4e0bfda2e6e
  Author: Madhura Jayaratne madhura...@gmail.com
  Date:   2015-06-18 (Thu, 18 Jun 2015)

  Changed paths:
M libraries/plugins/schema/dia/Dia_Relation_Schema.class.php
M libraries/plugins/schema/dia/TableStatsDia.class.php
M libraries/plugins/schema/eps/Eps_Relation_Schema.class.php
M libraries/plugins/schema/eps/TableStatsEps.class.php
M libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php
M libraries/plugins/schema/pdf/TableStatsPdf.class.php
M libraries/plugins/schema/svg/Svg_Relation_Schema.class.php
M libraries/plugins/schema/svg/TableStatsSvg.class.php

  Log Message:
  ---
  Pass instance variable db instead of GLOBALS db

Signed-off-by: Madhura Jayaratne madhura...@gmail.com


  Commit: e86112a487b28a8d7aa39fcad6bd1b5259c0
  
https://github.com/phpmyadmin/phpmyadmin/commit/e86112a487b28a8d7aa39fcad6bd1b5259c0
  Author: Madhura Jayaratne madhura...@gmail.com
  Date:   2015-06-18 (Thu, 18 Jun 2015)

  Changed paths:
M libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php

  Log Message:
  ---
  Remove more instances of GLOBALS['db'] usages

Signed-off-by: Madhura Jayaratne madhura...@gmail.com


  Commit: 5d78f4ffc0ee5c08220972288661b1cdc84d3158
  
https://github.com/phpmyadmin/phpmyadmin/commit/5d78f4ffc0ee5c08220972288661b1cdc84d3158
  Author: Madhura Jayaratne madhura...@gmail.com
  Date:   2015-06-18 (Thu, 18 Jun 2015)

  Changed paths:
M js/tbl_change.js

  Log Message:
  ---
  Merge branch 'master' of github.com:phpmyadmin/phpmyadmin


Compare: 
https://github.com/phpmyadmin/phpmyadmin/compare/7135013df935...5d78f4ffc0ee--
___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/phpmyadmin] 5eedd7: Remove more GLOBALS['db']

2015-06-18 Thread Madhura Jayaratne
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 5eedd7b40b4ef2c37d47ec5db17e170a5381dfa9
  
https://github.com/phpmyadmin/phpmyadmin/commit/5eedd7b40b4ef2c37d47ec5db17e170a5381dfa9
  Author: Madhura Jayaratne madhura...@gmail.com
  Date:   2015-06-18 (Thu, 18 Jun 2015)

  Changed paths:
M libraries/plugins/schema/Export_Relation_Schema.class.php

  Log Message:
  ---
  Remove more GLOBALS['db']

Signed-off-by: Madhura Jayaratne madhura...@gmail.com


--
___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/phpmyadmin] e52402: SQL debugging in console

2015-06-18 Thread Marc Delisle
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: e524023def258a74240f98f139ff050aa57218d4
  
https://github.com/phpmyadmin/phpmyadmin/commit/e524023def258a74240f98f139ff050aa57218d4
  Author: Nisarg Jhaveri nisargjhav...@gmail.com
  Date:   2015-06-18 (Thu, 18 Jun 2015)

  Changed paths:
M js/ajax.js
M js/console.js
M js/functions.js
M js/messages.php
M js/navigation.js
M libraries/Console.class.php
M libraries/DatabaseInterface.class.php
M libraries/Footer.class.php
M libraries/Response.class.php
M test/classes/PMA_Footer_test.php
M themes/original/css/common.css.php
M themes/original/css/printview.css
M themes/pmahomme/css/common.css.php
M themes/pmahomme/css/printview.css

  Log Message:
  ---
  SQL debugging in console

Signed-off-by: Nisarg Jhaveri nisargjhav...@gmail.com


  Commit: c852dcb228cdda71515c0706600ec21631e1425e
  
https://github.com/phpmyadmin/phpmyadmin/commit/c852dcb228cdda71515c0706600ec21631e1425e
  Author: Marc Delisle m...@infomarc.info
  Date:   2015-06-18 (Thu, 18 Jun 2015)

  Changed paths:
M js/ajax.js
M js/console.js
M js/functions.js
M js/messages.php
M js/navigation.js
M libraries/Console.class.php
M libraries/DatabaseInterface.class.php
M libraries/Footer.class.php
M libraries/Response.class.php
M test/classes/PMA_Footer_test.php
M themes/original/css/common.css.php
M themes/original/css/printview.css
M themes/pmahomme/css/common.css.php
M themes/pmahomme/css/printview.css

  Log Message:
  ---
  Merge pull request #1736 from nisargjhaveri/debug_console

[WIP] SQL debugging in console


Compare: 
https://github.com/phpmyadmin/phpmyadmin/compare/5eedd7b40b4e...c852dcb228cd--
___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/phpmyadmin] 366cdb: Remove unused parameter

2015-06-18 Thread Madhura Jayaratne
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 366cdbfc2fdd68183fae4538b7b7c467ea272b29
  
https://github.com/phpmyadmin/phpmyadmin/commit/366cdbfc2fdd68183fae4538b7b7c467ea272b29
  Author: Madhura Jayaratne madhura...@gmail.com
  Date:   2015-06-18 (Thu, 18 Jun 2015)

  Changed paths:
M libraries/transformations.lib.php
M templates/columns_definitions/transformation.phtml

  Log Message:
  ---
  Remove unused parameter

Signed-off-by: Madhura Jayaratne madhura...@gmail.com


--
___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/phpmyadmin] a3c3c5: Use type hinting

2015-06-18 Thread Madhura Jayaratne
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: a3c3c5726143028f97ff51e68a999409bdcf1369
  
https://github.com/phpmyadmin/phpmyadmin/commit/a3c3c5726143028f97ff51e68a999409bdcf1369
  Author: Madhura Jayaratne madhura...@gmail.com
  Date:   2015-06-18 (Thu, 18 Jun 2015)

  Changed paths:
M db_operations.php
M export.php
M import.php
M libraries/Table.class.php
M libraries/Tracker.class.php

  Log Message:
  ---
  Use type hinting

Signed-off-by: Madhura Jayaratne madhura...@gmail.com


--
___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/phpmyadmin] 6d8bce: POST parameter 'db' is already written to GLOBALS ...

2015-06-18 Thread Madhura Jayaratne
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 6d8bceea8af031e429e07141d2991844cdabcb35
  
https://github.com/phpmyadmin/phpmyadmin/commit/6d8bceea8af031e429e07141d2991844cdabcb35
  Author: Madhura Jayaratne madhura...@gmail.com
  Date:   2015-06-18 (Thu, 18 Jun 2015)

  Changed paths:
M schema_export.php

  Log Message:
  ---
  POST parameter 'db' is already written to GLOBALS in libraries/common.inc.php

Signed-off-by: Madhura Jayaratne madhura...@gmail.com


--
___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/phpmyadmin] e9e43f: Add type hinting

2015-06-18 Thread Madhura Jayaratne
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: e9e43f9c340e1c6c362f9f4c6d3af8d4856776fd
  
https://github.com/phpmyadmin/phpmyadmin/commit/e9e43f9c340e1c6c362f9f4c6d3af8d4856776fd
  Author: Madhura Jayaratne madhura...@gmail.com
  Date:   2015-06-18 (Thu, 18 Jun 2015)

  Changed paths:
M libraries/transformations.lib.php

  Log Message:
  ---
  Add type hinting

Signed-off-by: Madhura Jayaratne madhura...@gmail.com


--
___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/phpmyadmin] 95e7b6: Use action passed as a parameter

2015-06-18 Thread Madhura Jayaratne
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 95e7b6820a8cc6c8d7d1e69298d389d6b297d227
  
https://github.com/phpmyadmin/phpmyadmin/commit/95e7b6820a8cc6c8d7d1e69298d389d6b297d227
  Author: Madhura Jayaratne madhura...@gmail.com
  Date:   2015-06-18 (Thu, 18 Jun 2015)

  Changed paths:
M libraries/structure.lib.php

  Log Message:
  ---
  Use action passed as a parameter

Signed-off-by: Madhura Jayaratne madhura...@gmail.com


--
___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/phpmyadmin] d86294: Remove unused parameter $db

2015-06-18 Thread Madhura Jayaratne
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: d862940cb397cd9e69bba4d356a2e6b7b12dc3ca
  
https://github.com/phpmyadmin/phpmyadmin/commit/d862940cb397cd9e69bba4d356a2e6b7b12dc3ca
  Author: Madhura Jayaratne madhura...@gmail.com
  Date:   2015-06-18 (Thu, 18 Jun 2015)

  Changed paths:
M libraries/plugins/SchemaPlugin.class.php
M libraries/plugins/schema/SchemaDia.class.php
M libraries/plugins/schema/SchemaEps.class.php
M libraries/plugins/schema/SchemaPdf.class.php
M libraries/plugins/schema/SchemaSvg.class.php
M schema_export.php

  Log Message:
  ---
  Remove unused parameter $db

Signed-off-by: Madhura Jayaratne madhura...@gmail.com


--
___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/phpmyadmin] cac695: Update po files

2015-06-18 Thread Marc Delisle
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: cac6955baebb679d602e1b95c893b4671323350d
  
https://github.com/phpmyadmin/phpmyadmin/commit/cac6955baebb679d602e1b95c893b4671323350d
  Author: Marc Delisle m...@infomarc.info
  Date:   2015-06-18 (Thu, 18 Jun 2015)

  Changed paths:
M po/af.po
M po/ar.po
M po/az.po
M po/be.po
M po/b...@latin.po
M po/bg.po
M po/bn.po
M po/br.po
M po/bs.po
M po/ca.po
M po/ckb.po
M po/cs.po
M po/cy.po
M po/da.po
M po/de.po
M po/el.po
M po/en_GB.po
M po/eo.po
M po/es.po
M po/et.po
M po/eu.po
M po/fa.po
M po/fi.po
M po/fr.po
M po/fy.po
M po/gl.po
M po/he.po
M po/hi.po
M po/hr.po
M po/hu.po
M po/hy.po
M po/ia.po
M po/id.po
M po/it.po
M po/ja.po
M po/ka.po
M po/kk.po
M po/km.po
M po/kn.po
M po/ko.po
M po/ksh.po
M po/ky.po
M po/li.po
M po/lt.po
M po/lv.po
M po/mk.po
M po/ml.po
M po/mn.po
M po/ms.po
M po/nb.po
M po/ne.po
M po/nl.po
M po/pa.po
M po/phpmyadmin.pot
M po/pl.po
M po/pt.po
M po/pt_BR.po
M po/ro.po
M po/ru.po
M po/si.po
M po/sk.po
M po/sl.po
M po/sq.po
M po/sr.po
M po/s...@latin.po
M po/sv.po
M po/ta.po
M po/te.po
M po/th.po
M po/tk.po
M po/tr.po
M po/tt.po
M po/ug.po
M po/uk.po
M po/ur.po
M po/uz.po
M po/u...@latin.po
M po/vi.po
M po/vls.po
M po/zh_CN.po
M po/zh_TW.po

  Log Message:
  ---
  Update po files

[CI skip]

Signed-off-by: Marc Delisle m...@infomarc.info


--
___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/phpmyadmin] ddc820: Fix failing tests

2015-06-18 Thread Madhura Jayaratne
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: ddc820c5f014eb65b0862ad0ee86a3995bee70ca
  
https://github.com/phpmyadmin/phpmyadmin/commit/ddc820c5f014eb65b0862ad0ee86a3995bee70ca
  Author: Madhura Jayaratne madhura...@gmail.com
  Date:   2015-06-18 (Thu, 18 Jun 2015)

  Changed paths:
M test/classes/schema/Dia_Relation_Schema_test.php
M test/classes/schema/Eps_Relation_Schema_test.php
M test/classes/schema/Pdf_Relation_Schema_test.php
M test/classes/schema/Svg_Relation_Schema_test.php

  Log Message:
  ---
  Fix failing tests

Signed-off-by: Madhura Jayaratne madhura...@gmail.com


  Commit: 761403517e3ace7e477eee0bae4288926774c526
  
https://github.com/phpmyadmin/phpmyadmin/commit/761403517e3ace7e477eee0bae4288926774c526
  Author: Madhura Jayaratne madhura...@gmail.com
  Date:   2015-06-18 (Thu, 18 Jun 2015)

  Changed paths:
M js/ajax.js
M js/console.js
M js/functions.js
M js/messages.php
M js/navigation.js
M libraries/Console.class.php
M libraries/DatabaseInterface.class.php
M libraries/Footer.class.php
M libraries/Response.class.php
M po/af.po
M po/ar.po
M po/az.po
M po/be.po
M po/b...@latin.po
M po/bg.po
M po/bn.po
M po/br.po
M po/bs.po
M po/ca.po
M po/ckb.po
M po/cs.po
M po/cy.po
M po/da.po
M po/de.po
M po/el.po
M po/en_GB.po
M po/eo.po
M po/es.po
M po/et.po
M po/eu.po
M po/fa.po
M po/fi.po
M po/fr.po
M po/fy.po
M po/gl.po
M po/he.po
M po/hi.po
M po/hr.po
M po/hu.po
M po/hy.po
M po/ia.po
M po/id.po
M po/it.po
M po/ja.po
M po/ka.po
M po/kk.po
M po/km.po
M po/kn.po
M po/ko.po
M po/ksh.po
M po/ky.po
M po/li.po
M po/lt.po
M po/lv.po
M po/mk.po
M po/ml.po
M po/mn.po
M po/ms.po
M po/nb.po
M po/ne.po
M po/nl.po
M po/pa.po
M po/phpmyadmin.pot
M po/pl.po
M po/pt.po
M po/pt_BR.po
M po/ro.po
M po/ru.po
M po/si.po
M po/sk.po
M po/sl.po
M po/sq.po
M po/sr.po
M po/s...@latin.po
M po/sv.po
M po/ta.po
M po/te.po
M po/th.po
M po/tk.po
M po/tr.po
M po/tt.po
M po/ug.po
M po/uk.po
M po/ur.po
M po/uz.po
M po/u...@latin.po
M po/vi.po
M po/vls.po
M po/zh_CN.po
M po/zh_TW.po
M test/classes/PMA_Footer_test.php
M themes/original/css/common.css.php
M themes/original/css/printview.css
M themes/pmahomme/css/common.css.php
M themes/pmahomme/css/printview.css

  Log Message:
  ---
  Merge branch 'master' of github.com:phpmyadmin/phpmyadmin


Compare: 
https://github.com/phpmyadmin/phpmyadmin/compare/cac6955baebb...761403517e3a--
___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/phpmyadmin] 5c1180: Output of DBG sql is now integrated to the console

2015-06-18 Thread Marc Delisle
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 5c11808271a68c09031fcfc4e86cd157c45e7431
  
https://github.com/phpmyadmin/phpmyadmin/commit/5c11808271a68c09031fcfc4e86cd157c45e7431
  Author: Marc Delisle m...@infomarc.info
  Date:   2015-06-18 (Thu, 18 Jun 2015)

  Changed paths:
M doc/config.rst

  Log Message:
  ---
  Output of DBG sql is now integrated to the console

Signed-off-by: Marc Delisle m...@infomarc.info


  Commit: cb942d3675c59d55059c132fbdb9cb74f18e4eaa
  
https://github.com/phpmyadmin/phpmyadmin/commit/cb942d3675c59d55059c132fbdb9cb74f18e4eaa
  Author: Marc Delisle m...@infomarc.info
  Date:   2015-06-18 (Thu, 18 Jun 2015)

  Changed paths:
M test/classes/schema/Dia_Relation_Schema_test.php
M test/classes/schema/Eps_Relation_Schema_test.php
M test/classes/schema/Pdf_Relation_Schema_test.php
M test/classes/schema/Svg_Relation_Schema_test.php

  Log Message:
  ---
  Merge branch 'master' of github.com:phpmyadmin/phpmyadmin


Compare: 
https://github.com/phpmyadmin/phpmyadmin/compare/761403517e3a...cb942d3675c5--
___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/phpmyadmin] ab6772: Pass db name to fix the tests

2015-06-18 Thread Madhura Jayaratne
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: ab6772f4f74151f58e9dd1b22f35ed74c687bf47
  
https://github.com/phpmyadmin/phpmyadmin/commit/ab6772f4f74151f58e9dd1b22f35ed74c687bf47
  Author: Madhura Jayaratne madhura...@gmail.com
  Date:   2015-06-18 (Thu, 18 Jun 2015)

  Changed paths:
M test/classes/schema/Export_Relation_Schema_test.php

  Log Message:
  ---
  Pass db name to fix the tests

Signed-off-by: Madhura Jayaratne madhura...@gmail.com


  Commit: a1bbe1a63a07ceb25b44a3f01335837dfe1d014f
  
https://github.com/phpmyadmin/phpmyadmin/commit/a1bbe1a63a07ceb25b44a3f01335837dfe1d014f
  Author: Madhura Jayaratne madhura...@gmail.com
  Date:   2015-06-18 (Thu, 18 Jun 2015)

  Changed paths:
M doc/config.rst

  Log Message:
  ---
  Merge branch 'master' of github.com:phpmyadmin/phpmyadmin


Compare: 
https://github.com/phpmyadmin/phpmyadmin/compare/cb942d3675c5...a1bbe1a63a07--
___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git