Upgraded my WP Testing site to 2.0.1, so far so good: http://yse-uk.com/wp2/
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: 11 January 2006 12:00 To: [email protected] Subject: wp-testers Digest, Vol 11, Issue 21 Send wp-testers mailing list submissions to [email protected] To subscribe or unsubscribe via the World Wide Web, visit http://lists.automattic.com/mailman/listinfo/wp-testers or, via email, send a message with subject or body 'help' to [EMAIL PROTECTED] You can reach the person managing the list at [EMAIL PROTECTED] When replying, please edit your Subject line so it is more specific than "Re: Contents of wp-testers digest..." Today's Topics: 1. Re: 2.0.1-alpha update/new install (Chen ZhaoLin) 2. post.php bug (Sean Hayford O'Leary) 3. Re: WP_Query rewrites $request. (Ryan Boren) 4. Re: post.php bug (Safirul Alredha) ---------------------------------------------------------------------- Message: 1 Date: Wed, 11 Jan 2006 09:39:48 +0800 From: Chen ZhaoLin <[EMAIL PROTECTED]> Subject: Re: [wp-testers] 2.0.1-alpha update/new install To: [email protected] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="iso-8859-1" http://static.wordpress.org/builds/ On 1/11/06, Matt Didcoe <[EMAIL PROTECTED]> wrote: > > Where's the download page it used to be on? > > http://wordpress.org/download/nightly-builds > > throws an error... > > > -----Original Message----- > > From: Ryan Boren [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, 11 January 2006 6:05 AM > > To: [email protected] > > Subject: Re: [wp-testers] 2.0.1-alpha update/new install > > > > On Tue, 2006-01-10 at 22:54 +0100, Stefano wrote: > > > Il Tue, 10 Jan 2006 13:00:32 -0800, Ryan Boren <[EMAIL PROTECTED]> > scrive: > > > > > > >> I deleted the test DB and tried a new install but it did the > > > >> same > on > > > >> step2. Th only way to have install working was o delete all the > > > >> content in cache directory. > > > > > > > >The nightlies have new cache flush code that should fix this. > > > >The > old > > > >code didn't work reliably in certain environments. > > > > > > I used the trunk from SVN this afternoon and got this problem. > > > This mean that upgrading needs to delete the cache contents before ? > > > > The upgrade should delete the cache. It calls wp_cache_flush() a > couple > > of times. wp_cache_flush() should remove everything in the cache dir. > > > > Ryan > > > > _______________________________________________ > > wp-testers mailing list > > [email protected] > > http://lists.automattic.com/mailman/listinfo/wp-testers > > > > > > > > > > -- > > No virus found in this incoming message. > > Checked by AVG Free Edition. > > Version: 7.1.371 / Virus Database: 267.14.16/225 - Release Date: > 9/01/2006 > > > > > > -- > > No virus found in this incoming message. > > Checked by AVG Free Edition. > > Version: 7.1.371 / Virus Database: 267.14.16/225 - Release Date: > 9/01/2006 > > > > -- > No virus found in this outgoing electronic communication. > Attachments are to all knowledge virus free Checked by AVG Free > Edition. > Version: 7.1.371 / Virus Database: 267.14.16/225 - Release Date: > 9/01/2006 > > > _______________________________________________ > wp-testers mailing list > [email protected] > http://lists.automattic.com/mailman/listinfo/wp-testers > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://comox.textdrive.com/pipermail/wp-testers/attachments/20060111/d7f460a 0/attachment-0001.htm ------------------------------ Message: 2 Date: Wed, 11 Jan 2006 00:34:48 -0600 From: Sean Hayford O'Leary <[EMAIL PROTECTED]> Subject: [wp-testers] post.php bug To: WordPress <[email protected]> Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=UTF-8 This is not new to 2.0, but I just remembered it when I ran into it today. http://mysite.org/wp-admin/post.php?action=edit&post=9 -- if I click an edit link for post id 9, that would obviously be the address I would receive. But if I simply enter than address (while logged in) into the address field and hit enter, edit it, and try to save, it just displays a blank white page. I assume this is because there is no referrer. Could it simply send you to /wp-admin/ if there is no referrer? (A more minor note, oughtn't it remain under the Manage section while editing a post [rather than Write, as though it were something new]) -- Sean Hayford O'Leary Happy 2006. Donate to Oxfam [http://oxfamamerica.org]. Also, help save Marshall Fields. [http://keepitfields.org] ------------------------------ Message: 3 Date: Wed, 11 Jan 2006 03:06:58 -0800 From: Ryan Boren <[EMAIL PROTECTED]> Subject: Re: [wp-testers] WP_Query rewrites $request. To: [email protected] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain On Tue, 2006-01-10 at 01:48 +0900, Jamie Talbot wrote: > $request is overwritten in WP_Query->get_posts() (Line 645 or > thereabouts). Because the $request is built for $wp_query first, any > new WP_Query objects in a template will overwrite it. Instead of > changing $request for each new WP_Query, could the query string be > assigned to a class member variable? This way, each WP_Query would > have it's own request string, which would remain consistent. > > I haven't submitted a ticket for this yet, because I don't know the > extent to which $request is used throughout the rest of the code (or > if other plugins rely on it being written this way). Is it a bug? Or > just the expected behaviour and an omission from the documentation? http://trac.wordpress.org/changeset/3426 How's that? Ryan ------------------------------ Message: 4 Date: Wed, 11 Jan 2006 19:11:15 +0800 From: Safirul Alredha <[EMAIL PROTECTED]> Subject: Re: [wp-testers] post.php bug To: [email protected] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="iso-8859-1" My problem is someway and somehow, when I insert a few(4-5) line of pre inside a list it goes error 404. On 1/11/06, Sean Hayford O'Leary <[EMAIL PROTECTED]> wrote: > > This is not new to 2.0, but I just remembered it when I ran into it today. > > http://mysite.org/wp-admin/post.php?action=edit&post=9 -- if I click > an edit link for post id 9, that would obviously be the address I > would receive. But if I simply enter than address (while logged in) > into the address field and hit enter, edit it, and try to save, it > just displays a blank white page. I assume this is because there is no > referrer. > > Could it simply send you to /wp-admin/ if there is no referrer? > > (A more minor note, oughtn't it remain under the Manage section while > editing a post [rather than Write, as though it were something new]) > > -- > Sean Hayford O'Leary > > Happy 2006. Donate to Oxfam [http://oxfamamerica.org]. Also, help save > Marshall Fields. [http://keepitfields.org] > > _______________________________________________ > wp-testers mailing list > [email protected] > http://lists.automattic.com/mailman/listinfo/wp-testers > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://comox.textdrive.com/pipermail/wp-testers/attachments/20060111/50f7132 c/attachment-0001.htm ------------------------------ _______________________________________________ wp-testers mailing list [email protected] http://lists.automattic.com/mailman/listinfo/wp-testers End of wp-testers Digest, Vol 11, Issue 21 ****************************************** _______________________________________________ wp-testers mailing list [email protected] http://lists.automattic.com/mailman/listinfo/wp-testers
