From: Don S. <do...@se...> - 2004-02-04 15:45:29
|
Wendall mentioned to me offline that there may have been a fix but was never checked in for my problem. I live in Wisconsin and Wendall lives in Idaho. So we are already both very cool. However this fact has one side-effect. When I migrated some phpws sites to his server, suddenly all the times for calendar and leaguesite games were off two hours. I'm assuming this is because his myqsl database is set to Pacific time, where I am in Central time. Is there currently a way, or should there be, to define the Time Zone for a site, as well as for each branch of a site. I think there should be. I know that MoveableType does this for each site. Don. --=20 "Presidents, whether things are good or bad, get the blame. I understand that." George W. Bush May 11, 2001 Washington, D.C. |
From: Don S. <do...@se...> - 2004-02-05 03:39:17
|
OK it's pretty simple. In the index.php for my branch I put this as the first line of php code: putenv("TZ=3DUS/Central");=20 I think what should be done is the hub/branch should have this preference stored in a database for that hub or branch. By default it can be null, in which case phpWS won't try to do the putenv and it will default to the system timezone. If, however, it is set, then Core can all the putenv line using the TZ specified for that hub/branch. What do you guys think? Don. On Wed, Feb 04, 2004 at 09:45:00AM -0600, Don Seiler wrote: > Wendall mentioned to me offline that there may have been a fix but was > never checked in for my problem. >=20 > I live in Wisconsin and Wendall lives in Idaho. So we are already both > very cool. However this fact has one side-effect. When I migrated some > phpws sites to his server, suddenly all the times for calendar and > leaguesite games were off two hours. I'm assuming this is because his > myqsl database is set to Pacific time, where I am in Central time. >=20 > Is there currently a way, or should there be, to define the Time Zone > for a site, as well as for each branch of a site. I think there should > be. I know that MoveableType does this for each site. >=20 > Don. >=20 > --=20 > "Presidents, whether things are good or bad, get the blame. I understand > that." >=20 > George W. Bush > May 11, 2001 > Washington, D.C. --=20 "I've changed my style somewhat, as you know. I'm less, I pontificate less, although it may be hard to tell it from this show. And I'm more interacting with people." George W. Bush February 13, 2000 =46rom NBC's Meet The Press. |
From: Matthew M. <ma...@tu...> - 2004-02-05 13:21:18
|
I think that is a good solution. Matt On Wed, 2004-02-04 at 22:39, Don Seiler wrote: > OK it's pretty simple. > > In the index.php for my branch I put this as the first line of php code: > > putenv("TZ=US/Central"); > > I think what should be done is the hub/branch should have this > preference stored in a database for that hub or branch. By default it > can be null, in which case phpWS won't try to do the putenv and it will > default to the system timezone. If, however, it is set, then Core can > all the putenv line using the TZ specified for that hub/branch. > > What do you guys think? > > Don. > > On Wed, Feb 04, 2004 at 09:45:00AM -0600, Don Seiler wrote: > > Wendall mentioned to me offline that there may have been a fix but was > > never checked in for my problem. > > > > I live in Wisconsin and Wendall lives in Idaho. So we are already both > > very cool. However this fact has one side-effect. When I migrated some > > phpws sites to his server, suddenly all the times for calendar and > > leaguesite games were off two hours. I'm assuming this is because his > > myqsl database is set to Pacific time, where I am in Central time. > > > > Is there currently a way, or should there be, to define the Time Zone > > for a site, as well as for each branch of a site. I think there should > > be. I know that MoveableType does this for each site. > > > > Don. > > > > -- > > "Presidents, whether things are good or bad, get the blame. I understand > > that." > > > > George W. Bush > > May 11, 2001 > > Washington, D.C. -- Matthew McNaney Internet Systems Architect Electronic Student Services Appalachian State University Phone: 828-262-6493 http://phpwebsite.appstate.edu http://ess.appstate.edu |
From: Don S. <do...@se...> - 2004-02-05 18:20:22
|
Alright then if you want I'll look into adding this into the hub/branch database/files. Actually it looks like the branch prefs are stored in files anyway, similar to hub's conf/config.php. This could/should be another setting in there. Don. On Thu, Feb 05, 2004 at 08:17:22AM -0500, Matthew McNaney wrote: > I think that is a good solution. >=20 > Matt >=20 > On Wed, 2004-02-04 at 22:39, Don Seiler wrote: > > OK it's pretty simple. > >=20 > > In the index.php for my branch I put this as the first line of php code: > >=20 > > putenv("TZ=3DUS/Central");=20 > >=20 > > I think what should be done is the hub/branch should have this > > preference stored in a database for that hub or branch. By default it > > can be null, in which case phpWS won't try to do the putenv and it will > > default to the system timezone. If, however, it is set, then Core can > > all the putenv line using the TZ specified for that hub/branch. > >=20 > > What do you guys think? > >=20 > > Don. > >=20 > > On Wed, Feb 04, 2004 at 09:45:00AM -0600, Don Seiler wrote: > > > Wendall mentioned to me offline that there may have been a fix but was > > > never checked in for my problem. > > >=20 > > > I live in Wisconsin and Wendall lives in Idaho. So we are already bo= th > > > very cool. However this fact has one side-effect. When I migrated s= ome > > > phpws sites to his server, suddenly all the times for calendar and > > > leaguesite games were off two hours. I'm assuming this is because his > > > myqsl database is set to Pacific time, where I am in Central time. > > >=20 > > > Is there currently a way, or should there be, to define the Time Zone > > > for a site, as well as for each branch of a site. I think there shou= ld > > > be. I know that MoveableType does this for each site. > > >=20 > > > Don. > > >=20 > > > --=20 > > > "Presidents, whether things are good or bad, get the blame. I unders= tand > > > that." > > >=20 > > > George W. Bush > > > May 11, 2001 > > > Washington, D.C. > --=20 > Matthew McNaney > Internet Systems Architect > Electronic Student Services > Appalachian State University > Phone: 828-262-6493 > http://phpwebsite.appstate.edu > http://ess.appstate.edu --=20 "I do not believe we've put a guilty --- I mean innocent --- person to death in the state of Texas." George W. Bush June 16, 2000 =46rom National Public Radio's "All Things Considered". |
From: Giz <gi...@gi...> - 2004-02-06 02:05:11
|
I recently had the opportunity to do a clean install of 0.9.3-2. I talked to Wendall in irc, and he seemed to verify that the path to the icons has changed in the source, however, the images were not moved into the new location. This means that anyone installing is going to get broken icons. I simply moved them from their respective module img directories to the "new" location of images/mod/controlpanel. I went and zipped up the files, and have the zip file here for anyone who needs them in the short term. http://www.gizmola.com/files/phpws9-3-2-cpimages.zip Unzip this into the phpWebsite directory, or copy the contents to the images/mod/controlpanel directory under the phpwebsite root. |
From: Giz <gi...@gi...> - 2004-02-06 07:03:35
|
I had some issues to figure out in configuring the Documents Module that required figuring out some PHP issues, and also resulted in my having to edit some source code. In the process I created a small patch. My question is, where is that module maintainted? It's not part of core, but I am not clear where the module owners are keeping their code. I tried the website for the email addy of the author, but it's basically an empty page with a couple of email bucket links. |
From: Wendall C. <wen...@83...> - 2004-02-08 03:23:54
|
All the current modules released with the main distribution with the exception of phpwsBB and phpwsRSSFeeds are maintained by the core team. You can however always address any problems with any of the included modules through the phpWebSite bug reporting system on sf.net. The code is held on the cvs server at ASU. To find out more, visit phpwebsite.appstate.edu. You can drop into IRC anytime on irc.freenode.net #phpwebsite and chances are good you'll find someone who can be of assistance. You can submit your patch to the tracker, which can be found here: https://sourceforge.net/tracker/?atid=315539&group_id=15539&func=browse HTH Wendall On Thu, 2004-02-05 at 23:03, Giz wrote: > I had some issues to figure out in configuring the Documents Module that > required figuring out some PHP issues, and also resulted in my having to > edit some source code. In the process I created a small patch. > > My question is, where is that module maintainted? It's not part of core, > but I am not clear where the module owners are keeping their code. I tried > the website for the email addy of the author, but it's basically an empty > page with a couple of email bucket links. > > > > > > ------------------------------------------------------- > The SF.Net email is sponsored by EclipseCon 2004 > Premiere Conference on Open Tools Development and Integration > See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. > http://www.eclipsecon.org/osdn > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers -- "Only the ideas that we really live have any value." --Hermann Hesse (Demian) |