Revisions for turba/vcard.php

Location: [ Horde ] / turba / vcard.php View: Logs | Branches | Statistics
Search Revisions:
Show diffs between and
Show Differences shows diffs to the previous revision. If you select a revision by clicking its row, Show Differences will show the differences to the selected row.
Show Branch:
  Revision Date Author Log Message
1.12.10.7 FRAMEWORK_3 (+2 -2 lines) 01/02/2008 06:32 AM Jan Schneider jan

Happy New Year

Tags: TURBA_2_3, TURBA_2_3_RC1, TURBA_2_2_1, TURBA_2_2, TURBA_2_2_RC4, TURBA_2_2_RC3, TURBA_2_2_RC2

1.21 (+2 -2 lines) 01/02/2008 06:14 AM Jan Schneider jan

Happy New Year

1.12.10.6 FRAMEWORK_3 (+11 -10 lines) 12/20/2007 09:34 AM Jan Schneider jan

Merge from HEAD.

1.12.10.5 FRAMEWORK_3 (+2 -2 lines) 01/02/2007 08:55 AM Jan Schneider jan

Happy New Year

Tags: TURBA_2_1_7, TURBA_2_1_6, TURBA_2_1_5, TURBA_2_1_4

1.20 (+2 -2 lines) 01/02/2007 07:49 AM Jan Schneider jan

Happy New Year

Tags: BEFORE_MERGE_3_2, TURBA_2_2_RC1, TURBA_2_2_ALPHA

1.19 (+4 -2 lines) 01/01/2007 07:41 PM Jan Schneider jan

Assign copyright to The Horde Project for those copyright holders that already agreed to it.

1.18 (+8 -9 lines) 02/09/2006 04:05 PM Chuck Hagenbuch chuck

- The form libraries were never needed here.
- Name the vcard after the contact's name if we can.

1.12.10.4 FRAMEWORK_3 (+2 -2 lines) 01/01/2006 04:29 PM Jan Schneider jan

Happy new year

Tags: TURBA_2_1_3, TURBA_2_1_2, TURBA_2_1_1, TURBA_2_1, TURBA_2_1_RC2, TURBA_2_1_RC1

1.17 (+2 -2 lines) 01/01/2006 04:12 PM Jan Schneider jan

Happy new year\!

1.12.10.3 FRAMEWORK_3 (+3 -3 lines) 10/18/2005 08:50 AM Jan Schneider jan

Merged from HEAD.

1.16 (+2 -2 lines) 06/25/2005 10:37 AM Michael Rubinsky mrubinsk

Turba_Object and Turba_Driver objects are now responsible for checking permissions on the sources they represent.  Concrete Turba_Driver classes can override the default Horde permissions system by defining their own hasPermission() method (to check for backend acls for example).

IMSP driver now uses IMSP acls to check for permissions.
Bug: 2138

Tags: BEFORE_MERGE_3_1

1.15 (+2 -2 lines) 05/24/2005 04:04 PM Chuck Hagenbuch chuck

Let Turba_Driver::singleton() worry about loading the source config,
so we can avoid passing it in everywhere.

1.12.10.2 FRAMEWORK_3 (+2 -2 lines) 03/05/2005 06:15 PM Chuck Hagenbuch chuck

MFH: we consistently put this kind of license into LICENSE, not COPYING.

Tags: TURBA_2_0_5, TURBA_2_0_4, TURBA_2_0_3, TURBA_2_0_3_RC1

1.14 (+2 -2 lines) 03/05/2005 06:15 PM Chuck Hagenbuch chuck

This style of license lives in LICENSE, not COPYING.

1.13 (+2 -2 lines) 01/03/2005 09:35 AM Jan Schneider jan

Happy New Year

1.12.10.1 FRAMEWORK_3 (+2 -2 lines) 01/03/2005 07:25 AM Jan Schneider jan

Happy New Year

Tags: TURBA_2_0_2, TURBA_2_0_1, TURBA_2_0_1_RC1

1.12 (+2 -2 lines) 10/10/2004 12:05 AM Chuck Hagenbuch chuck

- Check for permission before deleting objects.
- Try to start standardizing on hasPermission() as a method name (instead of checkPermissions, etc.).

Tags: FRAMEWORK_3, TURBA_2_0, TURBA_2_0_RC3, TURBA_2_0_RC2, TURBA_2_0_RC1, TURBA_2_0_BETA

1.11 (+3 -4 lines) 09/17/2004 05:19 PM Chuck Hagenbuch chuck

Merge Source.php into Driver.php and just use the Turba_Driver class
to handle everything.

1.10 (+3 -3 lines) 08/17/2004 11:23 PM Chuck Hagenbuch chuck

kill trailing whitespace, fix style, etc.

1.9 (+2 -23 lines) 08/13/2004 03:15 PM Karsten Fourmont karsten

We now use the iCalendar package for parsing/exporting
of iCalendar and vCard data.

1.8 (+3 -3 lines) 06/30/2004 11:41 PM Chuck Hagenbuch chuck

Update the license bits that have been out of date for years - point
to the Horde ASL-style license as defined in COPYING.

1.7 (+2 -2 lines) 05/10/2004 09:41 AM Jan Schneider jan

Specify charset when sending a vCard to the browser.
This is the *only* way to handle charsets in vCard 3.0, you can no longer
specify the charset in the vCard data as it was possible with vCard 2.1. Of
course this means that the charset information gets lost as soon as you save
the vCard to a local file. *sigh*
Bug: 157

1.6 (+4 -4 lines) 04/07/2004 10:43 AM Chuck Hagenbuch chuck

No more HORDE_LIBS.

1.5 (+3 -2 lines) 02/26/2004 08:02 AM eraserhd

* Use Variables::getDefaultVariables() instead of Horde_Form::getDefaultVars()
* Delete Horde_Form::getDefaultVars()
* Make sure that appropriate files require 'Horde/Variables.php'

Tags: TURBA_2_0_ALPHA

1.4 (+3 -3 lines) 02/25/2004 11:19 PM eraserhd

* Delete Horde_Form_Vars::, use Variables:: instead.
* Delete Horde_Form_Renderer_rows::, was only used by Hermes and depends on
Horde_Form_Vars:: cruft.

1.3 (+8 -10 lines) 02/25/2004 04:21 PM Chuck Hagenbuch chuck

Start referring to "contacts", not "objects", in the UI/comments/etc. This is
an address book/contact manager.

1.2 (+2 -6 lines) 02/11/2004 03:00 PM Chuck Hagenbuch chuck

remove unused code, and use $vcard->fromHash() to translate to vcard attribute names.

1.1 02/11/2004 01:37 PM Chuck Hagenbuch chuck

Support for exporting vcards - Mike Bydalek <mbydalek@zivix.com>