The branch "master" has been updated. The following is a summary of the commits.
from: 07d1333648750a0173727939655e4543727c37c3 f6d8f82... Show tab with FB, to expose FB connection 60c8852... Replace report with generalized notification 5edcee2... notification classes ----------------------------------------------------------------------- commit f6d8f82f626dc1e736bba18f49e83f05ad51bff4 Author: Duck (Jakob Munih) <[email protected]> Date: Thu Mar 12 14:24:31 2009 +0100 Show tab with FB, to expose FB connection folks/edit/facebook.php | 42 ++++++++++++++++++++++++++++++++++++++++++ folks/edit/tabs.php | 7 ++++++- 2 files changed, 48 insertions(+), 1 deletions(-) create mode 100644 folks/edit/facebook.php http://git.horde.org/co.php/folks/edit/facebook.php?rt=horde-hatchery&r=f6d8f82f626dc1e736bba18f49e83f05ad51bff4 http://git.horde.org/diff.php/folks/edit/tabs.php?rt=horde-hatchery&r1=3c58ab7232b346ba8fb6a8aee1a64485784547e9&r2=f6d8f82f626dc1e736bba18f49e83f05ad51bff4 ----------------------------------------------------------------------- commit 60c88520b52c2a027427d652cd145bf94eeeaf01 Author: Duck (Jakob Munih) <[email protected]> Date: Thu Mar 12 14:24:50 2009 +0100 Replace report with generalized notification folks/config/conf.xml | 111 +++++++++++++++++++------------------ folks/lib/Report.php | 126 ------------------------------------------ folks/lib/Report/letter.php | 40 ------------- folks/lib/Report/mail.php | 55 ------------------ folks/lib/Report/tickets.php | 25 -------- folks/report.php | 6 +- 6 files changed, 59 insertions(+), 304 deletions(-) delete mode 100644 folks/lib/Report.php delete mode 100644 folks/lib/Report/letter.php delete mode 100644 folks/lib/Report/mail.php delete mode 100644 folks/lib/Report/tickets.php http://git.horde.org/diff.php/folks/config/conf.xml?rt=horde-hatchery&r1=b4e01ea2644bdb97a90092ba245defdbd698743a&r2=60c88520b52c2a027427d652cd145bf94eeeaf01 http://git.horde.org/diff.php/folks/lib/Report.php?rt=horde-hatchery&r1=60fe9daeec659cb35b5d0609704df79dc3086ea3&r2=60c88520b52c2a027427d652cd145bf94eeeaf01 http://git.horde.org/diff.php/folks/lib/Report/letter.php?rt=horde-hatchery&r1=3a39b266f5c5209ba9e44f56590f0dccc5947bd3&r2=60c88520b52c2a027427d652cd145bf94eeeaf01 http://git.horde.org/diff.php/folks/lib/Report/mail.php?rt=horde-hatchery&r1=aeee358e9d91b2b58e08f905d9f694f79b94da28&r2=60c88520b52c2a027427d652cd145bf94eeeaf01 http://git.horde.org/diff.php/folks/lib/Report/tickets.php?rt=horde-hatchery&r1=3d008f1da8019dd1e8b964305adcead450093fa1&r2=60c88520b52c2a027427d652cd145bf94eeeaf01 http://git.horde.org/diff.php/folks/report.php?rt=horde-hatchery&r1=166979a07aa547655b9c8a5cc605bf026cf92234&r2=60c88520b52c2a027427d652cd145bf94eeeaf01 ----------------------------------------------------------------------- commit 5edcee265be529778b4934042ba35e7f4a34ba4c Author: Duck (Jakob Munih) <[email protected]> Date: Thu Mar 12 14:25:14 2009 +0100 notification classes folks/lib/Notification.php | 273 +++++++++++ folks/lib/Notification/.svn/all-wcprops | 29 ++ folks/lib/Notification/.svn/entries | 164 ++++++ folks/lib/Notification/.svn/format | 1 + folks/lib/Notification/.svn/prop-base/facebook.php.svn-base | 9 + folks/lib/Notification/.svn/prop-base/letter.php.svn-base | 5 + folks/lib/Notification/.svn/prop-base/mail.php.svn-base | 5 + folks/lib/Notification/.svn/prop-base/tickets.php.svn-base | 9 + folks/lib/Notification/.svn/text-base/facebook.php.svn-base | 149 ++++++ folks/lib/Notification/.svn/text-base/letter.php.svn-base | 83 ++++ folks/lib/Notification/.svn/text-base/mail.php.svn-base | 109 ++++ folks/lib/Notification/.svn/text-base/tickets.php.svn-base | 84 ++++ folks/lib/Notification/facebook.php | 149 ++++++ folks/lib/Notification/letter.php | 83 ++++ folks/lib/Notification/mail.php | 109 ++++ folks/lib/Notification/tickets.php | 84 ++++ 16 files changed, 1345 insertions(+), 0 deletions(-) create mode 100644 folks/lib/Notification.php create mode 100644 folks/lib/Notification/.svn/all-wcprops create mode 100644 folks/lib/Notification/.svn/entries create mode 100644 folks/lib/Notification/.svn/format create mode 100644 folks/lib/Notification/.svn/prop-base/facebook.php.svn-base create mode 100644 folks/lib/Notification/.svn/prop-base/letter.php.svn-base create mode 100644 folks/lib/Notification/.svn/prop-base/mail.php.svn-base create mode 100644 folks/lib/Notification/.svn/prop-base/tickets.php.svn-base create mode 100644 folks/lib/Notification/.svn/text-base/facebook.php.svn-base create mode 100644 folks/lib/Notification/.svn/text-base/letter.php.svn-base create mode 100644 folks/lib/Notification/.svn/text-base/mail.php.svn-base create mode 100644 folks/lib/Notification/.svn/text-base/tickets.php.svn-base create mode 100644 folks/lib/Notification/facebook.php create mode 100644 folks/lib/Notification/letter.php create mode 100644 folks/lib/Notification/mail.php create mode 100644 folks/lib/Notification/tickets.php http://git.horde.org/co.php/folks/lib/Notification.php?rt=horde-hatchery&r=5edcee265be529778b4934042ba35e7f4a34ba4c http://git.horde.org/co.php/folks/lib/Notification/.svn/all-wcprops?rt=horde-hatchery&r=5edcee265be529778b4934042ba35e7f4a34ba4c http://git.horde.org/co.php/folks/lib/Notification/.svn/entries?rt=horde-hatchery&r=5edcee265be529778b4934042ba35e7f4a34ba4c http://git.horde.org/co.php/folks/lib/Notification/.svn/format?rt=horde-hatchery&r=5edcee265be529778b4934042ba35e7f4a34ba4c http://git.horde.org/co.php/folks/lib/Notification/.svn/prop-base/facebook.php.svn-base?rt=horde-hatchery&r=5edcee265be529778b4934042ba35e7f4a34ba4c http://git.horde.org/co.php/folks/lib/Notification/.svn/prop-base/letter.php.svn-base?rt=horde-hatchery&r=5edcee265be529778b4934042ba35e7f4a34ba4c http://git.horde.org/co.php/folks/lib/Notification/.svn/prop-base/mail.php.svn-base?rt=horde-hatchery&r=5edcee265be529778b4934042ba35e7f4a34ba4c http://git.horde.org/co.php/folks/lib/Notification/.svn/prop-base/tickets.php.svn-base?rt=horde-hatchery&r=5edcee265be529778b4934042ba35e7f4a34ba4c http://git.horde.org/co.php/folks/lib/Notification/.svn/text-base/facebook.php.svn-base?rt=horde-hatchery&r=5edcee265be529778b4934042ba35e7f4a34ba4c http://git.horde.org/co.php/folks/lib/Notification/.svn/text-base/letter.php.svn-base?rt=horde-hatchery&r=5edcee265be529778b4934042ba35e7f4a34ba4c http://git.horde.org/co.php/folks/lib/Notification/.svn/text-base/mail.php.svn-base?rt=horde-hatchery&r=5edcee265be529778b4934042ba35e7f4a34ba4c http://git.horde.org/co.php/folks/lib/Notification/.svn/text-base/tickets.php.svn-base?rt=horde-hatchery&r=5edcee265be529778b4934042ba35e7f4a34ba4c http://git.horde.org/co.php/folks/lib/Notification/facebook.php?rt=horde-hatchery&r=5edcee265be529778b4934042ba35e7f4a34ba4c http://git.horde.org/co.php/folks/lib/Notification/letter.php?rt=horde-hatchery&r=5edcee265be529778b4934042ba35e7f4a34ba4c http://git.horde.org/co.php/folks/lib/Notification/mail.php?rt=horde-hatchery&r=5edcee265be529778b4934042ba35e7f4a34ba4c http://git.horde.org/co.php/folks/lib/Notification/tickets.php?rt=horde-hatchery&r=5edcee265be529778b4934042ba35e7f4a34ba4c __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
