Re: [PHP-WEBMASTER] svn: /web/php/trunk/ include/header.inc js/common.js styles/home.css
[email protected] (Philip Olson)
| Newsgroups | php.webmaster |
|---|---|
| Message-ID | <[email protected]> |
> > On 6 January 2011 16:41, Adam Harvey <[email protected]> wrote: >> aharvey Thu, 06 Jan 2011 16:41:32 +0000 >> >> Revision: http://svn.php.net/viewvc?view=revision&revision=307167 >> >> Log: >> Add a temporary banner across the top of the beta site that explains that it's >> an experimental design and not the actual live site. Barring major changes to >> the structure of header.inc, with any luck this commit should be able to be >> reverted whole to get rid of this before deploying to live. > On Jan 6, 2011, at 10:06 AM, Ross Masters wrote: > This is a good idea but the php.net link doesn't actually turn off the > beta mode if the user has switched it on in their preferences. Is > there/could there be a flag (like ?beta=0) that disables the user > preference while redirecting? Then again this is only temporary while > it's being developed so hardly a priority :-) Thanks, I added ?beta=0 although didn't add anything that'd affect my.php nor keep track of the current page. If someone does the latter, then you'll also need to add passing GET data to the 404 handler to your cascading TODO... or something similar. Regards, Philip