The branch "master" has been updated. The following is a summary of the commits.
from: b0f8517ba8a8db1a37a7fd95591c6a933c9b411c fe37ed0 Explicitly disconnect from database. a9342b0 Fix translation. 6b65e6a Don't set initial date in header. Summary: http://github.com/horde/horde/compare/b0f8517ba8a8db1a37a7fd95591c6a933c9b411c...6b65e6ae59ce33ecdc2faea743ac3fd268fd893a ----------------------------------------------------------------------- commit fe37ed00ca72ebfeef3877fe3d3d02340b2ca775 Author: Jan Schneider <[email protected]> Date: Thu Oct 24 11:36:18 2013 +0200 Explicitly disconnect from database. The garbage collection of destructed objects doesn't seem to kick-in fast enough to free enough database connection resources for running many tests in a row. At least on my fresh PHP 5.5 installation. framework/ActiveSync/test/Horde/ActiveSync/StateTest/Sql/Base.php | 1 + framework/Auth/test/Horde/Auth/Unit/Sql/Base.php | 1 + framework/Group/test/Horde/Group/Sql/Base.php | 1 + framework/Prefs/test/Horde/Prefs/Unit/Storage/Sql/Base.php | 1 + framework/Rdo/test/Horde/Rdo/Sql/Base.php | 1 + .../SessionHandler/test/Horde/SessionHandler/Storage/Sql/Base.php | 1 + framework/Share/test/Horde/Share/Sql/Base.php | 1 + framework/Share/test/Horde/Share/Sqlng/Base.php | 1 + framework/Vfs/test/Horde/Vfs/Sql/Base.php | 1 + framework/Vfs/test/Horde/Vfs/SqlFile/Base.php | 1 + 10 files changed, 10 insertions(+), 0 deletions(-) http://github.com/horde/horde/commit/fe37ed00ca72ebfeef3877fe3d3d02340b2ca775 http://git.horde.org/horde-git/-/commit/fe37ed00ca72ebfeef3877fe3d3d02340b2ca775 ----------------------------------------------------------------------- commit a9342b03a5326dd1883c58adc8cf79d0adfe3365 Author: Jan Schneider <[email protected]> Date: Thu Oct 24 11:45:31 2013 +0200 Fix translation. kronolith/locale/de/LC_MESSAGES/kronolith.po | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) http://github.com/horde/horde/commit/a9342b03a5326dd1883c58adc8cf79d0adfe3365 http://git.horde.org/horde-git/-/commit/a9342b03a5326dd1883c58adc8cf79d0adfe3365 ----------------------------------------------------------------------- commit 6b65e6ae59ce33ecdc2faea743ac3fd268fd893a Author: Jan Schneider <[email protected]> Date: Thu Oct 24 11:57:43 2013 +0200 Don't set initial date in header. It's changed by JS immediately anyway and causes a funky document.title in the month view. kronolith/templates/smartmobile/month.html.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://github.com/horde/horde/commit/6b65e6ae59ce33ecdc2faea743ac3fd268fd893a http://git.horde.org/horde-git/-/commit/6b65e6ae59ce33ecdc2faea743ac3fd268fd893a -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
