Bug:
authorMichael M Slusarz <slusarz@curecanti.org>
Wed, 10 Jun 2009 05:24:30 +0000 (05:24 +0000)
committerBen Klang <ben@alkaloid.net>
Sun, 10 Jan 2010 04:05:29 +0000 (23:05 -0500)
commit1474cf43c70091e61bb1d56eb96e103137e4081b
treef0fb92df1146196486b4bf4e565b312803be9925
parent92759cd7251c80bc559a7a8599b7eb487afb52b5
Bug:
Submitted by:
Merge after:
String:: -> Horde_String & Util:: -> Horde_Util:: conversions.

I gave in and ran a sed script to try to get the rest of these changed.
Here's the commands I ran:
find . -type f | xargs fgrep -l ' String::' | xargs sed -i '' -e 's/ String::/ Horde_String::/g'
find . -type f | xargs fgrep -l '(String::' | xargs sed -i '' -e 's/(String::/(Horde_String::/g'
find . -type f | xargs grep -l '^String::' | xargs sed -i '' -e 's/^String::/Horde_String::/g'

I then went through and removed files that shouldn't be updated (docs files
and package.xml files).  Hopefully, false positives have been kept to a
minimum.
graphgen.php
templates/common-header.inc
viewgraph.php