From: Matthew M. <ma...@tu...> - 2002-10-25 19:37:59
|
Go get it at phpwebsite.appstate.edu Matthew McNaney Internet Systems Architect Electronic Student Services Email: ma...@tu... URL: http://phpwebsite.appstate.edu Phone: 828-262-6493 ICQ: 141057403 |
From: Mike N. <mh...@us...> - 2002-10-25 20:34:15
|
On Fri, 2002-10-25 at 12:32, Matthew McNaney wrote: > Go get it at phpwebsite.appstate.edu Matt, Please tag rc1 in cvs. Thanks. -- Mike Noyes <mhnoyes at users.sourceforge.net> http://sourceforge.net/users/mhnoyes/ http://leaf-project.org/ http://sitedocs.sf.net/ http://ffl.sf.net/ |
From: Philip M. <lis...@li...> - 2002-10-27 00:35:24
|
I'm planning on an overhaul of my gig listing module for 0.9 since I've had quite a bit of feedback about new features people would like to see. Two of the features are: 1) for the gigs to be listed in the calendar 2) For users to be able to add comments to a gig Which leads me nicely to my questions. I guess the first ones are mainly for Matt: Is there an easy interface in the calendar code I could call from my module to add an event? If so, is it likely to remain a stable interface for the foreseeable future? Ideally I'd want to be able to include a file that contains the relevant function or class, pass a set of values to the function and receive back a success or fail flag, and if fail a list of errors. If it's not something you currently support or see yourself wanting to support, let me know, I may well have a hack at it after I've finished coding the bulk of the mod rewrite (could be a while since I have 2 jobs now :-( ) The second question is about comments. I ideally want to be able to add the same comment functionality to a gig as is attached to an article or a poll without having to reinvent the wheel. Any pointers or advice on this one? Phil -- Philip McAllister <uk . co . liquidsand @ phil> "All I ask is the chance to prove that money can't make me happy" - Spike Milligan |
From: Don S. <do...@se...> - 2002-10-27 02:55:30
|
I'd like to so something similar, but with a schedule for a sports team. Basically keep each game data in the database, but insert the games as events into the calendar mod as well. Thanks for reminding me. Don. On 27 Oct 2002, Philip McAllister wrote: > I'm planning on an overhaul of my gig listing module for 0.9 since I've > had quite a bit of feedback about new features people would like to see. > > Two of the features are: > > 1) for the gigs to be listed in the calendar > 2) For users to be able to add comments to a gig > > Which leads me nicely to my questions. > > I guess the first ones are mainly for Matt: > > Is there an easy interface in the calendar code I could call from my > module to add an event? > > If so, is it likely to remain a stable interface for the foreseeable > future? > > Ideally I'd want to be able to include a file that contains the relevant > function or class, pass a set of values to the function and receive back > a success or fail flag, and if fail a list of errors. > > If it's not something you currently support or see yourself wanting to > support, let me know, I may well have a hack at it after I've finished > coding the bulk of the mod rewrite (could be a while since I have 2 jobs > now :-( ) > > The second question is about comments. I ideally want to be able to add > the same comment functionality to a gig as is attached to an article or > a poll without having to reinvent the wheel. > > Any pointers or advice on this one? > > Phil > |
From: Adam M. <ad...@tu...> - 2002-10-27 04:26:22
|
Matt will have to answer the one on calendar but I recently used Steven's comments module in the announce module. It was very easy to use, check out the docmentation in the docs directory of the comments module in rc1 for more detail. Adam > I'd like to so something similar, but with a schedule for a sports team. > Basically keep each game data in the database, but insert the games as > events into the calendar mod as well. > > Thanks for reminding me. > > Don. > > On 27 Oct 2002, Philip McAllister wrote: > >> I'm planning on an overhaul of my gig listing module for 0.9 since >> I've had quite a bit of feedback about new features people would like >> to see. >> >> Two of the features are: >> >> 1) for the gigs to be listed in the calendar >> 2) For users to be able to add comments to a gig >> >> Which leads me nicely to my questions. >> >> I guess the first ones are mainly for Matt: >> >> Is there an easy interface in the calendar code I could call from my >> module to add an event? >> >> If so, is it likely to remain a stable interface for the foreseeable >> future? >> >> Ideally I'd want to be able to include a file that contains the >> relevant function or class, pass a set of values to the function and >> receive back a success or fail flag, and if fail a list of errors. >> >> If it's not something you currently support or see yourself wanting to >> support, let me know, I may well have a hack at it after I've finished >> coding the bulk of the mod rewrite (could be a while since I have 2 >> jobs now :-( ) >> >> The second question is about comments. I ideally want to be able to >> add the same comment functionality to a gig as is attached to an >> article or a poll without having to reinvent the wheel. >> >> Any pointers or advice on this one? >> >> Phil >> > > > > ------------------------------------------------------- > This SF.net email is sponsored by: ApacheCon, November 18-21 in > Las Vegas (supported by COMDEX), the only Apache event to be > fully supported by the ASF. http://www.apachecon.com > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers --------------------------------- Adam Morton Developer - Electronic Student Services http://phpwebsite.appstate.edu |
From: Philip M. <lis...@li...> - 2002-10-27 08:27:19
|
On Sun, 2002-10-27 at 04:21, Adam Morton wrote: > Matt will have to answer the one on calendar but I recently used Steven's > comments module in the announce module. It was very easy to use, check out > the docmentation in the docs directory of the comments module in rc1 for > more detail. > > Adam Cheers Adam, I'll do just that :-) Phil -- Philip McAllister < uk . co . liquidsand @ phil > "All I ask is the chance to prove that money can't make me happy" - Spike Milligan |
From: Matthew M. <ma...@tu...> - 2002-10-27 13:27:50
|
> Two of the features are: > > 1) for the gigs to be listed in the calendar > 2) For users to be able to add comments to a gig > > Is there an easy interface in the calendar code I could call from my > module to add an event? There will be. The calendar rewrite, like others (menu, pagemaster) will have hooks so that other modules can access them. > If so, is it likely to remain a stable interface for the foreseeable > future? Should be. I have to look at calendar because at first I wanted it to just be an upgrade for the 0.8.x series. However, after programming so many things around it, now that I have come back, it seems too limiting. I will start working on it this week and I will post its direction to the mailing list. > Ideally I'd want to be able to include a file that contains the relevant > function or class, pass a set of values to the function and receive back > a success or fail flag, and if fail a list of errors. Well tab delimited importing and exporting was something I wanted to implement. Calendar really needs to be a class dependant of the database. I am going to see what PEAR has as well. > The second question is about comments. I ideally want to be able to add > the same comment functionality to a gig as is attached to an article or > a poll without having to reinvent the wheel. Steven can field this, but I believe his module does this already. Matthew McNaney Internet Systems Architect Electronic Student Services Email: ma...@tu... URL: http://phpwebsite.appstate.edu Phone: 828-262-6493 ICQ: 141057403 |