Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 25b916f88a538a34b345c59a7bfdc0097567cdc2
https://github.com/phpmyadmin/phpmyadmin/commit/25b916f88a538a34b345c59a7bf…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2014-03-13 (Thu, 13 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
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 2f1dc89d0a3b426ca4e6c2721b3a20669db8bab7
https://github.com/phpmyadmin/phpmyadmin/commit/2f1dc89d0a3b426ca4e6c2721b3…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2014-03-13 (Thu, 13 Mar 2014)
Changed paths:
M libraries/Advisor.class.php
Log Message:
-----------
Simplify translation evaluation
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 28f0a09b2f1a6a9c24b93d5c31d9342fda10eb71
https://github.com/phpmyadmin/phpmyadmin/commit/28f0a09b2f1a6a9c24b93d5c31d…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2014-03-13 (Thu, 13 Mar 2014)
Changed paths:
M test/classes/PMA_Advisor_test.php
Log Message:
-----------
Fix order of params to assertEquals
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: ffbb41d6d5ab37da4c81c4d78c3671b4519992d1
https://github.com/phpmyadmin/phpmyadmin/commit/ffbb41d6d5ab37da4c81c4d78c3…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2014-03-13 (Thu, 13 Mar 2014)
Changed paths:
M test/classes/PMA_Advisor_test.php
Log Message:
-----------
Fix expected message to match code
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: eb85831fe12703cc078b8b24a700958bd4495672
https://github.com/phpmyadmin/phpmyadmin/commit/eb85831fe12703cc078b8b24a70…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2014-03-13 (Thu, 13 Mar 2014)
Changed paths:
M libraries/Advisor.class.php
Log Message:
-----------
Fixed ob_start/eval problems in phpunit
When running in phpunit, the eval can raise exception, so treat it same
as it would be output returned by the eval. Without catching it, output
buffering gets one more level of nesting leading to occassional
timeouts in Travis-CI.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/d33d3a1fb373...eb85831fe127
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: eca20557e2fa191b67b83f1de354e007034418b3
https://github.com/phpmyadmin/phpmyadmin/commit/eca20557e2fa191b67b83f1de35…
Author: Aditya Sastry <ganeshaditya1(a)gmail.com>
Date: 2014-03-08 (Sat, 08 Mar 2014)
Changed paths:
M libraries/insert_edit.lib.php
Log Message:
-----------
Fixes the action panel problem when editing rows in chrome(Bug 4228)
The action panel which is a fieldset is rendered differently in chrome.
Also the rows are listed in a random fashion unlike in firefox where
they are sorted by the primary key. I fixed this problem by enclosing the
rows in a div tag with float left and clear both styles.
Signed-off-by: Aditya Sastry <ganeshaditya1(a)gmail.com>
Commit: d33d3a1fb373e0931edf27d3a140cc7ca86529c1
https://github.com/phpmyadmin/phpmyadmin/commit/d33d3a1fb373e0931edf27d3a14…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2014-03-13 (Thu, 13 Mar 2014)
Changed paths:
M libraries/insert_edit.lib.php
Log Message:
-----------
Merge pull request #1030 from ganeshaditya1/actionpanel
Fixes the action panel problem when editing rows in chrome(Bug 4228)
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/ee69e2dfb5cf...d33d3a1fb373
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: ee69e2dfb5cfc8e16e1786119ac2bf337d78d012
https://github.com/phpmyadmin/phpmyadmin/commit/ee69e2dfb5cfc8e16e1786119ac…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2014-03-13 (Thu, 13 Mar 2014)
Changed paths:
M .travis.yml
R scripts/check-dco
Log Message:
-----------
Remove DCO checker from Travis
This is now done by separate GitHub hook.
Signed-off-by: Michal Čihař <michal(a)cihar.com>