Ticket #6965 (closed enhancement: fixed)

Opened 6 months ago

Last modified 5 months ago

Google Gears support

Reported by: azaozz Assigned to: anonymous
Priority: normal Milestone: 2.6
Component: Administration Version: 2.5.1
Severity: normal Keywords: has-patch
Cc:

Description

First run. Support for Google Gears managed offline storage. The patch adds all static files used in the admin interface to a single offline storage. That speeds up page loading a lot, as it serves virtually all requests for static files from the computer's HD instead of the network. So instead of 50-60 requests to the server on some pages, there are only 2-3.

Attachments

gears.patch (16.9 kB) - added by azaozz on 05/13/08 05:47:16.
gears-manifest.patch (1.2 kB) - added by azaozz on 05/16/08 05:59:28.
Speed-up gears-manifest.php, no need to load all of WordPress
gears2.patch (14.0 kB) - added by azaozz on 05/17/08 09:28:40.
gear.png (16.3 kB) - added by azaozz on 05/17/08 09:32:08.
logo.gif (1.2 kB) - added by azaozz on 05/17/08 09:32:20.
gears-manifest_8000.patch (473 bytes) - added by azaozz on 05/27/08 19:46:02.
Small fix after adding better admin SSL support.
always-hide-gears-popup.patch (0.6 kB) - added by azaozz on 05/27/08 20:49:20.
Always hide the gears popup, even whit cached css.
6965-validation.diff (1.1 kB) - added by mdawaffe on 05/29/08 23:35:09.
gears-nogoogle.patch (3.2 kB) - added by azaozz on 05/31/08 06:29:19.
Moving Google out of Gears…

Change History

05/13/08 05:47:16 changed by azaozz

  • attachment gears.patch added.

05/15/08 22:57:14 changed by ryan

(In [7938]) Support for Google Gears managed offline storage. Props azaozz. see #6965

05/16/08 05:59:28 changed by azaozz

  • attachment gears-manifest.patch added.

Speed-up gears-manifest.php, no need to load all of WordPress

05/16/08 16:25:34 changed by ryan

(In [7943]) Streamline manifest includes. Props azaozz. see #6965

05/17/08 09:28:29 changed by azaozz

Removed the one-time popup, moved all status messages to an on-demand popup linked at top/right on the admin header, added images to the popup and the security dialog.

05/17/08 09:28:40 changed by azaozz

  • attachment gears2.patch added.

05/17/08 09:32:08 changed by azaozz

  • attachment gear.png added.

05/17/08 09:32:20 changed by azaozz

  • attachment logo.gif added.

05/19/08 15:41:31 changed by ryan

(In [7951]) Gears update from azaozz. see #6965

05/19/08 15:45:10 changed by ryan

This puts the pop-up on every page load.

05/27/08 19:46:02 changed by azaozz

  • attachment gears-manifest_8000.patch added.

Small fix after adding better admin SSL support.

05/27/08 20:35:15 changed by ryan

(In [8002]) Stub site_url() and admin_url() for manifest. Props azaozz. see #6965

05/27/08 20:49:20 changed by azaozz

  • attachment always-hide-gears-popup.patch added.

Always hide the gears popup, even whit cached css.

05/28/08 00:09:19 changed by ryan

(In [8003]) Always hide gears popup. Props azaozz. see #6965

05/29/08 23:35:00 changed by mdawaffe

6965-validation.diff

Validation tweaks.

05/29/08 23:35:09 changed by mdawaffe

  • attachment 6965-validation.diff added.

05/29/08 23:36:26 changed by ryan

(In [8014]) Gears validation fixes. Props mdawaffe. see #6965

05/30/08 10:03:32 changed by Viper007Bond

This got mentioned on the Google blog: http://googleblog.blogspot.com/2008/05/happy-birthday-google-gears.html

On another note, it's been renamed from "Google Gears" to just "Gears", so we should probably update to reflect at some point.

05/31/08 06:29:19 changed by azaozz

  • attachment gears-nogoogle.patch added.

Moving Google out of Gears...

06/03/08 08:14:38 changed by ryan

  • status changed from new to closed.
  • resolution set to fixed.

(In [8036]) Gears instead of Google Gears. Props azaozz. fixes #6965

06/22/08 22:48:45 changed by ryan

(In [8166]) Move separator inside conditional. see #6965