[Building Sakai] xsl-portal and xlogin

John Bush john.bush at rsmart.com
Wed May 29 22:18:26 PDT 2013


can't you just put a few apache rewrite rules in to send any request
to /xsl-portal to route to /portal to get around any links people
might have lying around, then you could just switch over.

But I think we just had this come up in a few migrations and we had to
change the following in the portal.xslt.

FROM: <xsl:when test="loginInfo/loginTopLogin = 'true'">

To: <xsl:when test="loginInfo/topLogin = 'true'">

If it helps you can diff our skin against yours in case you run into
other things, https://source.sakaiproject.org/svn/msub/rsmart.com/reference/trunk/library/src/webapp/skin/rsmart/portal.xslt

On Wed, May 29, 2013 at 4:35 PM, Joshua Swink <joshua.swink at gmail.com> wrote:
> At UC Merced we are upgrading to Sakai 2.9. We have been using xsl-portal,
> but now the local login does not appear (when setting xlogin.enabled=true).
> It only appears at /portal.
>
> I don't believe we can switch from xsl-portal to portal at this point,
> because we have users who have saved and distributed links that include the
> "xsl-portal" string. But the local login is also necessary. Is there an easy
> way to make the local login appear with xsl-portal?
>
> Josh
>
> _______________________________________________
> 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"



-- 
John Bush
602-490-0470


More information about the sakai-dev mailing list