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

tracker at squeakland.org tracker at squeakland.org
Thu Oct 1 09:46:24 EDT 2009


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


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