[etoys-notify] [JIRA] Updated: (SQ-488) Prev-URI not set in manifest

tracker at squeakland.org tracker at squeakland.org
Sat Oct 3 21:31:56 EDT 2009


     [ http://tracker.immuexa.com/browse/SQ-488?page=all ]

Scott Wallace updated SQ-488:
-----------------------------

    Attachment: useSymbolKey-sw.3.cs

Attached fileout (useSymbolKey-sw.3.cs) addresses this issue... From the preamble:  'Use symbol keys for the project-info items stored in project parameters.  Thanks to Yoshiki for pointing out the root of the problem.'

> Prev-URI not set in manifest
> ----------------------------
>
>          Key: SQ-488
>          URL: http://tracker.immuexa.com/browse/SQ-488
>      Project: squeakland
>         Type: Bug
>   Components: etoys
>     Reporter: timothy
>      Fix For: etoys 4.0 and showcase - october 2009
>  Attachments: useSymbolKey-sw.3.cs
>
>
> Looking at Yoshiki's modified Quorum sensing, I see that "Prev-URI" isn't being set in the manifest, which should happen whenever a new URI is generated for an existing project.  Specifically:
> uri = getUriFromManifest
> oldAccount = getAccountFromUri( uri )
> if oldAccount != currentAccount
> then
>    prevUri = uri
>    uri = generateNewUri
>    saveInManifest( prevUri, uri )
> done
> When this is done, previous projects are automatically linked on the website, so you can click links to go all the way back the chain (and we don't have to put URLs in titles, for example).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://tracker.immuexa.com/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



More information about the etoys-notify mailing list