[wp-testers] New Topic: <style> <script> tag in editor user level

f fombyf at lavabit.com
Wed Jun 16 09:26:10 UTC 2010


New one.

My client made me an admin on 3.0 RCx. If I try to publish or even save a 
post with <script> or <style> they are stripped.

Only the <> not the </> are stripped.

More importantly, if I try a _restore_ it also strips before publishingm and 
when the content shows in the editor (non-wysiwyg) it's also stripped.

When my client posts, or restores everthing is fine.

It's pretty clear to me it's a  userlevel bug. The admin panel shows 
Administrator, but I am thinking that there is a level issue since the merge 
with MU.

I downloaded latest overnight build and have the same problem.
We can figure this out. Let's all shoot for a July 3th Full Release.


----- Original Message ----- 
From: <wp-testers-request at lists.automattic.com>
To: <wp-testers at lists.automattic.com>
Sent: Tuesday, June 15, 2010 3:38 PM
Subject: wp-testers Digest, Vol 64, Issue 42


> Send wp-testers mailing list submissions to
> wp-testers at lists.automattic.com
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.automattic.com/mailman/listinfo/wp-testers
> or, via email, send a message with subject or body 'help' to
> wp-testers-request at lists.automattic.com
>
> You can reach the person managing the list at
> wp-testers-owner at lists.automattic.com
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of wp-testers digest..."
>
>
> Today's Topics:
>
>   1. Re: Custom fields are deleted from custom post types with
>      "Quick Edit" (Patrik B?na)
>   2. noconetion (hamoud309 at gmail.com)
>   3. custom post types filter category (taxonomy) (Damian Biedziak)
>   4. Re: Custom fields are deleted from custom post types with
>      "Quick Edit" (Jason Bobich)
>   5. Help with the XML-RPC API (Tim Golen)
>   6. Re: Category-to-tag importer still borked? (Tris Hussey)
>   7. Re: Custom fields are deleted from custom post types with
>      "Quick Edit" (Patrik B?na)
>   8. Question (Patrick)
>   9. Re: Question (Philip M. Hofer (Frumph))
>  10. Problems with NextGen Gallery in WP 3 network (Michael Preis)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Tue, 15 Jun 2010 15:18:29 +0200
> From: Patrik B?na <patrik.bona at mrhead.sk>
> Subject: Re: [wp-testers] Custom fields are deleted from custom post
> types with "Quick Edit"
> To: wp-testers at lists.automattic.com
> Message-ID: <4C177DA5.8040609 at mrhead.sk>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Do you have any add_meta_box() funcionality in your theme's functions.php 
> ?
>
> Patrik
>
> On 06/15/2010 07:29 AM, Jason Bobich wrote:
>> This is a fresh installation of Wordpress. I have no plugins at all.
>>
>> Is there anything that could have been done when registering the custom 
>> post type or taxonomies that would cause this?
>>
>>
>>> From: wp at andrewnacin.com
>>> Date: Tue, 15 Jun 2010 01:09:17 -0400
>>> To: wp-testers at lists.automattic.com
>>> Subject: Re: [wp-testers] Custom fields are deleted from custom post 
>>> types with "Quick Edit"
>>>
>>> On Tue, Jun 15, 2010 at 12:32 AM, Jason 
>>> Bobich<jason_bobich at hotmail.com>wrote:
>>>
>>>
>>>> I have a custom post type setup and when I'm on edit.php and use the 
>>>> "Quick
>>>> Edit" and click "Update", any custom fields attached to that post are
>>>> deleted. Has anyone else run into this? Any possible causes for this?
>>>>
>>>>
>>> If I had to guess, a plugin. Most issues we've seen relating to things 
>>> like
>>> this are being caused by a plugin.
>>> _______________________________________________
>>> wp-testers mailing list
>>> wp-testers at lists.automattic.com
>>> http://lists.automattic.com/mailman/listinfo/wp-testers
>>>
>>
>> _______________________________________________
>> wp-testers mailing list
>> wp-testers at lists.automattic.com
>> http://lists.automattic.com/mailman/listinfo/wp-testers
>>
>>
>
>
>
> ------------------------------
>
> Message: 2
> Date: Tue, 15 Jun 2010 13:57:06 +0000
> From: "hamoud309 at gmail.com" <hamoud309 at gmail.com>
> Subject: [wp-testers] noconetion
> To: <wp-testers at lists.automattic.com>
> Message-ID: <4c1786b3.015b8d0a.4a55.ffff8395 at mx.google.com>
> Content-Type: text/plain; charset=UTF-8
>
> logmein.com.i was conectd to than every thing go wrong her
>
> ----------
> Sent from the Verizon network using Mobile Email
>
>
> ------------------------------
>
> Message: 3
> Date: Tue, 15 Jun 2010 16:58:24 +0200
> From: Damian Biedziak <info at d4b.com.pl>
> Subject: [wp-testers] custom post types filter category (taxonomy)
> To: wp-testers at lists.automattic.com
> Message-ID:
> <AANLkTimqU5YQ_1xapRXm5rzS3z17MO9rCOSdp_W3BBbK at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-2
>
> If I create a custom post, how can I filter my query to a specific 
> category?
>
> Let's say a create a custom post type called 'Music' and I create 3
> categories : 'jazz', 'classical' and rock. How can I only display the 
> 'jazz'
> and 'rock' entries??
>
>
> This's not wok query_posts('post_type=uslugi&cat=17,19'); ?
>
> <?php
>
> $args=array(
>    'post_type' => array('uslugi'),
>    'caller_get_posts'=>1,
>    'posts_per_page'=>1,
>    'order' => 'ASC',
>    'kat-uslugi' => 'Nasze Us?ugi', // how add more categories ??
>    'showposts' => 4,
>
> );
>
> //query_posts($args);
> $my_query = new WP_Query($args);
> ?>
> damian
>
>
> ------------------------------
>
> Message: 4
> Date: Tue, 15 Jun 2010 07:00:07 -0800
> From: Jason Bobich <jason_bobich at hotmail.com>
> Subject: Re: [wp-testers] Custom fields are deleted from custom post
> types with "Quick Edit"
> To: <wp-testers at lists.automattic.com>
> Message-ID: <SNT141-w18825F30AE151BB319F463E4DD0 at phx.gbl>
> Content-Type: text/plain; charset="iso-8859-1"
>
>
> In my class where I setup my custom post type, I do use the add_meta_box() 
> function to create a meta box. The custom fields that I'm saying are being 
> deleted when using "Quick Edit" are custom fields created with this meta 
> box.
>
> Does that have any significance?
>
>> Date: Tue, 15 Jun 2010 15:18:29 +0200
>> From: patrik.bona at mrhead.sk
>> To: wp-testers at lists.automattic.com
>> Subject: Re: [wp-testers] Custom fields are deleted from custom post 
>> types with "Quick Edit"
>>
>> Do you have any add_meta_box() funcionality in your theme's functions.php 
>> ?
>>
>> Patrik
>>
>> On 06/15/2010 07:29 AM, Jason Bobich wrote:
>> > This is a fresh installation of Wordpress. I have no plugins at all.
>> >
>> > Is there anything that could have been done when registering the custom 
>> > post type or taxonomies that would cause this?
>> >
>> >
>> >> From: wp at andrewnacin.com
>> >> Date: Tue, 15 Jun 2010 01:09:17 -0400
>> >> To: wp-testers at lists.automattic.com
>> >> Subject: Re: [wp-testers] Custom fields are deleted from custom post 
>> >> types with "Quick Edit"
>> >>
>> >> On Tue, Jun 15, 2010 at 12:32 AM, Jason 
>> >> Bobich<jason_bobich at hotmail.com>wrote:
>> >>
>> >>
>> >>> I have a custom post type setup and when I'm on edit.php and use the 
>> >>> "Quick
>> >>> Edit" and click "Update", any custom fields attached to that post are
>> >>> deleted. Has anyone else run into this? Any possible causes for this?
>> >>>
>> >>>
>> >> If I had to guess, a plugin. Most issues we've seen relating to things 
>> >> like
>> >> this are being caused by a plugin.
>> >> _______________________________________________
>> >> wp-testers mailing list
>> >> wp-testers at lists.automattic.com
>> >> http://lists.automattic.com/mailman/listinfo/wp-testers
>> >>
>> >
>> > _______________________________________________
>> > wp-testers mailing list
>> > wp-testers at lists.automattic.com
>> > http://lists.automattic.com/mailman/listinfo/wp-testers
>> >
>> >
>>
>> _______________________________________________
>> wp-testers mailing list
>> wp-testers at lists.automattic.com
>> http://lists.automattic.com/mailman/listinfo/wp-testers
>
>
> ------------------------------
>
> Message: 5
> Date: Tue, 15 Jun 2010 09:29:46 -0600
> From: Tim Golen <tim at golen.net>
> Subject: [wp-testers] Help with the XML-RPC API
> To: wp-testers <wp-testers at lists.automattic.com>
> Message-ID:
> <AANLkTina1lSC8QkTkm2JNDB9MkBZbWGWYJzjVuZACidN at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Hello,
>
> If anyone has any experience with the XML-RPC API, could you please help 
> me
> out? There is very little documentation on how to actually get the API to
> work. I've got all the functions at
> http://codex.wordpress.org/XML-RPC_wp working
> just fine... However, I noticed there aren't any functions for
> adding/deleting/editing/retrieving actual posts. How is that supposed to 
> be
> handled? It mentions at http://codex.wordpress.org/XML-RPC_Support that
> Wordpress supports the Blogger API (and others) and those do have 
> functions
> for working with posts. It doesn't make sense to me that you have to use
> another systems API in order to make a post.
>
> Regardless, I tried to use the function blogger.newPost to create a post 
> and
> it keeps telling me the username and password is incorrect. All the calls 
> I
> make to wp.* functions work just fine with my username and password. Am I
> missing something obvious here?
>
> Thanks for the help!
> Tim
>
>
> ------------------------------
>
> Message: 6
> Date: Tue, 15 Jun 2010 10:55:51 -0700
> From: Tris Hussey <tris.hussey at gmail.com>
> Subject: Re: [wp-testers] Category-to-tag importer still borked?
> To: wp-testers at lists.automattic.com
> Message-ID: <53D1298D-B597-4D4B-A461-BEEEB0D39B39 at gmail.com>
> Content-Type: text/plain; charset=us-ascii
>
> Yes, exactly. I know I could look for the typo in the code (thank you 
> Andrew), but I'm trying to keep from doing that since I'd like to know 
> when it's fixed so I can let clients know.
>
> T
> --
> Tris Hussey
> Writer | Teacher | Internet Rogue
> cell: 604-319-6765
> http://trishussey.com/
> Author of Create Your Own Blog and Using WordPress
>
> On Jun 15, 2010, at 4:51 AM, Andrew Nacin wrote:
>
>> On Tue, Jun 15, 2010 at 7:48 AM, Dion Hulse (dd32) 
>> <wordpress at dd32.id.au>wrote:
>>
>>> Where are you finding the link which results in that error?
>>
>>
>> It's in the tag/cat converter in the plugins repo. There's a ticket for 
>> it.
>> The importer slug was changed when it was removed from core but not
>> everywhere.
>> _______________________________________________
>> wp-testers mailing list
>> wp-testers at lists.automattic.com
>> http://lists.automattic.com/mailman/listinfo/wp-testers
>
>
>
> ------------------------------
>
> Message: 7
> Date: Tue, 15 Jun 2010 20:05:10 +0200
> From: Patrik B?na <patrik.bona at mrhead.sk>
> Subject: Re: [wp-testers] Custom fields are deleted from custom post
> types with "Quick Edit"
> To: wp-testers at lists.automattic.com
> Message-ID: <4C17C0D6.2020707 at mrhead.sk>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> It can be related... please paste your code here, or try to remove whole
> content of functions.php (and deactivate all plugins) if it will help.
>
> Patrik
>
> On 06/15/2010 05:00 PM, Jason Bobich wrote:
>> In my class where I setup my custom post type, I do use the 
>> add_meta_box() function to create a meta box. The custom fields that I'm 
>> saying are being deleted when using "Quick Edit" are custom fields 
>> created with this meta box.
>>
>> Does that have any significance?
>>
>>
>>> Date: Tue, 15 Jun 2010 15:18:29 +0200
>>> From: patrik.bona at mrhead.sk
>>> To: wp-testers at lists.automattic.com
>>> Subject: Re: [wp-testers] Custom fields are deleted from custom post 
>>> types with "Quick Edit"
>>>
>>> Do you have any add_meta_box() funcionality in your theme's 
>>> functions.php ?
>>>
>>> Patrik
>>>
>>> On 06/15/2010 07:29 AM, Jason Bobich wrote:
>>>
>>>> This is a fresh installation of Wordpress. I have no plugins at all.
>>>>
>>>> Is there anything that could have been done when registering the custom 
>>>> post type or taxonomies that would cause this?
>>>>
>>>>
>>>>
>>>>> From: wp at andrewnacin.com
>>>>> Date: Tue, 15 Jun 2010 01:09:17 -0400
>>>>> To: wp-testers at lists.automattic.com
>>>>> Subject: Re: [wp-testers] Custom fields are deleted from custom post 
>>>>> types with "Quick Edit"
>>>>>
>>>>> On Tue, Jun 15, 2010 at 12:32 AM, Jason 
>>>>> Bobich<jason_bobich at hotmail.com>wrote:
>>>>>
>>>>>
>>>>>
>>>>>> I have a custom post type setup and when I'm on edit.php and use the 
>>>>>> "Quick
>>>>>> Edit" and click "Update", any custom fields attached to that post are
>>>>>> deleted. Has anyone else run into this? Any possible causes for this?
>>>>>>
>>>>>>
>>>>>>
>>>>> If I had to guess, a plugin. Most issues we've seen relating to things 
>>>>> like
>>>>> this are being caused by a plugin.
>>>>> _______________________________________________
>>>>> wp-testers mailing list
>>>>> wp-testers at lists.automattic.com
>>>>> http://lists.automattic.com/mailman/listinfo/wp-testers
>>>>>
>>>>>
>>>>
>>>> _______________________________________________
>>>> wp-testers mailing list
>>>> wp-testers at lists.automattic.com
>>>> http://lists.automattic.com/mailman/listinfo/wp-testers
>>>>
>>>>
>>>>
>>> _______________________________________________
>>> wp-testers mailing list
>>> wp-testers at lists.automattic.com
>>> http://lists.automattic.com/mailman/listinfo/wp-testers
>>>
>>
>> _______________________________________________
>> wp-testers mailing list
>> wp-testers at lists.automattic.com
>> http://lists.automattic.com/mailman/listinfo/wp-testers
>>
>>
>
>
>
> ------------------------------
>
> Message: 8
> Date: Tue, 15 Jun 2010 15:03:58 -0400
> From: Patrick <tpblogeditor at gmail.com>
> Subject: [wp-testers] Question
> To: wp-testers at lists.automattic.com
> Message-ID:
> <AANLkTil8d3mKyROT7zb33fKT_7pR-YRO1YZ-v8UqWdLd at mail.gmail.com>
> Content-Type: text/plain; charset=UTF-8
>
> Did they ever fix the bug, that does not allow you to change misspellings 
> in
> Categories and Tags?
>
> I think that's still broken.
>
>
> -Patrick
> http://www.politicalbyline.com
>
>
> ------------------------------
>
> Message: 9
> Date: Tue, 15 Jun 2010 12:27:59 -0700
> From: "Philip M. Hofer \(Frumph\)" <philip at frumph.net>
> Subject: Re: [wp-testers] Question
> To: <wp-testers at lists.automattic.com>
> Message-ID: <CE9270D5753340AA85C4EE7F4C783C90 at frumph.net>
> Content-Type: text/plain; format=flowed; charset="iso-8859-1";
> reply-type=original
>
> You mean in the multisite where you can't change the slug?  I believe 
> thats
> disabled with sitewide tags enabled, disable sitewide tags and you can 
> edit
> slugs again.
>
>
>
>
> ----- Original Message ----- 
> From: "Patrick" <tpblogeditor at gmail.com>
> To: <wp-testers at lists.automattic.com>
> Sent: Tuesday, June 15, 2010 12:03 PM
> Subject: [wp-testers] Question
>
>
>> Did they ever fix the bug, that does not allow you to change misspellings
>> in
>> Categories and Tags?
>>
>> I think that's still broken.
>>
>>
>> -Patrick
>> http://www.politicalbyline.com
>> _______________________________________________
>> wp-testers mailing list
>> wp-testers at lists.automattic.com
>> http://lists.automattic.com/mailman/listinfo/wp-testers
>>
>
>
>
> ------------------------------
>
> Message: 10
> Date: Tue, 15 Jun 2010 21:38:03 +0200
> From: Michael Preis <m.preis at simadesign.de>
> Subject: [wp-testers] Problems with NextGen Gallery in WP 3 network
> To: wp-testers at lists.automattic.com
> Message-ID: <4C17D69B.8040009 at simadesign.de>
> Content-Type: text/plain; charset=ISO-8859-15; format=flowed
>
> Hi,
>
> I tried to install the plugin NextGen Gallery on Wordpress 3.0 with
> networking.
>
> It seems that it runs with out any problems on the main blog, but in
> other sub-blogs there comes this error:
>
>
> "Upgrade NextGen Gallery
>
> The script detect that you upgrade from a older version. Your database
> tables for NextGEN Gallery is out-of-date, and must be upgraded before
> you can continue. If you would like to downgrade later, please make
> first a complete backup of your database and the images.
>
> The upgrade process may take a while, so please be patient."
>
>
> Testing the "Start upgrade now" option -> brings no solution. :-(
>
> greets
> Micha
>
>
> ------------------------------
>
> _______________________________________________
> wp-testers mailing list
> wp-testers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-testers
>
>
> End of wp-testers Digest, Vol 64, Issue 42
> ******************************************
>
> ____________________________________________________________________________________
> A Secret to Lose My Belly: I used to have a fat belly until I found this 
> unique trick
> http://click.lavabit.com/?r=MTYyNjYz
> ____________________________________________________________________________________ 




More information about the wp-testers mailing list