[Dspace-devel] [DuraSpace JIRA] Created: (DS-721) RecentSubmissions missing from Collection view (XMLUI trunk @ r5578)

2010-10-24 Thread Kim Shepherd (DuraSpace JIRA)
RecentSubmissions missing from Collection view (XMLUI trunk @ r5578)


 Key: DS-721
 URL: https://jira.duraspace.org/browse/DS-721
 Project: DSpace
  Issue Type: Bug
  Components: XMLUI
Affects Versions: 1.7.0
Reporter: Kim Shepherd
Priority: Major
 Fix For: 1.7.0


RecentSubmissions for Collections is no longer displaying in XMLUI in trunk as 
at revision 5578
Communities are OK, and JSPUI is OK for both.
Using ArtifactBrowser, Discovery not configured/enabled

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.duraspace.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
Dspace-devel mailing list
Dspace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-devel


[Dspace-devel] [DuraSpace JIRA] Resolved: (DS-704) Update pdfbox library to improve performance and out-of-box support for pdf extraction

2010-10-24 Thread Andrea Bollini (DuraSpace JIRA)

 [ 
https://jira.duraspace.org/browse/DS-704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrea Bollini resolved DS-704.
---

Resolution: Fixed

 Update pdfbox library to improve performance and out-of-box support for pdf 
 extraction
 --

 Key: DS-704
 URL: https://jira.duraspace.org/browse/DS-704
 Project: DSpace
  Issue Type: Improvement
  Components: DSpace API
Reporter: Andrea Bollini
Assignee: Andrea Bollini
 Fix For: 1.7.0

 Attachments: ds-704-pdfbox-update.patch, dspace-pdfbox.patch


 We have found that update the pdfbox library to the last stable version 
 (1.2.1) solve all our current issues with pdf text extraction and improve 
 performance.
 This could help people that want rely on the DSpace out-of-box pdf 
 extractor without using XPDF.
 Below some samples of exception that go away updating the pdfbox version. 
 Patch attached against trunk r5439
 ==
 java.io.IOException: Error: Could not find font(COSName{F1.0}) in map={}
 at org.pdfbox.util.operator.SetTextFont.process(SetTextFont.java:83)
 at org.pdfbox.util.PDFStreamEngine.processOperator(PDFStreamEngine.java:452)
 at org.pdfbox.util.PDFStreamEngine.processSubStream(PDFStreamEngine.java:215)
 at org.pdfbox.util.PDFStreamEngine.processStream(PDFStreamEngine.java:174)
 at org.pdfbox.util.PDFTextStripper.processPage(PDFTextStripper.java:336)
 at org.pdfbox.util.PDFTextStripper.processPages(PDFTextStripper.java:259)
 at org.pdfbox.util.PDFTextStripper.writeText(PDFTextStripper.java:216)
 at 
 org.dspace.app.mediafilter.PDFFilter.getDestinationStream(PDFFilter.java:139)
 ===
 java.lang.ClassCastException: org.pdfbox.cos.COSArray cannot be cast to 
 org.pdfbox.cos.COSDictionary
 at org.pdfbox.filter.FlateFilter.decode(FlateFilter.java:70)
 at org.pdfbox.cos.COSStream.doDecode(COSStream.java:290)
 at org.pdfbox.cos.COSStream.doDecode(COSStream.java:243)
 at org.pdfbox.cos.COSStream.getUnfilteredStream(COSStream.java:170)
 at org.pdfbox.pdfparser.PDFStreamParser.init(PDFStreamParser.java:101)
 at org.pdfbox.cos.COSStream.getStreamTokens(COSStream.java:132)
 at org.pdfbox.util.PDFStreamEngine.processSubStream(PDFStreamEngine.java:202)
 at org.pdfbox.util.PDFStreamEngine.processStream(PDFStreamEngine.java:174)
 at org.pdfbox.util.PDFTextStripper.processPage(PDFTextStripper.java:336)
 at org.pdfbox.util.PDFTextStripper.processPages(PDFTextStripper.java:259)
 at org.pdfbox.util.PDFTextStripper.writeText(PDFTextStripper.java:216)
 at 
 org.dspace.app.mediafilter.PDFFilter.getDestinationStream(PDFFilter.java:139)
 
 java.io.IOException: Unknown colorspace array type:COSName{DeviceRGB}
 at 
 org.pdfbox.pdmodel.graphics.color.PDColorSpaceFactory.createColorSpace(PDColorSpaceFactory.java:116)
 at org.pdfbox.pdmodel.PDResources.getColorSpaces(PDResources.java:264)
 at org.pdfbox.util.PDFStreamEngine.processSubStream(PDFStreamEngine.java:193)
 at org.pdfbox.util.PDFStreamEngine.processStream(PDFStreamEngine.java:174)
 at org.pdfbox.util.PDFTextStripper.processPage(PDFTextStripper.java:336)
 at org.pdfbox.util.PDFTextStripper.processPages(PDFTextStripper.java:259)
 at org.pdfbox.util.PDFTextStripper.writeText(PDFTextStripper.java:216)
 at 
 org.dspace.app.mediafilter.PDFFilter.getDestinationStream(PDFFilter.java:139)
 ===
 java.lang.NullPointerException
 at org.pdfbox.pdmodel.PDPageNode.getAllKids(PDPageNode.java:194)
 at org.pdfbox.pdmodel.PDPageNode.getAllKids(PDPageNode.java:182)
 at 
 org.pdfbox.pdmodel.PDDocumentCatalog.getAllPages(PDDocumentCatalog.java:226)
 at org.pdfbox.util.PDFTextStripper.writeText(PDFTextStripper.java:216)
 at 
 org.dspace.app.mediafilter.PDFFilter.getDestinationStream(PDFFilter.java:139)
 ===
 java.util.zip.ZipException: unknown compression method
 at java.util.zip.InflaterInputStream.read(Unknown Source)
 at org.pdfbox.filter.FlateFilter.decode(FlateFilter.java:97)
 at org.pdfbox.cos.COSStream.doDecode(COSStream.java:290)
 at org.pdfbox.cos.COSStream.doDecode(COSStream.java:235)
 at org.pdfbox.cos.COSStream.getUnfilteredStream(COSStream.java:170)
 at 
 org.pdfbox.pdfparser.PDFObjectStreamParser.init(PDFObjectStreamParser.java:66)
 at org.pdfbox.cos.COSDocument.dereferenceObjectStreams(COSDocument.java:450)
 at org.pdfbox.pdmodel.PDDocument.openProtection(PDDocument.java:908)
 at org.pdfbox.pdmodel.PDDocument.decrypt(PDDocument.java:489)
 at org.pdfbox.util.PDFTextStripper.writeText(PDFTextStripper.java:204)
 at 
 org.dspace.app.mediafilter.PDFFilter.getDestinationStream(PDFFilter.java:139)
 ===
 java.lang.ArrayIndexOutOfBoundsException
 at java.lang.System.arraycopy(Native Method)
 at java.io.PushbackInputStream.unread(Unknown Source)
 at org.pdfbox.pdfparser.BaseParser.parseCOSString(BaseParser.java:524)
 at 

[Dspace-devel] [DuraSpace JIRA] Updated: (DS-704) Update pdfbox library to improve performance and out-of-box support for pdf extraction

2010-10-24 Thread Andrea Bollini (DuraSpace JIRA)

 [ 
https://jira.duraspace.org/browse/DS-704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrea Bollini updated DS-704:
--

Attachment: ds-704-pdfbox-update.patch

patch committed to the trunk (use of icu library 3.8)

 Update pdfbox library to improve performance and out-of-box support for pdf 
 extraction
 --

 Key: DS-704
 URL: https://jira.duraspace.org/browse/DS-704
 Project: DSpace
  Issue Type: Improvement
  Components: DSpace API
Reporter: Andrea Bollini
Assignee: Andrea Bollini
 Fix For: 1.7.0

 Attachments: ds-704-pdfbox-update.patch, dspace-pdfbox.patch


 We have found that update the pdfbox library to the last stable version 
 (1.2.1) solve all our current issues with pdf text extraction and improve 
 performance.
 This could help people that want rely on the DSpace out-of-box pdf 
 extractor without using XPDF.
 Below some samples of exception that go away updating the pdfbox version. 
 Patch attached against trunk r5439
 ==
 java.io.IOException: Error: Could not find font(COSName{F1.0}) in map={}
 at org.pdfbox.util.operator.SetTextFont.process(SetTextFont.java:83)
 at org.pdfbox.util.PDFStreamEngine.processOperator(PDFStreamEngine.java:452)
 at org.pdfbox.util.PDFStreamEngine.processSubStream(PDFStreamEngine.java:215)
 at org.pdfbox.util.PDFStreamEngine.processStream(PDFStreamEngine.java:174)
 at org.pdfbox.util.PDFTextStripper.processPage(PDFTextStripper.java:336)
 at org.pdfbox.util.PDFTextStripper.processPages(PDFTextStripper.java:259)
 at org.pdfbox.util.PDFTextStripper.writeText(PDFTextStripper.java:216)
 at 
 org.dspace.app.mediafilter.PDFFilter.getDestinationStream(PDFFilter.java:139)
 ===
 java.lang.ClassCastException: org.pdfbox.cos.COSArray cannot be cast to 
 org.pdfbox.cos.COSDictionary
 at org.pdfbox.filter.FlateFilter.decode(FlateFilter.java:70)
 at org.pdfbox.cos.COSStream.doDecode(COSStream.java:290)
 at org.pdfbox.cos.COSStream.doDecode(COSStream.java:243)
 at org.pdfbox.cos.COSStream.getUnfilteredStream(COSStream.java:170)
 at org.pdfbox.pdfparser.PDFStreamParser.init(PDFStreamParser.java:101)
 at org.pdfbox.cos.COSStream.getStreamTokens(COSStream.java:132)
 at org.pdfbox.util.PDFStreamEngine.processSubStream(PDFStreamEngine.java:202)
 at org.pdfbox.util.PDFStreamEngine.processStream(PDFStreamEngine.java:174)
 at org.pdfbox.util.PDFTextStripper.processPage(PDFTextStripper.java:336)
 at org.pdfbox.util.PDFTextStripper.processPages(PDFTextStripper.java:259)
 at org.pdfbox.util.PDFTextStripper.writeText(PDFTextStripper.java:216)
 at 
 org.dspace.app.mediafilter.PDFFilter.getDestinationStream(PDFFilter.java:139)
 
 java.io.IOException: Unknown colorspace array type:COSName{DeviceRGB}
 at 
 org.pdfbox.pdmodel.graphics.color.PDColorSpaceFactory.createColorSpace(PDColorSpaceFactory.java:116)
 at org.pdfbox.pdmodel.PDResources.getColorSpaces(PDResources.java:264)
 at org.pdfbox.util.PDFStreamEngine.processSubStream(PDFStreamEngine.java:193)
 at org.pdfbox.util.PDFStreamEngine.processStream(PDFStreamEngine.java:174)
 at org.pdfbox.util.PDFTextStripper.processPage(PDFTextStripper.java:336)
 at org.pdfbox.util.PDFTextStripper.processPages(PDFTextStripper.java:259)
 at org.pdfbox.util.PDFTextStripper.writeText(PDFTextStripper.java:216)
 at 
 org.dspace.app.mediafilter.PDFFilter.getDestinationStream(PDFFilter.java:139)
 ===
 java.lang.NullPointerException
 at org.pdfbox.pdmodel.PDPageNode.getAllKids(PDPageNode.java:194)
 at org.pdfbox.pdmodel.PDPageNode.getAllKids(PDPageNode.java:182)
 at 
 org.pdfbox.pdmodel.PDDocumentCatalog.getAllPages(PDDocumentCatalog.java:226)
 at org.pdfbox.util.PDFTextStripper.writeText(PDFTextStripper.java:216)
 at 
 org.dspace.app.mediafilter.PDFFilter.getDestinationStream(PDFFilter.java:139)
 ===
 java.util.zip.ZipException: unknown compression method
 at java.util.zip.InflaterInputStream.read(Unknown Source)
 at org.pdfbox.filter.FlateFilter.decode(FlateFilter.java:97)
 at org.pdfbox.cos.COSStream.doDecode(COSStream.java:290)
 at org.pdfbox.cos.COSStream.doDecode(COSStream.java:235)
 at org.pdfbox.cos.COSStream.getUnfilteredStream(COSStream.java:170)
 at 
 org.pdfbox.pdfparser.PDFObjectStreamParser.init(PDFObjectStreamParser.java:66)
 at org.pdfbox.cos.COSDocument.dereferenceObjectStreams(COSDocument.java:450)
 at org.pdfbox.pdmodel.PDDocument.openProtection(PDDocument.java:908)
 at org.pdfbox.pdmodel.PDDocument.decrypt(PDDocument.java:489)
 at org.pdfbox.util.PDFTextStripper.writeText(PDFTextStripper.java:204)
 at 
 org.dspace.app.mediafilter.PDFFilter.getDestinationStream(PDFFilter.java:139)
 ===
 java.lang.ArrayIndexOutOfBoundsException
 at java.lang.System.arraycopy(Native Method)
 at java.io.PushbackInputStream.unread(Unknown Source)
 at 

[Dspace-devel] [DuraSpace JIRA] Created: (DS-723) Some Browse code did not take into account the change to Authority values

2010-10-24 Thread Graham Triggs (DuraSpace JIRA)
Some Browse code did not take into account the change to Authority values
-

 Key: DS-723
 URL: https://jira.duraspace.org/browse/DS-723
 Project: DSpace
  Issue Type: Bug
Affects Versions: 1.6.2, 1.6.1, 1.6.0
Reporter: Graham Triggs


There is a potential issue in the obtaining of list values - where the 
authority code was added, it changed a List of Strings to a List of String 
arrays ( the value, and the authority). Some of the code that used these 
methods did not take into account that there was a String[] and would have 
thrown a classcastexception.

This has now been accounted for, but in doing so, it ignores the authority 
value component of the array. We need to consider if this needs to be updated, 
or possibly if that method should just be removed (doesn't appear to be used)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.duraspace.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
Dspace-devel mailing list
Dspace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-devel


[Dspace-devel] [DuraSpace JIRA] Created: (DSCR-14) Assure Facets can be rendered in Site, Community and Collection Fields for 1.7 release

2010-10-24 Thread Mark Diggory (DuraSpace JIRA)
Assure Facets can be rendered in Site, Community and Collection Fields for 1.7 
release
--

 Key: DSCR-14
 URL: https://jira.duraspace.org/browse/DSCR-14
 Project: DSpace Discovery Module
  Issue Type: Improvement
Reporter: Mark Diggory
 Fix For: 1.7.0


Adjusting options generation.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.duraspace.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
Dspace-devel mailing list
Dspace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-devel


[Dspace-devel] [DuraSpace JIRA] Closed: (DS-721) RecentSubmissions missing from Collection view (XMLUI trunk @ r5578)

2010-10-24 Thread Kim Shepherd (DuraSpace JIRA)

 [ 
https://jira.duraspace.org/browse/DS-721?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kim Shepherd closed DS-721.
---

Resolution: Fixed

FIxed by Mark's commit (r5616)

 RecentSubmissions missing from Collection view (XMLUI trunk @ r5578)
 

 Key: DS-721
 URL: https://jira.duraspace.org/browse/DS-721
 Project: DSpace
  Issue Type: Bug
  Components: XMLUI
Affects Versions: 1.7.0
Reporter: Kim Shepherd
Priority: Major
 Fix For: 1.7.0


 RecentSubmissions for Collections is no longer displaying in XMLUI in trunk 
 as at revision 5578
 Communities are OK, and JSPUI is OK for both.
 Using ArtifactBrowser, Discovery not configured/enabled

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.duraspace.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
Dspace-devel mailing list
Dspace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-devel


[Dspace-devel] [DuraSpace JIRA] Subscription: DSpace JIRA Issues Needing Review

2010-10-24 Thread no-reply
Issue Subscription
Filter: DSpace JIRA Issues Needing Review (22 issues)
The following issues have not been reviewed. If you have time, please review 
them. If the issue can be reproduced or seems valid, please move it into the 
Open status (which signifies that it has been reviewed by someone). Please 
double check all issue metadata (especially the version/components of DSpace 
that this issue affects) and, if possible, assign it to someone.
Subscriber: tdonohue

Key Summary
DSB-62  DSpace remote log viewer.
https://jira.duraspace.org/browse/DSB-62
DS-641  Page does not exist
https://jira.duraspace.org/browse/DS-641
DS-655  MetadataExposure hides fields except for System Admins - this 
should extend to Community and Collection Admins
https://jira.duraspace.org/browse/DS-655
DS-658  Provide a nonAnon attribute to XMLUI theme
https://jira.duraspace.org/browse/DS-658
DS-671  One item of my dspace is a pdf file ( from a scanner ) = 240 Mb  
when i try to download it from my dspace i get a pdf file  87Mb and unusable
https://jira.duraspace.org/browse/DS-671
DS-675  XMLUI doesn't start if the error level in the log4j.properties is 
set to DEBUG
https://jira.duraspace.org/browse/DS-675
DS-678  Community Admin unable to create new bundle type for items
https://jira.duraspace.org/browse/DS-678
DS-681  Updating groups performs badly with a large number of groups.
https://jira.duraspace.org/browse/DS-681
DS-682  The Select Collection step performs badly with a large number of 
collections.
https://jira.duraspace.org/browse/DS-682
DS-683  Incorporate Security / Quality recommendations from AppScan report
https://jira.duraspace.org/browse/DS-683
DS-670  Relax performance tests in 
org.dspace.content.CommunityCollectionIntegrationTest.
https://jira.duraspace.org/browse/DS-670
DS-685  Remove sensitive information from HTML comments
https://jira.duraspace.org/browse/DS-685
DS-700  Bulk Metadata Editing: defining formats for export/re-import of 
selected fields
https://jira.duraspace.org/browse/DS-700
DS-679  Modifying dspace oai code to offer harvesting through collection  : 
harvest any item with a request on metadatavalue
https://jira.duraspace.org/browse/DS-679
DS-705  Returning CLOBs fields data from ORACLE
https://jira.duraspace.org/browse/DS-705
DS-714  PowerPoint Text Extraction for DSpace Media Filter
https://jira.duraspace.org/browse/DS-714
DS-677  xmlui BitstreamReader holds database connections open while large 
files download, exhausting connection pool
https://jira.duraspace.org/browse/DS-677
DS-717  Duplicated template in Kubrick theme
https://jira.duraspace.org/browse/DS-717
DS-720  Solr statistics documentation in DSpace manual and DSDOC is 
out-of-date, wrong, and inconsistent with dspace.cfg
https://jira.duraspace.org/browse/DS-720
DS-722  On login screen, keyboard input focus should be set to the first 
field (E-mail Address) so you don't have to use the mouse (XMLUI)
https://jira.duraspace.org/browse/DS-722
DS-723  Some Browse code did not take into account the change to Authority 
values
https://jira.duraspace.org/browse/DS-723
DSCR-14 Assure Facets can be rendered in Site, Community and Collection 
Fields for 1.7 release
https://jira.duraspace.org/browse/DSCR-14

--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
Dspace-devel mailing list
Dspace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-devel


[Dspace-devel] [DSJ] Subscription: DSpace JIRA Issues Needing Review

2010-10-24 Thread auto
Issue Subscription
Filter: DSpace JIRA Issues Needing Review (26 issues)
The following issues have not been reviewed.  If you have time, please review 
them.  If the issue can be reproduced or seems valid, please move it into the 
Open status (which signifies that it has been reviewed by someone).  Please 
double check all issue metadata (especially the version/components of DSpace 
that this issue affects) and, if possible, assign it to someone.
Subscriber: tdonohue

Key Summary
DS-641  Page does not exist
http://jira.dspace.org/jira/browse/DS-641
DS-645  Enhanced embargo functionality
http://jira.dspace.org/jira/browse/DS-645
DS-651  DSpace Intermediate Metadataformat DIM - include handle or ID
http://jira.dspace.org/jira/browse/DS-651
DS-652  Wrong behaviour of special groups at login. Use only special groups 
of the authetication that DID authenticate the user.
http://jira.dspace.org/jira/browse/DS-652
DS-655  MetadataExposure hides fields except for System Admins - this 
should extend to Community and Collection Admins
http://jira.dspace.org/jira/browse/DS-655
DS-658  Provide a nonAnon attribute to XMLUI theme
http://jira.dspace.org/jira/browse/DS-658
DS-659  Collection.findAll performance issue - offset and limit improvement
http://jira.dspace.org/jira/browse/DS-659
DS-667  Add a remote log viewer to DSpace.
http://jira.dspace.org/jira/browse/DS-667
DS-669  icons of restricted bitstreams 
http://jira.dspace.org/jira/browse/DS-669
DS-670  Relax performance tests in 
org.dspace.content.CommunityCollectionIntegrationTest.
http://jira.dspace.org/jira/browse/DS-670
DS-671  One item of my dspace is a pdf file ( from a scanner ) = 240 Mb  
when i try to download it from my dspace i get a pdf file  87Mb and unusable
http://jira.dspace.org/jira/browse/DS-671
DS-672  Nullpointer exception when bogus information is entered in the 
Embargo date field during submission
http://jira.dspace.org/jira/browse/DS-672
DS-673  My Archived Submissions
http://jira.dspace.org/jira/browse/DS-673
DS-674  Add and Remove Selected actions on individual metadata fields have 
an effect on the whole form
http://jira.dspace.org/jira/browse/DS-674
DS-675  XMLUI doesn't start if the error level in the log4j.properties is 
set to DEBUG
http://jira.dspace.org/jira/browse/DS-675
DS-677  xmlui BitstreamReader holds database connections open while large 
files download, exhausting connection pool
http://jira.dspace.org/jira/browse/DS-677
DS-678  Community Admin unable to create new bundle type for items
http://jira.dspace.org/jira/browse/DS-678
DS-679  Modifying dspace oai code to offer harvesting through collection  : 
harvest any item with a request on metadatavalue
http://jira.dspace.org/jira/browse/DS-679
DS-680  invalid input syntax for type timestamp in db query for 
stat-initial utility
http://jira.dspace.org/jira/browse/DS-680
DS-681  Updating groups performs badly with a large number of groups.
http://jira.dspace.org/jira/browse/DS-681
DS-682  The Select Collection step performs badly with a large number of 
collections.
http://jira.dspace.org/jira/browse/DS-682
DS-683  Incorporate Security / Quality recommendations from AppScan report
http://jira.dspace.org/jira/browse/DS-683
DS-685  Remove sensitive information from HTML comments
http://jira.dspace.org/jira/browse/DS-685
DS-700  Bulk Metadata Editing: defining formats for export/re-import of 
selected fields
http://jira.dspace.org/jira/browse/DS-700
DS-702  Problem in running  ANT fresh_install
http://jira.dspace.org/jira/browse/DS-702
DSB-62  DSpace remote log viewer.
http://jira.dspace.org/jira/browse/DSB-62


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
Dspace-devel mailing list
Dspace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-devel


[Dspace-devel] [DuraSpace JIRA] Subscription: DSpace JIRA Issues Needing Review

2010-10-24 Thread no-reply
Issue Subscription
Filter: DSpace JIRA Issues Needing Review (15 issues)
The following issues have not been reviewed. If you have time, please review 
them. If the issue can be reproduced or seems valid, please move it into the 
Open status (which signifies that it has been reviewed by someone). Please 
double check all issue metadata (especially the version/components of DSpace 
that this issue affects) and, if possible, assign it to someone.
Subscriber: tdonohue

Key Summary
DSB-62  DSpace remote log viewer.
https://jira.duraspace.org/browse/DSB-62
DS-641  Page does not exist
https://jira.duraspace.org/browse/DS-641
DS-655  MetadataExposure hides fields except for System Admins - this 
should extend to Community and Collection Admins
https://jira.duraspace.org/browse/DS-655
DS-658  Provide a nonAnon attribute to XMLUI theme
https://jira.duraspace.org/browse/DS-658
DS-671  One item of my dspace is a pdf file ( from a scanner ) = 240 Mb  
when i try to download it from my dspace i get a pdf file  87Mb and unusable
https://jira.duraspace.org/browse/DS-671
DS-675  XMLUI doesn't start if the error level in the log4j.properties is 
set to DEBUG
https://jira.duraspace.org/browse/DS-675
DS-677  xmlui BitstreamReader holds database connections open while large 
files download, exhausting connection pool
https://jira.duraspace.org/browse/DS-677
DS-678  Community Admin unable to create new bundle type for items
https://jira.duraspace.org/browse/DS-678
DS-681  Updating groups performs badly with a large number of groups.
https://jira.duraspace.org/browse/DS-681
DS-682  The Select Collection step performs badly with a large number of 
collections.
https://jira.duraspace.org/browse/DS-682
DS-683  Incorporate Security / Quality recommendations from AppScan report
https://jira.duraspace.org/browse/DS-683
DS-670  Relax performance tests in 
org.dspace.content.CommunityCollectionIntegrationTest.
https://jira.duraspace.org/browse/DS-670
DS-685  Remove sensitive information from HTML comments
https://jira.duraspace.org/browse/DS-685
DS-700  Bulk Metadata Editing: defining formats for export/re-import of 
selected fields
https://jira.duraspace.org/browse/DS-700
DS-679  Modifying dspace oai code to offer harvesting through collection  : 
harvest any item with a request on metadatavalue
https://jira.duraspace.org/browse/DS-679

--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
Dspace-devel mailing list
Dspace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-devel