[Phpmyadmin-git] [phpmyadmin/localized_docs] 7fdb52: Translated using Weblate (French)

2015-07-12 Thread Marc Delisle
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/localized_docs
  Commit: 7fdb5217437c1331a5737d235ccd85d02d883927
  
https://github.com/phpmyadmin/localized_docs/commit/7fdb5217437c1331a5737d235ccd85d02d883927
  Author: Marc Delisle m...@infomarc.info
  Date:   2015-07-12 (Sun, 12 Jul 2015)

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

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

Currently translated at 96.3% (1649 of 1712 strings)

[CI skip]


--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/phpmyadmin] 8634d9: Translated using Weblate (Slovenian)

2015-07-12 Thread Domen
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 8634d9d086f955f1308a148801a7763abd2a9f4d
  
https://github.com/phpmyadmin/phpmyadmin/commit/8634d9d086f955f1308a148801a7763abd2a9f4d
  Author: Domen mite...@outlook.com
  Date:   2015-07-12 (Sun, 12 Jul 2015)

  Changed paths:
M po/sl.po

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

Currently translated at 100.0% (3155 of 3155 strings)

[CI skip]


--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/phpmyadmin] ee6dd2: Added sql-parser with a modified version of the Co...

2015-07-12 Thread Marc Delisle
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: ee6dd2e7c06331262619cb2ee472a350e7685185
  
https://github.com/phpmyadmin/phpmyadmin/commit/ee6dd2e7c06331262619cb2ee472a350e7685185
  Author: Dan Ungureanu udan1...@gmail.com
  Date:   2015-07-10 (Fri, 10 Jul 2015)

  Changed paths:
M libraries/common.inc.php
A libraries/sql-parser/autoload.php
A libraries/sql-parser/composer/ClassLoader.php
A libraries/sql-parser/composer/autoload_psr4.php
A libraries/sql-parser/composer/autoload_real.php
A libraries/sql-parser/src/Context.php
A libraries/sql-parser/src/Exceptions/LexerException.php
A libraries/sql-parser/src/Exceptions/ParserException.php
A libraries/sql-parser/src/Fragment.php
A libraries/sql-parser/src/Fragments/ArrayFragment.php
A libraries/sql-parser/src/Fragments/CallKeyword.php
A libraries/sql-parser/src/Fragments/CreateDefFragment.php
A libraries/sql-parser/src/Fragments/DataTypeFragment.php
A libraries/sql-parser/src/Fragments/FieldDefFragment.php
A libraries/sql-parser/src/Fragments/FieldFragment.php
A libraries/sql-parser/src/Fragments/FromKeyword.php
A libraries/sql-parser/src/Fragments/IntoKeyword.php
A libraries/sql-parser/src/Fragments/JoinKeyword.php
A libraries/sql-parser/src/Fragments/LimitKeyword.php
A libraries/sql-parser/src/Fragments/OptionsFragment.php
A libraries/sql-parser/src/Fragments/OrderKeyword.php
A libraries/sql-parser/src/Fragments/ParamDefFragment.php
A libraries/sql-parser/src/Fragments/RenameKeyword.php
A libraries/sql-parser/src/Fragments/SelectKeyword.php
A libraries/sql-parser/src/Fragments/SetKeyword.php
A libraries/sql-parser/src/Fragments/ValuesKeyword.php
A libraries/sql-parser/src/Fragments/WhereKeyword.php
A libraries/sql-parser/src/Lexer.php
A libraries/sql-parser/src/Parser.php
A libraries/sql-parser/src/Statement.php
A libraries/sql-parser/src/Statements/CallStatement.php
A libraries/sql-parser/src/Statements/CreateStatement.php
A libraries/sql-parser/src/Statements/DeleteStatement.php
A libraries/sql-parser/src/Statements/InsertStatement.php
A libraries/sql-parser/src/Statements/RenameStatement.php
A libraries/sql-parser/src/Statements/ReplaceStatement.php
A libraries/sql-parser/src/Statements/SelectStatement.php
A libraries/sql-parser/src/Statements/UpdateStatement.php
A libraries/sql-parser/src/Token.php
A libraries/sql-parser/src/TokensList.php
A libraries/sql-parser/src/UtfString.php
A libraries/sql-parser/src/Utils/Misc.php
A libraries/sql-parser/src/Utils/Routine.php

  Log Message:
  ---
  Added sql-parser with a modified version of the Composer autoloader to load 
the library.

Signed-off-by: Dan Ungureanu udan1...@gmail.com


  Commit: 50a2021faf13400e8a9b9b7efdb04934c69c1f67
  
https://github.com/phpmyadmin/phpmyadmin/commit/50a2021faf13400e8a9b9b7efdb04934c69c1f67
  Author: Dan Ungureanu udan1...@gmail.com
  Date:   2015-07-10 (Fri, 10 Jul 2015)

  Changed paths:
M libraries/rte/rte_list.lib.php
M libraries/rte/rte_routines.lib.php

  Log Message:
  ---
  Replaced PMA_RTN_parseAllParameters().

Signed-off-by: Dan Ungureanu udan1...@gmail.com


  Commit: 096492438a7ca390cd029aae11f8fe21fa1e6abb
  
https://github.com/phpmyadmin/phpmyadmin/commit/096492438a7ca390cd029aae11f8fe21fa1e6abb
  Author: Dan Ungureanu udan1...@gmail.com
  Date:   2015-07-10 (Fri, 10 Jul 2015)

  Changed paths:
