Fixed my last Blocker level issue and improved my JSR-168 test portlet.
Add support for a real preferences store for JSR-168 portlets. The store is in
the Tool Placement, properties are prefixed with javax.portlet: and are URLEncoded.
Sometimes JSR-168 preferences are arrays – these are represented in Sakai
preferences as strings concatenated together with “!” – since the individual
bits are URLEncoded – there will be no “!” characters in the strings.
charles-severances-computer:~/dev/sakai/portal csev$ svn commit
Sending portal-render-impl/impl/src/java/org/sakaiproject/portal/render/portlet/services/SakaiOptionalPortletContainerServices.java
Transmitting file data .
Committed revision 22128.
charles-severances-computer:~/
The rest of this is just my current notes on 168 progress.