Make WordPress Core

Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#6965 closed enhancement (fixed)

Google Gears support

Reported by: azaozz's profile azaozz Owned by:
Milestone: 2.6 Priority: normal
Severity: normal Version: 2.5.1
Component: Administration Keywords: has-patch
Focuses: 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 (9)

gears.patch​ (16.9 KB) - added by azaozz 16 years ago.
gears-manifest.patch​ (1.2 KB) - added by azaozz 16 years ago.
Speed-up gears-manifest.php, no need to load all of WordPress
gears2.patch​ (14.0 KB) - added by azaozz 16 years ago.
gear.png​ (16.3 KB) - added by azaozz 16 years ago.
logo.gif​ (1.2 KB) - added by azaozz 16 years ago.
gears-manifest_8000.patch​ (473 bytes) - added by azaozz 16 years ago.
Small fix after adding better admin SSL support.
always-hide-gears-popup.patch​ (625 bytes) - added by azaozz 16 years ago.
Always hide the gears popup, even whit cached css.
6965-validation.diff​ (1.1 KB) - added by mdawaffe 16 years ago.
gears-nogoogle.patch​ (3.2 KB) - added by azaozz 16 years ago.
Moving Google out of Gears…

Download all attachments as: .zip

Change History (21)

@azaozz
16 years ago

#1 @ryan
16 years ago

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

@azaozz
16 years ago

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

#2 @ryan
16 years ago

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

#3 @azaozz
16 years ago

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.

@azaozz
16 years ago

@azaozz
16 years ago

@azaozz
16 years ago

#4 @ryan
16 years ago

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

#5 @ryan
16 years ago

This puts the pop-up on every page load.

@azaozz
16 years ago

Small fix after adding better admin SSL support.

#6 @ryan
16 years ago

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

@azaozz
16 years ago

Always hide the gears popup, even whit cached css.

#7 @ryan
16 years ago

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

#8 @mdawaffe
16 years ago

6965-validation.diff

Validation tweaks.

#9 @ryan
16 years ago

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

#10 @Viper007Bond
16 years ago

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.

@azaozz
16 years ago

Moving Google out of Gears...

#11 @ryan
16 years ago

  • Resolution set to fixed
  • Status changed from new to closed

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

#12 @ryan
16 years ago

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

Note: See TracTickets for help on using tickets.