• Anonymous
  • Login
  • Register
XPages Extension Library - Release: 853.20120605-0921

Release Name 853.20120605-0921 Released on Jun 6, 2012
License Apache License Released by Philippe Riand
Status Released Downloads 5952
Cleared
No


Download(s)

ExtensionLibraryOpenNTF-853.20120605-0921.zip


Description

Beyond fixes several issues, this new build also provides a new set of features:

  • A new redirect control that is used by the teamroom template, to redirect request coming from a mobile device
  • A new LPTA based endpoint to manage single sign-on between Domino and Connections in the social enabler. Thanks to Reed Gesteland for his contribution
  • A new value picker option to allow full text search based retrieval of values

The list is in the readme.pdf.

Enjoy!

6/7/2012: Errata: there are two errors is the readme.pdf:

1- The extension library release number should be:

Release Notes for XPages Extension Library 8.5.3 (20120605)

2- The sample code for the new redirect control should be:

<xe:redirect>
<xe:this.rules>
  <xe:redirectPhoneRule url="/mobile.xsp" urlHash="document">
  </xe:redirectPhoneRule>
  <xe:redirectTabletRule url="/mobile.xsp" urlHash="document">
  </xe:redirectTabletRule>
  <xe:redirectHeaderRule header="User-Agent" headerPattern=".*IE6.*"
   url="/legacyBrowsersDocView.xsp">
  </xe:redirectHeaderRule>
  <xe:redirectCustomRule url="/login.xsp">
   <xe:this.redirect><![CDATA[#{javascript:
    if(userBean.canonicalName == "Anonymous")
    {
     return true;
    }
    else
    {
     return false;
    }
   }]]></xe:this.redirect>
  </xe:redirectCustomRule>
</xe:this.rules>
</xe:redirect>





A release in the state 'released' can be seen and downloaded by everyone.

'Not released' releases can only be seen by project owners and project contributors.

'Disabled' releases can be seen by everyone but the actual files can not be downloaded.
A Catalog Release is a release of a project that has gone through OpenNTF's clearance process. This means that it has been successfully scanned for intellectual property issues, and that they are "install friendly".

If you already have an existing project and feel that it is ready to be included in the OpenNTF Apache or GPL Catalogs you will need to send a mail to IP-Manager at openntf.org.

Learn more about the catalog.