[etoys-notify] [JIRA] Commented: (SQ-356) success/failure message after publishing to showcase

tracker at squeakland.org tracker at squeakland.org
Fri Sep 11 23:38:47 EDT 2009


     [ http://tracker.immuexa.com/browse/SQ-356?page=comments#action_36844 ]
     
Yoshiki Ohshima commented on SQ-356:
------------------------------------

Potentially, a server setting like the following is close to what we discussed today.  The names put here are really just place holders: more discussion is needed.  And of course the settings themselves are subject to change.  As I wrote somewhere else, the top-level 'Squeakland Showcase' one should be replaced with a searchable pane.

setupServerDirectoryForSqueakland

	"ReleaseBuilderSqueakland new setupServerDirectoryForSqueakland"
	| d |
	Utilities authorName: nil.
	Utilities loggedIn: false.

	d _ DAVMultiUserServerDirectory on: 'http://squeakland.org/webdav/'.
	d altUrl: 'http://squeakland.org/webdav/'.
	d moniker: 'My Squeakland'.
	d acceptsUploads: true.
	d useDefaultAccount: true.
	d origDirectory: '/webdav'.
	d setupSelector: #setupPersonalDirectory:.
	ServerDirectory inImageServers at: 'My Squeakland' put: d.

	d _ DAVMultiUserServerDirectory on: 'http://squeakland.org/webdav/featured'.
	d altUrl: 'http://squeakland.org/webdav/featured'.
	d moniker: 'Squeakland Featured'.
	d user: 'etoys'.
	d useDefaultAccount: true.
	d acceptsUploads: false.
	d instVarNamed: 'passwordHolder' put: '......'.
	ServerDirectory inImageServers at: 'Squeakland Featured' put: d.

	d _ DAVMultiUserServerDirectory on: 'http://squeakland.org/webdav/'.
	d altUrl: 'http://squeakland.org/webdav/'.
	d moniker: 'Squeakland Showcase'.
	d user: 'etoys'.
	d useDefaultAccount: true.
	d acceptsUploads: false.
	d instVarNamed: 'passwordHolder' put: '......'.
	ServerDirectory inImageServers at: 'Squeakland Showcase' put: d.


> success/failure message after publishing to showcase
> ----------------------------------------------------
>
>          Key: SQ-356
>          URL: http://tracker.immuexa.com/browse/SQ-356
>      Project: squeakland
>         Type: Feature
>   Components: etoys
>     Reporter: timothy
>      Fix For: etoys 4.1 - winter 2010

>
>
>  We need a message box to indicate success or failure of the sharing ...
> SUCCESS:
> Your project has been saved to the Squeakland Showcase!
> We review each project for objectionable content to
> keep things safe for the children of the world.
> You or your adult will receive an email when your
> project has been approved for view on the showcase.
> FAILURE:
> Your project could not be saved to the showcase.
> The problem is either with your own connection or the
> Squeakland website itself. Try again in a few minutes.
> If the problem continues, please visit squeakland.org
> and let us know the details by clicking "contact".

-- 
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