[commits] Horde branch master updated. bb827d0334254040ef489a0387b56643a76f75ed
Michael M Slusarz
slusarz at horde.org
Tue May 25 20:17:23 UTC 2010
The branch "master" has been updated.
The following is a summary of the commits.
from: 4869f5a44ad96594f13acde5aa3c7e5a3eb85c69
cb87621 Fix phpdoc declarations
09a9c1e phpdoc; remove unused parameter
316cbe7 Allow form input to be sanitized
09066b3 Allow get() to handle a default form value.
ff3e8d5 Various changes to make the PNG Image driver work.
bb827d0 Fix the barcode generation script
-----------------------------------------------------------------------
commit cb8762160967197ca35c050a99370bf52f7cc41c
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Tue May 25 13:05:01 2010 -0600
Fix phpdoc declarations
framework/Util/lib/Horde/Array.php | 10 ++++++----
framework/Util/lib/Horde/Array/Sort/Helper.php | 11 +++++++----
framework/Util/lib/Horde/String.php | 6 ++++--
framework/Util/lib/Horde/Util.php | 8 +++++---
4 files changed, 22 insertions(+), 13 deletions(-)
http://git.horde.org/diff.php/framework/Util/lib/Horde/Array.php?rt=horde-git&r1=51365279779cc2dcc6b4e2b3f5c53e8bdf0361dc&r2=cb8762160967197ca35c050a99370bf52f7cc41c
http://git.horde.org/diff.php/framework/Util/lib/Horde/Array/Sort/Helper.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=cb8762160967197ca35c050a99370bf52f7cc41c
http://git.horde.org/diff.php/framework/Util/lib/Horde/String.php?rt=horde-git&r1=94f410840cf51792e23828d473cce46a2fb39f4f&r2=cb8762160967197ca35c050a99370bf52f7cc41c
http://git.horde.org/diff.php/framework/Util/lib/Horde/Util.php?rt=horde-git&r1=ff69ab061e00228d254232bc0049828415bfebef&r2=cb8762160967197ca35c050a99370bf52f7cc41c
-----------------------------------------------------------------------
commit 09a9c1e332a3427505e10aa39cdb106fef07d8fa
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Tue May 25 13:25:47 2010 -0600
phpdoc; remove unused parameter
framework/Util/lib/Horde/Variables.php | 140 ++++++++++++++++++--------------
1 files changed, 78 insertions(+), 62 deletions(-)
http://git.horde.org/diff.php/framework/Util/lib/Horde/Variables.php?rt=horde-git&r1=36e9cd29528f5770a7068353c93413fb99521b40&r2=09a9c1e332a3427505e10aa39cdb106fef07d8fa
-----------------------------------------------------------------------
commit 316cbe7ca21b0bbcf9e6f12d40f1ceccba686b5f
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Tue May 25 13:26:01 2010 -0600
Allow form input to be sanitized
framework/Util/lib/Horde/Variables.php | 34 +++++++++++++++++++++++++++----
1 files changed, 29 insertions(+), 5 deletions(-)
http://git.horde.org/diff.php/framework/Util/lib/Horde/Variables.php?rt=horde-git&r1=09a9c1e332a3427505e10aa39cdb106fef07d8fa&r2=316cbe7ca21b0bbcf9e6f12d40f1ceccba686b5f
-----------------------------------------------------------------------
commit 09066b37cfaae4f2378b5ea3d6c0f0d022f7753f
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Tue May 25 13:42:21 2010 -0600
Allow get() to handle a default form value.
framework/Util/lib/Horde/Variables.php | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
http://git.horde.org/diff.php/framework/Util/lib/Horde/Variables.php?rt=horde-git&r1=316cbe7ca21b0bbcf9e6f12d40f1ceccba686b5f&r2=09066b37cfaae4f2378b5ea3d6c0f0d022f7753f
-----------------------------------------------------------------------
commit ff3e8d523943f55fcfac27b030f44882567657c8
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Tue May 25 13:57:18 2010 -0600
Various changes to make the PNG Image driver work.
Using EmptyIterator as the default makes it easier for the non
iterable-drivers to fulfill abstract requirements (no need to define the
various Iterable functions)
framework/Image/lib/Horde/Image/Base.php | 4 ++-
framework/Image/lib/Horde/Image/Gd.php | 40 ------------------------------
framework/Image/lib/Horde/Image/Png.php | 35 +++++++++++++++++++++++---
3 files changed, 34 insertions(+), 45 deletions(-)
http://git.horde.org/diff.php/framework/Image/lib/Horde/Image/Base.php?rt=horde-git&r1=8e39e7530a6d6323657d7e94ccd1c2869bf4a30f&r2=ff3e8d523943f55fcfac27b030f44882567657c8
http://git.horde.org/diff.php/framework/Image/lib/Horde/Image/Gd.php?rt=horde-git&r1=27b2e23f96c93b7f115b8e2f1bb66eba248b3365&r2=ff3e8d523943f55fcfac27b030f44882567657c8
http://git.horde.org/diff.php/framework/Image/lib/Horde/Image/Png.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=ff3e8d523943f55fcfac27b030f44882567657c8
-----------------------------------------------------------------------
commit bb827d0334254040ef489a0387b56643a76f75ed
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Tue May 25 13:57:55 2010 -0600
Fix the barcode generation script
horde/util/barcode.php | 91 ++++++++++++++++++++++++++++++++++-------------
1 files changed, 66 insertions(+), 25 deletions(-)
http://git.horde.org/diff.php/horde/util/barcode.php?rt=horde-git&r1=61e152c1cb66d66db7fedbc358a4f417aa4e17c5&r2=bb827d0334254040ef489a0387b56643a76f75ed
More information about the commits
mailing list