From: Richard B. <ra...@xs...> - 2005-08-07 12:29:49
|
Hello, While looking for mutiple calendar functionality, as several others do too, I encountered the following information: http://sourceforge.net/tracker/index.php?func=detail&aid=970810&group_id=62270&atid=500020 And even better, someone has the code already: http://sourceforge.net/mailarchive/forum.php?thread_id=7360757&forum_id=12293 Would it be possible to obtain the code?? I would like to test it, hopefully it is good enough to use it on a daily bases! The forum http://phpicalendar.net/forums/viewtopic.php?t=54 discusses this too. But not much happened lately :( Question is, is the patch from Leon Atkinson available. Perhaps Leon is subscribed to the list and can provide the patch to me directly???? -- Richard Bos Without a home the journey is endless |
From: Troy A. <tr...@ze...> - 2005-08-07 18:32:10
|
On Sun, Aug 07, 2005 at 02:29:35PM +0200, Richard Bos wrote: > Hello, > > While looking for mutiple calendar functionality, as several others do too, I > encountered the following information: > > http://sourceforge.net/tracker/index.php?func=detail&aid=970810&group_id=62270&atid=500020 > > And even better, someone has the code already: > http://sourceforge.net/mailarchive/forum.php?thread_id=7360757&forum_id=12293 > > Would it be possible to obtain the code?? I would like to test it, hopefully > it is good enough to use it on a daily bases! I hacked the following together: http://calendar.infopeople.org/ Even though I wrote the "Events to View" box as a template, it still requires a fair amount of changes to {month, view, week, day} templates to plug it in. (I ended up removing the drop shadow image too) If that is still helpful to you (or anyone else), I can break out a patch against phpicalendar-2.0b. It's really not a complicated change; plugging it cleanly into the UI is the challenging part. -troy |
From: Richard B. <ra...@xs...> - 2005-08-07 19:13:42
|
Op zondag 7 augustus 2005 20:32, schreef Troy Arnold: > I hacked the following together: > http://calendar.infopeople.org/ > > Even though I wrote the "Events to View" box as a template, it still > requires a fair amount of changes to {month, view, week, day} templates > to plug it in. =A0(I ended up removing the drop shadow image too) > > If that is still helpful to you (or anyone else), I can break out a > patch against phpicalendar-2.0b. It's really not a complicated change; > plugging it cleanly into the UI is the challenging part. I like it! A patch against 2.0b would be very welcome! It is as you state, the gui part is most challenging one. especially if th= ere=20 are many calendars, but the one you have know looks very nice and usefull a= t=20 the same time :) =2D-=20 Richard Bos Without a home the journey is endless =2D-=20 Richard Bos Without a home the journey is endless |
From: Richard B. <ra...@xs...> - 2005-08-11 17:57:36
|
Op zondag 7 augustus 2005 20:32, schreef Troy Arnold: > I hacked the following together: > http://calendar.infopeople.org/ > > Even though I wrote the "Events to View" box as a template, it still > requires a fair amount of changes to {month, view, week, day} templates > to plug it in. =A0(I ended up removing the drop shadow image too) > > If that is still helpful to you (or anyone else), I can break out a > patch against phpicalendar-2.0b. It's really not a complicated change; > plugging it cleanly into the UI is the challenging part. > > -troy Hello Troy, do you see a possibility to provide your code as a patch against=20 phpicalendar-2.0b? =2D-=20 TIA, Richard Bos Without a home the journey is endless |
From: Leon A. <leo...@cl...> - 2005-08-08 16:52:05
Attachments:
phpicalendar.patch
|
Richard Bos wrote: >Question is, is the patch from Leon Atkinson available. Perhaps Leon is >subscribed to the list and can provide the patch to me directly???? > > > I am, and I can. I've attempted to attach the file to this message. If it doesn't make it through, I'll send it to you directly. This patch is based on whatever's in HEAD right now. I used this command to generate it: cvs diff -u >/tmp/phpicalendar.patch Hopefully that makes it easy to apply the patch. If there's a better way, let me know. Thanks, Leon -- Leon Atkinson, Chief Technologist, Clear Ink leo...@cl... 510.549.4200 x.205 741 Allston Way (upstairs) Berkeley, CA 94710 Day: clearink.com Night: clearnightsky.com |
From: Richard B. <ra...@xs...> - 2005-08-10 02:02:06
Attachments:
calendar_functions.php.rej
day.php.rej
|
Op maandag 8 augustus 2005 18:51, schreef Leon Atkinson: > >Question is, is the patch from Leon Atkinson available. =A0Perhaps Leon = is > >subscribed to the list and can provide the patch to me directly???? > > > > =A0 > > I am, and I can. =A0I've attempted to attach the file to this message. = =A0If > it doesn't make it through, I'll send it to you directly. Got it. Do you have an example of the result? Troy has an example at=20 http://calendar.infopeople.org/ > This patch is based on whatever's in HEAD right now. =A0I used this > command to generate it: > > cvs diff -u >/tmp/phpicalendar.patch > > Hopefully that makes it easy to apply the patch. =A0If there's a better > way, let me know. patch -p0 does the trick, but there are 2 rejects. Perhaps it is possible = to=20 create a patch against 2.0b? That might be doable if cvs has been tagged=20 with 2.0b information. The command would be 'cvs diff -u -r 2.0b' or=20 whatever is used to tag phpicalender version 2.0b. Anyway I'll attach the reject information. Now why is day.php rejected? The functions/calendar_functions.php.rej is quite big. =2D-- functions/calendar_functions.php 25 Oct 2004 02:21:27 -0000 1= =2E8 +++ functions/calendar_functions.php 7 Aug 2005 20:15:21 -0000 http://cvs.sourceforge.net/viewcvs.py/phpicalendar/phpicalendar/functions/c= alendar_functions.php?r1=3D1.7&r2=3D1.8 Okay, cvs does not seem to have tags. In that case you might want to use t= he=20 date information to make a patch against (more or less 2.0b). I think it i= s: cvs diff -u -D 20041002 Hopefully you see a possibility to create this patch... =2D-=20 Richard Bos Without a home the journey is endless |
From: Richard B. <ra...@xs...> - 2005-08-11 17:39:23
|
Leon, do you see a possibility do provide a patch against 2.0b (about 2 October=20 2004) phpicalendar version? Or can you judge the errors in the files that= I=20 attached to my previous email? Another possibility is, that I install cvs HEAD. But is this stable (enoug= h),=20 can it replace 2.0b safely?? Op dinsdag 9 augustus 2005 00:22, schreef Richard Bos: > Op maandag 8 augustus 2005 18:51, schreef Leon Atkinson: > > >Question is, is the patch from Leon Atkinson available. =A0Perhaps Leo= n is > > >subscribed to the list and can provide the patch to me directly???? > > > > > > =A0 > > > > I am, and I can. =A0I've attempted to attach the file to this message. = =A0If > > it doesn't make it through, I'll send it to you directly. > > Got it. Do you have an example of the result? Troy has an example at > http://calendar.infopeople.org/ > > > This patch is based on whatever's in HEAD right now. =A0I used this > > command to generate it: > > > > cvs diff -u >/tmp/phpicalendar.patch > > > > Hopefully that makes it easy to apply the patch. =A0If there's a better > > way, let me know. > > patch -p0 does the trick, but there are 2 rejects. Perhaps it is possible > to create a patch against 2.0b? That might be doable if cvs has been > tagged with 2.0b information. The command would be 'cvs diff -u -r 2.0b' > or whatever is used to tag phpicalender version 2.0b. > > Anyway I'll attach the reject information. Now why is day.php rejected? > The functions/calendar_functions.php.rej is quite big. > > --- functions/calendar_functions.php 25 Oct 2004 02:21:27 -0000 1= =2E8 > +++ functions/calendar_functions.php 7 Aug 2005 20:15:21 -0000 > http://cvs.sourceforge.net/viewcvs.py/phpicalendar/phpicalendar/functions= /c >alendar_functions.php?r1=3D1.7&r2=3D1.8 > > > Okay, cvs does not seem to have tags. In that case you might want to use > the date information to make a patch against (more or less 2.0b). I think > it is: > > cvs diff -u -D 20041002 > > Hopefully you see a possibility to create this patch... =2D-=20 Richard Bos Without a home the journey is endless |
From: Leon A. <leo...@cl...> - 2005-08-17 15:04:59
Attachments:
changed.tar.gz
|
Richard Bos wrote: >Got it. Do you have an example of the result? Troy has an example at >http://calendar.infopeople.org/ > > I don't have a public version running. >cvs diff -u -D 20041002 > >Hopefully you see a possibility to create this patch... > > > I've attached a tar of the files that are different, so you could drop them into a checkout and do a diff for any date. I did run a diff with the Oct 2 date, but it's 170K. I'll send it to you privately. Leon -- Leon Atkinson, Chief Technologist, Clear Ink leo...@cl... 510.549.4200 x.205 741 Allston Way (upstairs) Berkeley, CA 94710 Day: clearink.com Night: clearnightsky.com |
From: Richard B. <ra...@xs...> - 2005-09-04 20:04:59
|
Op woensdag 17 augustus 2005 17:04, schreef Leon Atkinson: > I don't have a public version running. > > >cvs diff -u -D 20041002 > > > >Hopefully you see a possibility to create this patch... > > > > =A0 > > I've attached a tar of the files that are different, so you could drop > them into a checkout and do a diff for any date. =A0I did run a diff with > the Oct 2 date, but it's 170K. =A0I'll send it to you privately. Hello Leon, thanks a lot for the patch, it's working. I'm replying late, as I'm just b= ack=20 from holidays and you sent the patch on the 1st minute of my holidays! There is 1 problem with the patch, and that has to do with the language fil= es. =20 I consider that a minor issue. After applying the patch the patched files= =20 are exactly the same as the changed files (whole files) you sent to me. One file is missing and that is: ./templates/default/search_box.tpl=20 If I touch the file, this file/path name is not shown in the search_box How to continue from here? It will be hard to maintain those files seperat= ely=20 from HEAD. Is it possible to get the changed files into cvs??? At the moment there are 2 versions available the one from Leon and another = set=20 from Troy Arnold (http://calendar.infopeople.org/). Troy did not provide t= he=20 code... Both seem to work well and look good. Looking forward to a comment from the phpicalendar devs on this. =2D-=20 Richard Bos Without a home the journey is endless |
From: Leon A. <leo...@cl...> - 2005-09-06 16:29:35
|
Richard Bos wrote: >One file is missing and that is: ./templates/default/search_box.tpl >If I touch the file, this file/path name is not shown in the search_box > > > I don't understand what you're trying to say here. I don't think I did anything with that file. Leon -- Leon Atkinson, Chief Technologist, Clear Ink leo...@cl... 510.549.4200 x.205 741 Allston Way (upstairs) Berkeley, CA 94710 Day: clearink.com Night: clearnightsky.com |
From: Richard B. <ra...@xs...> - 2005-09-06 18:45:44
|
Op dinsdag 6 september 2005 18:29, schreef Leon Atkinson: > >One file is missing and that is: ./templates/default/search_box.tpl > >If I touch the file, this file/path name is not shown in the search_box > > > > =A0 > > I don't understand what you're trying to say here. =A0I don't think I did > anything with that file. > > Leon Hello Leon, thanks a lot for your reply!! I almost thought that this list is really de= ad. =20 Nobody else around? That path (./templates/default/search_box.tpl) is displayed in the webbrows= er. =20 Perhaps the phpicalender code is just expecting it, does not find it and=20 displays the path. I don't know. Don't you see that displayed if the file ./templates/default/search_box.tpl= is=20 removed? Do you a see possibility to provide the patch against version 0.2c? If so = the=20 patch might hopefully make it into cvs. That would be really really=20 appreciated! =2D-=20 Richard Bos Without a home the journey is endless |
From: Richard B. <ra...@xs...> - 2005-09-08 18:58:42
|
Op dinsdag 6 september 2005 20:45, schreef Richard Bos: > Hello Leon, > > thanks a lot for your reply!! =A0I almost thought that this list is really > dead. =A0 Nobody else around? > > That path (./templates/default/search_box.tpl) is displayed in the > webbrowser. =A0 Perhaps the phpicalender code is just expecting it, does = not > find it and displays the path. =A0I don't know. > > Don't you see that displayed if the file ./templates/default/search_box.t= pl > is removed? > > Do you a see possibility to provide the patch against version 0.2c? =A0If= so > the patch might hopefully make it into cvs. =A0That would be really really > appreciated! Anyone out here? =2D-=20 Richard Bos Without a home the journey is endless |
From: Leon A. <leo...@cl...> - 2005-09-08 19:54:53
|
Richard Bos wrote: >Op dinsdag 6 september 2005 20:45, schreef Richard Bos: > > >>Hello Leon, >> >>thanks a lot for your reply!! I almost thought that this list is really >>dead. Nobody else around? >> >>That path (./templates/default/search_box.tpl) is displayed in the >>webbrowser. Perhaps the phpicalender code is just expecting it, does not >>find it and displays the path. I don't know. >> >>Don't you see that displayed if the file ./templates/default/search_box.tpl >>is removed? >> >>Do you a see possibility to provide the patch against version 0.2c? If so >>the patch might hopefully make it into cvs. That would be really really >>appreciated! >> >> > >Anyone out here? > > > > Yes, out here, but busy with other stuff. It's true, if I remove that file (./templates/default/search_box.tpl), I see the path appear in the display. But I do have that file. It's not removed in CVS, as far as I can tell. I think you can make a patch against any version by taking a clean copy and dropping my changed files in. Then, just generate the diff between that dir and a clean copy. Leon -- Leon Atkinson, Chief Technologist, Clear Ink leo...@cl... 510.549.4200 x.205 741 Allston Way (upstairs) Berkeley, CA 94710 Day: clearink.com Night: clearnightsky.com |