Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note

On the road to multiple CHS implementations, some properties which previously referred to the org.sakaiproject.content.api.ContentHostingService bean name itself must now refer to the specific implementation. This requires changes if you are using an existing sakai.properties. If you see errors during startup indicating things like 'prioritySortEnabled' not being settable, this is a likely cause.

Your sakai.properties should now look like: monospaced

No Format

# set to true to enable the release/retract and hiding of resources in ContentHostingService


availabilityChecksEnabled@org.sakaiproject.content.api.ContentHostingService.dbservice = true


# set to true to enable custom sorts within folders in ContentHostingService and the Resources tool


prioritySortEnabled@org.sakaiproject.content.api.ContentHostingService.dbservice = true

monospaced

Sakai Trunk

Note: Some work on this is currently occuring in content branch SAK-12105. Should be merged back within a few weeks. SG - Nov 13, 2007

...