Hi Hamish,

blanks have been added between label and text in subscription email in 1.5.x. Attached is a patch which you can use on your 1.5.1 instance.

Hope that helps

Claudia Jürgen


Brett, Hamish schrieb:
Hi

we are using version 1.5.1 and since using this version we have had
issues with the subscription emails.

The embedded links are not clickable as they have the prefix "ID:" (see
example below)

    ID:http://dspace-dsto.dsto.defence.gov.au/dspace/handle/dsto/6711

this does not occur in other emails like registration and password
changes

any ideas

thanks

hamish


IMPORTANT: This email remains the property of the Australian Defence 
Organisation and is subject to the jurisdiction of section 70 of the CRIMES ACT 
1914.  If you have received this email in error, you are requested to contact 
the sender and delete the email.





------------------------------------------------------------------------

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com


------------------------------------------------------------------------

_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech
Index: dspace-api/src/main/java/org/dspace/eperson/Subscribe.java
===================================================================
--- dspace-api/src/main/java/org/dspace/eperson/Subscribe.java  (revision 3616)
+++ dspace-api/src/main/java/org/dspace/eperson/Subscribe.java  (working copy)
@@ -419,7 +419,7 @@
                         isFirst = false;
                     }
     
-                    
emailText.append(labels.getString("org.dspace.eperson.Subscribe.new-items")).append(
+                    
emailText.append(labels.getString("org.dspace.eperson.Subscribe.new-items")).append("
 ").append(
                             c.getMetadata("name")).append(": ").append(
                             itemInfos.size()).append("\n\n");
     
@@ -445,7 +445,7 @@
     
                         if (authors.length > 0)
                         {
-                            emailText.append("\n    
").append(labels.getString("org.dspace.eperson.Subscribe.authors")).append(
+                            emailText.append("\n    
").append(labels.getString("org.dspace.eperson.Subscribe.authors")).append(" 
").append(
                                     authors[0].value);
     
                             for (int k = 1; k < authors.length; k++)
@@ -455,7 +455,7 @@
                             }
                         }
     
-                        emailText.append("\n         
").append(labels.getString("org.dspace.eperson.Subscribe.id")).append(
+                        emailText.append("\n         
").append(labels.getString("org.dspace.eperson.Subscribe.id")).append(" 
").append(
                                 
HandleManager.getCanonicalForm(hii.handle)).append(
                                 "\n\n");
                     }
------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to