The branch "master" has been updated. The following is a summary of the commits.
from: 8a1c78ab8049055c499e6b71b5dcc456aa3138d2 689ad4e Comment this out until refactored. 9fd6579 Fix creating temporary files with open_basedir restrictions. 7f487aa Let 'changed' command work even if no package.xml exists. 0578be5 Show sidebar entries again. ----------------------------------------------------------------------- commit 689ad4e1a195a758db2e204bcad386657598ece1 Author: Jan Schneider <[email protected]> Date: Tue Apr 12 12:19:13 2011 +0200 Comment this out until refactored. agora/config/prefs.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/689ad4e1a195a758db2e204bcad386657598ece1 ----------------------------------------------------------------------- commit 9fd6579fa7b1e1a920601c3f9517c1fd18a84c0e Author: Jan Schneider <[email protected]> Date: Tue Apr 12 13:26:13 2011 +0200 Fix creating temporary files with open_basedir restrictions. if tempnam() is called with an empty first parameter, open_basedir restrictions set in. Use Horde_Util::getTempFile() consistently, and make sure that it always uses a valid temporary directory. framework/Text_Diff/lib/Horde/Text/Diff/Engine/Shell.php | 4 ++-- framework/Text_Diff/package.xml | 4 ++-- framework/Util/lib/Horde/Util.php | 2 +- framework/Util/package.xml | 4 ++-- framework/Vfs/lib/Horde/Vfs/Base.php | 2 +- framework/Vfs/lib/Horde/Vfs/Ftp.php | 6 +++--- framework/Vfs/lib/Horde/Vfs/Smb.php | 4 ++-- framework/Vfs/lib/Horde/Vfs/Ssh2.php | 6 +++--- framework/Vfs/package.xml | 4 ++-- passwd/docs/CHANGES | 1 + passwd/lib/Driver/expect.php | 5 +---- turba/docs/CHANGES | 2 ++ turba/lib/Object.php | 2 +- turba/package.xml | 1 + whups/docs/CHANGES | 1 + whups/ticket/create.php | 2 +- 16 files changed, 26 insertions(+), 24 deletions(-) http://git.horde.org/horde-git/-/commit/9fd6579fa7b1e1a920601c3f9517c1fd18a84c0e ----------------------------------------------------------------------- commit 7f487aaaceb8772f4937c3047f12ae81c9324321 Author: Jan Schneider <[email protected]> Date: Tue Apr 12 13:28:23 2011 +0200 Let 'changed' command work even if no package.xml exists. components/lib/Components/Module/Change.php | 1 - components/lib/Components/Runner/Change.php | 34 +++++++++++++++----------- 2 files changed, 20 insertions(+), 15 deletions(-) http://git.horde.org/horde-git/-/commit/7f487aaaceb8772f4937c3047f12ae81c9324321 ----------------------------------------------------------------------- commit 0578be51a829b3dee649252c7e93d1cf7c2cc32a Author: Jan Schneider <[email protected]> Date: Tue Apr 12 13:30:22 2011 +0200 Show sidebar entries again. framework/Core/lib/Horde/Registry.php | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) http://git.horde.org/horde-git/-/commit/0578be51a829b3dee649252c7e93d1cf7c2cc32a __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
