Sunday, 12 August 2012

Another batch of small fixes



And... a number of small fixes follow:

Contents > TinyMCE Editor
Save and publish image is not found
Search replace saveAndPublish.gif with SaveAndPublish.gif

Developer > xslt files
System.IO.DirectoryNotFoundException
Directory '.../umbraco/presentation/xslt' not found
Solution: Create the missing 'xslt' directory.

Developer > Script Files
System.Web.HttpException
The resource cannot be found.
Details: Requested URL: /umbraco/developer/python/editPython.aspx
Replace python/editPython.aspx with Python/editPython.aspx

Developer > Cache Browser
System.Web.HttpException
The resource cannot be found.
Details: Requested URL: /umbraco/developer/cache/viewCacheItem.aspx
Replace cache/viewCacheItem.aspx with Cache/viewCacheItem.aspx

Developer > Data Types
System.Web.HttpException
The resource cannot be found.
Details: Requested URL: /umbraco/developer/datatypes/editDataType.aspx
Replace datatypes/editDataType.aspx with DataTypes/editDatatype.aspx

Developer > Macros
System.IO.DirectoryNotFoundException
Directory '.../umbraco/presentation/usercontrols' not found.
Create the usercontrols directory

Developer > Macros
System.Web.HttpException
The resource cannot be found.
Details: Requested URL: /umbraco/developer/macros/editMacro.aspx
Replace macros/editMacro.aspx with Macros/editMacro.aspx

Developer > Packages
System.Web.HttpException
The resource cannot be found.
Details: ../packages/...
Replace developer/packages with developer/Packages

Compilation Error
.../umbraco/presentation/umbraco/developer/Packages/editPackages.aspx
Replace protected umbraco.uicontrols with protected global::umbraco.uicontrols

Developer > Packages
System.Web.HttpException
The resource cannot be found.
Details: Requested URL: /umbraco_client/images/progressBar.gif
Replace /images/progressBar.gif with /images/progressbar.gif

And, in .../umbraco/presentation/umbraco/dialogs/emptyTrashcan.aspx.designer.cs
Replace umbraco.uicontrols with global::umbraco.uicontrols

Developer > Packages
Uninstall does not delete .dll's and added directories.
But installed packages file etc are updated.
Defer for now.

Developer > Macro > Create produces:
System.IO.DirectoryNotFoundException
Directory '.../umbraco/presentation/umbraco/xslt/templates/schema2' not found.
Replace schema2 with Schema2
Replace clean.xslt with Clean.xslt

Developer > Macro
System.Web.HttpException
The resource cannot be found.
Details: Requested URL: /umbraco/developer/xslt/editXslt.aspx
Replace xslt/editXslt.aspx with Xslt/editXslt.aspx

Also replace
insField.GIF with insField.gif
insMemberItem.GIF with insMemberItem.gif
insChildTemplateNew.GIF with insChildTemplateNew.gif
insFieldByLevel.GIF with insFieldByLevel.gif
xslVisualize.GIF with xslVisualize.gif

Members > Member Groups
System.Web.HttpException
The resource cannot be found.
Details: Requested URL: /umbraco/members/editMemberGroup.aspx
Replace members/editMemberGroup.aspx with members/EditMemberGroup.aspx
Replace membergroup.gif with memberGroup.gif
Replace membertype.gif with memberType.gif

System.Web.HttpException
The resource cannot be found.
Details: Requested URL: /umbraco/members/viewMembers.aspx
Replace members/viewMembers.aspx with members/ViewMembers.aspx

System.Web.HttpException
The resource cannot be found.
Details: Requested URL: /umbraco/members/editMember.aspx
Replace members/editMember.aspx with members/EditMember.aspx, then editMember.aspx with EditMember.aspx

Then in search.aspx.designer.cs
Replace umbraco.uicontrols with global::umbraco.uicontrols

No comments:

Post a Comment

Note: only a member of this blog may post a comment.