From turk at hotelblues.com Fri Jun 1 09:21:21 2007 From: turk at hotelblues.com (Christopher Windsor) Date: Fri Jun 1 09:21:27 2007 Subject: [wp-testers] Breadcrumb Plugin Message-ID: <9e25a6be0706010221h5ee6f7ebx4b9dee05907a496b@mail.gmail.com> I'm trying out the latest svn and I've noticed the breadcrumb pluginhas stopped working when ever a person views a category page. It still functions correctly on archives, dates, search, etc... Examples: My games cat on 2.2 shows as Hotelblues.com ? Games In 2.3 it shows up as Hotelblues.com ? I believe it has something to do with the changes to categories. But I have no real knowledge of php to really figure it out on my own. I think it's the below code that is at fault: function get_breadcrumb_category($breadcrumb, $params) > { > global $wp_query; > > if ($wp_query->is_category) > { > $object = $wp_query->get_queried_object(); > > // Parents. > $parent_id = $object->category_parent; > $parents = array(); > while ($parent_id) > { > $category = get_category($parent_id); > > if ($params["link_none"]) > $parents[] = $category->cat_name; > else > $parents[] = ' title="'.$parent->cat_name.'">'.$parent->cat_name.''; > > $parent_id = $category->category_parent; > } > > // Parents were retrieved in reverse order. > $parents = array_reverse($parents); > $breadcrumb = array_merge($breadcrumb, $parents); > > // Current category. > if ((breadcrumb_is_paged() || $params["link_all"]) && > !$params["link_none"]) > $breadcrumb[] = ' title="'.$object->cat_name.'">'.$object->cat_name.''; > else > $breadcrumb[] = $object->cat_name; > } > > return $breadcrumb; > } Any ideas what I need to do to make this code work? From ag.ml2007 at zirona.com Fri Jun 1 10:43:10 2007 From: ag.ml2007 at zirona.com (Alex =?ISO-8859-1?Q?G=FCnsche?=) Date: Fri Jun 1 10:43:26 2007 Subject: [wp-testers] Breadcrumb Plugin In-Reply-To: <9e25a6be0706010221h5ee6f7ebx4b9dee05907a496b@mail.gmail.com> References: <9e25a6be0706010221h5ee6f7ebx4b9dee05907a496b@mail.gmail.com> Message-ID: <1180694590.11498.20.camel@localhost> On Fri, 2007-06-01 at 04:21 -0500, Christopher Windsor wrote: > Any ideas what I need to do to make this code work? Sorry, no. But have you tried Breadcrumb Navigation XT (http://sw-guide.de/wordpress/plugins/breadcrumb-nav-xt/)? The page says it's discontinued, but it always worked for me. Alex -- Alex G?nsche, Zirona OpenSource-Consulting http://www.zirona.com/ | Hilfe f?r das HQ AC: http://www.prohq.de PubKey for this address: http://www.zirona.com/misc/ag.ml2007.asc From mark.wordpress at txfx.net Fri Jun 1 22:02:58 2007 From: mark.wordpress at txfx.net (Mark Jaquith) Date: Fri Jun 1 22:03:35 2007 Subject: [wp-testers] Breadcrumb Plugin In-Reply-To: <9e25a6be0706010221h5ee6f7ebx4b9dee05907a496b@mail.gmail.com> References: <9e25a6be0706010221h5ee6f7ebx4b9dee05907a496b@mail.gmail.com> Message-ID: <89487F2B-F354-48CD-9EF9-03D48245D496@txfx.net> On Jun 1, 2007, at 5:21 AM, Christopher Windsor wrote: > Any ideas what I need to do to make this code work? I wouldn't spend any cycles trying to get plugins to work with trunk right now. Ryan is moving a lot of code, and the API isn't locked down yet. Whatever you fix will likely break again. Once things settle down, we'll announce the changes and the API so that plugin developers (for tagging/category plugins) have a head start. Best bet is to monitor WP-Hackers, http://boren.nu/ and http:// markjaquith.wordpress.com/ and to bug the authors of your favorite plugins to update, once we lock down the API. -- Mark Jaquith http://markjaquith.com/ Covered Web Services http://coveredwebservices.com/ WordPress Ninja @ b5media Inc http://b5media.com/ From shurevich at gmail.com Sun Jun 3 19:56:04 2007 From: shurevich at gmail.com (Sancho Panso) Date: Sun Jun 3 19:56:10 2007 Subject: [wp-testers] Re: wp-testers Digest, Vol 28, Issue 2 In-Reply-To: <20070602120044.D6A1B7039@comox.textdrive.com> References: <20070602120044.D6A1B7039@comox.textdrive.com> Message-ID: <22c0cffc0706031256w56384c1n1a7e71c1c8f2828a@mail.gmail.com> Dear John Letter Here's a letter you can send to your host, copy and paste! I'm interested in running the open-source WordPress blogging software and I was wondering if my account supported the following: * PHP 4.2 or greater * MySQL 4.0 or greater * The mod_rewrite Apache module Thanks! From ryan at boren.nu Mon Jun 4 02:43:40 2007 From: ryan at boren.nu (Ryan Boren) Date: Mon Jun 4 02:43:45 2007 Subject: [wp-testers] 2.0.11-RC2 Message-ID: Release Candidate 2 of 2.0.11 is available. http://wordpress.org/wordpress-2.0.11-RC2.zip http://wordpress.org/wordpress-2.0.11-RC2.tar.gz Changes since RC1: http://trac.wordpress.org/changeset?old_path=branches%2F2.0&old=5504&new_path=branches%2F2.0&new=5645 This is mostly just some prophylactic attribute escapes and int casts. Ryan From designdroide at gmail.com Mon Jun 4 03:18:43 2007 From: designdroide at gmail.com (Andy Holtzmann) Date: Mon Jun 4 03:18:52 2007 Subject: [wp-testers] Aksimet banning? In-Reply-To: References: Message-ID: <46638493.8020406@gmail.com> hey I am not sure how else to get a hold of such an open-to-idea group of Automattic developers. this isn't really for WP but for akismet. what if you had the option of banning ip that are caught as spam. not a definite "oh you spamed me" but you know your friend comments with links to make a point, so Akismet catches it. but just a way to automatically ban spam bots and what not. ~Andy Holtzmann { designdroide.com } From designdroide at gmail.com Mon Jun 4 03:41:53 2007 From: designdroide at gmail.com (Andy Holtzmann) Date: Mon Jun 4 03:42:00 2007 Subject: [wp-testers] Aksimet banning? In-Reply-To: <46638767.1040105@gmail.com> References: <46638493.8020406@gmail.com> <46638767.1040105@gmail.com> Message-ID: <46638A01.2040309@gmail.com> Jeremy Visser wrote: > Andy Holtzmann wrote: > >> hey I am not sure how else to get a hold of such an open-to-idea group >> of Automattic developers. this isn't really for WP but for akismet. what >> if you had the option of banning ip that are caught as spam. not a >> definite "oh you spamed me" but you know your friend comments with links >> to make a point, so Akismet catches it. but just a way to automatically >> ban spam bots and what not. >> > > You mean, like adding whitelists and blacklists? Perhaps a bozo-type > (ref: bbPress) approach by bozo'ing IP addresses would help. > _______________________________________________ > wp-testers mailing list > wp-testers@lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-testers > > yeah. but - if I am not mistaken - blacklist still allows them to view your site. I mean a total blockade - with exception of proxys ( grr ) - of this person. I know that there are other tools out there, SPam Krama, that does this. but it is not as comprehensive as Akismet. I am thinking of a more powerful Akismet. Power in the sense of the blogger can control more with out needing more plugins From ai2097 at users.sourceforge.net Mon Jun 4 03:43:22 2007 From: ai2097 at users.sourceforge.net (Travis Snoozy) Date: Mon Jun 4 03:43:27 2007 Subject: [wp-testers] Aksimet banning? In-Reply-To: <46638767.1040105@gmail.com> References: <46638493.8020406@gmail.com> <46638767.1040105@gmail.com> Message-ID: <20070603204322.4009f917@localhost> On Mon, 04 Jun 2007 13:30:47 +1000, Jeremy Visser wrote: > Andy Holtzmann wrote: > > hey I am not sure how else to get a hold of such an open-to-idea > > group of Automattic developers. this isn't really for WP but for > > akismet. what if you had the option of banning ip that are caught > > as spam. not a definite "oh you spamed me" but you know your friend > > comments with links to make a point, so Akismet catches it. but > > just a way to automatically ban spam bots and what not. > > You mean, like adding whitelists and blacklists? Perhaps a bozo-type > (ref: bbPress) approach by bozo'ing IP addresses would help. Initially, I thought this would be a good idea, too -- to just totally ban the IP addresses that were spamming me -- and I did this manually for a while (though I forget how I was accomplishing this). However, what I've found is that spam comes from so many different addresses, banning by IP is pretty ineffective. I have only had a handful of spam comments come from the same address, and that's usually within the same batch. I don't know what the overhead is like for checking IPs against a list before allowing/disallowing a post, but my guess is that the cost of maintaining a huge list of IPs and checking that list per-post is going to cost more CPU & memory than it's worth. Just my $0.02, though. :) -- Travis From designdroide at gmail.com Mon Jun 4 03:50:58 2007 From: designdroide at gmail.com (Andy Holtzmann) Date: Mon Jun 4 03:51:06 2007 Subject: [wp-testers] Aksimet banning? In-Reply-To: <20070603204322.4009f917@localhost> References: <46638493.8020406@gmail.com> <46638767.1040105@gmail.com> <20070603204322.4009f917@localhost> Message-ID: <46638C22.3060304@gmail.com> Travis Snoozy wrote: > On Mon, 04 Jun 2007 13:30:47 +1000, Jeremy Visser > wrote: > > >> Andy Holtzmann wrote: >> >>> hey I am not sure how else to get a hold of such an open-to-idea >>> group of Automattic developers. this isn't really for WP but for >>> akismet. what if you had the option of banning ip that are caught >>> as spam. not a definite "oh you spamed me" but you know your friend >>> comments with links to make a point, so Akismet catches it. but >>> just a way to automatically ban spam bots and what not. >>> >> You mean, like adding whitelists and blacklists? Perhaps a bozo-type >> (ref: bbPress) approach by bozo'ing IP addresses would help. >> > > Initially, I thought this would be a good idea, too -- to just totally > ban the IP addresses that were spamming me -- and I did this manually > for a while (though I forget how I was accomplishing this). However, > what I've found is that spam comes from so many different addresses, > banning by IP is pretty ineffective. I have only had a handful of spam > comments come from the same address, and that's usually within the same > batch. I don't know what the overhead is like for checking IPs against > a list before allowing/disallowing a post, but my guess is that the > cost of maintaining a huge list of IPs and checking that list per-post > is going to cost more CPU & memory than it's worth. > > Just my $0.02, though. :) > > ok so maybe this needs to go beyond the single user. maybe we need to find a way to have a list of IPs that is stored by automattic. unfortunetly that means resuorces. aka money. and that is not what I would like to see. not b.c I am trying to be a freeloader. but because spam is crap. we all hate spam - those some of it cna be fun to read and laugh at. and as it has been discussed before. Automattic would love to give out more to make bloging easier but for that amount of spamming IPs I think basically a whole new server is need to run and maintain this. * sigh* sound like I have to just relie on easy ban. ... I hate doing this manually From ai2097 at users.sourceforge.net Mon Jun 4 04:20:06 2007 From: ai2097 at users.sourceforge.net (Travis Snoozy) Date: Mon Jun 4 04:20:19 2007 Subject: [wp-testers] Aksimet banning? In-Reply-To: <46638C22.3060304@gmail.com> References: <46638493.8020406@gmail.com> <46638767.1040105@gmail.com> <20070603204322.4009f917@localhost> <46638C22.3060304@gmail.com> Message-ID: <20070603212006.293d856f@localhost> On Sun, 03 Jun 2007 21:50:58 -0600, Andy Holtzmann wrote: > ok so maybe this needs to go beyond the single user. maybe we need to > find a way to have a list of IPs that is stored by automattic. > unfortunetly that means resuorces. aka money. and that is not what I > would like to see. not b.c I am trying to be a freeloader. but > because spam is crap. we all hate spam - those some of it cna be fun > to read and laugh at. and as it has been discussed before. Automattic > would love to give out more to make bloging easier but for that > amount of spamming IPs I think basically a whole new server is need > to run and maintain this. > > * sigh* sound like I have to just relie on easy ban. ... I hate doing > this manually I think you sort of missed my point (or I didn't make it clearly) -- does the IP banning noticeably decrease the amount of comment spam you receive? If not (it certainly didn't for me), then what is the benefit of putting forth the resources to keep doing it? Assuming that the majority of this spam is generated via botnets (which I think is a pretty safe bet), you're not banning spammers so much as innocent schmucks who have had their computer hijacked -- or worse, innocent schmucks behind the same NAT as some *other* poor schmuck who has had their computer hijacked. I'd much prefer to see accessible CAPTCHA support integrated into core WordPress. While it won't solve the problem, it'll make posting a much bigger pain in the butt for spammers, and is a reasonable middle-ground between super-easy posting and requiring a user account. -- Travis From speedboxer at gmail.com Mon Jun 4 05:15:05 2007 From: speedboxer at gmail.com (Matt) Date: Mon Jun 4 05:15:10 2007 Subject: [wp-testers] Aksimet banning? In-Reply-To: <46639AEF.3030101@gmail.com> References: <46638493.8020406@gmail.com> <46638767.1040105@gmail.com> <20070603204322.4009f917@localhost> <46638C22.3060304@gmail.com> <20070603212006.293d856f@localhost> <46639AEF.3030101@gmail.com> Message-ID: Not to mention that with a list somewhere else where everybody adds to it, would mean that maybe someone posted something at someone's elses Blog, and the owner of that blog considered it SPAM, and blocked their IP, then they wouldn't be able to get onto your site/comment on it. So, innocent people that posted something that seemed like SPAM on someone else's Blog (and they banned their IP), then they wouldn't be able to use your Blog. Therefore, lowering the amount of traffic you get. -- Matt (speedboxer@gmail.com) http://mattsblog.ca/ | http://livemp.net/ From designdroide at gmail.com Mon Jun 4 07:17:09 2007 From: designdroide at gmail.com (Andy Holtzmann) Date: Mon Jun 4 07:17:19 2007 Subject: [wp-testers] Aksimet banning? In-Reply-To: References: <46638493.8020406@gmail.com> <46638767.1040105@gmail.com> <20070603204322.4009f917@localhost> <46638C22.3060304@gmail.com> <20070603212006.293d856f@localhost> <46639AEF.3030101@gmail.com> Message-ID: <4663BC75.5070600@gmail.com> Matt wrote: > Not to mention that with a list somewhere else where everybody adds to > it, > would mean that maybe someone posted something at someone's elses > Blog, and > the owner of that blog considered it SPAM, and blocked their IP, then > they > wouldn't be able to get onto your site/comment on it. So, innocent people > that posted something that seemed like SPAM on someone else's Blog > (and they > banned their IP), then they wouldn't be able to use your Blog. > > Therefore, lowering the amount of traffic you get. > > I tihnk that is taking it to the extreme. I doubt that it would be handle liek taht. but a list of KNOWN spamming IPs. or a grey list of IPs . I am just trying to get a way to automatically block IPs via Akismet. not being a coder, just tester I am bringing an Idea to a place of coders. From zamoose at gmail.com Mon Jun 4 10:40:39 2007 From: zamoose at gmail.com (Doug Stewart) Date: Mon Jun 4 10:40:44 2007 Subject: [wp-testers] Aksimet banning? In-Reply-To: <4663BC75.5070600@gmail.com> References: <46638493.8020406@gmail.com> <46638767.1040105@gmail.com> <20070603204322.4009f917@localhost> <46638C22.3060304@gmail.com> <20070603212006.293d856f@localhost> <46639AEF.3030101@gmail.com> <4663BC75.5070600@gmail.com> Message-ID: <71ddd7490706040340r4c641f4eyc17f4da4164e07fc@mail.gmail.com> *cough*Bad Behavior[1]*cough**cough* [1] http://www.bad-behavior.ioerror.us/ -- -Doug http://literalbarrage.org/blog/ From foolistbar at googlemail.com Mon Jun 4 13:53:02 2007 From: foolistbar at googlemail.com (Geoffrey Sneddon) Date: Mon Jun 4 13:53:12 2007 Subject: [wp-testers] 2.0.11-RC2 In-Reply-To: References: Message-ID: <632F3348-6B49-4369-8AE2-46559C2E0BE5@googlemail.com> On 4 Jun 2007, at 03:43, Ryan Boren wrote: > Release Candidate 2 of 2.0.11 is available. > > http://wordpress.org/wordpress-2.0.11-RC2.zip > http://wordpress.org/wordpress-2.0.11-RC2.tar.gz > > Changes since RC1: > > http://trac.wordpress.org/changeset?old_path=branches% > 2F2.0&old=5504&new_path=branches%2F2.0&new=5645 > > This is mostly just some prophylactic attribute escapes and int casts. Does this mean the bugs currently marked for 2.0.11 won't go in? - Geoffrey Sneddon From lloydomattic at gmail.com Mon Jun 4 15:18:12 2007 From: lloydomattic at gmail.com (Lloyd Budd) Date: Mon Jun 4 15:18:19 2007 Subject: [wp-testers] Aksimet banning? In-Reply-To: <46638493.8020406@gmail.com> References: <46638493.8020406@gmail.com> Message-ID: <70ebb7140706040818q42b872e0ufa27c054a7a820be@mail.gmail.com> I have not tried it, but as well as Bad Behavior there is a new plugin called WP-Spamhaus http://www.village-idiot.org/archives/2007/03/01/wp-spamhaus/ Analysis of the cost to benefit would be interesting. Cheers, Lloyd From m at mullenweg.com Mon Jun 4 10:00:04 2007 From: m at mullenweg.com (Matt Mullenweg) Date: Mon Jun 4 16:20:18 2007 Subject: [wp-testers] Aksimet banning? In-Reply-To: <20070603212006.293d856f@localhost> References: <46638493.8020406@gmail.com> <46638767.1040105@gmail.com> <20070603204322.4009f917@localhost> <46638C22.3060304@gmail.com> <20070603212006.293d856f@localhost> Message-ID: <4663E2A4.4030402@mullenweg.com> Travis Snoozy wrote: > Assuming that the majority of this spam is generated via botnets (which > I think is a pretty safe bet), you're not banning spammers so much as > innocent schmucks who have had their computer hijacked -- or worse, > innocent schmucks behind the same NAT as some *other* poor schmuck who > has had their computer hijacked. This is true, banning IPs has an extremely high false positive rate. There is a plugin to add frequently caught spam IPs to an .htaccess file, presumably to save server resources. However it's not something we're going to add to the Akismet plugin. > I'd much prefer to see accessible CAPTCHA support integrated into core > WordPress. While it won't solve the problem, it'll make posting a much > bigger pain in the butt for spammers, and is a reasonable middle-ground > between super-easy posting and requiring a user account. That would do nothing for trackbacks and pingbacks. Trackbacks are responsible for the vast majority of spam. -- Matt Mullenweg http://photomatt.net | http://wordpress.org http://automattic.com | http://akismet.com From brucekeener at gmail.com Mon Jun 4 16:43:32 2007 From: brucekeener at gmail.com (Bruce Keener) Date: Mon Jun 4 16:43:38 2007 Subject: [wp-testers] Aksimet banning? In-Reply-To: <4663E2A4.4030402@mullenweg.com> References: <46638493.8020406@gmail.com> <46638767.1040105@gmail.com> <20070603204322.4009f917@localhost> <46638C22.3060304@gmail.com> <20070603212006.293d856f@localhost> <4663E2A4.4030402@mullenweg.com> Message-ID: <3367aca80706040943y86e6d2erbe5c10aedbe53600@mail.gmail.com> Not to mention that CAPTCHA is apparently having some problems right now. For example, see the recent post on jkOnTheRun regarding his difficulities with it and how their recent modification enabled hundreds of spams to get through. Apparently not resolved yet. On 6/4/07, Matt Mullenweg wrote: > Travis Snoozy wrote: > > Assuming that the majority of this spam is generated via botnets (which > > I think is a pretty safe bet), you're not banning spammers so much as > > innocent schmucks who have had their computer hijacked -- or worse, > > innocent schmucks behind the same NAT as some *other* poor schmuck who > > has had their computer hijacked. > > This is true, banning IPs has an extremely high false positive rate. > There is a plugin to add frequently caught spam IPs to an .htaccess > file, presumably to save server resources. However it's not something > we're going to add to the Akismet plugin. > > > I'd much prefer to see accessible CAPTCHA support integrated into core > > WordPress. While it won't solve the problem, it'll make posting a much > > bigger pain in the butt for spammers, and is a reasonable middle-ground > > between super-easy posting and requiring a user account. > > That would do nothing for trackbacks and pingbacks. Trackbacks are > responsible for the vast majority of spam. > > -- > Matt Mullenweg > http://photomatt.net | http://wordpress.org > http://automattic.com | http://akismet.com > > _______________________________________________ > wp-testers mailing list > wp-testers@lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-testers > From ryan at boren.nu Mon Jun 4 17:57:08 2007 From: ryan at boren.nu (Ryan Boren) Date: Mon Jun 4 18:23:38 2007 Subject: [wp-testers] 2.0.11-RC2 In-Reply-To: <632F3348-6B49-4369-8AE2-46559C2E0BE5@googlemail.com> References: <632F3348-6B49-4369-8AE2-46559C2E0BE5@googlemail.com> Message-ID: On 6/4/07, Geoffrey Sneddon wrote: > > > On 4 Jun 2007, at 03:43, Ryan Boren wrote: > > > Release Candidate 2 of 2.0.11 is available. > > > > http://wordpress.org/wordpress-2.0.11-RC2.zip > > http://wordpress.org/wordpress-2.0.11-RC2.tar.gz > > > > Changes since RC1: > > > > http://trac.wordpress.org/changeset?old_path=branches% > > 2F2.0&old=5504&new_path=branches%2F2.0&new=5645 > > > > This is mostly just some prophylactic attribute escapes and int casts. > > Does this mean the bugs currently marked for 2.0.11 won't go in? Only security related fixes go in. If we fix non-security bugs in 2.0, we get a lot of grief from the distros and threats to drop WP out of their stable releases. I doubt any of those fixes will ever go into 2.0.x. Ryan From designdroide at gmail.com Mon Jun 4 19:47:44 2007 From: designdroide at gmail.com (Andy Holtzmann) Date: Mon Jun 4 19:47:50 2007 Subject: [wp-testers] Aksimet banning? In-Reply-To: <3367aca80706040943y86e6d2erbe5c10aedbe53600@mail.gmail.com> References: <46638493.8020406@gmail.com> <46638767.1040105@gmail.com> <20070603204322.4009f917@localhost> <46638C22.3060304@gmail.com> <20070603212006.293d856f@localhost> <4663E2A4.4030402@mullenweg.com> <3367aca80706040943y86e6d2erbe5c10aedbe53600@mail.gmail.com> Message-ID: <94865d80706041247n740ed199l57a8eb36fa062fcf@mail.gmail.com> SO basically while My Idea is a good one. Akismet will not be making changes to accomadate a IP banning system? I hate spam. they clog your blog. it takes time to go through and pull out non-spam comments. I really would like to met the geneius that thought of spamming first. Matt Mullenweg: If i could locate a server taht already maintains a Spamming IP list. coudl I bring this up again to see if Akismet to use hte info off of that server? On 6/4/07, Bruce Keener wrote: > > Not to mention that CAPTCHA is apparently having some problems right > now. For example, see the recent post on jkOnTheRun regarding his > difficulities with it and how their recent modification enabled > hundreds of spams to get through. Apparently not resolved yet. > > On 6/4/07, Matt Mullenweg wrote: > > Travis Snoozy wrote: > > > Assuming that the majority of this spam is generated via botnets > (which > > > I think is a pretty safe bet), you're not banning spammers so much as > > > innocent schmucks who have had their computer hijacked -- or worse, > > > innocent schmucks behind the same NAT as some *other* poor schmuck who > > > has had their computer hijacked. > > > > This is true, banning IPs has an extremely high false positive rate. > > There is a plugin to add frequently caught spam IPs to an .htaccess > > file, presumably to save server resources. However it's not something > > we're going to add to the Akismet plugin. > > > > > I'd much prefer to see accessible CAPTCHA support integrated into core > > > WordPress. While it won't solve the problem, it'll make posting a much > > > bigger pain in the butt for spammers, and is a reasonable > middle-ground > > > between super-easy posting and requiring a user account. > > > > That would do nothing for trackbacks and pingbacks. Trackbacks are > > responsible for the vast majority of spam. > > > > -- > > Matt Mullenweg > > http://photomatt.net | http://wordpress.org > > http://automattic.com | http://akismet.com > > > > _______________________________________________ > > wp-testers mailing list > > wp-testers@lists.automattic.com > > http://lists.automattic.com/mailman/listinfo/wp-testers > > > _______________________________________________ > wp-testers mailing list > wp-testers@lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-testers > From zamoose at gmail.com Mon Jun 4 19:55:46 2007 From: zamoose at gmail.com (Doug Stewart) Date: Mon Jun 4 19:55:53 2007 Subject: [wp-testers] Aksimet banning? In-Reply-To: <94865d80706041247n740ed199l57a8eb36fa062fcf@mail.gmail.com> References: <46638493.8020406@gmail.com> <46638767.1040105@gmail.com> <20070603204322.4009f917@localhost> <46638C22.3060304@gmail.com> <20070603212006.293d856f@localhost> <4663E2A4.4030402@mullenweg.com> <3367aca80706040943y86e6d2erbe5c10aedbe53600@mail.gmail.com> <94865d80706041247n740ed199l57a8eb36fa062fcf@mail.gmail.com> Message-ID: <71ddd7490706041255k4810fefua7b613880bdd4c32@mail.gmail.com> On 6/4/07, Andy Holtzmann wrote: > SO basically while My Idea is a good one. Akismet will not be making changes > to accomadate a IP banning system? I don't think anyone was saying that it's a good one. It's one potential tool for use in contra-spam activities, but it alone leads to far too many false positives and thus enraged users/readers. > I hate spam. they clog your blog. it takes time to go through and pull out > non-spam comments. I really would like to met the geneius that thought of > spamming first. > > Matt Mullenweg: > If i could locate a server taht already maintains a Spamming IP list. coudl > I bring this up again to see if Akismet to use hte info off of that server? > Spam Karma and other anti-spam solutions already use Real-time Blackhole Lists. Please use them if that's the direction you want to go. Matt stated that Akismet wouldn't be using this information directly. -- -Doug http://literalbarrage.org/blog/ From creamers at creamersrealm.com Wed Jun 6 12:33:14 2007 From: creamers at creamersrealm.com (Creamers) Date: Wed Jun 6 12:33:14 2007 Subject: [wp-testers] InstantUpgrade now with FTP support -- testers needed In-Reply-To: References: <1180560400.23717.12.camel@localhost> <1180602679.5386.9.camel@localhost> Message-ID: Heres something i upgraded from a 1. something version i forgot i renamed the folder o well. it wouldn't save my ftp settings in it either. SO i did http:// method it worked i cant get any other versions beside the lastest and greatest version. ~Creamers On May 31, 2007, at 5:32 AM, Edwin Kort wrote: > Just did so for you > > *adding debug log* > > > > On 5/31/07, Alex G?nsche wrote: >> >> On Thu, 2007-05-31 at 07:43 +0200, Edwin Kort wrote: >> > Warning: require_once(/home/bookieb/public_html/blog/wp- >> settings.php) >> > [function.require-once]: failed to open stream: No such file or >> > directory in /home/bookieb/public_html/blog/wp-config.php on >> line 22 >> >> Damn. This is an error somebody else also reported (Chris P.), and >> I'm >> trying to figure out what happened. This must be an FTP error, but >> unfortunately I turned off debugging for the FTP stuff. >> >> I'll see if I find something, then I'll pack an alpha2 with debugging >> turned on. (If somebody wants to try it with debugging turned on, >> change >> "new ftp(false, false)" to "new ftp(true, true)" in line 181 of >> iu_class.php). >> >> Thanks so far for testing. >> >> >> Best regards, >> Alex >> >> -- >> Alex G?nsche, Zirona OpenSource-Consulting >> http://www.zirona.com/ | Hilfe f?r das HQ AC: http://www.prohq.de >> PubKey for this address: http://www.zirona.com/misc/ag.ml2007.asc >> >> _______________________________________________ >> wp-testers mailing list >> wp-testers@lists.automattic.com >> http://lists.automattic.com/mailman/listinfo/wp-testers >> > > > > -- > Bookcrossing: http://members.bookcrossing.com/r/fa1fdb1e55c6 > > Luister naar webradio: http://www.webradio192.nl > > _______________________________________________ > wp-testers mailing list > wp-testers@lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-testers From lists.permutype at gmail.com Fri Jun 8 01:40:50 2007 From: lists.permutype at gmail.com (Boris Anthony) Date: Fri Jun 8 01:40:59 2007 Subject: [wp-testers] post2cat bug, WP2.2 Message-ID: <158FBA2A-A84D-4901-BCD2-D7030A462F3C@gmail.com> Hi gang, Mysterious thing started happening this afternoon on our site, globalvoicesonline.org: a post appeared twice in some but not all of the category archives of categories it was assignd to. pokign my head into the database revealed that 9 of the 11 categories the post was associated to, were associated twice! e.g.: post2cat: rel_id post_id category_id 145262 26542 300 145256 26542 300 145259 26542 287 145253 26542 287 145261 26542 282 145255 26542 282 145260 26542 271 145254 26542 271 145258 26542 259 145252 26542 259 145257 26542 256 145251 26542 256 145248 26542 247 145247 26542 247 145250 26542 227 145249 26542 227 144951 26542 221 144953 26542 21 144952 26542 14 (yeah we're at almost 30,000 posts, 350 categories and almost 150k post2cat associations... ouch) I'm thinking there's something funky happening at posting time? Or on auto-save? [May this be related to some strange behavior some of our authors have been experiencing where a draft is no longer editable by them... yet to replicate that one myself but it's happened 3 times since we upped to 2.2 2 weeks ago. As well as disappearing comments... but I digress. :\ ] Is there somewhere else I need to mention this? Bug tracker? :D thnx! B. From speedboxer at gmail.com Fri Jun 8 03:49:09 2007 From: speedboxer at gmail.com (Matt) Date: Fri Jun 8 03:49:14 2007 Subject: [wp-testers] post2cat bug, WP2.2 In-Reply-To: <158FBA2A-A84D-4901-BCD2-D7030A462F3C@gmail.com> References: <158FBA2A-A84D-4901-BCD2-D7030A462F3C@gmail.com> Message-ID: You'll probably get more of a response to this on the WP-Hackers mailing list... On 6/7/07, Boris Anthony wrote: > > Hi gang, > > Mysterious thing started happening this afternoon on our site, > globalvoicesonline.org: a post appeared twice in some but not all of > the category archives of categories it was assignd to. > > pokign my head into the database revealed that 9 of the 11 categories > the post was associated to, were associated twice! > > e.g.: > post2cat: > rel_id post_id category_id > 145262 26542 300 > 145256 26542 300 > 145259 26542 287 > 145253 26542 287 > 145261 26542 282 > 145255 26542 282 > 145260 26542 271 > 145254 26542 271 > 145258 26542 259 > 145252 26542 259 > 145257 26542 256 > 145251 26542 256 > 145248 26542 247 > 145247 26542 247 > 145250 26542 227 > 145249 26542 227 > 144951 26542 221 > 144953 26542 21 > 144952 26542 14 > (yeah we're at almost 30,000 posts, 350 categories and almost 150k > post2cat associations... ouch) > > I'm thinking there's something funky happening at posting time? Or on > auto-save? > > [May this be related to some strange behavior some of our authors > have been experiencing where a draft is no longer editable by them... > yet to replicate that one myself but it's happened 3 times since we > upped to 2.2 2 weeks ago. As well as disappearing comments... but I > digress. :\ ] > > Is there somewhere else I need to mention this? Bug tracker? :D > > thnx! > > B. > > _______________________________________________ > wp-testers mailing list > wp-testers@lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-testers > -- Matt (speedboxer@gmail.com) http://mattsblog.ca/ | http://livemp.net/ From lists.permutype at gmail.com Fri Jun 8 14:34:25 2007 From: lists.permutype at gmail.com (Boris Anthony) Date: Fri Jun 8 14:34:41 2007 Subject: [wp-testers] post2cat bug, WP2.2 In-Reply-To: References: <158FBA2A-A84D-4901-BCD2-D7030A462F3C@gmail.com> Message-ID: thnx Matt will do! Sorry gang. :) B. On 7-Jun-07, at 11:49 PM, Matt wrote: > You'll probably get more of a response to this on the WP-Hackers > mailing > list... > > On 6/7/07, Boris Anthony wrote: >> >> Hi gang, >> >> Mysterious thing started happening this afternoon on our site, >> globalvoicesonline.org: a post appeared twice in some but not all of >> the category archives of categories it was assignd to. >> >> pokign my head into the database revealed that 9 of the 11 categories >> the post was associated to, were associated twice! >> >> e.g.: >> post2cat: >> rel_id post_id category_id >> 145262 26542 300 >> 145256 26542 300 >> 145259 26542 287 >> 145253 26542 287 >> 145261 26542 282 >> 145255 26542 282 >> 145260 26542 271 >> 145254 26542 271 >> 145258 26542 259 >> 145252 26542 259 >> 145257 26542 256 >> 145251 26542 256 >> 145248 26542 247 >> 145247 26542 247 >> 145250 26542 227 >> 145249 26542 227 >> 144951 26542 221 >> 144953 26542 21 >> 144952 26542 14 >> (yeah we're at almost 30,000 posts, 350 categories and almost 150k >> post2cat associations... ouch) >> >> I'm thinking there's something funky happening at posting time? Or on >> auto-save? >> >> [May this be related to some strange behavior some of our authors >> have been experiencing where a draft is no longer editable by them... >> yet to replicate that one myself but it's happened 3 times since we >> upped to 2.2 2 weeks ago. As well as disappearing comments... but I >> digress. :\ ] >> >> Is there somewhere else I need to mention this? Bug tracker? :D >> >> thnx! >> >> B. >> >> _______________________________________________ >> wp-testers mailing list >> wp-testers@lists.automattic.com >> http://lists.automattic.com/mailman/listinfo/wp-testers >> > > > > -- > Matt (speedboxer@gmail.com) > http://mattsblog.ca/ | http://livemp.net/ > _______________________________________________ > wp-testers mailing list > wp-testers@lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-testers From ryan at boren.nu Sun Jun 10 19:52:01 2007 From: ryan at boren.nu (Ryan Boren) Date: Sun Jun 10 19:52:05 2007 Subject: [wp-testers] 2.2.1-RC1 and 2.0.11-RC3 Message-ID: http://wordpress.org/wordpress-2.2.1-RC1.zip http://wordpress.org/wordpress-2.2.1-RC1.tar.gz http://wordpress.org/wordpress-2.0.11-RC3.zip http://wordpress.org/wordpress-2.0.11-RC3.tar.gz Bugs fixed in 2.2.1: http://trac.wordpress.org/query?status=closed&milestone=2.2.1&resolution=fixed&order=priority Changes since 2.2: http://trac.wordpress.org/changeset?old_path=tags%2F2.2&old=5675&new_path=branches%2F2.2&new=5675#file15 Changes in 2.0.11: http://trac.wordpress.org/changeset?old_path=tags%2F2.0.10&old=5675&new_path=branches%2F2.0&new=5675 From gene at macnightowl.com Sun Jun 10 20:09:48 2007 From: gene at macnightowl.com (Gene Steinberg) Date: Sun Jun 10 20:09:56 2007 Subject: [wp-testers] 2.2.1-RC1 and 2.0.11-RC3 In-Reply-To: Message-ID: On 6/10/07 12:52 PM, "Ryan Boren" wrote: > http://wordpress.org/wordpress-2.2.1-RC1.zip > http://wordpress.org/wordpress-2.2.1-RC1.tar.gz > > http://wordpress.org/wordpress-2.0.11-RC3.zip > http://wordpress.org/wordpress-2.0.11-RC3.tar.gz > > Bugs fixed in 2.2.1: > > http://trac.wordpress.org/query?status=closed&milestone=2.2.1&resolution=fixed > &order=priority > > Changes since 2.2: > > http://trac.wordpress.org/changeset?old_path=tags%2F2.2&old=5675&new_path=bran > ches%2F2.2&new=5675#file15 > > Changes in 2.0.11: > > http://trac.wordpress.org/changeset?old_path=tags%2F2.0.10&old=5675&new_path=b > ranches%2F2.0&new=5675 > _______________________________________________ > wp-testers mailing list > wp-testers@lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-testers Amongst the arcane list for 2.1.1, can you briefly detail the key stuff, shorn of the PHP-lingo? Peace, Gene From theape at thelittlechimpsociety.com Sun Jun 10 20:18:11 2007 From: theape at thelittlechimpsociety.com (LCSV4) Date: Sun Jun 10 20:18:19 2007 Subject: [wp-testers] off topic... In-Reply-To: References: Message-ID: <466C5C83.4070402@thelittlechimpsociety.com> I just realised I've had an auto-reply setup on the mail address that receives the wp-testers newsletter for the last couple weeks. I apologise if the auto reply has been sent to the list, but it doesn't seem to have been. If any one has received it please email me and I'll update the email I use with the list. I'm sorry about the off topic email I just want to check I'm not spamming you guys/gals. Darren From paal at drange.net Wed Jun 13 22:56:37 2007 From: paal at drange.net (=?ISO-8859-1?Q?P=E5l_Gr=F8n=E5s_Drange?=) Date: Wed Jun 13 22:56:42 2007 Subject: [wp-testers] Apply patch to author-template.php In-Reply-To: References: <1180560400.23717.12.camel@localhost> <1180602679.5386.9.camel@localhost> Message-ID: <46707625.1030209@drange.net> Hello Can anyone apply one single line patch in author-template.php. Line 199 must be replaced with the following: $name = $author->display_name; Today it is nickname, not display_name, which is totally meaningless... ---pgd From robin.adr at gmail.com Wed Jun 13 23:21:58 2007 From: robin.adr at gmail.com (Robin Adrianse) Date: Wed Jun 13 23:22:02 2007 Subject: [wp-testers] Apply patch to author-template.php In-Reply-To: <46707625.1030209@drange.net> References: <1180560400.23717.12.camel@localhost> <1180602679.5386.9.camel@localhost> <46707625.1030209@drange.net> Message-ID: This is now line 384 in trunk. And I've opened a ticket -- http://trac.wordpress.org/ticket/4459 On 6/13/07, P?l Gr?n?s Drange wrote: > > Hello > > Can anyone apply one single line patch in author-template.php. > > Line 199 must be replaced with the following: > > $name = $author->display_name; > > > > Today it is nickname, not display_name, which is totally meaningless... > > > ---pgd > _______________________________________________ > wp-testers mailing list > wp-testers@lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-testers > From robin.adr at gmail.com Thu Jun 14 02:30:41 2007 From: robin.adr at gmail.com (Robin Adrianse) Date: Thu Jun 14 02:30:46 2007 Subject: [wp-testers] Apply patch to author-template.php In-Reply-To: References: <1180560400.23717.12.camel@localhost> <1180602679.5386.9.camel@localhost> <46707625.1030209@drange.net> Message-ID: http://trac.wordpress.org/changeset/5701 On 6/13/07, Robin Adrianse wrote: > > This is now line 384 in trunk. And I've opened a ticket -- > http://trac.wordpress.org/ticket/4459 > > On 6/13/07, P?l Gr?n?s Drange wrote: > > > > Hello > > > > Can anyone apply one single line patch in author-template.php. > > > > Line 199 must be replaced with the following: > > > > $name = $author->display_name; > > > > > > > > Today it is nickname, not display_name, which is totally meaningless... > > > > > > ---pgd > > _______________________________________________ > > wp-testers mailing list > > wp-testers@lists.automattic.com > > http://lists.automattic.com/mailman/listinfo/wp-testers > > > > From paal at drange.net Thu Jun 14 08:45:56 2007 From: paal at drange.net (Pål Grønås Drange) Date: Thu Jun 14 08:46:07 2007 Subject: [wp-testers] Apply patch to author-template.php In-Reply-To: References: <1180560400.23717.12.camel@localhost> <1180602679.5386.9.camel@localhost> <46707625.1030209@drange.net> Message-ID: thanks ---pgd >http://trac.wordpress.org/changeset/5701 > >On 6/13/07, Robin Adrianse wrote: >> >> This is now line 384 in trunk. And I've opened a ticket -- >> http://trac.wordpress.org/ticket/4459 >> >> On 6/13/07, P??l Gr??n??s Drange wrote: >> > >> > Hello >> > >> > Can anyone apply one single line patch in author-template.php. >> > >> > Line 199 must be replaced with the following: >> > >> > $name = $author->display_name; >> > >> > >> > >> > Today it is nickname, not display_name, which is totally meaningless... >> > >> > >> > ---pgd >> > _______________________________________________ >> > wp-testers mailing list >> > wp-testers@lists.automattic.com >> > http://lists.automattic.com/mailman/listinfo/wp-testers >> > >> >> >_______________________________________________ >wp-testers mailing list >wp-testers@lists.automattic.com >http://lists.automattic.com/mailman/listinfo/wp-testers -- Med vennlig hilsen P?l Gr?n?s Drange From ryan at boren.nu Sat Jun 16 02:47:33 2007 From: ryan at boren.nu (Ryan Boren) Date: Sat Jun 16 02:47:53 2007 Subject: [wp-testers] 2.2.1 RC2 Message-ID: http://wordpress.org/wordpress-2.2.1-RC2.zip http://wordpress.org/wordpress-2.2.1-RC2.tar.gz Changes since RC1: http://trac.wordpress.org/changeset?old_path=branches%2F2.2&old=5649&new_path=branches%2F2.2&new= Unescaped values in the default theme and phpmailer were fixed. The EXTR_SKIP argument was added to most of our extract calls to avoid the possibility of variable overwrite. A couple small bugs were also fixed. Try it out and let us know how it goes. Hopefully we can release this soon. From mhancock at us.net Tue Jun 19 20:30:32 2007 From: mhancock at us.net (Michael E. Hancock) Date: Tue Jun 19 20:30:37 2007 Subject: [wp-testers] Database error in installation using latest trunk Message-ID: <177f01c7b2b0$b0306ba0$6402a8c0@DELL8600> Getting this error from 2.3 at 5370 on executing wp-admin/install.php (happens before even getting to Step 1 of install). WordPress database error: [Table 'testwp.wp_options' doesn't exist] INSERT INTO wp_options (option_name, option_value, option_description, autoload) VALUES ('widget_categories', 'a:2:{s:6:\"number\";i:1;i:1;b:0;}', '', 'yes') Michael E. Hancock From morlockz at gmail.com Tue Jun 19 20:41:31 2007 From: morlockz at gmail.com (]V[orlock Zernebock) Date: Tue Jun 19 20:45:49 2007 Subject: [wp-testers] Database error in installation using latest trunk In-Reply-To: <177f01c7b2b0$b0306ba0$6402a8c0@DELL8600> References: <177f01c7b2b0$b0306ba0$6402a8c0@DELL8600> Message-ID: <189416d00706191341k763c4303q12a0b71781effd63@mail.gmail.com> Everytime a draft is autosaved WP creates a category named "0" (zero). Also if you save or publish a post without selection of category, although I have my default category set in options. From lloydomattic at gmail.com Tue Jun 19 20:53:08 2007 From: lloydomattic at gmail.com (Lloyd Budd) Date: Tue Jun 19 20:53:14 2007 Subject: [wp-testers] Database error in installation using latest trunk In-Reply-To: <189416d00706191341k763c4303q12a0b71781effd63@mail.gmail.com> References: <177f01c7b2b0$b0306ba0$6402a8c0@DELL8600> <189416d00706191341k763c4303q12a0b71781effd63@mail.gmail.com> Message-ID: <70ebb7140706191353s57433420q7488d239e37ee6ad@mail.gmail.com> On 6/19/07, ]V[orlock Zernebock wrote: > Everytime a draft is autosaved WP creates a category named "0" (zero). Also > if you save or publish a post without selection of category, although I have > my default category set in options. Ticket #4413 Auto save generate "0" taxonomy http://trac.wordpress.org/ticket/4413 From ryan at boren.nu Wed Jun 20 15:32:37 2007 From: ryan at boren.nu (Ryan Boren) Date: Wed Jun 20 15:32:42 2007 Subject: [wp-testers] 2.2 Last Look Message-ID: http://wordpress.org/wordpress-2.2.1.zip http://wordpress.org/wordpress-2.2.1.tar.gz This is hopefully 2.2.1 final. Changes since the last RC: http://trac.wordpress.org/changeset/5722 Change to xmlrpc to escape variables before extracting. http://trac.wordpress.org/changeset/5724 http://trac.wordpress.org/changeset/5732 Prevent certain meta keys from being edited from the edit post form. http://trac.wordpress.org/changeset/5730 Accept 'open' and 'closed' as valid values for mt_allow_comments and mt_allow_pings in XML-RPC http://trac.wordpress.org/changeset/5735 More complete quote sanitization in js_ecape Please give this a final look. We will release later today if no problems turn up. XML-RPC operations as well as post custom value editing could use some extra testing attention. Ryan From amanda at customerservant.com Wed Jun 20 15:43:37 2007 From: amanda at customerservant.com (Amanda J. Rush) Date: Wed Jun 20 15:43:41 2007 Subject: [wp-testers] Body of emails not posting In-Reply-To: Message-ID: <010201c7b351$c52c82e0$7c06000a@FSI.local> Hi all, I'm not sure if this but has been reported, but when using WP2.2, I've found that when posting via email, the subject of the email gets posted as the title of the post, but the body of the email nevedr makes it, so that the post itself is blank. WP-mail isn't reporting any errors. I've also tried posting both text and html mail to see if either of those would correct the problem. If anyone has encountered this and knows of a fix, I'd be very grateful if someone could either post it to the list or email me offlist. Thanks in advance for any replies. Amanda From dougal at gunters.org Wed Jun 20 21:01:55 2007 From: dougal at gunters.org (Dougal Campbell) Date: Wed Jun 20 21:02:02 2007 Subject: [wp-testers] 2.2 Last Look In-Reply-To: References: Message-ID: <467995C3.8070100@gunters.org> I just had something weird happen... I'm using revision 5725. I future dated a post for later this afternoon, and published it. The new post is not showing up on the main page, but it showed up in my newsreader (from the rdf feed). At first, I thought maybe there was a timestamp/timezone error in the feed code, but now I can't replicate it. When I fetch the feeds now, the post doesn't appear. So I'm left wondering if there's some sort of race condition in the future-post handling? I don't have time to look into it deeply right now, and it's not really a showstopper bug or anything, but I thought I'd mention it, in case somebody wants to take a look. If it matters, I'm in EDT, my server is in PDT (3 hours behind me), and I future-dated the post by roughly 2.5 hours (entered at 3:59 PM EDT, for publishing at 6:40 PM). -- Dougal Campbell http://dougal.gunters.org/ From speedboxer at gmail.com Wed Jun 20 21:15:39 2007 From: speedboxer at gmail.com (Matt) Date: Wed Jun 20 21:15:45 2007 Subject: [wp-testers] Body of emails not posting In-Reply-To: <010201c7b351$c52c82e0$7c06000a@FSI.local> References: <010201c7b351$c52c82e0$7c06000a@FSI.local> Message-ID: Send this to WP-Hackers, it'll get more attention there. On 6/20/07, Amanda J. Rush wrote: > > Hi all, > > I'm not sure if this but has been reported, but when using WP2.2, I've > found > that when posting via email, the subject of the email gets posted as the > title of the post, but the body of the email nevedr makes it, so that the > post itself is blank. WP-mail isn't reporting any errors. I've also > tried > posting both text and html mail to see if either of those would correct > the > problem. If anyone has encountered this and knows of a fix, I'd be very > grateful if someone could either post it to the list or email me offlist. > Thanks in advance for any replies. > > Amanda > > _______________________________________________ > wp-testers mailing list > wp-testers@lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-testers > -- Matt (speedboxer@gmail.com) http://mattsblog.ca/ | http://livemp.net/ From speedboxer at gmail.com Wed Jun 20 21:21:31 2007 From: speedboxer at gmail.com (Matt) Date: Wed Jun 20 21:21:36 2007 Subject: [wp-testers] 2.2 Last Look In-Reply-To: References: Message-ID: You might want to check out this problem that was posted on WP-Testers: http://comox.textdrive.com/pipermail/wp-testers/2007-June/004783.html On 6/20/07, Ryan Boren wrote: > > http://wordpress.org/wordpress-2.2.1.zip > http://wordpress.org/wordpress-2.2.1.tar.gz > > This is hopefully 2.2.1 final. Changes since the last RC: > > http://trac.wordpress.org/changeset/5722 > Change to xmlrpc to escape variables before extracting. > > http://trac.wordpress.org/changeset/5724 > http://trac.wordpress.org/changeset/5732 > Prevent certain meta keys from being edited from the edit post form. > > http://trac.wordpress.org/changeset/5730 > Accept 'open' and 'closed' as valid values for mt_allow_comments and > mt_allow_pings in XML-RPC > > http://trac.wordpress.org/changeset/5735 > More complete quote sanitization in js_ecape > > > Please give this a final look. We will release later today if no > problems turn up. XML-RPC operations as well as post custom value > editing could use some extra testing attention. > > Ryan > _______________________________________________ > wp-testers mailing list > wp-testers@lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-testers > -- Matt (speedboxer@gmail.com) http://mattsblog.ca/ | http://livemp.net/ From kai at kaiberie.com Wed Jun 20 22:20:23 2007 From: kai at kaiberie.com (D Kai Wilson) Date: Wed Jun 20 22:20:08 2007 Subject: [wp-testers] Discovered something odd......Wordpress/cpanel issue? In-Reply-To: References: Message-ID: <05ce01c7b389$353118d0$9f934a70$@com> I'm not sure what - exactly - has gone wrong, but I'm running up to date copies of Wordpress through Cpanel (for ease of use for my clients) but when I try to add a redirect via Cpanel, whilst running Wordpress on the main domain, and the redirects don't take. I've tested this on two servers, with both Wordpress MU and Wordpress and its happening on two independent servers (running updated Cpanel) but when Wordpress isn't installed, it's not happening. The redirects add just fine. I know how to do it by hand, but I thought I'd flag it up, just in case it's not isolated (I thought it was weird that it was happening on two separate servers). Anyone else encountered this, and got any ideas how to work out why it's happening, and whether it's a Cpanel bug to report to them? Thanks guys! D Kai Wilson No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.472 / Virus Database: 269.9.1/854 - Release Date: 19/06/2007 13:12 From hovercrafter at earthlink.net Wed Jun 20 22:31:01 2007 From: hovercrafter at earthlink.net (Jamie Holly) Date: Wed Jun 20 22:31:11 2007 Subject: [wp-testers] Discovered something odd......Wordpress/cpanel issue? In-Reply-To: <05ce01c7b389$353118d0$9f934a70$@com> References: <05ce01c7b389$353118d0$9f934a70$@com> Message-ID: <000d01c7b38a$aef94920$0cebdb60$@net> CPanel adds redirects to the end of the .htaccess file. The Wordpress rewrite rules will catch the URL before it gets down there. To fix it, you would have to move the redirect to the top of your .htaccess file. Jamie Holly http://www.intoxination.net From speedboxer at gmail.com Wed Jun 20 23:51:18 2007 From: speedboxer at gmail.com (Matt) Date: Wed Jun 20 23:51:23 2007 Subject: [wp-testers] Discovered something odd......Wordpress/cpanel issue? In-Reply-To: <000d01c7b38a$aef94920$0cebdb60$@net> References: <05ce01c7b389$353118d0$9f934a70$@com> <000d01c7b38a$aef94920$0cebdb60$@net> Message-ID: Unless cPanel starts adding them to the top of the .htaccess, then there's no way to fix this. Although, you could try to put the .htaccess, for WordPress, outside of public_html (in your /home/username directory). -- Matt (speedboxer@gmail.com) http://mattsblog.ca/ | http://livemp.net/ From robin.adr at gmail.com Thu Jun 21 01:29:07 2007 From: robin.adr at gmail.com (Robin Adrianse) Date: Thu Jun 21 01:29:15 2007 Subject: [wp-testers] Body of emails not posting In-Reply-To: <010201c7b351$c52c82e0$7c06000a@FSI.local> References: <010201c7b351$c52c82e0$7c06000a@FSI.local> Message-ID: I've heard very similar things recently, and I'm sure if you search Trac you'll find something. On 6/20/07, Amanda J. Rush wrote: > > Hi all, > > I'm not sure if this but has been reported, but when using WP2.2, I've > found > that when posting via email, the subject of the email gets posted as the > title of the post, but the body of the email nevedr makes it, so that the > post itself is blank. WP-mail isn't reporting any errors. I've also > tried > posting both text and html mail to see if either of those would correct > the > problem. If anyone has encountered this and knows of a fix, I'd be very > grateful if someone could either post it to the list or email me offlist. > Thanks in advance for any replies. > > Amanda > > _______________________________________________ > wp-testers mailing list > wp-testers@lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-testers > From robin.adr at gmail.com Thu Jun 21 01:29:19 2007 From: robin.adr at gmail.com (Robin Adrianse) Date: Thu Jun 21 01:29:31 2007 Subject: [wp-testers] Body of emails not posting In-Reply-To: References: <010201c7b351$c52c82e0$7c06000a@FSI.local> Message-ID: Not likely, the -testers list is more for issues like this. On 6/21/07, Matt wrote: > > Send this to WP-Hackers, it'll get more attention there. > > On 6/20/07, Amanda J. Rush wrote: > > > > Hi all, > > > > I'm not sure if this but has been reported, but when using WP2.2, I've > > found > > that when posting via email, the subject of the email gets posted as the > > title of the post, but the body of the email nevedr makes it, so that > the > > post itself is blank. WP-mail isn't reporting any errors. I've also > > tried > > posting both text and html mail to see if either of those would correct > > the > > problem. If anyone has encountered this and knows of a fix, I'd be very > > grateful if someone could either post it to the list or email me > offlist. > > Thanks in advance for any replies. > > > > Amanda > > > > _______________________________________________ > > wp-testers mailing list > > wp-testers@lists.automattic.com > > http://lists.automattic.com/mailman/listinfo/wp-testers > > > > > > -- > Matt (speedboxer@gmail.com) > http://mattsblog.ca/ | http://livemp.net/ > _______________________________________________ > wp-testers mailing list > wp-testers@lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-testers > From ryan at boren.nu Thu Jun 21 01:33:55 2007 From: ryan at boren.nu (Ryan Boren) Date: Thu Jun 21 01:35:17 2007 Subject: [wp-testers] 2.2 Last Look In-Reply-To: <467995C3.8070100@gunters.org> References: <467995C3.8070100@gunters.org> Message-ID: On 6/20/07, Dougal Campbell wrote: > I don't have time to look into it deeply right now, and it's not really > a showstopper bug or anything, but I thought I'd mention it, in case > somebody wants to take a look. If it matters, I'm in EDT, my server is > in PDT (3 hours behind me), and I future-dated the post by roughly 2.5 > hours (entered at 3:59 PM EDT, for publishing at 6:40 PM). We do have a possible cron race. It can result in double pings, for example. We've had sporadic reports of future posts misfiring, but nothing I've been able to pin down. I plan to give cron another audit for 2.3. I don't have plans to work on it for 2.2.x unless someone manages to pin it down. Any other issues with 2.2.1? My trigger finger is starting to itch. I am very much looking forward to finally releasing it. Ryan From handy.solo at gmail.com Thu Jun 21 01:40:36 2007 From: handy.solo at gmail.com (Handy) Date: Thu Jun 21 01:40:41 2007 Subject: [wp-testers] Body of emails not posting In-Reply-To: <010201c7b351$c52c82e0$7c06000a@FSI.local> References: <010201c7b351$c52c82e0$7c06000a@FSI.local> Message-ID: <2c7a50940706201840m3f2d43e8ra8df209bbb1b1ea0@mail.gmail.com> This support thread mentions similar (?) issue and a link to a trac ticket. Perhaps that'll help? On 6/20/07, Amanda J. Rush wrote: > > Hi all, > > I'm not sure if this but has been reported, but when using WP2.2, I've > found > that when posting via email, the subject of the email gets posted as the > title of the post, but the body of the email nevedr makes it, so that the > post itself is blank. WP-mail isn't reporting any errors. I've also > tried > posting both text and html mail to see if either of those would correct > the > problem. If anyone has encountered this and knows of a fix, I'd be very > grateful if someone could either post it to the list or email me offlist. > Thanks in advance for any replies. > > Amanda > > _______________________________________________ > wp-testers mailing list > wp-testers@lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-testers > From handy.solo at gmail.com Thu Jun 21 01:41:17 2007 From: handy.solo at gmail.com (Handy) Date: Thu Jun 21 01:41:22 2007 Subject: [wp-testers] Body of emails not posting In-Reply-To: <2c7a50940706201840m3f2d43e8ra8df209bbb1b1ea0@mail.gmail.com> References: <010201c7b351$c52c82e0$7c06000a@FSI.local> <2c7a50940706201840m3f2d43e8ra8df209bbb1b1ea0@mail.gmail.com> Message-ID: <2c7a50940706201841o39208dm3de4357ad9636bc4@mail.gmail.com> Bet it'd help more with a link. http://wordpress.org/support/topic/82874?replies=16 On 6/20/07, Handy wrote: > > This support thread mentions similar (?) issue and a link to a trac > ticket. Perhaps that'll help? > > On 6/20/07, Amanda J. Rush < amanda@customerservant.com> wrote: > > > > Hi all, > > > > I'm not sure if this but has been reported, but when using WP2.2, I've > > found > > that when posting via email, the subject of the email gets posted as the > > title of the post, but the body of the email nevedr makes it, so that > > the > > post itself is blank. WP-mail isn't reporting any errors. I've also > > tried > > posting both text and html mail to see if either of those would correct > > the > > problem. If anyone has encountered this and knows of a fix, I'd be very > > grateful if someone could either post it to the list or email me > > offlist. > > Thanks in advance for any replies. > > > > Amanda > > > > _______________________________________________ > > wp-testers mailing list > > wp-testers@lists.automattic.com > > http://lists.automattic.com/mailman/listinfo/wp-testers > > > > From kai at kaiberie.com Thu Jun 21 07:24:24 2007 From: kai at kaiberie.com (D Kai Wilson) Date: Thu Jun 21 07:24:07 2007 Subject: [wp-testers] Discovered something odd......Wordpress/cpanel issue? In-Reply-To: References: <05ce01c7b389$353118d0$9f934a70$@com> <000d01c7b38a$aef94920$0cebdb60$@net> Message-ID: <067001c7b3d5$341eace0$9c5c06a0$@com> That's not what it is because it used to work.*grin* It's simply not adding the redirects at all. You fill out the form, and nothing happens - at all. It echos back what you were going to do, but when you click through, its empty. If you add it, manually, to the .htaccess (above, or below) it works fine. And it used to work, because I have a blog with 40 of them on it. I'll test some more and see what I can work out, but I thought it very odd that I've just updated Cpanel and wordpress, and its only just started happening. If anyone wants a look, I can send logins offlist. D Kai Wilson. -----Original Message----- From: wp-testers-bounces@lists.automattic.com [mailto:wp-testers-bounces@lists.automattic.com] On Behalf Of Matt Sent: 21 June 2007 00:51 To: wp-testers@lists.automattic.com Subject: Re: [wp-testers] Discovered something odd......Wordpress/cpanel issue? Unless cPanel starts adding them to the top of the .htaccess, then there's no way to fix this. Although, you could try to put the .htaccess, for WordPress, outside of public_html (in your /home/username directory). -- Matt (speedboxer@gmail.com) http://mattsblog.ca/ | http://livemp.net/ _______________________________________________ wp-testers mailing list wp-testers@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.5.472 / Virus Database: 269.9.1/854 - Release Date: 19/06/2007 13:12 No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.472 / Virus Database: 269.9.1/854 - Release Date: 19/06/2007 13:12 From hovercrafter at earthlink.net Thu Jun 21 12:36:41 2007 From: hovercrafter at earthlink.net (Jamie Holly) Date: Thu Jun 21 12:37:17 2007 Subject: [wp-testers] Discovered something odd......Wordpress/cpanel issue? In-Reply-To: <067001c7b3d5$341eace0$9c5c06a0$@com> References: <05ce01c7b389$353118d0$9f934a70$@com> <000d01c7b38a$aef94920$0cebdb60$@net> <067001c7b3d5$341eace0$9c5c06a0$@com> Message-ID: <010701c7b400$d300e780$7902b680$@net> > That's not what it is because it used to work.*grin* > It's simply not adding the redirects at all. You fill out the form, > and nothing happens - at all. It echos back what you were going to do, > but when you click through, its empty. If you add it, manually, to the > .htaccess (above, or below) it works fine. > > And it used to work, because I have a blog with 40 of them on it. I'll > test some more and see what I can work out, but I thought it very odd > that I've just updated Cpanel and wordpress, and its only just started > happening. > If CPanel isn't writing the changes to .htaccess then the problem is in CPanel. Jamie Holly http://www.intoxination.net From hovercrafter at earthlink.net Thu Jun 21 12:50:42 2007 From: hovercrafter at earthlink.net (Jamie Holly) Date: Thu Jun 21 12:51:19 2007 Subject: [wp-testers] 2.2 Last Look In-Reply-To: References: <467995C3.8070100@gunters.org> Message-ID: <010801c7b402$c8ccd5b0$5a668110$@net> Everything has been working fine for me. Ticket #3742 is an issue with his hosting company, so it isn't in Cron. Jamie Holly http://www.intoxination.net From sean at geekwithlaptop.com Thu Jun 21 22:10:35 2007 From: sean at geekwithlaptop.com (Sean) Date: Thu Jun 21 22:10:38 2007 Subject: [wp-testers] 2.2 Last Look References: Message-ID: <029c01c7b450$fe09b1a0$6601a8c0@F52F2867C1364CC> Hi all... long time watcher/reader of the list, first time posting/replying. I upgraded from 2.2 to 2.2.1 last night and everything seemed to be working fine. I wanted to check that my theme was still validating and it appears there is something wrong now with single.php possibly. I'm not 100%. What is happening is the W3C validator says I have 13 validation errors in the section that outputs "This entry was posted on... blah blah". The error is being generated from rel="category tag" from what I can track down. Here is a link to my latest post using single.php if you want to check it yourself against the W3C validator: http://www.geekwithlaptop.com/srg-clean-archives-41-released/ Any help with this would be great. It's probably something easy but I must be over looking it. Yay lack of sleep. I also did compare my single.php to the revised default single.php and it seems to have everything. Thanks in advance. -Sean ----- Original Message ----- From: "Ryan Boren" To: Sent: Wednesday, June 20, 2007 8:32 AM Subject: [wp-testers] 2.2 Last Look > http://wordpress.org/wordpress-2.2.1.zip > http://wordpress.org/wordpress-2.2.1.tar.gz > > This is hopefully 2.2.1 final. Changes since the last RC: > > http://trac.wordpress.org/changeset/5722 > Change to xmlrpc to escape variables before extracting. > > http://trac.wordpress.org/changeset/5724 > http://trac.wordpress.org/changeset/5732 > Prevent certain meta keys from being edited from the edit post form. > > http://trac.wordpress.org/changeset/5730 > Accept 'open' and 'closed' as valid values for mt_allow_comments and > mt_allow_pings in XML-RPC > > http://trac.wordpress.org/changeset/5735 > More complete quote sanitization in js_ecape > > > Please give this a final look. We will release later today if no > problems turn up. XML-RPC operations as well as post custom value > editing could use some extra testing attention. > > Ryan > _______________________________________________ > wp-testers mailing list > wp-testers@lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-testers > > From speedboxer at gmail.com Thu Jun 21 22:15:37 2007 From: speedboxer at gmail.com (Matt) Date: Thu Jun 21 22:15:42 2007 Subject: [wp-testers] 2.2 Last Look In-Reply-To: <029c01c7b450$fe09b1a0$6601a8c0@F52F2867C1364CC> References: <029c01c7b450$fe09b1a0$6601a8c0@F52F2867C1364CC> Message-ID: On 6/21/07, Sean wrote: > > Hi all... long time watcher/reader of the list, first time > posting/replying. > > I upgraded from 2.2 to 2.2.1 last night and everything seemed to be > working > fine. > > I wanted to check that my theme was still validating and it appears there > is > something wrong now with single.php possibly. I'm not 100%. > > What is happening is the W3C validator says I have 13 validation errors in > the section that outputs "This entry was posted on... blah blah". > > The error is being generated from rel="category tag" from what I can track > down. > > Here is a link to my latest post using single.php if you want to check it > yourself against the W3C validator: > > http://www.geekwithlaptop.com/srg-clean-archives-41-released/ > > Any help with this would be great. It's probably something easy but I > must > be over looking it. Yay lack of sleep. > > I also did compare my single.php to the revised default single.php and it > seems to have everything. > This should be on the Support Forums: http://wordpress.org/support -- Matt (speedboxer@gmail.com) http://mattsblog.ca/ | http://livemp.net/ From sean at geekwithlaptop.com Thu Jun 21 22:22:38 2007 From: sean at geekwithlaptop.com (Sean) Date: Thu Jun 21 22:22:39 2007 Subject: [wp-testers] 2.2 Last Look References: <029c01c7b450$fe09b1a0$6601a8c0@F52F2867C1364CC> Message-ID: <02b701c7b452$ad363f80$6601a8c0@F52F2867C1364CC> Sorry about that. I figured since this started with the upgrade of 2.2.1 it fell into this thread since tags came into this version and the error mentions tags. I'll post to the support forums and see what comes up. Thanks again. -Sean ----- Original Message ----- From: "Matt" To: Sent: Thursday, June 21, 2007 3:15 PM Subject: Re: [wp-testers] 2.2 Last Look > This should be on the Support Forums: > > http://wordpress.org/support > > -- > Matt (speedboxer@gmail.com) > http://mattsblog.ca/ | http://livemp.net/ From speedboxer at gmail.com Thu Jun 21 22:25:31 2007 From: speedboxer at gmail.com (Matt) Date: Thu Jun 21 22:25:35 2007 Subject: [wp-testers] 2.2 Last Look In-Reply-To: <02b701c7b452$ad363f80$6601a8c0@F52F2867C1364CC> References: <029c01c7b450$fe09b1a0$6601a8c0@F52F2867C1364CC> <02b701c7b452$ad363f80$6601a8c0@F52F2867C1364CC> Message-ID: On 6/21/07, Sean wrote: > > Sorry about that. I figured since this started with the upgrade of 2.2.1it > fell into this thread since tags came into this version and the error > mentions tags. > > I'll post to the support forums and see what comes up. Tags are not included in this release. -- Matt (speedboxer@gmail.com) http://mattsblog.ca/ | http://livemp.net/ From aguado.leonardo at gmail.com Thu Jun 21 23:34:38 2007 From: aguado.leonardo at gmail.com (Leonardo Aguado) Date: Thu Jun 21 23:34:42 2007 Subject: [wp-testers] 2.2 Last Look In-Reply-To: References: <029c01c7b450$fe09b1a0$6601a8c0@F52F2867C1364CC> <02b701c7b452$ad363f80$6601a8c0@F52F2867C1364CC> Message-ID: The new version is working fine for me. 2007/6/21, Matt : > > On 6/21/07, Sean wrote: > > > > Sorry about that. I figured since this started with the upgrade of > 2.2.1it > > fell into this thread since tags came into this version and the error > > mentions tags. > > > > I'll post to the support forums and see what comes up. > > > Tags are not included in this release. > > -- > Matt (speedboxer@gmail.com) > http://mattsblog.ca/ | http://livemp.net/ > _______________________________________________ > wp-testers mailing list > wp-testers@lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-testers > From sean at geekwithlaptop.com Thu Jun 21 23:38:49 2007 From: sean at geekwithlaptop.com (Sean) Date: Thu Jun 21 23:38:55 2007 Subject: [wp-testers] 2.2 Last Look References: <029c01c7b450$fe09b1a0$6601a8c0@F52F2867C1364CC><02b701c7b452$ad363f80$6601a8c0@F52F2867C1364CC> Message-ID: <032101c7b45d$52078050$6601a8c0@F52F2867C1364CC> I got it solved thanks to a couple WP masters :) At the same time I upgraded to 2.2.1 I changed my doc type to strict and didn't check everything over. I was missing an opening and closing p tag. All is well now and 2.2.1 is running nice and smooth... ----- Original Message ----- From: "Leonardo Aguado" To: Sent: Thursday, June 21, 2007 4:34 PM Subject: Re: [wp-testers] 2.2 Last Look > The new version is working fine for me. > > 2007/6/21, Matt : >> >> On 6/21/07, Sean wrote: >> > >> > Sorry about that. I figured since this started with the upgrade of >> 2.2.1it >> > fell into this thread since tags came into this version and the error >> > mentions tags. >> > >> > I'll post to the support forums and see what comes up. >> >> >> Tags are not included in this release. >> >> -- >> Matt (speedboxer@gmail.com) >> http://mattsblog.ca/ | http://livemp.net/ >> _______________________________________________ >> wp-testers mailing list >> wp-testers@lists.automattic.com >> http://lists.automattic.com/mailman/listinfo/wp-testers >> > _______________________________________________ > wp-testers mailing list > wp-testers@lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-testers > > From spencerp1 at gmail.com Mon Jun 25 08:32:45 2007 From: spencerp1 at gmail.com (spencerp) Date: Mon Jun 25 08:32:48 2007 Subject: [wp-testers] 2.3 Where and what... Message-ID: <467F7DAD.2070705@gmail.com> Just curious, where do we stand on 2.3 and upgrading Live Sites to it? And, what needs done to have the live sites upgraded without major issues like I had on localhost copy? Especially when using the UTW plugin and etc etc? Just was curious... thanks! P.S. I haven't tried it on any live sites myself, just been too swamped lately sigh. :( -- spencerp http://spencerp.net http://www.vindictivebastard.net From theape at thelittlechimpsociety.com Mon Jun 25 10:18:47 2007 From: theape at thelittlechimpsociety.com (LCSV4) Date: Mon Jun 25 10:18:41 2007 Subject: [wp-testers] 2.3 Where and what... In-Reply-To: <467F7DAD.2070705@gmail.com> References: <467F7DAD.2070705@gmail.com> Message-ID: <467F9687.8030306@thelittlechimpsociety.com> I know it's easy just to check out the changelogs, but does an upgrade of just revised structured files get released anywhere? Instead of the whole package. spencerp wrote: > Just curious, where do we stand on 2.3 and upgrading Live Sites to it? > And, what needs done to have the live sites upgraded without major > issues like I had on localhost copy? Especially when using the UTW > plugin and etc etc? Just was curious... thanks! > > P.S. I haven't tried it on any live sites myself, just been too > swamped lately sigh. :( > > -- > spencerp > http://spencerp.net > http://www.vindictivebastard.net > > > _______________________________________________ > wp-testers mailing list > wp-testers@lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-testers > From spencerp1 at gmail.com Mon Jun 25 10:28:08 2007 From: spencerp1 at gmail.com (spencerp) Date: Mon Jun 25 10:28:11 2007 Subject: [wp-testers] 2.3 Where and what... In-Reply-To: <467F9687.8030306@thelittlechimpsociety.com> References: <467F7DAD.2070705@gmail.com> <467F9687.8030306@thelittlechimpsociety.com> Message-ID: <467F98B8.9010406@gmail.com> LCSV4 wrote: > I know it's easy just to check out the changelogs, but does an upgrade > of just revised structured files get released anywhere? Instead of the > whole package. I don't believe so. What I do is download the branches and trunk to desktop via SVN. Then, make various folders for each branch/trunk keeping the original folder structures. Then I right click on the specific folder with Tortoise SVN, SVN UPDATE. Then, whatever files actually download, or were added... I just take them individually and place them in the respected places for each "empty" copy of branches/trunk folders.. And then manually upload ONLY the changed files.... > > spencerp wrote: >> Just curious, where do we stand on 2.3 and upgrading Live Sites to >> it? And, what needs done to have the live sites upgraded without >> major issues like I had on localhost copy? Especially when using the >> UTW plugin and etc etc? Just was curious... thanks! >> >> P.S. I haven't tried it on any live sites myself, just been too >> swamped lately sigh. :( >> >> -- >> spencerp >> http://spencerp.net >> http://www.vindictivebastard.net >> >> >> _______________________________________________ >> wp-testers mailing list >> wp-testers@lists.automattic.com >> http://lists.automattic.com/mailman/listinfo/wp-testers >> > > > _______________________________________________ > wp-testers mailing list > wp-testers@lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-testers > From spencerp1 at gmail.com Mon Jun 25 10:40:01 2007 From: spencerp1 at gmail.com (spencerp) Date: Mon Jun 25 10:39:59 2007 Subject: [wp-testers] 2.3 Where and what... In-Reply-To: <467F9687.8030306@thelittlechimpsociety.com> References: <467F7DAD.2070705@gmail.com> <467F9687.8030306@thelittlechimpsociety.com> Message-ID: <467F9B81.5020400@gmail.com> LCSV4 wrote: > I know it's easy just to check out the changelogs, but does an upgrade > of just revised structured files get released anywhere? Instead of the > whole package. > Going along with what I said in last reply. I do this over and over again throughout periods of each specific ones release(s). I watch the WP SVN email list, and double check which files were updated, added, removed and etc as well. Anyway, I hope this some what answers your question. :) I'm riding on negative hours of sleep again, so I could be "off" on things a little. LoL! > spencerp wrote: >> Just curious, where do we stand on 2.3 and upgrading Live Sites to >> it? And, what needs done to have the live sites upgraded without >> major issues like I had on localhost copy? Especially when using the >> UTW plugin and etc etc? Just was curious... thanks! >> >> P.S. I haven't tried it on any live sites myself, just been too >> swamped lately sigh. :( >> >> -- >> spencerp >> http://spencerp.net >> http://www.vindictivebastard.net >> >> >> _______________________________________________ >> wp-testers mailing list >> wp-testers@lists.automattic.com >> http://lists.automattic.com/mailman/listinfo/wp-testers >> > > > _______________________________________________ > wp-testers mailing list > wp-testers@lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-testers > From theape at thelittlechimpsociety.com Mon Jun 25 11:14:33 2007 From: theape at thelittlechimpsociety.com (LCSV4) Date: Mon Jun 25 11:14:27 2007 Subject: [wp-testers] 2.3 Where and what... In-Reply-To: <467F9B81.5020400@gmail.com> References: <467F7DAD.2070705@gmail.com> <467F9687.8030306@thelittlechimpsociety.com> <467F9B81.5020400@gmail.com> Message-ID: <467FA399.6070408@thelittlechimpsociety.com> Thanks! I do the same thing. :) spencerp wrote: > LCSV4 wrote: >> I know it's easy just to check out the changelogs, but does an >> upgrade of just revised structured files get released anywhere? >> Instead of the whole package. >> > > Going along with what I said in last reply. I do this over and over > again throughout periods of each specific ones release(s). I watch the > WP SVN email list, and double check which files were updated, added, > removed and etc as well. Anyway, I hope this some what answers your > question. :) I'm riding on negative hours of sleep again, so I could > be "off" on things a little. LoL! > > > >> spencerp wrote: >>> Just curious, where do we stand on 2.3 and upgrading Live Sites to >>> it? And, what needs done to have the live sites upgraded without >>> major issues like I had on localhost copy? Especially when using the >>> UTW plugin and etc etc? Just was curious... thanks! >>> >>> P.S. I haven't tried it on any live sites myself, just been too >>> swamped lately sigh. :( >>> >>> -- >>> spencerp >>> http://spencerp.net >>> http://www.vindictivebastard.net >>> >>> >>> _______________________________________________ >>> wp-testers mailing list >>> wp-testers@lists.automattic.com >>> http://lists.automattic.com/mailman/listinfo/wp-testers >>> >> >> >> _______________________________________________ >> wp-testers mailing list >> wp-testers@lists.automattic.com >> http://lists.automattic.com/mailman/listinfo/wp-testers >> > > _______________________________________________ > wp-testers mailing list > wp-testers@lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-testers > From spencerp1 at gmail.com Mon Jun 25 13:08:49 2007 From: spencerp1 at gmail.com (spencerp) Date: Mon Jun 25 13:08:54 2007 Subject: [wp-testers] 2.3 Where and what... In-Reply-To: <467FB6CF.3020302@gmail.com> References: <467F7DAD.2070705@gmail.com> <467FB6CF.3020302@gmail.com> Message-ID: <467FBE61.6090205@gmail.com> Jeremy Visser wrote: > spencerp wrote: > >> And, what needs done to have the live sites upgraded without major >> issues like I had on localhost copy? >> > > As always, upgrading live sites to a developmental version of WP is > never recommended. Oh yeah, for sure! I know that lmao! I'm not a "tester" for nothing now, come on bro. :P I was just wondering if Ryan or any other Devs had any special procedures for when going to upgrade, and etc... Besides just uploading the files, and running upgrade I mean.. LoL! > I hear you're stressed enough as it is. > Really? Wonder where you got that impression from... hahaha. -- spencerp http://spencerp.net http://www.vindictivebastard.net From spencerp1 at gmail.com Mon Jun 25 14:23:36 2007 From: spencerp1 at gmail.com (spencerp) Date: Mon Jun 25 14:23:36 2007 Subject: [wp-testers] 2.3 Where and what... In-Reply-To: <467FB6CF.3020302@gmail.com> References: <467F7DAD.2070705@gmail.com> <467FB6CF.3020302@gmail.com> Message-ID: <467FCFE8.9020409@gmail.com> Jeremy Visser wrote: > spencerp wrote: > >> And, what needs done to have the live sites upgraded without major >> issues like I had on localhost copy? >> > > As always, upgrading live sites to a developmental version of WP is > never recommended. I hear you're stressed enough as it is. > _ By the way, I wasn't trying to sound mean or whatever with last reply. I was kidding and messing around. :) But just wondering, you hear I was stressed enough as it is... you didn't come across this post of mine did you LOL: http://forums.digitalpoint.com/showthread.php?t=373660 Hahaha.. Gerd Dern things! lol -- spencerp http://spencerp.net http://www.vindictivebastard.net From ryan at boren.nu Mon Jun 25 16:32:56 2007 From: ryan at boren.nu (Ryan Boren) Date: Mon Jun 25 16:33:02 2007 Subject: [wp-testers] 2.3 Where and what... In-Reply-To: <467F7DAD.2070705@gmail.com> References: <467F7DAD.2070705@gmail.com> Message-ID: On 6/25/07, spencerp wrote: > Just curious, where do we stand on 2.3 and upgrading Live Sites to it? > And, what needs done to have the live sites upgraded without major > issues like I had on localhost copy? Especially when using the UTW > plugin and etc etc? Just was curious... thanks! > > P.S. I haven't tried it on any live sites myself, just been too swamped > lately sigh. :( Matt and I have upgraded a number of sites with good results. Just make sure you are upgrading from 2.1 or later releases. If you're upgrading from something older the upgrade will bomb. Fixing that is on the to-do. Category related plugins will likely break horribly. The UTW importer should work, but I haven't tested it too much lately. Upgrade doesn't delete the categories, link2cat, or post2cat tables, so you can always fall back. Ryan From spencerp1 at gmail.com Mon Jun 25 16:39:21 2007 From: spencerp1 at gmail.com (spencerp) Date: Mon Jun 25 16:39:25 2007 Subject: [wp-testers] 2.3 Where and what... In-Reply-To: References: <467F7DAD.2070705@gmail.com> Message-ID: <467FEFB9.7060806@gmail.com> Ryan Boren wrote: > On 6/25/07, spencerp wrote: >> Just curious, where do we stand on 2.3 and upgrading Live Sites to it? >> And, what needs done to have the live sites upgraded without major >> issues like I had on localhost copy? Especially when using the UTW >> plugin and etc etc? Just was curious... thanks! >> >> P.S. I haven't tried it on any live sites myself, just been too swamped >> lately sigh. :( > > Matt and I have upgraded a number of sites with good results. Just > make sure you are upgrading from 2.1 or later releases. If you're > upgrading from something older the upgrade will bomb. Fixing that is > on the to-do. > > Category related plugins will likely break horribly. The UTW > importer should work, but I haven't tested it too much lately. > > Upgrade doesn't delete the categories, link2cat, or post2cat tables, > so you can always fall back. > > Ryan Awesome! Just what I needed to hear! :D No worries on the older versions, I only run Trunk on all of my live sites except of course that 2.2.spencerp.net test site. :) And for those running UTW plugin, which is my main two spencerp.net and vindictivebastard.net ... so.. I'll have to take things slow with them I guess... I'll attempt upgrades later today or tonight. I'm not going to do this while lacking sleep. Thanks so much Ryan! :) -- spencerp http://spencerp.net http://www.vindictivebastard.net From santanu.misra at gmail.com Tue Jun 26 03:58:08 2007 From: santanu.misra at gmail.com (Santanu Misra) Date: Tue Jun 26 03:58:14 2007 Subject: [wp-testers] SVN question Message-ID: <1252a01d0706252058l3742cad8k980eb6f71e200c8c@mail.gmail.com> Hello gurus, Need a small favour with SVN (Tortoise) client. How I can find out which all files are modified between version 2.2 and 2.2.1 ? -Thanks in advance, -Cheers Santm -- www.santm.com From jeremy.visser at gmail.com Tue Jun 26 04:42:42 2007 From: jeremy.visser at gmail.com (Jeremy Visser) Date: Tue Jun 26 04:42:53 2007 Subject: [wp-testers] SVN question In-Reply-To: <1252a01d0706252058l3742cad8k980eb6f71e200c8c@mail.gmail.com> References: <1252a01d0706252058l3742cad8k980eb6f71e200c8c@mail.gmail.com> Message-ID: <46809942.3000608@gmail.com> Santanu Misra wrote: > Hello gurus, > > Need a small favour with SVN (Tortoise) client. > > How I can find out which all files are modified between version 2.2 and > 2.2.1 ? I'm not sure about doing it with TortoiseSVN, but here is the equivalent with Trac: http://trac.wordpress.org/changeset?new=branches%2F2.2%405735&old=branches%2F2.2%405479 From santanu.misra at gmail.com Tue Jun 26 06:19:11 2007 From: santanu.misra at gmail.com (Santanu Misra) Date: Tue Jun 26 06:19:17 2007 Subject: [wp-testers] SVN question In-Reply-To: <46809942.3000608@gmail.com> References: <1252a01d0706252058l3742cad8k980eb6f71e200c8c@mail.gmail.com> <46809942.3000608@gmail.com> Message-ID: <1252a01d0706252319w9b12cd7t9e83b6c9d9b230e5@mail.gmail.com> Thanks for your reply. But how do you know 5479 and 5735 stands for WP 2.2.1and 2.2 respectively ? Is there any documents to find out that ? For SVN this command tells me the file listing than I can do some simple *NIX commands to find the unique files list. "svn log -q -v -r 5735:5479 > ..\patch.txt" -Thanks Santm On 6/26/07, Jeremy Visser wrote: > > Santanu Misra wrote: > > Hello gurus, > > > > Need a small favour with SVN (Tortoise) client. > > > > How I can find out which all files are modified between version 2.2 and > > 2.2.1 ? > > I'm not sure about doing it with TortoiseSVN, but here is the equivalent > with Trac: > > > http://trac.wordpress.org/changeset?new=branches%2F2.2%405735&old=branches%2F2.2%405479 > _______________________________________________ > wp-testers mailing list > wp-testers@lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-testers > -- www.santm.com From peter.westwood at ftwr.co.uk Tue Jun 26 07:52:05 2007 From: peter.westwood at ftwr.co.uk (Peter Westwood) Date: Tue Jun 26 07:51:37 2007 Subject: [wp-testers] SVN question In-Reply-To: <1252a01d0706252319w9b12cd7t9e83b6c9d9b230e5@mail.gmail.com> References: <1252a01d0706252058l3742cad8k980eb6f71e200c8c@mail.gmail.com> <46809942.3000608@gmail.com> <1252a01d0706252319w9b12cd7t9e83b6c9d9b230e5@mail.gmail.com> Message-ID: <54219.199.64.72.252.1182844325.squirrel@epia.ftwr.co.uk> On Tue, June 26, 2007 7:19 am, Santanu Misra wrote: > Thanks for your reply. But how do you know 5479 and 5735 stands for WP > 2.2.1and > 2.2 respectively ? Is there any documents to find out that ? > > For SVN this command tells me the file listing than I can do some simple > *NIX commands to find the unique files list. > > "svn log -q -v -r 5735:5479 > ..\patch.txt" > > I'm not sure that will exactly work unless you limit it to the 2.2 branch. The best way to generate a patch is like so: svn diff http://svn.automattic.com/wordpress/tags/2.2 http://svn.automattic.com/wordpress/tags/2.2.1 > ~/2.2-to-2.2.1.patch For more info see [1][2] [1] http://blog.ftwr.co.uk/archives/2006/07/29/wordpress-204-released-security-update/ [2] http://markjaquith.wordpress.com - any of the upgrade patch posts. westi -- Peter Westwood http://blog.ftwr.co.uk From spencerp1 at gmail.com Tue Jun 26 11:50:03 2007 From: spencerp1 at gmail.com (spencerp) Date: Tue Jun 26 11:50:04 2007 Subject: [wp-testers] 2.3 Where and what... In-Reply-To: References: <467F7DAD.2070705@gmail.com> Message-ID: <4680FD6B.1050603@gmail.com> Ryan Boren wrote: > Matt and I have upgraded a number of sites with good results. Just > make sure you are upgrading from 2.1 or later releases. If you're > upgrading from something older the upgrade will bomb. Fixing that is > on the to-do. > > Category related plugins will likely break horribly. The UTW > importer should work, but I haven't tested it too much lately. > > Upgrade doesn't delete the categories, link2cat, or post2cat tables, > so you can always fall back. Ok, here's the deal. I just upgraded all my live sites to 2.3-alpha. spencerp.net - was originally running trunk and utw plugin. Ran upgrade, then went and converted UTW tags to WP tags no problem. Then just modified the theme files like I had other one. Tags are showing fine... vindictivebastard.net - uploaded 2.3-alpha files. Ran upgrade. Checked front page, and ALL the tags were listed in tag cloud. Tags under posts went bye bye. I then converted cats to tags that went fine. Then re-assigned UTW tags (800 or so) from UTW to WP tags whatever... they all were assigned to posts. Went to front page, no change. Code on theme files to show tags under posts is this: '); endif; ?> Which DOES work on spencerp.net cause I used same code, and the WP tags are showing no problem... The sidebar TAG Cloud code is this and it's calling ALL the tags, what's the correct way to show only like 50 or whatever? Besides all that, what steps should I take to get all my tags working like peaches and cream again? LOL! Drop specific tables in database? Re-run upgrade again or ... how should I handle this one... Thanks in advance... -- spencerp http://spencerp.net http://www.vindictivebastard.net From theapparatus at gmail.com Tue Jun 26 12:49:46 2007 From: theapparatus at gmail.com (Dr. Mike Wendell) Date: Tue Jun 26 12:49:52 2007 Subject: [wp-testers] SVN question In-Reply-To: <54219.199.64.72.252.1182844325.squirrel@epia.ftwr.co.uk> References: <1252a01d0706252058l3742cad8k980eb6f71e200c8c@mail.gmail.com> <46809942.3000608@gmail.com> <1252a01d0706252319w9b12cd7t9e83b6c9d9b230e5@mail.gmail.com> <54219.199.64.72.252.1182844325.squirrel@epia.ftwr.co.uk> Message-ID: On 6/26/07, Peter Westwood wrote: > [2] http://markjaquith.wordpress.com - any of the upgrade patch posts. > westi +1 to Mark. Saved me hours of work many times. :) -drmike -- Blog: http://drmikessteakdinner.com Kim Possible: Remixed: http://kimpossibleremixed.com Get your own free hosted WordPress Blog today: http://daria.be From mavto1 at gmail.com Wed Jun 27 00:21:02 2007 From: mavto1 at gmail.com (Mario Valdez) Date: Wed Jun 27 00:21:24 2007 Subject: [wp-testers] Hey Wp-testers@lists.automattic.com ;) Message-ID: <635108015.1182903662151.JavaMail.root@sfapp220> http://www.hi5.com/register/qtD1V?inviteId=A_7fb55b7_U1wk91xcwVw0 Mario From creamers at creamersrealm.com Wed Jun 27 01:14:19 2007 From: creamers at creamersrealm.com (Creamers) Date: Wed Jun 27 01:14:28 2007 Subject: [wp-testers] Hey Wp-testers@lists.automattic.com ;) In-Reply-To: <635108015.1182903662151.JavaMail.root@sfapp220> References: <635108015.1182903662151.JavaMail.root@sfapp220> Message-ID: no advertising i belive am i right. On Jun 26, 2007, at 8:21 PM, Mario Valdez wrote: > > > > http://www.hi5.com/register/qtD1V?inviteId=A_7fb55b7_U1wk91xcwVw0 > > Mario > _______________________________________________ > wp-testers mailing list > wp-testers@lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-testers ~Creamers creamers@creamersrealm.com My Links: Website: http://creamersrealm.com/ Blog: http://creamersrealm.com/blog/ Forums: http://forum.creamersrealm.com/ Link Directory: http://creamertsrealm.com/servers/links/ Url Subbmission: http://creamersrealm.com/servers/urlsubmit/ From wordpress at dd32.id.au Wed Jun 27 01:36:29 2007 From: wordpress at dd32.id.au (DD32) Date: Wed Jun 27 01:36:13 2007 Subject: [wp-testers] Hey Wp-testers@lists.automattic.com ;) In-Reply-To: References: <635108015.1182903662151.JavaMail.root@sfapp220> Message-ID: Its just one of those unfortunate mass-mailings that happens when you provide your email login details to someplace like hi5.. On Wed, 27 Jun 2007 11:14:19 +1000, Creamers wrote: > no advertising i belive am i right. > On Jun 26, 2007, at 8:21 PM, Mario Valdez wrote: > >> >> >> >> http://www.hi5.com/register/qtD1V?inviteId=A_7fb55b7_U1wk91xcwVw0 >> >> Mario >> _______________________________________________ >> wp-testers mailing list >> wp-testers@lists.automattic.com >> http://lists.automattic.com/mailman/listinfo/wp-testers > > ~Creamers > > creamers@creamersrealm.com > > My Links: > > Website: http://creamersrealm.com/ > > Blog: http://creamersrealm.com/blog/ > > Forums: http://forum.creamersrealm.com/ > > Link Directory: http://creamertsrealm.com/servers/links/ > > Url Subbmission: http://creamersrealm.com/servers/urlsubmit/ > > > _______________________________________________ > wp-testers mailing list > wp-testers@lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-testers -- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/ From creamers at creamersrealm.com Wed Jun 27 01:44:44 2007 From: creamers at creamersrealm.com (Creamers) Date: Wed Jun 27 01:44:52 2007 Subject: [wp-testers] Hey Wp-testers@lists.automattic.com ;) In-Reply-To: References: <635108015.1182903662151.JavaMail.root@sfapp220> Message-ID: <46A5D795-B72D-4593-81BD-8DF352C4E54C@creamersrealm.com> o ok thx for the info i heard stuff about the site anyways.(bad stuff.) On Jun 26, 2007, at 9:36 PM, DD32 wrote: > Its just one of those unfortunate mass-mailings that happens when you > provide your email login details to someplace like hi5.. > > On Wed, 27 Jun 2007 11:14:19 +1000, Creamers > > wrote: > >> no advertising i belive am i right. >> On Jun 26, 2007, at 8:21 PM, Mario Valdez wrote: >> >>> >>> >>> >>> http://www.hi5.com/register/qtD1V?inviteId=A_7fb55b7_U1wk91xcwVw0 >>> >>> Mario >>> _______________________________________________ >>> wp-testers mailing list >>> wp-testers@lists.automattic.com >>> http://lists.automattic.com/mailman/listinfo/wp-testers >> >> ~Creamers >> >> creamers@creamersrealm.com >> >> My Links: >> >> Website: http://creamersrealm.com/ >> >> Blog: http://creamersrealm.com/blog/ >> >> Forums: http://forum.creamersrealm.com/ >> >> Link Directory: http://creamertsrealm.com/servers/links/ >> >> Url Subbmission: http://creamersrealm.com/servers/urlsubmit/ >> >> >> _______________________________________________ >> wp-testers mailing list >> wp-testers@lists.automattic.com >> http://lists.automattic.com/mailman/listinfo/wp-testers > > -- > Using Opera's revolutionary e-mail client: http://www.opera.com/mail/ > _______________________________________________ > wp-testers mailing list > wp-testers@lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-testers ~Creamers creamers@creamersrealm.com My Links: Website: http://creamersrealm.com/ Blog: http://creamersrealm.com/blog/ Forums: http://forum.creamersrealm.com/ Link Directory: http://creamertsrealm.com/servers/links/ Url Subbmission: http://creamersrealm.com/servers/urlsubmit/ From spencerp1 at gmail.com Wed Jun 27 03:50:22 2007 From: spencerp1 at gmail.com (spencerp) Date: Wed Jun 27 03:50:22 2007 Subject: [wp-testers] 2.3 Where and what... In-Reply-To: <4680FD6B.1050603@gmail.com> References: <467F7DAD.2070705@gmail.com> <4680FD6B.1050603@gmail.com> Message-ID: <4681DE7E.7090200@gmail.com> spencerp wrote: > Ryan Boren wrote: >> Matt and I have upgraded a number of sites with good results. Just >> make sure you are upgrading from 2.1 or later releases. If you're >> upgrading from something older the upgrade will bomb. Fixing that is >> on the to-do. >> >> Category related plugins will likely break horribly. The UTW >> importer should work, but I haven't tested it too much lately. >> >> Upgrade doesn't delete the categories, link2cat, or post2cat tables, >> so you can always fall back. > > Ok, here's the deal. I just upgraded all my live sites to 2.3-alpha. > > spencerp.net - was originally running trunk and utw plugin. Ran > upgrade, then went and converted UTW tags to WP tags no problem. Then > just modified the theme files like I had other one. Tags are showing > fine... > > vindictivebastard.net - uploaded 2.3-alpha files. Ran upgrade. Checked > front page, and ALL the tags were listed in tag cloud. Tags under > posts went bye bye. I then converted cats to tags that went fine. Then > re-assigned UTW tags (800 or so) from UTW to WP tags whatever... they > all were assigned to posts. Went to front page, no change. > > Code on theme files to show tags under posts is this: > '
'); endif; ?> > > Which DOES work on spencerp.net cause I used same code, and the WP > tags are showing no problem... > > The sidebar TAG Cloud code is this and it's calling ALL the tags, > what's the correct way to show only like 50 or whatever? > > > Besides all that, what steps should I take to get all my tags working > like peaches and cream again? LOL! Drop specific tables in database? > Re-run upgrade again or ... how should I handle this one... Thanks in > advance... > Going along with that above there, I was just in PhpMyAdmin and noticed tons of tags as Categories. I compared this to the database on Spencerp.net and there is NO tags in the wp-categories, only the actual categories themselves. I'm pretty sure something went wrong in a previous VindictiveBastard.net upgrade, before putting a halt on upgrading this latest time. Should I remove all those in under wp-categories EXCEPT for the actual categories? Or keep them there for later. Then drop terms, term_taxonomy, and term_relationships tables and force another upgrade? Then empty the wp-tags table, then do the Cat2Tag import? Please let me know ASAP thanks.. LOL! spencerp From spencerp1 at gmail.com Wed Jun 27 04:37:51 2007 From: spencerp1 at gmail.com (spencerp) Date: Wed Jun 27 04:38:19 2007 Subject: [wp-testers] 2.3 Where and what... In-Reply-To: References: <467F7DAD.2070705@gmail.com> Message-ID: <4681E99F.9010809@gmail.com> Screw it, here's what I'm doing now.. 1) Backing up every god blasted part of the database individually. For plugins, posts, comments, wp-tags, links, and etc etc...to a CD. 2) Removing plugins I don't really need or care about anymore...and removing their database tables. 3) Wiping out the database totally, and the WP files, then reinstall it again. 4) Manually import each thing individually, to make sure everything is peachy. Wish me luck! Weee From spencerp1 at gmail.com Wed Jun 27 06:22:33 2007 From: spencerp1 at gmail.com (spencerp) Date: Wed Jun 27 06:22:31 2007 Subject: [wp-testers] 2.3 Where and what... In-Reply-To: References: <467F7DAD.2070705@gmail.com> Message-ID: <46820229.2040600@gmail.com> Ok, now this is odd too: tags shows up on the actual tags pages, and posts on category pages.. under the posts http://www.vindictivebastard.net/id/tag/tacos http://www.vindictivebastard.net/id/category/add-a-caption But dont on index page and single post page!? wtf If it makes any difference, I'm using the query_posts function on index page, but not on single post page... ? This should STILL work though, because it worked before the latest upgrade... right? -- spencerp http://spencerp.net http://www.vindictivebastard.net From spencerp1 at gmail.com Wed Jun 27 10:05:09 2007 From: spencerp1 at gmail.com (spencerp) Date: Wed Jun 27 10:05:10 2007 Subject: [wp-testers] 2.3 Where and what... In-Reply-To: References: <467F7DAD.2070705@gmail.com> Message-ID: <46823655.7020900@gmail.com> Alright, here's the out come of it. I tried everything possible, in various orders and so forth yet still had no luck. It's still not showing tags on the front page and single post page for most later ones, but seem to be there for older ones when I ran the UTW plugin. Weird thing is though, most of the more recent tags were added to the wp-categories table, but just were not showing up on front page for under the Category section nor in the import > cats2tag option page. =/ I just copied/pasted ONLY the actually category database schema from backup file and ran query in database. So now it's ONLY the normal actual categories listed under the wp-categories table... Since I have everything backed up separate, in their own respected database backups I'll just go through that file and grab all the LATEST tags that were added and just re-add them to the posts they were before... Not really a big deal, we'll (authors and I) will just have to start adding tags to newer posts and I'll just have to go back through some of the more recent ones and add them back again... :) ;) Oh yeah, the older tags and posts with tags, shows the tags on single post page as well. -- spencerp http://spencerp.net http://www.vindictivebastard.net From corey at coreythompson.com Wed Jun 27 11:17:48 2007 From: corey at coreythompson.com (Corey Thompson) Date: Wed Jun 27 11:17:56 2007 Subject: [wp-testers] Strange Link Category behavior Message-ID: Hi all, I'm currently using nightly from 06-09 (I will be moving on soon) and have noticed a strange behavior with link categories. As an aside, I also am experiencing the creation of "0" categories when a draft is autosaved. This phenomenon, though, occurs when you are populating your blogroll. I have noticed that when you input a link in the link manager and then change what category you want to have it in, every link that you had in the "old" category is no longer categorised. example: I add http://coreythompson.com to my blogroll and assign it to the "Places I like" category but then realize it would be better placed in "Daily Travels". I go and fix it with the link manager edit function and, voila! Everything else assigned to "Places I Like" now also has no category. I haven't seen this reported as a bug. Has anyone seen or experienced this? From creamers at creamersrealm.com Wed Jun 27 11:22:19 2007 From: creamers at creamersrealm.com (Creamers) Date: Wed Jun 27 11:22:28 2007 Subject: [wp-testers] Strange Link Category behavior In-Reply-To: References: Message-ID: <6657E205-6421-4864-A4A9-7E65F8AE5545@creamersrealm.com> i havent seen it or heard of it just upgrade to a different nightly build. Nightly Builds arent always great. On Jun 27, 2007, at 7:17 AM, Corey Thompson wrote: > Hi all, > > I'm currently using nightly from 06-09 (I will be moving on soon) and > have noticed a strange behavior with link categories. As an aside, I > also am experiencing the creation of "0" categories when a draft is > autosaved. This phenomenon, though, occurs when you are populating > your blogroll. I have noticed that when you input a link in the link > manager and then change what category you want to have it in, every > link that you had in the "old" category is no longer categorised. > > example: > > I add http://coreythompson.com to my blogroll and assign it to the > "Places I like" category but then realize it would be better placed in > "Daily Travels". I go and fix it with the link manager edit function > and, voila! Everything else assigned to "Places I Like" now also has > no category. > > I haven't seen this reported as a bug. Has anyone seen or > experienced this? > _______________________________________________ > wp-testers mailing list > wp-testers@lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-testers ~Creamers creamers@creamersrealm.com My Links: Website: http://creamersrealm.com/ Blog: http://creamersrealm.com/blog/ Forums: http://forum.creamersrealm.com/ Link Directory: http://creamertsrealm.com/servers/links/ Url Subbmission: http://creamersrealm.com/servers/urlsubmit/ From theapparatus at gmail.com Wed Jun 27 12:52:07 2007 From: theapparatus at gmail.com (Dr. Mike Wendell) Date: Wed Jun 27 12:52:14 2007 Subject: [wp-testers] Hey Wp-testers@lists.automattic.com ;) In-Reply-To: References: <635108015.1182903662151.JavaMail.root@sfapp220> Message-ID: On 6/26/07, Creamers wrote: > no advertising i belive am i right. > My Links: > > Website: http://creamersrealm.com/ > > Blog: http://creamersrealm.com/blog/ > > Forums: http://forum.creamersrealm.com/ > > Link Directory: http://creamertsrealm.com/servers/links/ > > Url Subbmission: http://creamersrealm.com/servers/urlsubmit/ If you're right, how come you're doing it? :) -- Blog: http://drmikessteakdinner.com Kim Possible: Remixed: http://kimpossibleremixed.com Get your own free hosted WordPress Blog today: http://daria.be From creamers at creamersrealm.com Wed Jun 27 12:53:53 2007 From: creamers at creamersrealm.com (Creamers) Date: Wed Jun 27 12:54:03 2007 Subject: [wp-testers] Hey Wp-testers@lists.automattic.com ;) In-Reply-To: References: <635108015.1182903662151.JavaMail.root@sfapp220> Message-ID: thats my sig and thats yours to that was a derict advertisment. On Jun 27, 2007, at 8:52 AM, Dr. Mike Wendell wrote: > On 6/26/07, Creamers wrote: >> no advertising i belive am i right. >> My Links: >> >> Website: http://creamersrealm.com/ >> >> Blog: http://creamersrealm.com/blog/ >> >> Forums: http://forum.creamersrealm.com/ >> >> Link Directory: http://creamertsrealm.com/servers/links/ >> >> Url Subbmission: http://creamersrealm.com/servers/urlsubmit/ > > If you're right, how come you're doing it? :) > > -- > Blog: http://drmikessteakdinner.com > Kim Possible: Remixed: http://kimpossibleremixed.com > Get your own free hosted WordPress Blog today: http://daria.be > _______________________________________________ > wp-testers mailing list > wp-testers@lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-testers ~Creamers creamers@creamersrealm.com My Links: Website: http://creamersrealm.com/ Blog: http://creamersrealm.com/blog/ Forums: http://forum.creamersrealm.com/ Link Directory: http://creamertsrealm.com/servers/links/ Url Subbmission: http://creamersrealm.com/servers/urlsubmit/ From spencerp1 at gmail.com Wed Jun 27 12:58:09 2007 From: spencerp1 at gmail.com (spencerp) Date: Wed Jun 27 12:58:11 2007 Subject: [wp-testers] Hey Wp-testers@lists.automattic.com ;) In-Reply-To: References: <635108015.1182903662151.JavaMail.root@sfapp220> Message-ID: <46825EE1.4010108@gmail.com> Creamers wrote: > thats my sig and thats yours to that was a derict advertisment. Jesus Lord, that's a sig!? LOL! How about closing in the sentences a little more and maybe shortening it a little bit eh? Haha.. :P -- spencerp http://spencerp.net http://www.vindictivebastard.net > On Jun 27, 2007, at 8:52 AM, Dr. Mike Wendell wrote: > >> On 6/26/07, Creamers wrote: >>> no advertising i belive am i right. >>> My Links: >>> >>> Website: http://creamersrealm.com/ >>> >>> Blog: http://creamersrealm.com/blog/ >>> >>> Forums: http://forum.creamersrealm.com/ >>> >>> Link Directory: http://creamertsrealm.com/servers/links/ >>> >>> Url Subbmission: http://creamersrealm.com/servers/urlsubmit/ >> >> If you're right, how come you're doing it? :) >> >> -- >> Blog: http://drmikessteakdinner.com >> Kim Possible: Remixed: http://kimpossibleremixed.com >> Get your own free hosted WordPress Blog today: http://daria.be >> _______________________________________________ >> wp-testers mailing list >> wp-testers@lists.automattic.com >> http://lists.automattic.com/mailman/listinfo/wp-testers > > ~Creamers > > creamers@creamersrealm.com > > My Links: > > Website: http://creamersrealm.com/ > > Blog: http://creamersrealm.com/blog/ > > Forums: http://forum.creamersrealm.com/ > > Link Directory: http://creamertsrealm.com/servers/links/ > > Url Subbmission: http://creamersrealm.com/servers/urlsubmit/ > > > _______________________________________________ > wp-testers mailing list > wp-testers@lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-testers > From creamers at creamersrealm.com Wed Jun 27 13:04:50 2007 From: creamers at creamersrealm.com (Creamers) Date: Wed Jun 27 13:04:59 2007 Subject: [wp-testers] Hey Wp-testers@lists.automattic.com ;) In-Reply-To: <46825EE1.4010108@gmail.com> References: <635108015.1182903662151.JavaMail.root@sfapp220> <46825EE1.4010108@gmail.com> Message-ID: <18EDA0D5-9981-426D-9DA3-14DBB5F2F869@creamersrealm.com> ok can we stop this is has nothing to do with wordpress. hey its free advertising to my friends and people i email. ive your going to email me now email me though, creamers@creamersrealm.com that way 300 people dont see the email. On Jun 27, 2007, at 8:58 AM, spencerp wrote: > Creamers wrote: >> thats my sig and thats yours to that was a derict advertisment. > > Jesus Lord, that's a sig!? LOL! How about closing in the sentences > a little more and maybe shortening it a little bit eh? Haha.. :P > > -- > spencerp > http://spencerp.net > http://www.vindictivebastard.net > > > >> On Jun 27, 2007, at 8:52 AM, Dr. Mike Wendell wrote: >> >>> On 6/26/07, Creamers wrote: >>>> no advertising i belive am i right. >>>> My Links: >>>> >>>> Website: http://creamersrealm.com/ >>>> >>>> Blog: http://creamersrealm.com/blog/ >>>> >>>> Forums: http://forum.creamersrealm.com/ >>>> >>>> Link Directory: http://creamertsrealm.com/servers/links/ >>>> >>>> Url Subbmission: http://creamersrealm.com/servers/urlsubmit/ >>> >>> If you're right, how come you're doing it? :) >>> >>> -- >>> Blog: http://drmikessteakdinner.com >>> Kim Possible: Remixed: http://kimpossibleremixed.com >>> Get your own free hosted WordPress Blog today: http://daria.be >>> _______________________________________________ >>> wp-testers mailing list >>> wp-testers@lists.automattic.com >>> http://lists.automattic.com/mailman/listinfo/wp-testers >> >> ~Creamers >> >> creamers@creamersrealm.com >> >> My Links: >> >> Website: http://creamersrealm.com/ >> >> Blog: http://creamersrealm.com/blog/ >> >> Forums: http://forum.creamersrealm.com/ >> >> Link Directory: http://creamertsrealm.com/servers/links/ >> >> Url Subbmission: http://creamersrealm.com/servers/urlsubmit/ >> >> >> _______________________________________________ >> wp-testers mailing list >> wp-testers@lists.automattic.com >> http://lists.automattic.com/mailman/listinfo/wp-testers >> > > _______________________________________________ > wp-testers mailing list > wp-testers@lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-testers ~Creamers creamers@creamersrealm.com My Links: Website: http://creamersrealm.com/ Blog: http://creamersrealm.com/blog/ Forums: http://forum.creamersrealm.com/ Link Directory: http://creamertsrealm.com/servers/links/ Url Subbmission: http://creamersrealm.com/servers/urlsubmit/ From theapparatus at gmail.com Wed Jun 27 13:10:11 2007 From: theapparatus at gmail.com (Dr. Mike Wendell) Date: Wed Jun 27 13:10:16 2007 Subject: [wp-testers] Hey Wp-testers@lists.automattic.com ;) In-Reply-To: References: <635108015.1182903662151.JavaMail.root@sfapp220> Message-ID: On 6/27/07, Creamers wrote: > thats my sig and thats yours to that was a derict advertisment. Never said mine wasn't. Just kind of ironic that you're complaining about something but doing it yourself. Black. Kettle. Regards, -drmike -- Blog: http://drmikessteakdinner.com Kim Possible: Remixed: http://kimpossibleremixed.com Get your own free hosted WordPress Blog today: http://daria.be From spencerp1 at gmail.com Wed Jun 27 13:12:24 2007 From: spencerp1 at gmail.com (spencerp) Date: Wed Jun 27 13:12:24 2007 Subject: [wp-testers] Hey Wp-testers@lists.automattic.com ;) In-Reply-To: <18EDA0D5-9981-426D-9DA3-14DBB5F2F869@creamersrealm.com> References: <635108015.1182903662151.JavaMail.root@sfapp220> <46825EE1.4010108@gmail.com> <18EDA0D5-9981-426D-9DA3-14DBB5F2F869@creamersrealm.com> Message-ID: <46826238.3070909@gmail.com> Creamers wrote: > ok can we stop this is has nothing to do with wordpress. > > hey its free advertising to my friends and people i email. ive your > going to email me now email me though, > > creamers@creamersrealm.com > > that way 300 people dont see the email. Excuse me? I was ONLY giving friendly advice... It don't matter if you want to help advertise your friends and so forth. Just maybe keeping them sentences tighter together and such? Would help keep things nicer for the rest of those 300 or so on the list. That's all... Anyway, I'm done with this.. I have more important things to do, like clip my toe nails and take a crap... and no, I'm not emailing you off-list. I'm done with this now...weee! -- spencerp http://spencerp.net http://www.vindictivebastard.net From spencerp1 at gmail.com Wed Jun 27 13:38:53 2007 From: spencerp1 at gmail.com (spencerp) Date: Wed Jun 27 13:38:55 2007 Subject: [wp-testers] WP Tag Cloud parameter question... Message-ID: <4682686D.7080602@gmail.com> I had asked about this before, and was trying to find that someone's reply post in the archives but couldn't off hand. It's regarding the WP Tag Cloud. I'm using this for sidebar.php file for theme: But what's the code to include to that, to display only a set amount of WP tags, rather then ALL of them on the sidebar? Mr. Jeremy Visser thought the "number" parameter is what I'm after, but he says it's not working either.. "However, it doesn't work, and if you look inside the wp_generate_tag_cloud() function, it doesn't even touch $number. So, I presume the WP guys haven't implemented it yet." Anyone with any ideas on how to display a set amount of WP Tags in the cloud? Thanks in advanced. :) -- spencerp http://spencerp.net http://www.vindictivebastard.net From creamers at creamersrealm.com Wed Jun 27 16:21:00 2007 From: creamers at creamersrealm.com (Creamers) Date: Wed Jun 27 16:21:07 2007 Subject: [wp-testers] Hey Wp-testers@lists.automattic.com ;) In-Reply-To: <46826238.3070909@gmail.com> References: <635108015.1182903662151.JavaMail.root@sfapp220> <46825EE1.4010108@gmail.com> <18EDA0D5-9981-426D-9DA3-14DBB5F2F869@creamersrealm.com> <46826238.3070909@gmail.com> Message-ID: <68DF9178-A138-4C54-9A31-59DE9E7EF467@creamersrealm.com> every one has links in thier sig almost. 150 whatever. On Jun 27, 2007, at 9:12 AM, spencerp wrote: > Creamers wrote: >> ok can we stop this is has nothing to do with wordpress. >> >> hey its free advertising to my friends and people i email. ive >> your going to email me now email me though, >> >> creamers@creamersrealm.com >> >> that way 300 people dont see the email. > > Excuse me? I was ONLY giving friendly advice... It don't matter if > you want to help advertise your friends and so forth. Just maybe > keeping them sentences tighter together and such? Would help keep > things nicer for the rest of those 300 or so on the list. That's > all... Anyway, I'm done with this.. I have more important things to > do, like clip my toe nails and take a crap... and no, I'm not > emailing you off-list. I'm done with this now...weee! > > -- > spencerp > http://spencerp.net > http://www.vindictivebastard.net > > > > _______________________________________________ > wp-testers mailing list > wp-testers@lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-testers ~Creamers creamers@creamersrealm.com My Links: Website: http://creamersrealm.com/ Blog: http://creamersrealm.com/blog/ Forums: http://forum.creamersrealm.com/ Link Directory: http://creamertsrealm.com/servers/links/ Url Subbmission: http://creamersrealm.com/servers/urlsubmit/ From rob at skeddy.net Wed Jun 27 17:51:09 2007 From: rob at skeddy.net (Rob Sked) Date: Wed Jun 27 17:51:28 2007 Subject: [wp-testers] Hey Wp-testers@lists.automattic.com ;) In-Reply-To: <68DF9178-A138-4C54-9A31-59DE9E7EF467@creamersrealm.com> References: <635108015.1182903662151.JavaMail.root@sfapp220> <46825EE1.4010108@gmail.com> <18EDA0D5-9981-426D-9DA3-14DBB5F2F869@creamersrealm.com> <46826238.3070909@gmail.com> <68DF9178-A138-4C54-9A31-59DE9E7EF467@creamersrealm.com> Message-ID: <001401c7b8e3$bf5c4250$3e14c6f0$@net> Now now, play nice. *plug* http://skeddy.net *plug* -----Original Message----- From: wp-testers-bounces@lists.automattic.com [mailto:wp-testers-bounces@lists.automattic.com] On Behalf Of Creamers Sent: 27 June 2007 17:21 To: wp-testers@lists.automattic.com Subject: Re: [wp-testers] Hey Wp-testers@lists.automattic.com ;) every one has links in thier sig almost. 150 whatever. On Jun 27, 2007, at 9:12 AM, spencerp wrote: > Creamers wrote: >> ok can we stop this is has nothing to do with wordpress. >> >> hey its free advertising to my friends and people i email. ive >> your going to email me now email me though, >> >> creamers@creamersrealm.com >> >> that way 300 people dont see the email. > > Excuse me? I was ONLY giving friendly advice... It don't matter if > you want to help advertise your friends and so forth. Just maybe > keeping them sentences tighter together and such? Would help keep > things nicer for the rest of those 300 or so on the list. That's > all... Anyway, I'm done with this.. I have more important things to > do, like clip my toe nails and take a crap... and no, I'm not > emailing you off-list. I'm done with this now...weee! > > -- > spencerp > http://spencerp.net > http://www.vindictivebastard.net > > > > _______________________________________________ > wp-testers mailing list > wp-testers@lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-testers ~Creamers creamers@creamersrealm.com My Links: Website: http://creamersrealm.com/ Blog: http://creamersrealm.com/blog/ Forums: http://forum.creamersrealm.com/ Link Directory: http://creamertsrealm.com/servers/links/ Url Subbmission: http://creamersrealm.com/servers/urlsubmit/ _______________________________________________ wp-testers mailing list wp-testers@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.5.476 / Virus Database: 269.9.10/873 - Release Date: 26/06/2007 23:54 From rob at skeddy.net Wed Jun 27 17:52:07 2007 From: rob at skeddy.net (Rob Sked) Date: Wed Jun 27 17:52:20 2007 Subject: [wp-testers] Strange Link Category behavior In-Reply-To: <6657E205-6421-4864-A4A9-7E65F8AE5545@creamersrealm.com> References: <6657E205-6421-4864-A4A9-7E65F8AE5545@creamersrealm.com> Message-ID: <001501c7b8e3$e16db9a0$a4492ce0$@net> I've had this happen to me on a few occasions, I've just not reported the problem yet (yeah, been busy at work). I'll update to the latest SVN and if it's still happening, then I'll file a bug report. Skeddy http://skeddy.net -----Original Message----- From: wp-testers-bounces@lists.automattic.com [mailto:wp-testers-bounces@lists.automattic.com] On Behalf Of Creamers Sent: 27 June 2007 12:22 To: wp-testers@lists.automattic.com Subject: Re: [wp-testers] Strange Link Category behavior i havent seen it or heard of it just upgrade to a different nightly build. Nightly Builds arent always great. On Jun 27, 2007, at 7:17 AM, Corey Thompson wrote: > Hi all, > > I'm currently using nightly from 06-09 (I will be moving on soon) and > have noticed a strange behavior with link categories. As an aside, I > also am experiencing the creation of "0" categories when a draft is > autosaved. This phenomenon, though, occurs when you are populating > your blogroll. I have noticed that when you input a link in the link > manager and then change what category you want to have it in, every > link that you had in the "old" category is no longer categorised. > > example: > > I add http://coreythompson.com to my blogroll and assign it to the > "Places I like" category but then realize it would be better placed in > "Daily Travels". I go and fix it with the link manager edit function > and, voila! Everything else assigned to "Places I Like" now also has > no category. > > I haven't seen this reported as a bug. Has anyone seen or > experienced this? > _______________________________________________ > wp-testers mailing list > wp-testers@lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-testers ~Creamers creamers@creamersrealm.com My Links: Website: http://creamersrealm.com/ Blog: http://creamersrealm.com/blog/ Forums: http://forum.creamersrealm.com/ Link Directory: http://creamertsrealm.com/servers/links/ Url Subbmission: http://creamersrealm.com/servers/urlsubmit/ _______________________________________________ wp-testers mailing list wp-testers@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.5.476 / Virus Database: 269.9.10/873 - Release Date: 26/06/2007 23:54 From paal at drange.net Wed Jun 27 18:32:58 2007 From: paal at drange.net (=?ISO-8859-1?Q?P=E5l_Gr=F8n=E5s_Drange?=) Date: Wed Jun 27 18:33:06 2007 Subject: [wp-testers] WP Tag Cloud parameter question... In-Reply-To: <4682686D.7080602@gmail.com> References: <4682686D.7080602@gmail.com> Message-ID: <4682AD5A.6060905@drange.net> spencerp wrote: > I had asked about this before, and was trying to find that someone's > reply post in the archives but couldn't off hand. It's regarding the > WP Tag Cloud. I recently saw a bug for this specific function, but I don't think that has anything to do with this (http://trac.wordpress.org/ticket/4549) > I'm using this for sidebar.php file for theme: > > > > But what's the code to include to that, to display only a set amount > of WP tags, rather then ALL of them on the sidebar? Mr. Jeremy Visser > thought the "number" parameter is what I'm after, but he says it's > not working either.. It should be > "However, it doesn't work, and if you look inside the > wp_generate_tag_cloud() function, it doesn't even touch $number. So, > I presume the WP guys haven't implemented it yet." It touches number with the function wp_parse_args ( line 1288 in wp-includes/functions.php ) and again in wp_generate_tag_cloud. I do not know much this topic (hell, I don't even know what that function does, nor the wp_parse_args (except merging two arrays)), so you should listen to what others say. Neither do I know PHP to well (and if someone can tell me why they use $args = '' as parameters in a function I will be very happy. --- pgdx From theapparatus at gmail.com Wed Jun 27 18:53:53 2007 From: theapparatus at gmail.com (Dr. Mike Wendell) Date: Wed Jun 27 18:54:03 2007 Subject: [wp-testers] Hey Wp-testers@lists.automattic.com ;) In-Reply-To: <68DF9178-A138-4C54-9A31-59DE9E7EF467@creamersrealm.com> References: <635108015.1182903662151.JavaMail.root@sfapp220> <46825EE1.4010108@gmail.com> <18EDA0D5-9981-426D-9DA3-14DBB5F2F869@creamersrealm.com> <46826238.3070909@gmail.com> <68DF9178-A138-4C54-9A31-59DE9E7EF467@creamersrealm.com> Message-ID: On 6/27/07, Creamers wrote: > every one has links in thier sig almost. You're right. They do. Did you look at how they're presented though? For example: http://lipas.uwasa.fi/~ts/http/signatur.html Net etiquette (the "netiquette") and practice dictate about four lines at a maximum. You have 14. -- Blog: http://drmikessteakdinner.com Kim Possible: Remixed: http://kimpossibleremixed.com Get your own free hosted WordPress Blog today: http://daria.be From paal at drange.net Wed Jun 27 18:56:39 2007 From: paal at drange.net (=?ISO-8859-1?Q?P=E5l_Gr=F8n=E5s_Drange?=) Date: Wed Jun 27 18:56:46 2007 Subject: [wp-testers] WP Tag Cloud parameter question... In-Reply-To: <4682AD5A.6060905@drange.net> References: <4682686D.7080602@gmail.com> <4682AD5A.6060905@drange.net> Message-ID: <4682B2E7.2080308@drange.net> P?l Gr?n?s Drange wrote: > spencerp wrote: >> "However, it doesn't work, and if you look inside the >> wp_generate_tag_cloud() function, it doesn't even touch $number. >> So, I presume the WP guys haven't implemented it yet." > It touches number with the function wp_parse_args ( line 1288 in > wp-includes/functions.php ) and again in wp_generate_tag_cloud. No, you're absolutely right, my friend. It doesn't touch it. It should have done so in the function wp_generate_tag_cloud( $tags, $args = ''), but it doesn't. You can try to do something like this to the foreach in that function: ================================= $numbers = 0; foreach ( $counts as $tag => $count ) { if ($numbers++ >= $number) break; $tag_link = clean_url($tag_links[$tag]); $tag = str_replace(' ', ' ', wp_specialchars( $tag )); $a[] = "$tag"; } ================================= ----pgdx From theape at thelittlechimpsociety.com Wed Jun 27 18:58:04 2007 From: theape at thelittlechimpsociety.com (LCSV4) Date: Wed Jun 27 18:58:01 2007 Subject: [wp-testers] Hey Wp-testers@lists.automattic.com ;) In-Reply-To: References: <635108015.1182903662151.JavaMail.root@sfapp220> <46825EE1.4010108@gmail.com> <18EDA0D5-9981-426D-9DA3-14DBB5F2F869@creamersrealm.com> <46826238.3070909@gmail.com> <68DF9178-A138-4C54-9A31-59DE9E7EF467@creamersrealm.com> Message-ID: <4682B33C.80804@thelittlechimpsociety.com> Can you all please quit talking about the sigs on the mailing list, join a forum! Dr. Mike Wendell wrote: > On 6/27/07, Creamers wrote: >> every one has links in thier sig almost. > > You're right. They do. Did you look at how they're presented though? > > For example: > > http://lipas.uwasa.fi/~ts/http/signatur.html > > Net etiquette (the "netiquette") and practice dictate about four lines > at a maximum. > > You have 14. > From paal at drange.net Wed Jun 27 19:04:10 2007 From: paal at drange.net (=?ISO-8859-1?Q?P=E5l_Gr=F8n=E5s_Drange?=) Date: Wed Jun 27 19:04:18 2007 Subject: [wp-testers] WP Tag Cloud parameter question... In-Reply-To: <4682B2E7.2080308@drange.net> References: <4682686D.7080602@gmail.com> <4682AD5A.6060905@drange.net> <4682B2E7.2080308@drange.net> Message-ID: <4682B4AA.9040307@drange.net> P?l Gr?n?s Drange wrote: > P?l Gr?n?s Drange wrote: >> spencerp wrote: >>> "However, it doesn't work, and if you look inside the >>> wp_generate_tag_cloud() function, it doesn't even touch $number. >>> So, I presume the WP guys haven't implemented it yet." >> It touches number with the function wp_parse_args ( line 1288 in >> wp-includes/functions.php ) and again in wp_generate_tag_cloud. > No, you're absolutely right, my friend. It doesn't touch it. It should > have done so in the function wp_generate_tag_cloud( $tags, $args = ''), > but it doesn't. > > You can try to do something like this to the foreach in that function: > > ================================= > > $numbers = 0; > foreach ( $counts as $tag => $count ) { > if ($numbers++ >= $number) > break; > $tag_link = clean_url($tag_links[$tag]); > $tag = str_replace(' ', ' ', wp_specialchars( $tag )); > $a[] = "$tag"; > } > > ================================= > > ----pgdx And I created a trac: http://trac.wordpress.org/ticket/4552 ---pgdx From creamers at creamersrealm.com Wed Jun 27 19:45:02 2007 From: creamers at creamersrealm.com (Creamers) Date: Wed Jun 27 19:45:12 2007 Subject: [wp-testers] Hey Wp-testers@lists.automattic.com ;) In-Reply-To: <4682B33C.80804@thelittlechimpsociety.com> References: <635108015.1182903662151.JavaMail.root@sfapp220> <46825EE1.4010108@gmail.com> <18EDA0D5-9981-426D-9DA3-14DBB5F2F869@creamersrealm.com> <46826238.3070909@gmail.com> <68DF9178-A138-4C54-9A31-59DE9E7EF467@creamersrealm.com> <4682B33C.80804@thelittlechimpsociety.com> Message-ID: gosh im about to block all of you if this dosn't stop please. Please just get back to wordpress. ~Creamers. When i use this again i modified my sig now. On Jun 27, 2007, at 2:58 PM, LCSV4 wrote: > Can you all please quit talking about the sigs on the mailing list, > join a forum! > > Dr. Mike Wendell wrote: >> On 6/27/07, Creamers wrote: >>> every one has links in thier sig almost. >> >> You're right. They do. Did you look at how they're presented >> though? >> >> For example: >> >> http://lipas.uwasa.fi/~ts/http/signatur.html >> >> Net etiquette (the "netiquette") and practice dictate about four >> lines >> at a maximum. >> >> You have 14. >> > > > _______________________________________________ > wp-testers mailing list > wp-testers@lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-testers ~Creamers creamers@creamersrealm.com My Links: Website: http://creamersrealm.com/ Blog: http://creamersrealm.com/blog/ Forums: http://forum.creamersrealm.com/ Link Directory: http://creamertsrealm.com/servers/links/ Url Submission: http://creamersrealm.com/servers/urlsubmit/ From paal at drange.net Wed Jun 27 20:28:23 2007 From: paal at drange.net (=?ISO-8859-1?Q?P=E5l_Gr=F8n=E5s_Drange?=) Date: Wed Jun 27 20:28:30 2007 Subject: [wp-testers] WP Tag Cloud parameter question... In-Reply-To: <4682B4AA.9040307@drange.net> References: <4682686D.7080602@gmail.com> <4682AD5A.6060905@drange.net> <4682B2E7.2080308@drange.net> <4682B4AA.9040307@drange.net> Message-ID: <4682C867.3090003@drange.net> If there's anyone here with access to SVN, this needs to be committed: http://trac.wordpress.org/attachment/ticket/4552/ticket4552 ----pgdx From spencerp1 at gmail.com Wed Jun 27 20:38:18 2007 From: spencerp1 at gmail.com (spencerp) Date: Wed Jun 27 20:38:16 2007 Subject: [wp-testers] WP Tag Cloud parameter question... In-Reply-To: <4682C867.3090003@drange.net> References: <4682686D.7080602@gmail.com> <4682AD5A.6060905@drange.net> <4682B2E7.2080308@drange.net> <4682B4AA.9040307@drange.net> <4682C867.3090003@drange.net> Message-ID: <4682CABA.20502@gmail.com> P?l Gr?n?s Drange wrote: > If there's anyone here with access to SVN, this needs to be committed: > > http://trac.wordpress.org/attachment/ticket/4552/ticket4552 > > ----pgdx Thanks so much for that! I'll give the patch a go on the localhost blog first, and then try those params for sidebar. :) ;) -- spencerp http://spencerp.net http://www.vindictivebastard.net From spencerp1 at gmail.com Wed Jun 27 21:04:23 2007 From: spencerp1 at gmail.com (spencerp) Date: Wed Jun 27 21:04:26 2007 Subject: [wp-testers] What to do, what to do... Message-ID: <4682D0D7.2050604@gmail.com> Ok folks, I have a few questions here for you... 1) Should I keep my internal organs of VindictiveBastard.net a little f-ed up, and as is but functioning ok... Meaning all the older tags that were there from before are showing up where need be, but the more recent ones that were added before this latest upgrade went bye bye. They don't show up, they were being placed in the wp-categories table... Which I now removed from there of course.. They still don't show up under more recent latest posts. Should I just go from where I'm at now, and just start modifying however many numerous recent posts, adding tags back again, or just ... 2) Wipe out all the tags from before and such, basically starting fresh and new? Just let me know what older original tables to delete, if I don't really need them that is... And please let me know how to wipe out ALL the tags without losing other vital post informations... Just want to know and have your guy's thoughts on what I should do with this. I don't want to have a half ass working tags thing here sigh. I'd rather have it as if it's a fresh installation, and have ability to add tags from the get again. Cause how it is now, it's just not right. I'd rather fix this issue before going any farther... Just let me know which tables could be dropped-no longer used really, if I can flush out a table of tags only etc etc without affecting anything else... Thanks in advanced.. From creamers at creamersrealm.com Wed Jun 27 21:10:49 2007 From: creamers at creamersrealm.com (Creamers) Date: Wed Jun 27 21:11:10 2007 Subject: [wp-testers] What to do, what to do... In-Reply-To: <4682D0D7.2050604@gmail.com> References: <4682D0D7.2050604@gmail.com> Message-ID: i dont thing you can delete any tables from wordpress without messing it up. Also make a sql backup first. On Jun 27, 2007, at 5:04 PM, spencerp wrote: > Ok folks, I have a few questions here for you... > > 1) Should I keep my internal organs of VindictiveBastard.net a > little f-ed up, and as is but functioning ok... Meaning all the > older tags that were there from before are showing up where need > be, but the more recent ones that were added before this latest > upgrade went bye bye. They don't show up, they were being placed in > the wp-categories table... Which I now removed from there of > course.. They still don't show up under more recent latest posts. > Should I just go from where I'm at now, and just start modifying > however many numerous recent posts, adding tags back again, or > just ... > > 2) Wipe out all the tags from before and such, basically starting > fresh and new? Just let me know what older original tables to > delete, if I don't really need them that is... And please let me > know how to wipe out ALL the tags without losing other vital post > informations... > > Just want to know and have your guy's thoughts on what I should do > with this. I don't want to have a half ass working tags thing here > sigh. I'd rather have it as if it's a fresh installation, and have > ability to add tags from the get again. Cause how it is now, it's > just not right. I'd rather fix this issue before going any farther... > > Just let me know which tables could be dropped-no longer used > really, if I can flush out a table of tags only etc etc without > affecting anything else... Thanks in advanced.. > > > _______________________________________________ > wp-testers mailing list > wp-testers@lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-testers ~Creamers creamers@creamersrealm.com Website: http://creamersrealm.com/ Forums:http://creamersrealm.com/forums Link Directory: http://creamertsrealm.com/servers/links/ From corey at coreythompson.com Thu Jun 28 00:54:09 2007 From: corey at coreythompson.com (Corey Thompson) Date: Thu Jun 28 00:54:15 2007 Subject: [wp-testers] Strange Link Category behavior Message-ID: I have tried it with June 27th and same behavior, unfortunately. From spencerp1 at gmail.com Thu Jun 28 02:47:54 2007 From: spencerp1 at gmail.com (spencerp) Date: Thu Jun 28 02:48:06 2007 Subject: [wp-testers] What to do, what to do... In-Reply-To: References: <4682D0D7.2050604@gmail.com> Message-ID: <4683215A.80806@gmail.com> Creamers wrote: > i dont thing you can delete any tables from wordpress without messing > it up. > > Also make a sql backup first. Uh, thanks for the words of wisdom there friend. Since your new on here, and I'm still riding on zero sleep. Not to mention I'm cranky. I'm not going to touch this email tonight, or whatever. *zips lips* ... /Aren't ya glad for self control... and you all know me! I think I'm doing pretty dang good! Good night folks! :D -- spencerp http://spencerp.net http://www.vindictivebastard.net From creamers at creamersrealm.com Thu Jun 28 02:51:17 2007 From: creamers at creamersrealm.com (Creamers) Date: Thu Jun 28 02:51:25 2007 Subject: [wp-testers] What to do, what to do... In-Reply-To: <4683215A.80806@gmail.com> References: <4682D0D7.2050604@gmail.com> <4683215A.80806@gmail.com> Message-ID: <9F4CFE7F-04EC-46B0-85CD-8F6D1AE71CC9@creamersrealm.com> goodnight. yes i am new to th wp testers i run a live site with joomla kinda hard to be in this to. On Jun 27, 2007, at 10:47 PM, spencerp wrote: > Creamers wrote: >> i dont thing you can delete any tables from wordpress without >> messing it up. >> >> Also make a sql backup first. > > Uh, thanks for the words of wisdom there friend. Since your new on > here, and I'm still riding on zero sleep. Not to mention I'm > cranky. I'm not going to touch this email tonight, or whatever. > *zips lips* ... /Aren't ya glad for self control... and you all > know me! I think I'm doing pretty dang good! Good night folks! :D > > -- > spencerp > http://spencerp.net > http://www.vindictivebastard.net > > _______________________________________________ > wp-testers mailing list > wp-testers@lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-testers ~Creamers creamers@creamersrealm.com My Links: Website: http://creamersrealm.com/ Blog: http://creamersrealm.com/blog/ Forums: http://forum.creamersrealm.com/ Link Directory: http://creamertsrealm.com/servers/links/ Url Submission: http://creamersrealm.com/servers/urlsubmit/ From santanu.misra at gmail.com Thu Jun 28 09:12:17 2007 From: santanu.misra at gmail.com (Santanu Misra) Date: Thu Jun 28 09:12:25 2007 Subject: [wp-testers] SVN question In-Reply-To: <54219.199.64.72.252.1182844325.squirrel@epia.ftwr.co.uk> References: <1252a01d0706252058l3742cad8k980eb6f71e200c8c@mail.gmail.com> <46809942.3000608@gmail.com> <1252a01d0706252319w9b12cd7t9e83b6c9d9b230e5@mail.gmail.com> <54219.199.64.72.252.1182844325.squirrel@epia.ftwr.co.uk> Message-ID: <1252a01d0706280212y4fd120dfxc2d8d59b1ecabc58@mail.gmail.com> svn diff --summarize http://svn.automatt ic.com/wordpress/tags/2.2 http://svn.automattic.com/wordpress/tags/2.2.1 On 6/26/07, Peter Westwood wrote: > > > On Tue, June 26, 2007 7:19 am, Santanu Misra wrote: > > Thanks for your reply. But how do you know 5479 and 5735 stands for WP > > 2.2.1and > > 2.2 respectively ? Is there any documents to find out that ? > > > > For SVN this command tells me the file listing than I can do some simple > > *NIX commands to find the unique files list. > > > > "svn log -q -v -r 5735:5479 > ..\patch.txt" > > > > > > I'm not sure that will exactly work unless you limit it to the 2.2 branch. > > The best way to generate a patch is like so: > > svn diff http://svn.automattic.com/wordpress/tags/2.2 > http://svn.automattic.com/wordpress/tags/2.2.1 > ~/2.2-to-2.2.1.patch > > For more info see [1][2] > > [1] > > http://blog.ftwr.co.uk/archives/2006/07/29/wordpress-204-released-security-update/ > [2] http://markjaquith.wordpress.com - any of the upgrade patch posts. > westi > -- > Peter Westwood > http://blog.ftwr.co.uk > _______________________________________________ > wp-testers mailing list > wp-testers@lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-testers > -- www.santm.com From spencerp1 at gmail.com Fri Jun 29 20:51:54 2007 From: spencerp1 at gmail.com (spencerp) Date: Fri Jun 29 20:52:04 2007 Subject: [wp-testers] WP Tag Cloud parameter question... In-Reply-To: <4682B4AA.9040307@drange.net> References: <4682686D.7080602@gmail.com> <4682AD5A.6060905@drange.net> <4682B2E7.2080308@drange.net> <4682B4AA.9040307@drange.net> Message-ID: <468570EA.3010706@gmail.com> P?l Gr?n?s Drange wrote: > P?l Gr?n?s Drange wrote: >> P?l Gr?n?s Drange wrote: >>> spencerp wrote: >>>> "However, it doesn't work, and if you look inside the >>>> wp_generate_tag_cloud() function, it doesn't even touch $number. >>>> So, I presume the WP guys haven't implemented it yet." >>> It touches number with the function wp_parse_args ( line 1288 in >>> wp-includes/functions.php ) and again in wp_generate_tag_cloud. >> No, you're absolutely right, my friend. It doesn't touch it. It >> should have done so in the function wp_generate_tag_cloud( $tags, >> $args = ''), but it doesn't. >> >> You can try to do something like this to the foreach in that function: >> >> ================================= >> >> $numbers = 0; >> foreach ( $counts as $tag => $count ) { >> if ($numbers++ >= $number) >> break; >> $tag_link = clean_url($tag_links[$tag]); >> $tag = str_replace(' ', ' ', wp_specialchars( $tag )); >> $a[] = "$tag"; >> } >> >> ================================= >> >> ----pgdx > > And I created a trac: > > http://trac.wordpress.org/ticket/4552 > > ---pgdx > Ok, I finally tried this on the localhost. The tags show only limited amount, which is what your patch is intended to do. :D I set the display to 40 and it's only showing 40 like supposed to. However, the largest and smallest function isn't working. They all small. Here is what I was using: Comparing to what you wrote above there, and to your patch, you seemed to be missing this end part in your patch: * ( $smallest + ( ( $count - $min_count ) * $font_step ) ) . "$unit;'>$tag"; } *I tried your patch the way it was on your filed ticket, and then added that ending part right above there too and nothing. The tags are all still small, any thoughts? Maybe it's something I'm not doing correctly? Thanks again for your patch though! "We" getting closer! :D -- spencerp http://spencerp.net http://www.vindictivebastard.net From barbaracvs at gmail.com Fri Jun 29 20:53:05 2007 From: barbaracvs at gmail.com (=?UTF-8?Q?B=C3=A1rbara?=) Date: Fri Jun 29 20:53:14 2007 Subject: [wp-testers] Join me on Last.fm! Message-ID: <777c73285acf44b71dff28d3922ab5de@www.last.fm> Hi wp-testers@lists.automattic.com, Add me as a friend on Last.fm so we can share our music taste :)? Check out what I'm listening to: http://www.last.fm/user/metalgoth/?invitedby=metalgoth&tp=ff_tp_b -------- Signing up is free and takes less than a minute. Just click the link to automatically become my friend. http://www.last.fm/join/?invitedby=metalgoth&tp=ff_tp_b Visit my music profile and leave me a shout! I'll see you around, B?rbara PS: I'm 'metalgoth' on Last.fm -------- You received this message because someone (B?rbara) who knows you sent you an invitation to join them on Last.fm. Your address was not saved and we will never contact you unsolicited. For more information, see our privacy policy at: http://www.last.fm/help/privacy.php