M libraries/Util.class.php

  Log Message:
  ---
  Replaced PMA_SQPdata_forbidden_word with the method implemented in lexer.

Signed-off-by: Dan Ungureanu udan1...@gmail.com


  Commit: 5d6e139dc1f4056ebef7c85c92b4e5f0459c6bd7
  
https://github.com/phpmyadmin/phpmyadmin/commit/5d6e139dc1f4056ebef7c85c92b4e5f0459c6bd7
  Author: Dan Ungureanu udan1...@gmail.com
  Date:   2015-07-10 (Fri, 10 Jul 2015)

  Changed paths:
M export.php

  Log Message:
  ---
  Replaced PMA_SQP_getAliasesFromQuery().

Signed-off-by: Dan Ungureanu udan1...@gmail.com


  Commit: 9bb40c0abe4f12352ecbedc17d4e3252f6492c55
  
https://github.com/phpmyadmin/phpmyadmin/commit/9bb40c0abe4f12352ecbedc17d4e3252f6492c55
  Author: Dan Ungureanu udan1...@gmail.com
  Date:   2015-07-10 (Fri, 10 Jul 2015)

  Changed paths:
M libraries/sql-parser/src/Parser.php

  Log Message:
  ---
  Updated sql-parser library.

Signed-off-by: Dan Ungureanu udan1...@gmail.com


  Commit: e057ca92ce0b1d8634ef9d67dc75eb8b689271e9
  
https://github.com/phpmyadmin/phpmyadmin/commit/e057ca92ce0b1d8634ef9d67dc75eb8b689271e9
  Author: Dan Ungureanu udan1...@gmail.com
  Date:   2015-07-10 (Fri, 10 Jul 2015)

  Changed paths:
M libraries/Table.class.php
M tbl_structure.php

  Log Message:
  ---
  Replaced PMA_SQP_isKeyWord().

Signed-off-by: Dan Ungureanu udan1...@gmail.com


  Commit: bb1c3805725202d801aabe11b34072db96e1c185

[Phpmyadmin-git] [phpmyadmin/phpmyadmin] 746afa: Fix typo

2015-07-12 Thread Marc Delisle
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 746afa6c64da707968b63f59e33bd8b2d81fcdff
  
https://github.com/phpmyadmin/phpmyadmin/commit/746afa6c64da707968b63f59e33bd8b2d81fcdff
  Author: Marc Delisle m...@infomarc.info
  Date:   2015-07-12 (Sun, 12 Jul 2015)

  Changed paths:
M libraries/sql.lib.php

  Log Message:
  ---
  Fix typo

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


--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/phpmyadmin] 0eebab: Show loading message on back action with html5 his...

2015-07-12 Thread Marc Delisle
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 0eebab6bef9128519b410dd1c7e82ac668d0df27
  
https://github.com/phpmyadmin/phpmyadmin/commit/0eebab6bef9128519b410dd1c7e82ac668d0df27
  Author: Nisarg Jhaveri nisargjhav...@gmail.com
  Date:   2015-07-12 (Sun, 12 Jul 2015)

  Changed paths:
M js/ajax.js

  Log Message:
  ---
  Show loading message on back action with html5 history API

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


  Commit: 87b451b7b40bb0e8cfa23e3339ba66f2b543c335
  
https://github.com/phpmyadmin/phpmyadmin/commit/87b451b7b40bb0e8cfa23e3339ba66f2b543c335
  Author: Marc Delisle m...@infomarc.info
  Date:   2015-07-12 (Sun, 12 Jul 2015)

  Changed paths:
M js/ajax.js

  Log Message:
  ---
  Merge pull request #1784 from nisargjhaveri/back_msg

Show loading message on back action with html5 history API


Compare: 
https://github.com/phpmyadmin/phpmyadmin/compare/79f7f5c9fc2a...87b451b7b40b--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/phpmyadmin] 01aee8: Format backtrace when required, debug console

2015-07-12 Thread Marc Delisle
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 01aee84315649bd642538b45b4f8762025c46477
  
https://github.com/phpmyadmin/phpmyadmin/commit/01aee84315649bd642538b45b4f8762025c46477
  Author: Nisarg Jhaveri nisargjhav...@gmail.com
  Date:   2015-07-12 (Sun, 12 Jul 2015)

  Changed paths:
M js/console.js

  Log Message:
  ---
  Format backtrace when required, debug console

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


  Commit: e9c6cb2f039b5b511b621f5b68d14c201d7d704a
  
https://github.com/phpmyadmin/phpmyadmin/commit/e9c6cb2f039b5b511b621f5b68d14c201d7d704a
  Author: Marc Delisle m...@infomarc.info
  Date:   2015-07-12 (Sun, 12 Jul 2015)

  Changed paths:
M js/console.js

  Log Message:
  ---
  Merge pull request #1785 from nisargjhaveri/improve_debug

Format backtrace when required, debug console


Compare: 
https://github.com/phpmyadmin/phpmyadmin/compare/746afa6c64da...e9c6cb2f039b--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


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

2015-07-12 Thread Marc Delisle
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: f1ef0d53a4938137a37fcca30c60692e458a2579
  
https://github.com/phpmyadmin/phpmyadmin/commit/f1ef0d53a4938137a37fcca30c60692e458a2579
  Author: Marc Delisle m...@infomarc.info
  Date:   2015-07-12 (Sun, 12 Jul 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


--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git