mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-11-12 15:39:46 +00:00
28741: Merged DEV/TEMPORARY to V3.4-BUG-FIX
28740: ALF-8993: IMAP favourite star is not visible if imap is enabled via JMX
The org.alfresco.repo.imap.ImapService interface was extended to expose getEnabled() and made the webscript to call ImapService.getEnabled().
28742: ALF-8801: Broken French strings
28745: ALF-6470: French string correction
28746: ALF-5607: Installer deletion of directories on installation cancel.
28756: ALF-9211: Install fails when path selected that contains accents or double byte chars (e.g. Japanese)
- Fix from Bitrock
- Not internationalized yet
28758: Merged DEV to V3.4-BUG-FIX
28743: ALF-8029: JSON returned by some audit queries not valide
Quote user in query.get.json.ftl if it has value.
28761: Merged DEV to V3.4-BUG-FIX
28739: ALF-9123 : "Content URL conversion failed" error being thrown
Note: Actually changed the implementation but the principle remains.
In future, use a thread-safe boolean e.g. AtomicBoolean to carry data
around about the running state; don't use a class member variable as
it can be manipulated by competing threads, etc.
28762: Fix ALF-9376: Typo in Version2Model
28763: Merged DEV to V3.4-BUG-FIX
28754: ALF-8461: Invalid property cm:source (cm:copiedFrom) causes not be become sys:incomplete
Configurable property called 'propertiesToIgnore' was added to IncompleteNodeTagger,and configured to ignore "cm:source".
Merge note: I fixed the stored 'propertiesToIgnore' to be a Set<QName> to prevent unnecessary conversions
28764: ALF-9036: Fix NPE on XForm session timeout
28765: ALF-9211: Externalized new installer message
- Needs localizing
28789: ALF-9407: Single quote characters in messages containing {} need to be doubled
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@28793 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
25 lines
1.8 KiB
INI
25 lines
1.8 KiB
INI
email.server.msg.received_by_smtp=Received by SMTP from ''{0}''.
|
|
email.server.msg.default_subject=Email-{0}
|
|
|
|
email.server.err.sender_blocked=''{0}'' has been denied access.
|
|
email.server.err.inbound_mail_disabled=The Alfresco server is not configured to accept inbound emails.
|
|
email.server.err.access_denied=''{0}'' has been denied access to ''{1}''.
|
|
email.server.err.invalid_subject=The subject line must be a valid file name.
|
|
email.server.err.unknown_source_address=The ''from'' email address was not recognised: {0}.
|
|
email.server.err.user_not_email_contributor=The user ''{0}'' in not in the email contributor group.
|
|
email.server.err.no_email_contributor_group=The Email Contributor Group doesn't exist.
|
|
email.server.err.invalid_node_address=The email address ''{0}'' does not reference a valid accessible node.
|
|
email.server.err.handler_not_found=Email message handler was not found for node type ''{0}''.
|
|
email.server.err.mail_read_error=An error occurred while reading the mail message: {0}
|
|
email.server.err.failed_to_create_mime_message=Failed to create MIME message from input stream: {0}
|
|
email.server.err.extracting_from_address=Failed to extract the ''from'' address: {0}
|
|
email.server.err.no_from_address=The message has no 'from' address.
|
|
email.server.err.extracting_to_address=Failed to extract the ''to'' address: {0}
|
|
email.server.err.no_to_address=The message has no 'to' address.
|
|
email.server.err.extracting_subject=Failed to extract the message subject: {0}
|
|
email.server.err.extracting_sent_date=Failed to extract the ''sent on'' date: {0}
|
|
email.server.err.parse_message=Failed to parse the email message: {0}
|
|
email.server.err.usupported_encoding=Encoding ''{0}'' is not supported
|
|
email.server.err.failed_to_read_content_stream=Failed to read the message part content: {0}
|
|
email.server.err.incorrect_message_part=Incorrect message part: {0}
|