Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: b54e5b0c4b600df9c88295e437e362ee005c7434
https://github.com/phpmyadmin/phpmyadmin/commit/b54e5b0c4b600df9c88295e437e…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-04-11 (Mon, 11 Apr 2016)
Changed paths:
M import.php
M libraries/File.php
M libraries/import.lib.php
Log Message:
-----------
Use File class for file imports
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: b4d53c1970f2ad27e0ae4074e65d9a9018b7cd58
https://github.com/phpmyadmin/phpmyadmin/commit/b4d53c1970f2ad27e0ae4074e65…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-04-11 (Mon, 11 Apr 2016)
Changed paths:
M libraries/File.php
Log Message:
-----------
Bring back move uploaded file logic from old import code
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: f90ca55a574ded2120488b9e11582c2e381faec4
https://github.com/phpmyadmin/phpmyadmin/commit/f90ca55a574ded2120488b9e115…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-04-11 (Mon, 11 Apr 2016)
Changed paths:
M import.php
Log Message:
-----------
Add missing error check
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: e408163aedaa46109acd0e2dd5fa4d9773a46ac8
https://github.com/phpmyadmin/phpmyadmin/commit/e408163aedaa46109acd0e2dd5f…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-04-11 (Mon, 11 Apr 2016)
Changed paths:
M ChangeLog
M libraries/File.php
Log Message:
-----------
Improve performance of zip file import
Avoid doing copies for every import chunk, rather use mb_strcut which
allows us to parse stream by bytes, but doesn't cut multibyte chars.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: e068339e90c910a0832618305c6f8ffb9498ddf6
https://github.com/phpmyadmin/phpmyadmin/commit/e068339e90c910a0832618305c6…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-04-11 (Mon, 11 Apr 2016)
Changed paths:
M libraries/import.lib.php
Log Message:
-----------
Fix import handle cleanup on error
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: bf2c76c1b1cc1504d381850e8e7d2cbd0066231b
https://github.com/phpmyadmin/phpmyadmin/commit/bf2c76c1b1cc1504d381850e8e7…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-04-11 (Mon, 11 Apr 2016)
Changed paths:
M libraries/plugins/import/ImportLdi.php
M libraries/plugins/import/ImportShp.php
M test/classes/plugin/import/ImportCsvTest.php
M test/classes/plugin/import/ImportLdiTest.php
M test/classes/plugin/import/ImportMediawikiTest.php
M test/classes/plugin/import/ImportOdsTest.php
M test/classes/plugin/import/ImportShpTest.php
M test/classes/plugin/import/ImportSqlTest.php
M test/classes/plugin/import/ImportXmlTest.php
Log Message:
-----------
Adjust tests to new import code
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 2c9deb0b62c300b45cae42ff4c74e42b0dd7514c
https://github.com/phpmyadmin/phpmyadmin/commit/2c9deb0b62c300b45cae42ff4c7…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-04-11 (Mon, 11 Apr 2016)
Changed paths:
M libraries/plugins/import/ImportShp.php
Log Message:
-----------
Check zip file processing for errors
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 29fe4d12af0fabc9e97dbc5842c89cc5275b5f60
https://github.com/phpmyadmin/phpmyadmin/commit/29fe4d12af0fabc9e97dbc5842c…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-04-11 (Mon, 11 Apr 2016)
Changed paths:
M test/classes/plugin/import/ImportShpTest.php
Log Message:
-----------
Check import status in testcase
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: d4fdb956193df710d5589254ca40aeb58e529b82
https://github.com/phpmyadmin/phpmyadmin/commit/d4fdb956193df710d5589254ca4…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-04-11 (Mon, 11 Apr 2016)
Changed paths:
M libraries/File.php
M libraries/plugins/import/ImportShp.php
Log Message:
-----------
Adjust SHP file import to new code
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/9182a4d3a1f9...d4fdb956193d
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 9182a4d3a1f90eb1502f7a790fcddd168881c6ef
https://github.com/phpmyadmin/phpmyadmin/commit/9182a4d3a1f90eb1502f7a790fc…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-04-11 (Mon, 11 Apr 2016)
Changed paths:
M libraries/Config.php
M libraries/common.inc.php
Log Message:
-----------
Move error checking to the Config class
Also fix not working checking error on the defaults.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 14910ac2bac7775e8da171cd236e33e0ddc470aa
https://github.com/phpmyadmin/phpmyadmin/commit/14910ac2bac7775e8da171cd236…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-04-11 (Mon, 11 Apr 2016)
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/brx.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/gu.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/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/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: Michal Čihař <michal(a)cihar.com>