Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: c249246e10212f968f535d95c7945de03ad4d939
https://github.com/phpmyadmin/phpmyadmin/commit/c249246e10212f968f535d95c79…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2014-05-09 (Fri, 09 May 2014)
Changed paths:
M libraries/DatabaseInterface.class.php
M libraries/dbi/DBIDrizzle.class.php
M libraries/dbi/DBIExtension.int.php
M libraries/dbi/DBIMysql.class.php
M libraries/dbi/DBIMysqli.class.php
Log Message:
-----------
Share code for caching affected rows
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 3690415c709e113dbaf7c5a8db635c8079e399a4
https://github.com/phpmyadmin/phpmyadmin/commit/3690415c709e113dbaf7c5a8db6…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2014-05-09 (Fri, 09 May 2014)
Changed paths:
M libraries/DatabaseInterface.class.php
M libraries/dbi/DBIDrizzle.class.php
M libraries/dbi/DBIMysql.class.php
M libraries/dbi/DBIMysqli.class.php
Log Message:
-----------
Share code for getting mysql link object
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/2f312320f7bb...3690415c709e
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 2f312320f7bb0de4aa206956c10e732ea90adc2b
https://github.com/phpmyadmin/phpmyadmin/commit/2f312320f7bb0de4aa206956c10…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2014-05-09 (Fri, 09 May 2014)
Changed paths:
M libraries/DatabaseInterface.class.php
M libraries/dbi/DBIDrizzle.class.php
M libraries/dbi/DBIMysql.class.php
M libraries/dbi/DBIMysqli.class.php
Log Message:
-----------
Move require to the correct place
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 4631131cbc680260d5e0b9c6671a9f68c5455810
https://github.com/phpmyadmin/phpmyadmin/commit/4631131cbc680260d5e0b9c6671…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2014-05-09 (Fri, 09 May 2014)
Changed paths:
M test/classes/dbi/DBIDrizzle_test.php
Log Message:
-----------
We default to TCP connection, so I believe this is correct value here
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 4d8e361822bf4f10b6c22ee5c977ccfafa97f177
https://github.com/phpmyadmin/phpmyadmin/commit/4d8e361822bf4f10b6c22ee5c97…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2014-05-09 (Fri, 09 May 2014)
Changed paths:
M po/af.po
M po/ar.po
M po/az.po
M po/be.po
M po/be(a)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/es.po
M po/et.po
M po/eu.po
M po/fa.po
M po/fi.po
M po/fr.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/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/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/sr(a)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/uz(a)latin.po
M po/vls.po
M po/zh_CN.po
M po/zh_TW.po
Log Message:
-----------
Update po files
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 1273c3349c4ae6a8347dbef1d7a264e7235a170c
https://github.com/phpmyadmin/phpmyadmin/commit/1273c3349c4ae6a8347dbef1d7a…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2014-05-09 (Fri, 09 May 2014)
Changed paths:
M libraries/DatabaseInterface.class.php
M libraries/dbi/DBIMysql.class.php
Log Message:
-----------
Return null for not set socket
This is correct value for unset socket.
Signed-off-by: Michal Čihař <michal(a)cihar.com>