Ticket #6965 (closed enhancement: fixed)

Opened 4 years ago

Last modified 4 years ago

Google Gears support

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

Change History

azaozz4 years ago

comment:1   ryan4 years ago

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

azaozz4 years ago

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

comment:2   ryan4 years ago

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

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.

azaozz4 years ago

azaozz4 years ago

azaozz4 years ago

comment:4   ryan4 years ago

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

comment:5   ryan4 years ago

This puts the pop-up on every page load.

azaozz4 years ago

Small fix after adding better admin SSL support.

comment:6   ryan4 years ago

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

azaozz4 years ago

Always hide the gears popup, even whit cached css.

comment:7   ryan4 years ago

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

6965-validation.diff

Validation tweaks.

comment:9   ryan4 years ago

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

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.

azaozz4 years ago

Moving Google out of Gears...

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

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

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

Note: See TracTickets for help on using tickets.