[wp-testers] Has the Google Gears feature been removed from 3.0?

2010-04-07 Thread Kirk M
Hi all - I noticed today that Under Tools there is no longer an entry 
for Google Gears. Has this feature been removed from WP 3.0 altogether? 
No big deal as I realize that Google is no longer developing Gears but 
they are supporting existing applications that still use it.


Just wondering.
___
wp-testers mailing list
wp-testers@lists.automattic.com
http://lists.automattic.com/mailman/listinfo/wp-testers


Re: [wp-testers] Has the Google Gears feature been removed from 3.0?

2010-04-07 Thread info pwph

Looks like it's been removed going by trac, not sure why thought:
http://core.trac.wordpress.org/changeset/13981

Martin
i...@premiumwphosting.com
www.premiumwphosting.com

--
From: Kirk M kmb4...@gmail.com
Sent: Thursday, April 08, 2010 1:42 AM
To: wp-testers@lists.automattic.com
Subject: [wp-testers] Has the Google Gears feature been removed from 3.0?

Hi all - I noticed today that Under Tools there is no longer an entry 
for Google Gears. Has this feature been removed from WP 3.0 altogether? 
No big deal as I realize that Google is no longer developing Gears but 
they are supporting existing applications that still use it.


Just wondering.
___
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


Re: [wp-testers] Has the Google Gears feature been removed from 3.0?

2010-04-07 Thread Peter Westwood

On 7 Apr 2010, at 17:43, info pwph wrote:

 Looks like it's been removed going by trac, not sure why thought:
 http://core.trac.wordpress.org/changeset/13981

http://core.trac.wordpress.org/ticket/11301

It is no longer a viable solution and doesn't have a long term life.

Unfortunately a HTML5 based alternative doesn't exist at the moment.

Cheers

Peter
-- 
Peter Westwood
http://blog.ftwr.co.uk | http://westi.wordpress.com
C53C F8FC 8796 8508 88D6 C950 54F4 5DCD A834 01C5

___
wp-testers mailing list
wp-testers@lists.automattic.com
http://lists.automattic.com/mailman/listinfo/wp-testers


Re: [wp-testers] Has the Google Gears feature been removed from 3.0?

2010-04-07 Thread Kirk M
Thanks for the reply. I forgot about ticket 11301 which I had been 
following until life in general called me away (we all know how that 
is, yes?). I will say that running WP 3.0 nightlies on a test install 
(Firefox 3.6/Ubuntu 10.04 beta 1) is very stable and fast even without 
Gears. Seems like you devs have been hard at work at streamlining the 
back end a bit?


On 04/07/2010 01:34 PM, Peter Westwood wrote:


On 7 Apr 2010, at 17:43, info pwph wrote:


Looks like it's been removed going by trac, not sure why thought:
http://core.trac.wordpress.org/changeset/13981


http://core.trac.wordpress.org/ticket/11301

It is no longer a viable solution and doesn't have a long term life.

Unfortunately a HTML5 based alternative doesn't exist at the moment.

Cheers

Peter

___
wp-testers mailing list
wp-testers@lists.automattic.com
http://lists.automattic.com/mailman/listinfo/wp-testers


[wp-testers] wp_nav_menu() -vs- wp_page_menu()

2010-04-07 Thread Almost George WP-Testers List
The twentyten theme uses wp_nav_menu() in the area where I expect Page
menu goes, and by default appears to display this with the Arial font
(noted for later). This worked fine while creating many pages.
However, after creating a custom Menu, and saving it with several
items, the wp_nav_menu() function now displays this custom Menu by
default. That was definitely unexpected.

I wasn't able to easily figure out how to force wp_nav_menu() to
forcibly show the Pages, so I replaced it with wp_page_menu()
(documented as the fallback, when apparently *no* custom Menus exist).

wp_page_menu() didn't display the items correctly, so I simply
duplicated the $args as passed to wp_nav_menu() in the theme
header.php ~ line 68.

This continued to look broken, so referencing the codex, I added
['menu_class'='menu-header'] to the args, to mimic ['container_class'
= 'menu-header'] from the args in wp_nav_menu().

This fixed the layout, but now the menu items are rendered with the
Georgia font.

It wasn't immediately clear to me how to adjust wp_page_menu() to have
the same classes/whatnot applied to cause it to render the same as
wp_nav_menu(). It was also very strange that the menu suddenly changed
once I'd saved a custom menu (only after adding items), and there
wasn't an easy way to get it to force the fallback to Pages.

I'm very sorry if this is a known issue, of if this message is out of
place. The 3.0 Beta1 blog post said that this was the place to report
bugs, and I wasn't able to find a bug in trac that mentioned this
issue.

Thanks,

AlmostGeorge
___
wp-testers mailing list
wp-testers@lists.automattic.com
http://lists.automattic.com/mailman/listinfo/wp-testers