[wp-testers] Re: 2.0.1-alpha update/new install

U Y us2cool at gmail.com
Wed Jan 11 13:42:39 GMT 2006


Upgraded my WP Testing site to 2.0.1, so far so good: http://yse-uk.com/wp2/


-----Original Message-----
From: wp-testers-bounces at lists.automattic.com
[mailto:wp-testers-bounces at lists.automattic.com] On Behalf Of
wp-testers-request at lists.automattic.com
Sent: 11 January 2006 12:00
To: wp-testers at lists.automattic.com
Subject: wp-testers Digest, Vol 11, Issue 21

Send wp-testers mailing list submissions to
	wp-testers at lists.automattic.com

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
	wp-testers-request at lists.automattic.com

You can reach the person managing the list at
	wp-testers-owner at lists.automattic.com

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 <tedfox at gmail.com>
Subject: Re: [wp-testers] 2.0.1-alpha update/new install
To: wp-testers at lists.automattic.com
Message-ID:
	<c6f1facd0601101739m2b45a85el4088d56b58af218c at mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

http://static.wordpress.org/builds/

On 1/11/06, Matt Didcoe <matt at didcoe.id.au> 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:ryan at boren.nu]
> > Sent: Wednesday, 11 January 2006 6:05 AM
> > To: wp-testers at lists.automattic.com
> > 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 <ryan at boren.nu>
> 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
> > wp-testers at lists.automattic.com
> > 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
> wp-testers at lists.automattic.com
> 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 <hayfordoleary at gmail.com>
Subject: [wp-testers] post.php bug
To: WordPress <wp-testers at lists.automattic.com>
Message-ID:
	<4d2c128c0601102234t65cda751pf57eb1c0e4371741 at mail.gmail.com>
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 <ryan at boren.nu>
Subject: Re: [wp-testers] WP_Query rewrites $request.
To: wp-testers at lists.automattic.com
Message-ID: <1136977618.14101.6.camel at portnoy.fuzzybelly.org>
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 <safirul.alredha at gmail.com>
Subject: Re: [wp-testers] post.php bug
To: wp-testers at lists.automattic.com
Message-ID:
	<7367381a0601110311m1207470p700cb7c63e516459 at mail.gmail.com>
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 <hayfordoleary at gmail.com> 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
> wp-testers at lists.automattic.com
> 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
wp-testers at lists.automattic.com
http://lists.automattic.com/mailman/listinfo/wp-testers


End of wp-testers Digest, Vol 11, Issue 21
******************************************



More information about the wp-testers mailing list