Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 33d36ae6947eca4e2be907b798b48a1fb1527104
https://github.com/phpmyadmin/phpmyadmin/commit/33d36ae6947eca4e2be907b798b…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2014-03-03 (Mon, 03 Mar 2014)
Changed paths:
M doc/conf.py
M doc/copyright.rst
Log Message:
-----------
Update year in documentation copyright
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 43fd87e28ac4219bcc23f03dbe766f31ec5c2b60
https://github.com/phpmyadmin/phpmyadmin/commit/43fd87e28ac4219bcc23f03dbe7…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2014-03-03 (Mon, 03 Mar 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/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
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/21bf9c12e9aa...43fd87e28ac4
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 21bf9c12e9aa466b41080154bebf1dc5652f82d3
https://github.com/phpmyadmin/phpmyadmin/commit/21bf9c12e9aa466b41080154beb…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2014-03-03 (Mon, 03 Mar 2014)
Changed paths:
M libraries/tcpdf/README.TXT
M libraries/tcpdf/config/tcpdf_config.php
M libraries/tcpdf/include/tcpdf_fonts.php
M libraries/tcpdf/include/tcpdf_static.php
M libraries/tcpdf/tcpdf.php
M libraries/tcpdf/tcpdf_autoconfig.php
Log Message:
-----------
Upgrade tcpdf to 6.0.062
Changes:
6.0.062 (2014-03-02)
- The method startLayer() now accepts the NULL value for the $print parameter to not set the print layer option.
6.0.061 (2014-02-18)
- Bug #893 "Parsing error on streamed xref for secured pdf" was fixed.
6.0.060 (2014-02-16)
- Bug #891 "Error on parsing hexa fields" was fixed.
- Bug #892 "Parsing pdf with trailing space at start" was fixed.
6.0.059 (2014-02-03)
- SVG 'use' support was imporved.
6.0.058 (2014-01-31)
- Bug #886 "Bugs with SVG using <defs> and <use>" was fixed.
6.0.057 (2014-01-26)
- Bug #883 "Parsing error" was fixed.
6.0.056 (2014-01-25)
- The automatic cache folder selection now works also with some restricted hosting environments.
- CSS text-transform property is now supported (requires the multibyte string library for php) - see examle n. 061 (Thanks to Walter Ferraz).
- Bug #884 "Parsing error prev tag looking for" was fixed.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: bff6f471a9a6efb031eb9aab0d8e532714f3d9d6
https://github.com/phpmyadmin/phpmyadmin/commit/bff6f471a9a6efb031eb9aab0d8…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2014-03-03 (Mon, 03 Mar 2014)
Changed paths:
M test/selenium/PmaSeleniumDbOperationsTest.php
Log Message:
-----------
Expand More menu here as well
It can happend that Operations tab is hidden in the menu.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 5a7bf6e001af282e2479c4e68770d761d8df7ba8
https://github.com/phpmyadmin/phpmyadmin/commit/5a7bf6e001af282e2479c4e6877…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2014-03-03 (Mon, 03 Mar 2014)
Changed paths:
M libraries/display_create_table.lib.php
Log Message:
-----------
Show default value for number of fields
We fall back to this value when it's not filled in, so it's better to
show it in the form as well.
Signed-off-by: Michal Čihař <michal(a)cihar.com>