[commits] Horde branch master updated. 3ca5f4c1476b2784033451c1f74aea329d16b5db
Jan Schneider
jan at horde.org
Thu Mar 6 11:24:52 UTC 2014
The branch "master" has been updated.
The following is a summary of the commits.
from: 6749c0bd2306941cf4e621d80e71cfc82168d5dd
bd7c71d [jan] Fix updateTicket() API method (Bug #13011).
85adf6c Fix typo in class name
aecf1e6 Fix broken function prototype
3ca5f4c Don't crash on unknown 'migration' directories
Summary: http://github.com/horde/horde/compare/6749c0bd2306941cf4e621d80e71cfc82168d5dd...3ca5f4c1476b2784033451c1f74aea329d16b5db
-----------------------------------------------------------------------
commit bd7c71d9fd11088adf68294220c76a0ab090e917
Author: Jan Schneider <jan at horde.org>
Date: Thu Mar 6 12:20:04 2014 +0100
[jan] Fix updateTicket() API method (Bug #13011).
whups/docs/CHANGES | 1 +
whups/package.xml | 2 ++
2 files changed, 3 insertions(+), 0 deletions(-)
http://github.com/horde/horde/commit/bd7c71d9fd11088adf68294220c76a0ab090e917
http://git.horde.org/horde-git/-/commit/bd7c71d9fd11088adf68294220c76a0ab090e917
-----------------------------------------------------------------------
commit 85adf6cb4151cfe3b76c6817b4ddbc232b41b082
Author: Thomas Jarosch <thomas.jarosch at intra2net.com>
Date: Fri Mar 7 11:43:24 2014 +0100
Fix typo in class name
Fixes this PHP error:
PHP Fatal error: Class 'Horde_Themes_Css_Cache_HordeCache' not found in
/datastore/DEVEL/framework/Core/lib/Horde/Core/Factory/CssCache.php on line 56
Signed-off-by: Jan Schneider <jan at horde.org>
Bug: 13015
framework/Core/lib/Horde/Themes/Css/Cache/HordeCache.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/85adf6cb4151cfe3b76c6817b4ddbc232b41b082
http://git.horde.org/horde-git/-/commit/85adf6cb4151cfe3b76c6817b4ddbc232b41b082
-----------------------------------------------------------------------
commit aecf1e63bcf90ac668714ec578972a3ce6ffbf53
Author: Thomas Jarosch <thomas.jarosch at intra2net.com>
Date: Fri Mar 7 11:33:28 2014 +0100
Fix broken function prototype
Fixes this error:
PHP Fatal error: Declaration of Horde_Themes_Css_Cache_Horde_Cache::process() must be compatible
with that of Horde_Themes_Css_Cache::process()
in /datastore/DEVEL/framework/Core/lib/Horde/Themes/Css/Cache/HordeCache.php on line 25
Signed-off-by: Jan Schneider <jan at horde.org>
Bug: 13014
framework/Core/lib/Horde/Themes/Css/Cache/HordeCache.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/aecf1e63bcf90ac668714ec578972a3ce6ffbf53
http://git.horde.org/horde-git/-/commit/aecf1e63bcf90ac668714ec578972a3ce6ffbf53
-----------------------------------------------------------------------
commit 3ca5f4c1476b2784033451c1f74aea329d16b5db
Author: Thomas Jarosch <thomas.jarosch at intra2net.com>
Date: Fri Mar 7 11:25:55 2014 +0100
Don't crash on unknown 'migration' directories
Fixes this error:
PHP Fatal error: Call to a member function getName() on a non-object in
/datastore/DEVEL/framework/Core/lib/Horde/Core/Db/Migration.php on line 91
Signed-off-by: Jan Schneider <jan at horde.org>
Bug: 13013
framework/Core/lib/Horde/Core/Db/Migration.php | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/3ca5f4c1476b2784033451c1f74aea329d16b5db
http://git.horde.org/horde-git/-/commit/3ca5f4c1476b2784033451c1f74aea329d16b5db
More information about the commits
mailing list