[dev] Re: [cvs] commit: kronolith/lib/Driver mcal.php sql.php
kronolith/lib Event.php kronolith/scripts/drivers kronolith.sql
Mike Cochrane
mike at graftonhall.co.nz
Wed Feb 19 15:43:19 PST 2003
I haven't tested the mcal changes. But they look like they should work.
Can you search for an event by the value of one of it's attributes in mcal? We
need a way of retieving an event based on its GUID and it's not going to be very
effecient in mcal if we can't.
For sql users the alter table command looks like this, i think:
ALTER TABLE `kronolith_events` ADD `event_guid` VARCHAR( 255 );
- Mike :-)
> ----- Message from mike at graftonhall.co.nz ---------
>
> mikec 2003/02/18 18:37:16 PST
>
> Modified files:
> lib/Driver mcal.php sql.php
> lib Event.php
> scripts/drivers kronolith.sql
> Log:
> Add a globally unique id (GUID) field to events.
>
> Add _lots_ of php docs to Kronolith_events. still lots to do.
>
> Revision Changes Path
> 1.40 +6 -2 kronolith/lib/Driver/mcal.php
> 1.77 +14 -4 kronolith/lib/Driver/sql.php
> 1.74 +297 -33 kronolith/lib/Event.php
> 1.9 +2 -1 kronolith/scripts/drivers/kronolith.sql
>
> Chora Links:
>
> http://cvs.horde.org/diff.php/kronolith/lib/Driver/mcal.php?r1=1.39&r2=1.40&ty=u
>
> http://cvs.horde.org/diff.php/kronolith/lib/Driver/sql.php?r1=1.76&r2=1.77&ty=u
> http://cvs.horde.org/diff.php/kronolith/lib/Event.php?r1=1.73&r2=1.74&ty=u
>
>
http://cvs.horde.org/diff.php/kronolith/scripts/drivers/kronolith.sql?r1=1.8&r2=1.9&ty=u
>
> --
> To unsubscribe, mail: cvs-unsubscribe at lists.horde.org
>
>
>
> ----- End message from mike at graftonhall.co.nz -----
More information about the dev
mailing list