[dev] Re: [cvs] commit: kronolith/docs CHANGES kronolith day.php
menu.phpmonth.php prefs.php week.php workweek.php kronolith/graphics
private.gif public.gif share.gif
Mike Cochrane
mike@graftonhall.co.nz
Wed, 4 Sep 2002 17:42:05 +1200
Okay... shared calendar support is finally in there... there's some good news
and some bad news....
Good news:
It's backwards compatible... you don't have to convert or change anything to
still be able to access you existing events.
Bad News:
There's lots of bugs.... but i don't know where they are, as you haven't found
them :-)
There is a known issue when trying to edit 'My Calendar' and the default
calendar preference not listing the calendars...
Please play with this lots and see what ways you can reliably break things. The
only thing you will need is a working categories backend to start using this. No
database changes to worry about.
Thanks heaps to Joel Vandal <jvandal@infoteck.qc.ca> for the bulk of the code
and a whole lots of ideas.
- Mike :-)
> ----- Message from mike@graftonhall.co.nz ---------
> Date: Tue, 3 Sep 2002 22:34:02 -0700 (PDT)
> From: Mike Cochrane <mike@graftonhall.co.nz>
> Reply-To: dev@lists.horde.org
> Subject: [cvs] commit: kronolith/docs CHANGES kronolith day.php menu.php
month.php prefs.php week.php workweek.php kronolith/graphics private.gif
public.gif share.gif
> To: cvs@lists.horde.org
>
> mikec 2002/09/03 22:34:02 PDT
>
> Modified files:
> docs CHANGES
> . day.php menu.php month.php prefs.php
> week.php workweek.php
> Added files:
> graphics private.gif public.gif share.gif
> Log:
> Shared calendars initial commit.
>
> The code is based on the code by Joel Vandal <jvandal@infoteck.qc.ca>.
> Almost all of the UI is from Joel's patch. The storage systems for the Shares
> and groups is a bit different.
>
> Revision Changes Path
> 1.44 +5 -1 kronolith/day.php
> 1.88 +1 -0 kronolith/docs/CHANGES
> 1.1 +2 -0 kronolith/graphics/private.gif (new)
> 1.1 +2 -0 kronolith/graphics/public.gif (new)
> 1.1 +5 -0 kronolith/graphics/share.gif (new)
> 1.17 +2 -1 kronolith/menu.php
> 1.84 +66 -30 kronolith/month.php
> 1.18 +77 -1 kronolith/prefs.php
> 1.21 +5 -1 kronolith/week.php
> 1.17 +5 -1 kronolith/workweek.php
>
> Chora Links:
> http://cvs.horde.org/diff.php/kronolith/day.php?r1=1.43&r2=1.44&ty=u
> http://cvs.horde.org/diff.php/kronolith/docs/CHANGES?r1=1.87&r2=1.88&ty=u
> http://cvs.horde.org/co.php/kronolith/graphics/private.gif?r=1.1
> http://cvs.horde.org/co.php/kronolith/graphics/public.gif?r=1.1
> http://cvs.horde.org/co.php/kronolith/graphics/share.gif?r=1.1
> http://cvs.horde.org/diff.php/kronolith/menu.php?r1=1.16&r2=1.17&ty=u
> http://cvs.horde.org/diff.php/kronolith/month.php?r1=1.83&r2=1.84&ty=u
> http://cvs.horde.org/diff.php/kronolith/prefs.php?r1=1.17&r2=1.18&ty=u
> http://cvs.horde.org/diff.php/kronolith/week.php?r1=1.20&r2=1.21&ty=u
> http://cvs.horde.org/diff.php/kronolith/workweek.php?r1=1.16&r2=1.17&ty=u
>
> --
> To unsubscribe, mail: cvs-unsubscribe@lists.horde.org
>
> ----- End message from mike@graftonhall.co.nz -----