Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 896fe8169a9a920fcd8797494ff2a16a4415411d
https://github.com/phpmyadmin/phpmyadmin/commit/896fe8169a9a920fcd8797494ff…
Author: Jeff Chan <jefftchan(a)gmail.com>
Date: 2014-02-16 (Sun, 16 Feb 2014)
Changed paths:
M libraries/core.lib.php
M test/libraries/core/PMA_array_test.php
Log Message:
-----------
Fix PMA_arrayWalkRecursive to ensure single pass thru keys
Fix a bug with PMA_arrayWalkRecursive that causes it to apply a function
to its keys/values more than once. A previously incorrect test is fixed
as well.
The bug happens because when keys are modified, PHP's foreach loops
through the new keys again. This does not usually happen unless the
iterating array is passed through by reference (or has refcount=1).
See: http://stackoverflow.com/a/14854568/791890
Please see #936 for full explanation.
Signed-off-by: Jeff Chan <jefftchan(a)gmail.com>
Commit: 938ba599a59664057346f262ddeff77e1f8a1c84
https://github.com/phpmyadmin/phpmyadmin/commit/938ba599a59664057346f262dde…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2014-02-17 (Mon, 17 Feb 2014)
Changed paths:
M libraries/core.lib.php
M test/libraries/core/PMA_array_test.php
Log Message:
-----------
Merge pull request #943 from jeffchan/fix-arraywalk
Fix PMA_arrayWalkRecursive to ensure single pass thru keys
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/d20f0fee787c...938ba599a596
Branch: refs/heads/QA_4_1
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 06bd132d46d0c6666a9ac93bc0d7cb8c8edf4438
https://github.com/phpmyadmin/phpmyadmin/commit/06bd132d46d0c6666a9ac93bc0d…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2014-02-16 (Sun, 16 Feb 2014)
Changed paths:
M ChangeLog
M libraries/DisplayResults.class.php
Log Message:
-----------
bug #4287 Printview - Always one column too much
Signed-off-by: Marc Delisle <marc(a)infomarc.info>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/localized_docs
Commit: 319abc7bb92a5fa7f52d2d0eeb332a66c891bb6c
https://github.com/phpmyadmin/localized_docs/commit/319abc7bb92a5fa7f52d2d0…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2014-02-16 (Sun, 16 Feb 2014)
Changed paths:
M locale/config.pot
M locale/copyright.pot
M locale/credits.pot
M locale/developers.pot
M locale/faq.pot
M locale/glossary.pot
M locale/index.pot
M locale/intro.pot
M locale/other.pot
M locale/privileges.pot
M locale/require.pot
M locale/setup.pot
M locale/transformations.pot
M locale/user.pot
M locale/vendors.pot
M po/ar.mo
M po/ar.po
M po/ca.mo
M po/ca.po
M po/cs.mo
M po/cs.po
M po/da.mo
M po/da.po
M po/de.mo
M po/de.po
M po/documentation.pot
M po/el.mo
M po/el.po
M po/en_GB.mo
M po/en_GB.po
M po/es.mo
M po/es.po
M po/fi.mo
M po/fi.po
M po/fr.mo
M po/fr.po
M po/gl.mo
M po/gl.po
M po/hu.mo
M po/hu.po
M po/hy.mo
M po/hy.po
M po/it.mo
M po/it.po
M po/ja.mo
M po/ja.po
M po/ka.mo
M po/ka.po
M po/lt.mo
M po/lt.po
M po/mn.mo
M po/mn.po
M po/nb.mo
M po/nb.po
M po/nl.mo
M po/nl.po
M po/pl.mo
M po/pl.po
M po/pt_BR.mo
M po/pt_BR.po
M po/ro.mo
M po/ro.po
M po/sk.mo
M po/sk.po
M po/sl.mo
M po/sl.po
M po/sv.mo
M po/sv.po
M po/tr.mo
M po/tr.po
M po/zh_CN.mo
M po/zh_CN.po
M po/zh_TW.mo
M po/zh_TW.po
M source/conf.py
M source/config.rst
M source/credits.rst
M source/faq.rst
M source/intro.rst
M source/require.rst
M source/setup.rst
Log Message:
-----------
Update generated files