[wp-testers] 3.2 beta

2011-05-16 Thread Andrew Ozz
It's been suspiciously quiet here for about two weeks. Now that WordPress 3.2-beta is out, we can take this as a big compliment, i.e. all is working beautifully and there are no bugs at all, or more likely there's something going on with the list server :-)

Re: [wp-testers] 3.2 beta

2011-05-16 Thread Dougal Campbell
On May 16 2011 10:05 AM, Andrew Ozz wrote: It's been suspiciously quiet here for about two weeks. Now that WordPress 3.2-beta is out, we can take this as a big compliment, i.e. all is working beautifully and there are no bugs at all, or more likely there's something going on with the list

Re: [wp-testers] 3.2 beta

2011-05-16 Thread Jonathan Smith
I don't know. Maybe I lack the answer for the bug or the resilient ego to submit a bug. On Mon, May 16, 2011 at 10:05 AM, Andrew Ozz ad...@laptoptips.ca wrote: It's been suspiciously quiet here for about two weeks. Now that WordPress 3.2-beta is out, we can take this as a big compliment,

[wp-testers] Call to undefined method WP_Roles::WP_Roles()

2011-05-16 Thread Michael Winkler
Hi, I use in my plugins the following code to show a list of user roles: ?php global $wp_roles; $wp_roles-WP_Roles(); foreach ($wp_roles-role_names as $roledex = $rolename) { $role = $wp_roles-get_role($roledex); $select = $role-has_cap('use_teachpress') ? 'selected=selected' :

Re: [wp-testers] 3.2 beta

2011-05-16 Thread Jonathan Smith
Whoops, that was unfair. I was dealing with a bug in Ubuntu Natty, thus the knee-jerk reply toward wptesters. Word Perfect is more ignoramus friendly and the remark was undeserved. On Mon, May 16, 2011 at 10:30 AM, Jonathan Smith jcwin...@gmail.com wrote: I don't know. Maybe I lack the answer

Re: [wp-testers] Call to undefined method WP_Roles::WP_Roles()

2011-05-16 Thread Dion Hulse (dd32)
The PHP4 style constructors were removed from the classes, as the php5 __construct() is used instead. You should be able to safely remove this line: $wp_roles-WP_Roles(); from the code, as it should not actually do anything. When $wp_roles is instantated, that method (in previous versions) was

Re: [wp-testers] Call to undefined method WP_Roles::WP_Roles()

2011-05-16 Thread Jon Cave
On Mon, May 16, 2011 at 3:43 PM, Michael Winkler michi.m...@googlemail.com wrote: Hi, I use in my plugins the following code to show a list of user roles: ?php global $wp_roles; $wp_roles-WP_Roles(); foreach ($wp_roles-role_names as $roledex = $rolename) {       $role =

Re: [wp-testers] Call to undefined method WP_Roles::WP_Roles()

2011-05-16 Thread Michael Winkler
Removing $wp_roles-WP_Roles(); works. Thanks for the quick reply :-) Kind regards, Michael Am 16.05.2011 16:48, schrieb Dion Hulse (dd32): The PHP4 style constructors were removed from the classes, as the php5 __construct() is used instead. You should be able to safely remove this line:

Re: [wp-testers] 3.2 beta

2011-05-16 Thread Brian Layman
WordPress isn't too bad about it either... (Glad I'm not the only one who occasionally pops back to the old meaning of WP...) On 5/16/2011 10:47 AM, Jonathan Smith wrote: Whoops, that was unfair. I was dealing with a bug in Ubuntu Natty, thus the knee-jerk reply toward wptesters. Word

[wp-testers] Plugin authors info about 3.2

2011-05-16 Thread Andrew Ozz
Was preparing the plugin authors email announcement and thought I should post it here too. It's all old news for most people on the lists, but anyways: 1. The admin UI style was updated. This is mostly a visual update so if your plugin uses the default admin CSS styles on its settings page,

Re: [wp-testers] wp-testers Digest, Vol 75, Issue 1

2011-05-16 Thread kfrey
Hello, I will be out of the office beginning Wednesday, May 11 and will not return until Tuesday, May 17. Please direct all calls and emails to: Adria Higginson 949.442.0512 ad...@brandailers.com Thank you, Keith Frey ___ wp-testers mailing list

Re: [wp-testers] 3.2 beta

2011-05-16 Thread Salahuddin Hairai
anyone got problem when adding post to wordpress using latest nightly build? my post will auto scheduled even i want to publish it immediately. if i manually edit the time in quick edit to be same as utc, it'll be ok. i set my time setting to +8 in setting. On Tue, May 17, 2011 at 12:34 AM, Brian

Re: [wp-testers] 3.2 beta

2011-05-16 Thread Đặng Anh Đức
I'm adding post normail, some functions was better than 3.1 ! Just Beta version but i like this build :) On Tue, May 17, 2011 at 12:19 PM, Salahuddin Hairai mr.o...@gmail.comwrote: anyone got problem when adding post to wordpress using latest nightly build? my post will auto scheduled even i