You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@shindig.apache.org by "Paul Lindner (JIRA)" <ji...@apache.org> on 2009/10/15 02:41:31 UTC

[jira] Updated: (SHINDIG-1188) Implement Gadget Prefs UI

     [ https://issues.apache.org/jira/browse/SHINDIG-1188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Lindner updated SHINDIG-1188:
----------------------------------

    Description: 
[Original description below]

Current shindig code uses www.gmodules.com to generate UserPrefs UI.  Shindig should have code that implements this that does not depend on that host.


---- 
It takes several seconds to open the gadgets dialog.

In gadgets.js the following code should be replaced:
http://gmodules.com/ig/gadgetsettings

With a call not requiring a 301 redirect:
http://www.gmodules.com/ig/gadgetsettings

You can use a redirect checker to verify this change should be made:
http://www.internetofficer.com/seo-tool/redirect-check/

Thanks to Carla Geisser, Google SRE for suggesting this change.

  was:
It takes several seconds to open the gadgets dialog.

In gadgets.js the following code should be replaced:
http://gmodules.com/ig/gadgetsettings

With a call not requiring a 301 redirect:
http://www.gmodules.com/ig/gadgetsettings

You can use a redirect checker to verify this change should be made:
http://www.internetofficer.com/seo-tool/redirect-check/

Thanks to Carla Geisser, Google SRE for suggesting this change.

     Issue Type: New Feature  (was: Bug)
        Summary: Implement Gadget Prefs UI  (was: gadgets.js makes high latency call through unneeded redirect)

okay, changing this.


> Implement Gadget Prefs UI
> -------------------------
>
>                 Key: SHINDIG-1188
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-1188
>             Project: Shindig
>          Issue Type: New Feature
>          Components: Javascript 
>         Environment: http://svn.apache.org/repos/asf/incubator/shindig/trunk/javascript/container/gadgets.js
>            Reporter: Benjamin McCann
>             Fix For: 1.1-BETA4
>
>
> [Original description below]
> Current shindig code uses www.gmodules.com to generate UserPrefs UI.  Shindig should have code that implements this that does not depend on that host.
> ---- 
> It takes several seconds to open the gadgets dialog.
> In gadgets.js the following code should be replaced:
> http://gmodules.com/ig/gadgetsettings
> With a call not requiring a 301 redirect:
> http://www.gmodules.com/ig/gadgetsettings
> You can use a redirect checker to verify this change should be made:
> http://www.internetofficer.com/seo-tool/redirect-check/
> Thanks to Carla Geisser, Google SRE for suggesting this change.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.