Re: [Phpslash-devel] suggestions for .73?
Brought to you by:
joestewart,
nhruby
From: Joe S. <joe...@us...> - 2003-05-09 18:24:24
|
On Thu, May 08, 2003 at 08:52:48PM -0400, Luis M wrote: > > 1. The Admin page for adding new "stories" should use the date from the > server to set the "default" date at which an article should show in the main > page. After that, then the index.php page should use the server's date to > decided when it's time to show the articles. For some reason, having a > webserver with UTC time and posting news from a different timezone, > "screwed" the news for the first page so that the articles would not show. I > guess part of how the new timezone code works? In other words, if the > server's time is UTC and the config.ini.php is set to use a given timezone, > the articles on the main page will show only when that timezone's time > arrives.... confusing to explain, I hope somebody gets my point. By the way, > my timezone engine is set to "true" and everything else is left untouched as > suggested by the config.ini.php comments. > I *think* this is the short answer - The views - index, article, search, admin story list, etc show your local time. The story admin form shows the server time. ( Matt, if this is true, can we modify it to be the user's time too? It's kind of confusing this way). Matt, can you explain better? Or did I recently introduce a new bug? > 2. When updating articles, the icons should not be renormalized. > Never for updates or only if the date/time changed? Should be able to move the renorm up to where it only applied to new articles pretty easily. > 3. When posting an article to multiple topics, instead of saying "this > article was also posted in 'section'"it should display a list of icons for > the other sections to which the story is posted. > Should be fairly straight forward. We already get the image info from the db, but discard all but the first one. Have to correct some array funkiness I think though. > That's good enough for now. Any comments? > > > ----)(----- > Luis Mondesi > System Administrator > LatinoMixed.com > > le...@ho... > > "...The Mac does this so smoothly, it feels like an extension of your mind." > - Paula Speer, MacWorld Magazine 2003-04 > > Public signature: http://www.latinomixed.com/lems1/public-a.asc > |