
|
If you were logged in you would be able to see more operations.
|
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
|
xhtml-theme.sdf does not match data loaded by dbLoader during ant initportal. Registering a theme based on xhtml-theme using xhtml-theme.sdf as a template will cause the Preferences channel to throw an error:
org.apache.xml.utils.WrappedRuntimeException: Could not find variable with the name of PROFILE_NAME
Patch follows:
*** org/jasig/portal/layout/tab-column/xhtml-theme/xhtml-theme.sdf Mon Jul 2 12:50:47 2007
--- new-xhtml-theme.sdf Mon Jul 2 14:50:13 2007
***************
*** 3,15 ****
<stylesheetdescription>
<name>XHTML Theme</name>
<description>Renders tabs and columns using nested divs</description>
! <parentStructureStylesheet>DLM Tabs and columns</parentStructureStylesheet>
<mimeType>text/html</mimeType>
<serializer>XHTML</serializer>
<deviceType>workstation</deviceType>
<samplePictureURI>media/org/jasig/portal/layout/tab-column/xhtml-theme/sample_full.gif</samplePictureURI>
<sampleIconURI>media/org/jasig/portal/layout/tab-column/xhtml-theme/sample_icon.gif</sampleIconURI>
! <userPreferencesModuleClass>org.jasig.portal.channels.DLMUserPreferences.TabColumnPrefsState</userPreferencesModuleClass>
<parameters>
<parameter name="skin">
--- 3,15 ----
<stylesheetdescription>
<name>XHTML Theme</name>
<description>Renders tabs and columns using nested divs</description>
! <parentStructureStylesheet>Tabs and columns</parentStructureStylesheet>
<mimeType>text/html</mimeType>
<serializer>XHTML</serializer>
<deviceType>workstation</deviceType>
<samplePictureURI>media/org/jasig/portal/layout/tab-column/xhtml-theme/sample_full.gif</samplePictureURI>
<sampleIconURI>media/org/jasig/portal/layout/tab-column/xhtml-theme/sample_icon.gif</sampleIconURI>
! <userPreferencesModuleClass>org.jasig.portal.channels.UserPreferences.TabColumnPrefsState</userPreferencesModuleClass>
<parameters>
<parameter name="skin">
|
|
Description
|
xhtml-theme.sdf does not match data loaded by dbLoader during ant initportal. Registering a theme based on xhtml-theme using xhtml-theme.sdf as a template will cause the Preferences channel to throw an error:
org.apache.xml.utils.WrappedRuntimeException: Could not find variable with the name of PROFILE_NAME
Patch follows:
*** org/jasig/portal/layout/tab-column/xhtml-theme/xhtml-theme.sdf Mon Jul 2 12:50:47 2007
--- new-xhtml-theme.sdf Mon Jul 2 14:50:13 2007
***************
*** 3,15 ****
<stylesheetdescription>
<name>XHTML Theme</name>
<description>Renders tabs and columns using nested divs</description>
! <parentStructureStylesheet>DLM Tabs and columns</parentStructureStylesheet>
<mimeType>text/html</mimeType>
<serializer>XHTML</serializer>
<deviceType>workstation</deviceType>
<samplePictureURI>media/org/jasig/portal/layout/tab-column/xhtml-theme/sample_full.gif</samplePictureURI>
<sampleIconURI>media/org/jasig/portal/layout/tab-column/xhtml-theme/sample_icon.gif</sampleIconURI>
! <userPreferencesModuleClass>org.jasig.portal.channels.DLMUserPreferences.TabColumnPrefsState</userPreferencesModuleClass>
<parameters>
<parameter name="skin">
--- 3,15 ----
<stylesheetdescription>
<name>XHTML Theme</name>
<description>Renders tabs and columns using nested divs</description>
! <parentStructureStylesheet>Tabs and columns</parentStructureStylesheet>
<mimeType>text/html</mimeType>
<serializer>XHTML</serializer>
<deviceType>workstation</deviceType>
<samplePictureURI>media/org/jasig/portal/layout/tab-column/xhtml-theme/sample_full.gif</samplePictureURI>
<sampleIconURI>media/org/jasig/portal/layout/tab-column/xhtml-theme/sample_icon.gif</sampleIconURI>
! <userPreferencesModuleClass>org.jasig.portal.channels.UserPreferences.TabColumnPrefsState</userPreferencesModuleClass>
<parameters>
<parameter name="skin">
|
Show » |
|
I'm assuming the changes should be:
parentStructureStylesheet -> DLM Tabs and columns
userPreferencesModuleClass -> org.jasig.portal.channels.DLMUserPreferences.TabColumnPrefsState