Hi everyone I have just upgraded our production server to DSpace 1.6.2 and the issue date field is now truncated to display only the year:
http://vle.bromley.ac.uk/dspace/browse?type=dateissued Is this normal with DSpace 1.6.2 ??? I have blogged the upgrade procedure I followed here: http://dspacebromley.blogspot.com/ Has anyone else who has successfully upgraded got the full issue date displayed?? Thanks Clive On Thu, Aug 5, 2010 at 6:59 AM, Clive Gould <[email protected]> wrote: > Hi Robin > > Appended are the appropriate sections from dspace.cfg. > > Note that these sections are derived unchanged from the default > configuration files that came with DSpace 1.5.2 and 1.6.2 > respectively. > > Any suggestions most welcome. > > Thanks :) > > Clive > > > ###### Browse Configuration 1.5.2 ###### > # Issue Date is displayed in full > > webui.browse.index.1 = dateissued:item:dateissued > webui.browse.index.2 = author:metadata:dc.contributor.*:text > webui.browse.index.3 = title:item:title > webui.browse.index.4 = subject:metadata:dc.subject.*:text > > webui.itemlist.sort-option.1 = title:dc.title:title > webui.itemlist.sort-option.2 = dateissued:dc.date.issued:date > webui.itemlist.sort-option.3 = dateaccessioned:dc.date.accessioned:date > > plugin.named.org.dspace.sort.OrderFormatDelegate= \ > org.dspace.sort.OrderFormatTitleMarc21=title > > webui.browse.link.1 = author:dc.contributor.* > > > #### Additional configuration for Recent Submissions code #### > > recent.submissions.sort-option = dateaccessioned > > recent.submissions.count = 5 > > plugin.sequence.org.dspace.plugin.CommunityHomeProcessor = \ > org.dspace.app.webui.components.RecentCommunitySubmissions > > plugin.sequence.org.dspace.plugin.CollectionHomeProcessor = \ > org.dspace.app.webui.components.RecentCollectionSubmissions > > > > ###### Browse Configuration 1.6.2 ###### > # Issue date is truncated to just the year > > webui.browse.index.1 = dateissued:item:dateissued > webui.browse.index.2 = author:metadata:dc.contributor.*,dc.creator:text > webui.browse.index.3 = title:item:title > webui.browse.index.4 = subject:metadata:dc.subject.*:text > > webui.itemlist.sort-option.1 = title:dc.title:title > webui.itemlist.sort-option.2 = dateissued:dc.date.issued:date > webui.itemlist.sort-option.3 = dateaccessioned:dc.date.accessioned:date > > plugin.named.org.dspace.sort.OrderFormatDelegate= \ > org.dspace.sort.OrderFormatTitleMarc21=title > > webui.browse.link.1 = author:dc.contributor.* > > #### Additional configuration for Recent Submissions code #### > > recent.submissions.sort-option = dateaccessioned > > recent.submissions.count = 5 > > plugin.sequence.org.dspace.plugin.CommunityHomeProcessor = \ > org.dspace.app.webui.components.RecentCommunitySubmissions > > plugin.sequence.org.dspace.plugin.CollectionHomeProcessor = \ > org.dspace.app.webui.components.RecentCollectionSubmissions > > plugin.named.org.dspace.content.license.LicenseArgumentFormatter = \ > org.dspace.content.license.SimpleDSpaceObjectLicenseFormatter > = collection, \ > org.dspace.content.license.SimpleDSpaceObjectLicenseFormatter = item, \ > org.dspace.content.license.SimpleDSpaceObjectLicenseFormatter = eperson > > > > On Wed, Aug 4, 2010 at 1:51 PM, TAYLOR Robin <[email protected]> wrote: >> Hi Clive, >> >> Could you post to the list the contents of the ###### Browse Configuration >> ###### section from dspace.cfg ? >> >> Thanks. >> >> Robin Taylor >> Main Library >> University of Edinburgh >> Tel. 0131 6513808 >> >>> -----Original Message----- >>> From: Clive Gould [mailto:[email protected]] >>> Sent: 04 August 2010 12:54 >>> To: [email protected] >>> Subject: Re: [Dspace-tech] DSpace 1.6.2 issue date format >>> >>> Hi Robin >>> >>> 1.5.2 production repository:- >>> >>> http://vle.bromley.ac.uk/dspace/browse?type=dateissued >>> >>> 1.6.2 test repository:- >>> >>> http://standbyvle.bromley.ac.uk/dspace/browse?type=dateissued >>> >>> Thanks :) >>> >>> Clive >>> >>> >>> On Wed, Aug 4, 2010 at 10:27 AM, TAYLOR Robin >>> <[email protected]> wrote: >>> > Hi Clive, >>> > >>> > Do you have a url for the item so I could have a look at it ? >>> > >>> > Thanks, Robin. >>> > >>> > >>> > Robin Taylor >>> > Main Library >>> > University of Edinburgh >>> > Tel. 0131 6513808 >>> > >>> >> -----Original Message----- >>> >> From: Clive Gould [mailto:[email protected]] >>> >> Sent: 04 August 2010 08:01 >>> >> To: [email protected] >>> >> Subject: [Dspace-tech] DSpace 1.6.2 issue date format >>> >> >>> >> Hi everyone >>> >> >>> >> Just wondering why the date display format appears to have changed >>> >> with DSpace 1.6.2 when browsing by issue date and title? >>> >> >>> >> With DSpace 1.5.2 the issue date appears in the format: >>> >> >>> >> 29-Apr-2009 >>> >> >>> >> With DSpace 1.6.2 the same items issue date appears in the format: >>> >> >>> >> 2009 >>> >> >>> >> Any ideas what I have done wrong in the configuration settings? >>> >> >>> >> Thanks >>> >> >>> >> Clive >>> >> >>> >> -------------------------------------------------------------- >>> >> ---------------- >>> >> The Palm PDK Hot Apps Program offers developers who use >>> the Plug-In >>> >> Development Kit to bring their C/C++ apps to Palm for a >>> share of $1 >>> >> Million in cash or HP Products. Visit us here for more details: >>> >> http://p.sf.net/sfu/dev2dev-palm >>> >> _______________________________________________ >>> >> DSpace-tech mailing list >>> >> [email protected] >>> >> https://lists.sourceforge.net/lists/listinfo/dspace-tech >>> >> >>> > -- >>> > The University of Edinburgh is a charitable body, registered in >>> > Scotland, with registration number SC005336. >>> > >>> > >>> >>> -------------------------------------------------------------- >>> ---------------- >>> The Palm PDK Hot Apps Program offers developers who use the >>> Plug-In Development Kit to bring their C/C++ apps to Palm for >>> a share of $1 Million in cash or HP Products. Visit us here >>> for more details: >>> http://p.sf.net/sfu/dev2dev-palm >>> _______________________________________________ >>> DSpace-tech mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/dspace-tech >>> >> -- >> The University of Edinburgh is a charitable body, registered in >> Scotland, with registration number SC005336. >> >> > ------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

