[Cosmo-dev] Fwd: [commits-cosmo] (br) [4927] temporary workaround
until this is fixed properly.
Bobby Rullo
br at osafoundation.org
Mon Jul 2 17:38:30 PDT 2007
Travis,
Brian changed the names of one of the workspaces (not even sure what
that means exactly, but I'm sure it makes sense to you) from "meta"
to "account", which broke the UI. I patched it in this commit here,
which works, but it apparently not the "right" way to do things. The
right to handle it is mentioned in the commit message.
Brian, please do a UI sanity check before you commit if you're making
Atom changes.
Fankf!
Bobby
Begin forwarded message:
> From: svncheckin at osafoundation.org
> Date: July 2, 2007 5:31:01 PM PDT
> To: commits-cosmo at osafoundation.org
> Subject: [commits-cosmo] (br) [4927] temporary workaround until
> this is fixed properly.
> List-Id: OSAF Cosmo Checkins <commits-cosmo.osafoundation.org>
>
> Revision
> 4927
> Author
> br
> Date
> 2007-07-02 17:31:00 -0700 (Mon, 02 Jul 2007)
> Log Message
>
> temporary workaround until this is fixed properly. bcm says:
>
> "he should just be getting regular collections out of the home
> workspace and
> subscriptions out of the subscribed collection in the account
> workspace"
> Modified Paths
>
> cosmo/trunk/cosmo/src/main/webapp/js/cosmo/service/translators/eim.js
> Diff
>
> Modified: cosmo/trunk/cosmo/src/main/webapp/js/cosmo/service/
> translators/eim.js (4926 => 4927)
>
> --- cosmo/trunk/cosmo/src/main/webapp/js/cosmo/service/translators/
> eim.js 2007-07-02 23:48:30 UTC (rev 4926)
> +++ cosmo/trunk/cosmo/src/main/webapp/js/cosmo/service/translators/
> eim.js 2007-07-03 00:31:00 UTC (rev 4927)
> @@ -161,7 +161,7 @@
>
> var title = cosmo.util.html.getElementsByTagName
> (workspace, "atom", "title")[0];
>
> - if (title.firstChild.nodeValue == "meta") continue;
> + if (title.firstChild.nodeValue == "account") continue;
>
> var collectionElements = workspace.getElementsByTagName
> ("collection");
>
>
> _______________________________________________
> Commits-Cosmo mailing list
> Commits-Cosmo at osafoundation.org
> http://lists.osafoundation.org/cgi-bin/mailman/listinfo/commits-cosmo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osafoundation.org/pipermail/cosmo-dev/attachments/20070702/533ccc2d/attachment.html
More information about the cosmo-dev
mailing list