The branch "master" has been updated. The following is a summary of the commits.
from: d556d0479479187a835f0bf2c95676e7626728cf 752af21... Fix package name. f5e7918... Convert Maintenance:: (from CVS HEAD) to Horde_LoginTasks::. d4a97e6... Fixes to autoloader. ----------------------------------------------------------------------- commit 752af212c05f3181e705853a0eb6f9a9f7840f55 Author: Michael M Slusarz <[email protected]> Date: Tue Jun 23 23:03:23 2009 -0600 Fix package name. framework/Util/package.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/diff.php/framework/Util/package.xml?rt=horde-git&r1=df6c4d07f0ff4f1cde6a3b4c90bbecd9c8eb9446&r2=752af212c05f3181e705853a0eb6f9a9f7840f55 ----------------------------------------------------------------------- commit f5e79189ed095c22dbd22e5ac9ba679af3fdf2e2 Author: Michael M Slusarz <[email protected]> Date: Wed Jun 24 00:20:58 2009 -0600 Convert Maintenance:: (from CVS HEAD) to Horde_LoginTasks::. framework/LoginTasks/lib/Horde/LoginTasks.php | 282 ++++++++++++++++ framework/LoginTasks/lib/Horde/LoginTasks/Task.php | 85 +++++ framework/LoginTasks/lib/Horde/LoginTasks/Tasklist.php | 148 ++++++++ framework/LoginTasks/package.xml | 94 +++++ 4 files changed, 609 insertions(+), 0 deletions(-) create mode 100644 framework/LoginTasks/lib/Horde/LoginTasks.php create mode 100644 framework/LoginTasks/lib/Horde/LoginTasks/Task.php create mode 100644 framework/LoginTasks/lib/Horde/LoginTasks/Tasklist.php create mode 100644 framework/LoginTasks/package.xml http://git.horde.org/co.php/framework/LoginTasks/lib/Horde/LoginTasks.php?rt=horde-git&r=f5e79189ed095c22dbd22e5ac9ba679af3fdf2e2 http://git.horde.org/co.php/framework/LoginTasks/lib/Horde/LoginTasks/Task.php?rt=horde-git&r=f5e79189ed095c22dbd22e5ac9ba679af3fdf2e2 http://git.horde.org/co.php/framework/LoginTasks/lib/Horde/LoginTasks/Tasklist.php?rt=horde-git&r=f5e79189ed095c22dbd22e5ac9ba679af3fdf2e2 http://git.horde.org/co.php/framework/LoginTasks/package.xml?rt=horde-git&r=f5e79189ed095c22dbd22e5ac9ba679af3fdf2e2 ----------------------------------------------------------------------- commit d4a97e6cab5db3fc6866bb63776ef6cb39af61ba Author: Michael M Slusarz <[email protected]> Date: Wed Jun 24 14:35:04 2009 -0600 Fixes to autoloader. Load Horde libs case-insensitive. Fix detection of duplicate include paths by keeping a local cache array and by passing all paths through realpath(). framework/Autoloader/lib/Horde/Autoloader.php | 33 +++++++++++++++---------- 1 files changed, 20 insertions(+), 13 deletions(-) http://git.horde.org/diff.php/framework/Autoloader/lib/Horde/Autoloader.php?rt=horde-git&r1=44626f03891464df66d4640096c38926edad97e1&r2=d4a97e6cab5db3fc6866bb63776ef6cb39af61ba __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
