mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-22 15:12:38 +00:00
109455: Merged modules/custommodelmanagement/HEAD to DEV. 93923: SHA-300: Added ALFRESCO_MODEL_ADMINISTRATORS group. 95982: SHA-401: Implemented repo service for retrieving Custom Models. (WIP) 95983: SHA-400: Added Private REST API to retrieve custom model(s) - Get All models: http://localhost:8080/alfresco/api/-default-/private/alfresco/versions/1/cmm - Get the model: http://localhost:8080/alfresco/api/-default-/private/alfresco/versions/1/cmm/<model-name> 95984: SHA-401: Fixed the service to return null rather than throwing an exception, when the model does not exist. 96053: SHA-400: Modified the custom model API response to return the "status" as "ACTIVE" or "DRAFT". 96775: SHA-542: Added support to create a custom model. (WIP) 96779: SHA-543: Added Private REST API to create custom model(s). - SHA-539: Cleaned up test data. 96850: SHA-543: Added Author and Description properties to the custom model API. 97410: SHA-407, SHA-555: Added tests for custom model backend service and the related REST API. Also, a minor modification as a result of added tests. 97570: Modified the CMM REST API, per Kevin's request, to return empty arrays for model's types and aspects if they don't exist. 97731: SHA-386: Added support to activate custom models. Also, a minor modification to the backend service and REST API, based on the Alfresco REST API guidelines. 97775: SHA-386: Added tests for custom model activation (backend service). As well as, fixed the build failure by refactoring the public API tests. 97992: SHA-573, SHA-393, SHA-494: Added support to deactivate custom model, create a new type and create a new property group (aspect). 97994: Fixed the test as a result of renaming the service method. 98123: SHA-393, SHA-494: Enabled the CMM REST API to create/update Types and/or Aspects via PUT. Also added validations for aspect/type's name. 98259: SHA-453: Added backend and REST API support to delete a custom model. 98690: SHA-393, SHA-494, SHA-453, SHA-575: Added tests for custom model backend service and the related REST API. Also, a minor modification as a result of added tests. 99276: SHA-549: Added backend support to update a custom model. Also, refactored the service to externalise the error messages. - SHA-550: Added REST API support to update a custom model. - SHA-619: Made sure the backend service validates the model before creating a node. - SHA-623: Added checks to not allow a user to create a custom model with the same name as the bootstrapped models. 99287: SHA-619: Added InvalidCustomModelException for the CMM service to throw when the model validation fails. 99514: SHA-506: added backend and API support to create custom Type/Aspect properties. Also refactored the API to overcome the Public API limitations. 99522: SHA-506: Modified the Type/Aspect JSON payload to include a new read only property "prefixedName". 99527: Fixed Bamboo build failure as the result of r99522 commit. 99630: SHA-506: - Updated the API to exclude the inherited properties. - Added API tests for creating properties. - Modified the Custom Properties JSON response to include a new read only attribute "prefixedName". 99662: SHA-351: Updated the API to support 'mandatory' and 'mandatoryEnforced' properties. - SHA-410: Updated the API to support 'defaultValue' property. - SHA-506: Modified the Custom Properties JSON response to include 'description' and 'multiValued' attributes. 99669: SHA-506: Removed the unnecessary (at least in this sprint) methods from the backend service. 99684: SHA-638: Added checks to not allow a user to create a custom model with already in-use namespace prefix. 99959: SHA-679: Modified the custom model API to not import the already defined namespace. 100211: SHA-607: Modified the custom model API to support delete model's type. Also, removed the unnecessary test as we depend on the dictionary service, so no need to test it in the custom model API. 100281: Added Types and Aspects to the GET a single model API response, when it is requested with "?select=all" query string. 100335: Added test for "?select=all" query string within the GET a single model API (see rev 100281). 100366: SHA-612: Modified the custom model API to support delete model's aspect. 100738: SHA-698: Added checks so the model Admin is not allowed to deactivate a custom model when its types/aspects are parent to other models' types/aspects (regardless of the model being active or not). 100740: SHA-698: Fixed Bamboo build failures. 101085: SHA-703: Added dependency validation before deleting custom type/aspect in the custom model API. 101160: Modified the custom model API to return all properties (including the inherited properties) of the type/aspect, when requested by "?select=allProps". 101636: SHA-697. 101771: SHA-706: Made custom models hidden in the data dictionary. 101863: SHA-701: Added checks to not allow creating duplicate properties within the same model. Also, removed unnecessary/duplicate constants from the custom model service class. 101983: SHA-688: Fixed the error message by getting the root-cause-exception and returning its message. However, DictionaryException messages are not localised, so this will be fixed in the alfresco core. 102223: Fix for SHA-726: Not able to edit prefix field of deactivated model when model type is referenced within same model - The API will update the parent prefixed name with the new prefix. - Also, added more validations to the CMM API, when setting a type/asptect's parent. 102587: SHA-741, SHA-745, SHA-747: Added custom model Constraints support. 102725: SHA-784: Fixed parent validation of the type/aspect. 103030: SHA-741, SHA-745, SHA-747: Added tests for custom model Constraints. - Also fixed and refactored the API code as the result of tests. 103753: SHA-846: Added inline constraints support. Also: - Modified the backend CMM service to throw CustomModelConstraintException when the root cause is DuplicateDefinitionException. - Removed the duplicate name check from the CMM API, as now it will depend on the exceptions thrown upon model compilation. 103885: SHA-819, SHA-833: Added support to edit existing type/aspect. 103973: SHA-819, SHA-833: Added API tests for types/aspects Edit. Also, refactored CMM API tests by moving the tests to their corresponding test class. 104079: SHA-808: Fixed custom models bidirectional dependency. 104158: Deleted the ExtendedRepoAdminService class as the required functionality has been added (see SHA-879) to the core alfresco code. 104287: SHA-843: Modified the custom model API to support delete property. Also, minor refactoring of the API tests. 104403: SHA-842: Modified the custom model API to support Edit property. 104475: SHA-842: Added API tests for Edit property. 104569: SHA-913 - Remove case sensitive option from the UI - SHA-914 - Update PO and tests that use the case sensitive option - Remove case sensitive option on LIST constraint throughout Also: - Update Aikau version to 1.0.18 104690: Fixed Bamboo build failure caused by r104569. 104849: SHA-808: Fixed custom models circular dependencies. 105297: SHA-807: Added property default-value and constraint (REGEX, MINMAX and LENGTH) validators. 105642: SHA-950: Wrapped backend CMM service method with a NEW transaction, in order to catch the thrown exception within DictionaryModelTypeTransactionListener. Also refactored the CMM backend service tests as the result of this change. 106677: SHA-888, SHA-889, SHA-890: Added Backend and API support to export a custom model and its associated Share form. 106722: SHA-888, SHA-889, SHA-890: Fixed a few minor issues raised during code review. 107007: ACE-4019: Modified the CMM service to not start a new TX when creating a new model. 107070: Temporarily enabled (hard coded) index and facetable attributes in the custom model properties. 107296: GERMAN: Model Manager files localised as per EN-rev105921 107297: FRENCH: Model Manager localised files based on EN-rev105921 107315: SPANISH: Model Manager localised files based on EN-rev105921 107317: JAPANESE: Model Manager localised files based on EN-rev105921 107321: ITALIAN: Model Manager localised files based on EN-rev105921 107322: DUTCH: Model Manager localised files based on EN-rev105921 107335: SHA-889: Modified the CMM service to not throw an exception when exporting the model and its associated share extension module, where the Share extension module has not been created for the model yet. 107456: SHA-893: Added API support to upload/import a custom model and its associated Share extension module. 107560: SHA-893: Added model upload API tests as well as minor fixes. 107647: SHA-893: Fixed minor issues raised during code review. 107773: Docs review of message labels and errors. 107866: SHA-1126: Added check for the maximum value of the MINMAX constraint to be a positive nonzero value. 108117: SHA-832: Added validation for properties' default values to be checked against the property defined constraint. 108256: SHA-1194: Modified CMM API to support indexing options. 108510: SHA-1151: Externalised CMM rest API error messages. - SHA-1196: Changed the CMM Rest API input validator to use the same RegExs as the CMM Share. 108518: SHA-1194: Changed CMM property facetable options to include "UNSET". 108561: GERMAN: Model Manager files updated as per EN-rev107962 108562: FRENCH: Model Manager files updated as per EN-rev107962 108565: ITALIAN: Model Manager files updated as per EN-rev107962 108566: SPANISH: Model Manager files updated as per EN-rev107962 108567: JAPANESE: Model Manager files updated as per EN-rev107962 108568: NORWEGIAN Bokmal: Model Manager files updated as per EN-rev107962 108570: DUTCH: Model Manager files updated as per EN-rev107962 108571: RUSSIAN: Model Manager files updated as per EN-rev107962 108572: BRAZILIAN Portuguese: Model Manager files updated as per EN-rev107962 108573: SIMPLIFIED CHINESE: Model Manager files updated as per EN-rev107962 108604: Removed the unnecessary escaped quotation from the strings which don't have variables. 108721: Api message changes from docs. 108728: Changed "Property group" to "Aspect" in the CMM API error messages. 108934: Added the missing escaped quotation into API messages. 109037: Changes from docs for mandatory field character messages in the API. 109204: ITALIAN: Updated bundle based on EN rev109039 109205: GERMAN: Updated bundle based on EN rev109039 109206: FRENCH: Updated bundle based on EN rev109039 109223: GERMAN: Updated bundle based on EN rev109039 - fixed single quotes 109226: FRENCH: Updated bundle based on EN rev109039 - fixed single quotes 109228: ITALIAN: Updated bundle based on EN rev109039 - fixed single quotes 109230: FRENCH: Updated bundle based on EN rev109039 - fixed single quotes again 109235: JAPANESE: Updated bundle based on EN rev109039 109293: SPANISH: Updated bundle based on EN rev109039 109300: DUTCH: Updated bundle based on EN rev109039 109412: - Refactored the CMM JMX support to return CompositeData for performance reasons. - Reorganised a few of CMM classes/interfaces to make it easier for merging to alfresco core. - A minor fixes as a result of Find Bugs analysis. - Added the minimum and maximum repo versions for CMM module. 109421: NORWEGIAN: Updated bundle based on EN rev109039 109424: BRAZILIAN PORTUGUESE: Updated bundle based on EN rev109039 109426: RUSSIAN: Updated bundle based on EN rev109039 109427: CHINESE: Updated bundle based on EN rev10903 109475: Added CMM Model into the core services (missed from previous commit). 109480: SHA-723: Added custom models analytics in HeartBeat data. 109481: SHA-528: Added GROUP_ALFRESCO_MODEL_ADMINISTRATORS_AUTHORITY patch. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@109490 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
378 lines
22 KiB
Properties
378 lines
22 KiB
Properties
# PatchService messages
|
|
patch.service.preceeded_by_alternative=Preceded by alternative patch ''{0}''.
|
|
patch.service.not_relevant=Not relevant to schema {0}
|
|
patch.executer.checking=Checking for patches to apply ...
|
|
patch.service.applying_patch=\tApplying patch ''{0}'' ({1}).
|
|
patch.progress=\t\tPatch {0} {1}% complete, estimated complete at {2}.
|
|
patch.validation.failed=Validation of patch ''{0}'' failed. Patch is applicable to a newer schema than the schema of this build ({1}).\nfixesToSchema: {2}\ntargetSchema: {3}.\nIf this patch should always be run once on every installation, please ensure that the ''fixesToSchema'' value is set to '''${version.schema}'''.
|
|
patch.executer.no_patches_required=No patches were required.
|
|
patch.executer.system_readonly=Patches cannot be applied to a read-only system. Possible incompatibilities may exist between the application code and the existing data.
|
|
patch.executer.not_executed =\n=== Recorded patch (not executed) === \nID: {0}\nRESULT: \n{1}\n=====================================
|
|
patch.executer.executed =\n=== Applied patch === \nID: {0}\nRESULT: \n{1}\n=====================================
|
|
patch.executer.failed =\n=== Failed to apply patch === \nID: {0}\nRESULT: \n{1}\n=====================================
|
|
patch.noLongerSupportedPatch.err.use_incremental_upgrade = \nPatch ''{0}'' was last supported on version {1}.\n Please follow an incremental upgrade using version {2}.
|
|
|
|
# General patch messages
|
|
|
|
patch.genericBootstrap.result.exists=Bootstrap location already exists: {0}
|
|
patch.genericBootstrap.result.created=Imported view into bootstrap location: {0} ({1})
|
|
patch.genericBootstrap.err.multiple_found=Multiple nodes found: {0}
|
|
|
|
patch.general.property_not_set=Patch property ''{0}'' has not been set on this patch: {1}
|
|
|
|
patch.QNamePatch.result=Successfully updated the ''{0}'' QName to ''{1}''.
|
|
patch.GenericDeleteAspectForTypePatch.result=Successfully deleted the ''{0}'' aspect for the nodes of ''{1}'' type.
|
|
|
|
patch.genericMimetypeUpdate.start=Updating mimetypes.
|
|
patch.genericMimetypeUpdate.updated=\n\tUpdated {0} content references with mimetype ''{1}'' to use ''{2}''.
|
|
patch.genericMimetypeUpdate.indexed=\n\tIndexed {0} nodes in store ''{1}''.
|
|
patch.genericMimetypeUpdate.done=\n\tFinished updating mimetypes.
|
|
patch.genericMimetypeUpdate.doneReindex=\n\tFinished updating mimetypes. Selective reindexing was disabled; a reindex is required to search for the new mimetype(s).
|
|
|
|
patch.fixPersonSizeCurrentType.start=Fixing sizeCurrent type.
|
|
patch.fixPersonSizeCurrentType.done=\n\tFixed {0} sizeCurrent properties.
|
|
|
|
patch.noOpPatch.description=A placeholder patch; usually marks a superceded patch.
|
|
patch.noOpPatch.result=No-op patch
|
|
|
|
patch.marker.description=Marker patch to record installations and upgrades
|
|
patch.marker.result=Marker patch applied
|
|
|
|
patch.schemaUpgradeScript.description=Ensures that the database upgrade script has been run.
|
|
|
|
# Individual patch messages
|
|
|
|
patch.savedSearchesFolder.description=Ensures the existence of the 'Saved Searches' folder.
|
|
|
|
patch.savedSearchesPermission.description=Sets required permissions on 'Saved Searches' folder.
|
|
|
|
patch.updatePermissionData.description=Update permissions from 'folder' to 'cmobject' [JIRA: AR-344].
|
|
|
|
patch.authoritiesFolder.description=Ensures the existence of the user authorities folder [JIRA: AR-497].
|
|
|
|
patch.authoritiesFolderPermission.description=Ensures group authorities are visible to everyone.
|
|
|
|
patch.guestUser.description=Add the guest user, guest home space; and fix permissions on company home, guest home and guest person.
|
|
|
|
patch.fixNodeSerializableValues.description=Ensure that property values are not stored as Serializable if at all possible
|
|
|
|
patch.updateGuestPermission.description=Rename guest permission from 'Guest' to 'Consumer'
|
|
|
|
patch.categoryRootPermission.description=Sets required permissions on 'Category Root' folder.
|
|
|
|
patch.guestPersonPermission.description=Change Guest Person permission from 'Consumer' to 'Read'
|
|
|
|
patch.spacesRootPermission.description=Change Spaces store root permission from 'Consumer' to 'Read'
|
|
|
|
patch.contentPermission.description=Update permission entries from 'cm:content' to 'sys:base'.
|
|
|
|
patch.forumsIcons.description=Updates forums icon references
|
|
|
|
patch.emailTemplatesFolder.description=Ensures the existence of the 'Email Templates' folder.
|
|
|
|
patch.emailInviteAndNotifyTemplatesFolder.description=Ensures the existence of the 'Email Invite Templates' and 'Email Notify Templates' folders.
|
|
|
|
patch.emailTemplatesContent.description=Loads the email templates into the Email Templates folder.
|
|
|
|
patch.descriptorUpdate.description=Update Repository descriptor
|
|
|
|
patch.scriptsFolder.description=Ensures the existence of the 'Scripts' folder.
|
|
|
|
patch.topLevelGroupParentChildAssociationTypePatch.description=Ensure top level groups have the correct child association type.
|
|
|
|
patch.actionRuleDecouplingPatch.description=Migrate existing rules to the updated model where rules are decoupled from actions.
|
|
|
|
patch.systemWorkflowFolder.description=Ensures the existence of the system workflow container.
|
|
|
|
patch.rssTemplatesFolder.description=Ensures the existence of the 'RSS Templates' folder.
|
|
|
|
patch.rendition.rendering_actions.description=Creates the Rendering Actions folder.
|
|
|
|
patch.replication.replication_actions.description=Creates the Replication Actions folder.
|
|
|
|
patch.uifacetsAspectRemovalPatch.description=Removes the incorrectly applied uifacets aspect from presentation template files.
|
|
|
|
patch.guestPersonPermission2.description=Change Guest Person permission to visible by all users as 'Consumer'.
|
|
|
|
patch.uniqueChildName.description=Checks and renames duplicate children.
|
|
|
|
patch.invalidNameEnding.description=Fixes names ending with a space or full stop.
|
|
|
|
patch.systemDescriptorContent.description=Adds the version properties content to the system descriptor.
|
|
|
|
patch.versionHistoryPerformance.description=Improves the performance of version history lookups.
|
|
|
|
patch.multilingualBootstrap.description=Bootstraps the node that will hold the multilingual containers.
|
|
|
|
patch.siteLoadPatch.description=Loads a sample site into the repository.
|
|
patch.siteLoadPatch.exists=The Site {0} already exists and so could not be imported
|
|
patch.siteLoadPatch.noBootstrapViews=No bootstrap views were given for importing Site {0} - please check the bootstrap extension bean configuration
|
|
patch.siteLoadPatch.result=Site {0} imported.
|
|
patch.siteLoadPatch.siteNotCreated=The site {0} is only created for new installs.
|
|
patch.siteLoadPatch.siteLoadDisabled=The load of site {0} is disabled.
|
|
|
|
patch.linkNodeExtension.description=Fixes link node file extensions to have a .url extension.
|
|
|
|
patch.systemRegistryBootstrap.description=Bootstraps the node that will hold system registry metadata.
|
|
|
|
patch.userAndPersonUserNamesAsIdentifiers.description=Reindex usr:user and cm:person uids as identifiers
|
|
|
|
patch.groupNamesAsIdentifiers.description=Reindex usr:authorityContainer gids as identifiers
|
|
|
|
patch.invalidUserPersonAndGroup.description=Fix up invalid uids for people and users; and invalid gids for groups
|
|
|
|
patch.webscripts.description=Adds Web Scripts to Data Dictionary.
|
|
patch.webscripts2.description=Adds Web Scripts (second set) to Data Dictionary.
|
|
patch.webscripts3.description=Update Web Scripts ReadMe.
|
|
patch.webscriptsExtension.description=Adds Web Scripts Extension to Data Dictionary.
|
|
patch.imap.messages.share.description=Adds email template for txt files to the Imap Configs/Templates
|
|
|
|
patch.imap.clear.old.messages.description=Remove old IMAP message templates
|
|
|
|
patch.groupMembersAsIdentifiers.description=Reindex usr:authorityContainer members as identifiers
|
|
|
|
patch.genericWorkflow.result.deployed=Re-deployed {0} workflows.
|
|
patch.genericWorkflow.result.undeployed=Undeployed {0} workflows.
|
|
patch.genericWorkflow.property_required=At least one of the properties ''{0}'' or ''{1}'' must be set on this patch: {2}
|
|
patch.genericWorkflow.error_engine_deactivated=\nDefinition ''{0}'' cannot be undeployed as the ''{1}'' engine is disabled
|
|
|
|
patch.ReadmeTemplate.description=Deployed ReadMe Template
|
|
patch.webScriptsReadme.description=Applied ReadMe template to Web Scripts folders
|
|
|
|
patch.customModels.description=Adds 'Models' folder to Data Dictionary
|
|
patch.customMessages.description=Adds 'Messages' folder to Data Dictionary
|
|
patch.customWebClientExtension.description=Adds 'Web Client Extension' folder to Data Dictionary
|
|
|
|
patch.customWorkflowDefs.description=Adds 'Workflow Definitions' folder to Data Dictionary.
|
|
|
|
patch.emailContributorGroup.description=Adds the 'GROUP_EMAIL_CONTRIBUTORS' group.
|
|
|
|
patch.formsFolder.description=Adds 'Forms' folder to Data Dictionary.
|
|
|
|
patch.tagRootCategory.description=Adds 'Tags' as new top-level category root.
|
|
|
|
patch.sitesFolder.description=Adds 'Sites' folder to Company Home.
|
|
|
|
patch.fixWebscriptTemplate.description=Reimport fixed sample template.
|
|
patch.fixWebscriptTemplate.skip=Template not found. Skipping.
|
|
patch.fixWebscriptTemplate.result=Fixed template was updated.
|
|
|
|
patch.addUnmovableAspect.description=Add unmovable aspect to sites.
|
|
patch.addUnmovableAspect.result=Unmovable aspect has been added to sites.
|
|
|
|
patch.updateDmPermissions.description=Update ACLs on all DM node objects to the new 3.0 permission model
|
|
|
|
patch.db-V3.0-0-CreateActivitiesExtras.description=Replaced by 'patch.db-V3.0-ActivityTables', which must run first.
|
|
|
|
patch.sitePermissionRefactorPatch.description=Create permission groups for sites.
|
|
|
|
patch.migrateVersionStore.description=Version Store migration (from lightWeightVersionStore to version2Store)
|
|
|
|
patch.inviteEmailTemplate.description=Adds invite email template to invite space
|
|
|
|
patch.calendarModelNamespacePatch.description=Update the Calendar model namespace URI and reindex all calendar objects.
|
|
|
|
patch.spacesStoreGuestPermission.description=Sets READ permissions for GUEST on root node of the SpacesStore.
|
|
|
|
patch.administratorGroup.description=Adds the 'ALFRESCO_ADMINISTRATORS' group.
|
|
|
|
patch.invitationMigration.description=Migrate invitations from old invite service to invitation service
|
|
|
|
patch.webSiteAddModerated.description=Changing Web Site visibility from a boolean to enum.
|
|
|
|
patch.mtShareExistingTenants.description=Update existing tenants for MT Share.
|
|
|
|
patch.redeployInvitationProcess.description=Re-deploy Invitation Process Definitions.
|
|
|
|
patch.imapFolders.description=Creates folders tree necessary for IMAP functionality
|
|
|
|
patch.zonedAuthorities.description=Adds the remodelled cm:authority container to the spaces store
|
|
|
|
patch.authorityMigration.description=Copies any old authorities from the user store to the spaces store.
|
|
|
|
patch.authorityDefaultZonesPatch.description=Adds groups and people to the appropriate zones for share and everything else.
|
|
|
|
patch.fixNameCrcValues.description=Fixes name and qname CRC32 values to match UTF-8 encoding.
|
|
|
|
patch.personUsagePatch.description=Add person 'cm:sizeCurrent' property (if missing).
|
|
|
|
patch.redeployNominatedInvitationProcessWithPropsForShare.description=Redeploy nominated invitation workflow
|
|
|
|
patch.transferDefinitions.description=Add transfer definitions folder to data dictionary.
|
|
|
|
patch.redeployNominatedInvitationProcessWithPropsForShare.description=Redeploy nominated invitation workflow
|
|
|
|
patch.thumbnailsAssocQName.description=Update the 'cm:thumbnails' association QName to 'rn:rendition'.
|
|
|
|
patch.convertContentUrls.description=Converts pre-3.2 content URLs to use the alf_content_data table. The conversion work can also be done on a schedule; please contact Alfresco Support for further details.
|
|
|
|
patch.fixAuthoritiesCrcValues.description=Fixes authority CRC32 values to match UTF-8 encoding.
|
|
|
|
patch.updateMimetypes1.description=Fix mimetypes for Excel and Powerpoint.
|
|
patch.updateMimetypes2.description=Fix mimetypes for Excel and Powerpoint.
|
|
patch.updateMimetypes3.description=Fix mimetype for MPEG Audio
|
|
patch.updateMimetypes4.description=Rationalise mimetypes for PhotoShop and AutoCad
|
|
patch.updateMimetypesWMA.description=Fix mimetype for MS WMA Streaming Audio
|
|
patch.updateMimetypesSVG.description=Fix mimetype for SVG Image
|
|
patch.updateMimetypesVISIO.description=Fix mimetype for Microsoft Visio
|
|
patch.updateMimetypesSVG.description=Fix mimetype for Scalable Vector Graphics Image
|
|
|
|
patch.fixPersonSizeCurrentType.description=Fix type of cm:sizeCurrent property.
|
|
|
|
patch.db-V3.2-AddFKIndexes.description=Fixes ALF-3189: Added missing FK indexes. Note: The script is empty for MySQL.
|
|
|
|
patch.migrateAttrTenants.description=Migrate old Tenant attributes
|
|
|
|
patch.migrateAttrPropBackedBeans.description=Migrate old Property-Backed Bean component attributes
|
|
|
|
patch.migrateAttrChainingURS.description=Migrate old Chaining User Registry Synchronizer attributes
|
|
|
|
patch.redeployJbpmAdhocWorkflow.description=Redeploy JBPM adhoc workflow
|
|
|
|
patch.migrateAttrDropOldTables.description=Drops old alf_*attribute* tables and sequence
|
|
|
|
patch.transfer.targetrulefolder.description=Creates the transfer target rule folder for the default transfer group.
|
|
|
|
patch.transfer.targetrule.description=Creates the transfer target rule for the default transfer group.
|
|
|
|
patch.actions.scheduledfolder.description=Creates the scheduled actions folder in the Data Dictionary.
|
|
patch.publishing.root.description=Creates the publishing root folder in the Data Dictionary
|
|
|
|
patch.varcharFieldSizesQuadrupleIncreasing.description=ALF-4300: Increasing 'VARCHAR' field sizes quadruply for DB2 dialect
|
|
|
|
patch.mtFixAdminExistingTenants.description=Fix bootstrapped creator/modifier
|
|
|
|
patch.fixUserQNames.description=Fixes user store qnames to improve native authentication performance
|
|
|
|
patch.newUserEmailTemplates.description=Adds the email templates for notifying new users of their accounts
|
|
|
|
patch.inviteEmailTemplates.description=Adds the email templates for inviting users to a Site
|
|
|
|
patch.htmlNotificationMailTemplates.description=Adds HTML email templates for notifying users of new content
|
|
|
|
patch.imapSpacesLocaleTemplates.description=Adds content templates for IMAP clients (Non-default locales only)
|
|
|
|
patch.imapSpacesLocaleTemplates2.description=Replaces content templates for IMAP clients
|
|
|
|
patch.exampleJavaScript.description=Loads sample Javascript file into datadictionary scripts folder
|
|
|
|
patch.fixAclInheritance.description=Fixes any ACL inheritance issues.
|
|
|
|
patch.followingMailTemplates.description=Adds email templates for following notifications
|
|
|
|
patch.activitiesTemplatesUpdate.description=Updates activities email templates.
|
|
|
|
patch.activitiesEmailTemplate.description=Creates activities email templates.
|
|
|
|
patch.copiedFromAspect.description=Adds peer associations for cm:copiedfrom and cm:workingcopy (new model) and removes cm:source property
|
|
|
|
patch.workflowNotification.description=Patch to add workflow email notification email folder and template.
|
|
|
|
patch.nodeTemplatesFolder.description=Patch to create new Data Dictionary folder for Share - Create Node by Template
|
|
|
|
patch.sitesSpacePermissions.description=Patch to remove the EVERYONE Contributor permissions on the Sites Space (parent container of all Sites)
|
|
|
|
patch.updateWorkflowNotificationTemplates.description=Patch to update the workflow notification templates.
|
|
patch.updateWorkflowNotificationTemplates.result=Workflow Notification Templates successfully updated.
|
|
|
|
patch.updateFollowingEmailTemplatesPatch.description=Patch to update the following notification email templates.
|
|
patch.updateFollowingEmailTemplatesPatch.result=Following notification email templates successfully updated.
|
|
patch.updateFollowingEmailTemplatesPatch.error=Error retrieving base template when trying to patch the following email templates.
|
|
|
|
patch.addDutchEmailTemplatesPatch.description=Patch to add Dutch email templates.
|
|
patch.addDutchEmailTemplatesPatch.result=Dutch email templates have been successfully added.
|
|
patch.addDutchEmailTemplatesPatch.error=Error retrieving base template when trying to add Dutch email templates.
|
|
|
|
patch.fixBpmPackages.description=Corrects workflow package types and associations
|
|
patch.fixBpmPackages.result=Patch successful. {0} packages converted.
|
|
patch.fixBpmPackages.invalidBootsrapStore=Bootstrap store has not been set
|
|
patch.fixBpmPackages.emptyContainer={0} node has no children
|
|
|
|
patch.alterJBPM331CLOBcolumnsToNvarchar.description=Altering CLOB columns in the jBPM 3.3.1 tables to introduce Unicode characters support for jBPM 3.3.1
|
|
|
|
patch.imapUnsubscribedAspect.description=Patch to remove deprecated "imap:nonSubscribed" aspect from folders.
|
|
patch.imapUnsubscribedAspect.result.removed="imap:nonSubscribed" aspect was successfully removed from unsubscribed folders.
|
|
|
|
patch.migrateTenantsFromAttrsToTable.description=Migrate Tenant attributes to Tenant table
|
|
patch.migrateTenantsFromAttrsToTable.result=Processed {0} tenants
|
|
|
|
patch.remoteCredentialsContainer.description=Patch to add the root folder for Shared Remote Credentials
|
|
patch.syncSetDefinitionsContainer.description=Patch to add the root folder for SyncSet Definitions
|
|
|
|
patch.swsdpPatch.description=Patch to fix up the Sample: Web Site Design Project.
|
|
patch.swsdpPatch.success=Successfully patched the Sample: Web Site Design Project.
|
|
patch.swsdpPatch.skipped=Skipped, not required.
|
|
patch.swsdpPatch.missingSurfConfig=surf-config folder is not present in Sample: Web Site Design Project.
|
|
|
|
patch.redeployParallelActivitiWorkflows.description=Patch that redeploys both parallel activiti workflows, completion-condition now takes into account if minimum approval percentage can still be achived.
|
|
|
|
patch.show.audit.description=Updates show_audit.ftl file for upgrade from v3.3.5 to v3.4.x (ALF-13929)
|
|
patch.show.audit.success=show_audit.ftl was updated successfully
|
|
|
|
patch.increaseColumnSizeActiviti.description=ALF-14983 : Upgrade scripts to increase column sizes for Activiti
|
|
patch.removeColumnActiviti.description=ALF-16038 : DB2: Upgrade script to remove ALFUSER.ACT_HI_ACTINST.OWNER_
|
|
|
|
patch.renameConstraintActiviti.description=ALF-15828 : DB2: Upgrade script to rename ACT_HI_PROCINST.PROC_INST_ID_ index
|
|
|
|
patch.calendarAllDayEventDatesCorrectingPatch.description=This patch corrects 'to' and 'from' dates for Calendar 'All Day' Events from version 3.4 which did not take account of time zone offsets
|
|
patch.calendarAllDayEventDatesCorrectingPatch.result=Successfully updated {0} Calendar 'All Day' Event(s)
|
|
|
|
patch.upgradeToActiviti5-10.description=Upgraded Activiti tables to 5.10 version
|
|
patch.addActivtiIndexHistoricActivity.description=Additional index for activiti on historic activity (PROC_INST_ID_ and ACTIVITY_ID_)
|
|
patch.upgradeToActiviti5-11.description=Upgraded Activiti tables to 5.11 version
|
|
patch.redeployActivitiWorkflowsForCategory.description=Redeploy internal process definitions for category update
|
|
|
|
patch.db-V4.2-remove-index-acl_id.description=ALF-12284 : Update ALF_ACL_MEMBER_member table. Remove index acl_id.
|
|
|
|
patch.sharedFolder=Add shared folder
|
|
patch.sharedFolder.description=Add Shared Folder
|
|
patch.sharedFolder.success=Successfully added shared folder
|
|
patch.sharedFolder.result.renamed=Renamed Shared Folder to: {0}
|
|
|
|
patch.db-V4.2-metadata-query-indexes.description=Add additional indexes to support transactional metadata query direct to the database.
|
|
patch.upgradeToActiviti5-13.description=Upgraded Activiti tables to 5.13 version
|
|
|
|
patch.emailAliasableAspect.description=Add email aliases to attrubute table
|
|
patch.emailAliasableAspect.result=Added email aliases to attribute table
|
|
|
|
patch.addGroupAuthority.start=Adding group authority.
|
|
patch.addGroupAuthority.result=\n\Successfully added group authority: {0}
|
|
patch.addGroupAuthority.exist=\n\The group authority: {0} already exists.
|
|
|
|
patch.siteAdministrators.description=Adds the 'GROUP_SITE_ADMINISTRATORS' group
|
|
|
|
patch.alfrescoSearchAdministrators.description=Adds the 'GROUP_ALFRESCO_SEARCH_ADMINISTRATORS' group
|
|
|
|
patch.surfConfigFolderPatch.description=Adds cm:indexControl aspect to surf-config children
|
|
patch.surfConfigFolderPatch.result=Successfully applied ''cm:indexControl'' aspect to {0} sites'' surf-config folders and their children as well as to the shared surf-config folder(s) and its/their children.
|
|
|
|
patch.genericBootstrap.result.deferred=The patch has been deferred
|
|
|
|
patch.asynchrounse.checking=Checking for the asynchronous patch ...
|
|
|
|
patch.renameSiteAuthorityDisplayName.description=Update authority display name for sites
|
|
patch.renameSiteAuthorityDisplayName.result=Updating of display names was completed
|
|
|
|
patch.db-V5.0-upgrade-to-activiti-5.16.2.description=Update Activiti tables from 5.14 to 5.16.2
|
|
patch.db-V5.0-upgrade-to-activiti-5.16.2.result=Activiti tables updated
|
|
|
|
patch.db-V5.0-remove-columns-after-upgrade-to-activiti-5.16.2.description=Update Activiti tables. Remove unused columns after upgrade to 5.16.2
|
|
patch.db-V5.0-remove-columns-after-upgrade-to-activiti-5.16.2.result=Activiti tables updated. Unused columns removed.
|
|
|
|
patch.solrFacets.root.description=Creates the solr facets root folder in the Data Dictionary
|
|
|
|
patch.eol-wcmwf.description=Undeploys deprecated WCMWF Workflows
|
|
|
|
patch.db-V5.0-upgrade-to-activiti-5.16.4.description=Update Activiti tables from 5.16.2 to 5.16.4
|
|
|
|
patch.deleteClassifibleAspectForFailedThumbnail.description=Deletes 'cm:generalclassifiable' aspect and associated properties for nodes of 'cm:failedThumbnail' type
|
|
|
|
patch.downloadsFolder=Adds the System Downloads folder
|
|
patch.downloadsFolder.description=Ensures the Syste Downloads folder exists.
|
|
patch.downloadsFolder.result.exists=The System Downloads folder already exists.
|
|
patch.downloadsFolder.result.created=The System Downloads folder was created.
|
|
|
|
patch.db-V5.1-metadata-query-indexes.description=Add additional indexes to support transactional metadata query direct to the database.>>>>>>> .merge-right.r99951
|
|
|
|
patch.alfrescoModelAdministrators.description=Adds the 'GROUP_ALFRESCO_MODEL_ADMINISTRATORS' group
|