The branch "master" has been updated. The following is a summary of the commits.
from: dd5973a0abb4da7e9806537e5b221deb5528ff70 8a36df1 Add Horde_String::common(). f7a884d Fix detecting PATH_INFO if using URL rewriting. c712764 Add test for selfUrl(). 17a0284 Fix double slash in selfUrl() results. f765cfb Fix selfUrl() result when using URL rewriting. 672a6c3 phpdoc ----------------------------------------------------------------------- commit 8a36df11173d261c2cfc9bc7fe46a07163fcaf2b Author: Jan Schneider <[email protected]> Date: Tue Dec 21 20:06:04 2010 +0100 Add Horde_String::common(). framework/Util/lib/Horde/String.php | 18 ++++++++++++++++++ framework/Util/test/Horde/Util/Autoload.php | 16 ++++++++++++++++ framework/Util/test/Horde/Util/StringTest.php | 13 ++++++++++++- 3 files changed, 46 insertions(+), 1 deletions(-) create mode 100644 framework/Util/test/Horde/Util/Autoload.php http://git.horde.org/horde-git/-/commit/8a36df11173d261c2cfc9bc7fe46a07163fcaf2b ----------------------------------------------------------------------- commit f7a884daee2825652e3a9ff092558385adb37d37 Author: Jan Schneider <[email protected]> Date: Tue Dec 21 20:06:43 2010 +0100 Fix detecting PATH_INFO if using URL rewriting. framework/Util/lib/Horde/Util.php | 15 +++++++++------ framework/Util/test/Horde/Util/UtilTest.php | 8 +++++++- 2 files changed, 16 insertions(+), 7 deletions(-) http://git.horde.org/horde-git/-/commit/f7a884daee2825652e3a9ff092558385adb37d37 ----------------------------------------------------------------------- commit c712764a11dee3455c9977b70dc1261fa94af42b Author: Jan Schneider <[email protected]> Date: Tue Dec 21 20:08:45 2010 +0100 Add test for selfUrl(). framework/Core/test/Horde/Core/Autoload.php | 15 +---- framework/Core/test/Horde/Core/UrlTest.php | 81 ++++++++++++++++++++++++++- 2 files changed, 80 insertions(+), 16 deletions(-) http://git.horde.org/horde-git/-/commit/c712764a11dee3455c9977b70dc1261fa94af42b ----------------------------------------------------------------------- commit 17a0284b3788bb0d0bca9ffce9096ee2f3c7fd98 Author: Jan Schneider <[email protected]> Date: Tue Dec 21 20:09:15 2010 +0100 Fix double slash in selfUrl() results. framework/Core/lib/Horde.php | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/17a0284b3788bb0d0bca9ffce9096ee2f3c7fd98 ----------------------------------------------------------------------- commit f765cfb84ee066ab383d057fffdd16dfc51a1c73 Author: Jan Schneider <[email protected]> Date: Tue Dec 21 20:13:48 2010 +0100 Fix selfUrl() result when using URL rewriting. framework/Core/lib/Horde.php | 3 +++ framework/Core/test/Horde/Core/UrlTest.php | 2 +- 2 files changed, 4 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/f765cfb84ee066ab383d057fffdd16dfc51a1c73 ----------------------------------------------------------------------- commit 672a6c36d5259934a15c1b0790ea69c535f99b0a Author: Jan Schneider <[email protected]> Date: Tue Dec 21 20:14:04 2010 +0100 phpdoc framework/Token/test/Horde/Token/Autoload.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/672a6c36d5259934a15c1b0790ea69c535f99b0a __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
