[Building Sakai] Sakai session variables/passing parameters to the Web Content tool?

Steve Swinsburg steve.swinsburg at gmail.com
Thu Feb 24 14:16:02 PST 2011


You can also setup the web content tools as preconfigured 'tools' so they can be added from the site list:

https://confluence.sakaiproject.org/display/~steve.swinsburg/Pre-configured+web+content+tools

This is useful if you go to the effort of setting up the web content tools and then someone removes then from the site, they can be added back in with a few clicks.

cheers,
s

On 25/02/2011, at 3:09 AM, Seth Theriault wrote:

> Matthew Jones wrote:
> 
>> By default all of these except ${SESSION_ID} are included in 
>> this property. private static final String 
>> MACRO_DEFAULT_ALLOWED = 
>> "${USER_ID},${USER_EID},${USER_FIRST_NAME},${USER_LAST_NAME},${SITE_ID},${USER_ROLE}";
> 
> You can add ${SESSION_ID} to the allowed list with this 
> sakai.properties setting:
> 
> iframe.allowed.macros=${USER_ID},${USER_FIRST_NAME},${USER_LAST_NAME},${SITE_ID},${USER_ROLE},${SESSION_ID}
> 
> In addition, this setting accepts macros for site properties in 
> the form of:
> 
> ${SITE_PROP:name-of-the-property}
> 
> See SAK-5464 for the work that was done on this.
> 
> Seth
> 
> _______________________________________________
> sakai-dev mailing list
> sakai-dev at collab.sakaiproject.org
> http://collab.sakaiproject.org/mailman/listinfo/sakai-dev
> 
> TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe at collab.sakaiproject.org with a subject of "unsubscribe"



More information about the sakai-dev mailing list