The branch master has been updated. The following is a summary of the commits. Further details on each commit can be found below.
from: 023ae7d0f300511384b287238b87d0c2a9f92d02 fa33dd0... Split friends and blacklist in separete tables ----------------------------------------------------------------------- commit fa33dd07d50fdb81d4bc1e384956ba3b130d4d56 Author: Duck (Jakob Munih) <[email protected]> Date: Mon Feb 16 10:50:05 2009 +0100 Split friends and blacklist in separete tables folks/config/conf.xml | 21 ++++-- folks/lib/Friends.php | 4 +- folks/lib/Friends/letter.php | 91 ------------------------- folks/lib/Friends/shared.php | 74 ++++++++++++++------ folks/lib/Friends/sql.php | 78 +++++++++++---------- folks/scripts/sql/folks.mysql.sql | 17 +++++ folks/scripts/upgrades/2009-02-16_friends.sql | 8 ++ 7 files changed, 132 insertions(+), 161 deletions(-) delete mode 100644 folks/lib/Friends/letter.php create mode 100644 folks/scripts/upgrades/2009-02-16_friends.sql http://git.horde.org/diff.php/folks/config/conf.xml?rt=horde-hatchery&r1=a4ed4fed7077dd59461aae053923453278f3347c&r2=fa33dd07d50fdb81d4bc1e384956ba3b130d4d56 http://git.horde.org/diff.php/folks/lib/Friends.php?rt=horde-hatchery&r1=166979a07aa547655b9c8a5cc605bf026cf92234&r2=fa33dd07d50fdb81d4bc1e384956ba3b130d4d56 http://git.horde.org/diff.php/folks/lib/Friends/letter.php?rt=horde-hatchery&r1=037b01c9cf42b76e08c189c9472e064c20ef91a5&r2=fa33dd07d50fdb81d4bc1e384956ba3b130d4d56 http://git.horde.org/diff.php/folks/lib/Friends/shared.php?rt=horde-hatchery&r1=166979a07aa547655b9c8a5cc605bf026cf92234&r2=fa33dd07d50fdb81d4bc1e384956ba3b130d4d56 http://git.horde.org/diff.php/folks/lib/Friends/sql.php?rt=horde-hatchery&r1=166979a07aa547655b9c8a5cc605bf026cf92234&r2=fa33dd07d50fdb81d4bc1e384956ba3b130d4d56 http://git.horde.org/diff.php/folks/scripts/sql/folks.mysql.sql?rt=horde-hatchery&r1=037b01c9cf42b76e08c189c9472e064c20ef91a5&r2=fa33dd07d50fdb81d4bc1e384956ba3b130d4d56 http://git.horde.org/co.php/folks/scripts/upgrades/2009-02-16_friends.sql?rt=horde-hatchery&r=fa33dd07d50fdb81d4bc1e384956ba3b130d4d56 __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
