mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Added support for link nodes in the repo filesystem driver.
Includes a patch to update existing link node file extensions from .lnk to .url, as CIFS requires .url files to generate the file:// links. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@4947 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -123,3 +123,8 @@ patch.wcmFolders.webprojects.result.exists=The Web Projects folder already exist
|
||||
patch.wcmFolders.webprojects.result.created=The Web Projects folder was successfully created: {0}
|
||||
patch.wcmFolders.webforms.result.exists=The Web Forms folder already exists: {0}
|
||||
patch.wcmFolders.webforms.result.created=The Web Forms folder was successfully created: {0}
|
||||
|
||||
patch.linkNodeExtension.description=Fixes link node file extensions to have a .url extension.
|
||||
patch.linkNodeExtension.result=Fixed {0} link node file extensions. See file {1} for details.
|
||||
patch.linkNodeExtension.err.unable_to_fix=Auto-fixing of link node file extensions failed. See file {0} for details.
|
||||
patch.linkNodeExtension.rewritten=Name ''{0}'' rewritten to ''{1}''
|
||||
|
Reference in New Issue
Block a user