[Dspace-devel] [DuraSpace JIRA] Closed: (DS-495) Broken link in the documentation section 8.2.3.

2010-11-02 Thread Jeffrey Trimble (DuraSpace JIRA)

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

Jeffrey Trimble closed DS-495.
--

Documentation Status: Complete or Committed  (was: Needed)
  Resolution: Fixed
Assignee: Jeffrey Trimble

Link updated and points to 
https://wiki.duraspace.org/display/DSPACE/DSpaceMETSSIPProfile until the PDF 
file can be retrieved once again.

 Broken link in the documentation section 8.2.3.
 ---

 Key: DS-495
 URL: https://jira.duraspace.org/browse/DS-495
 Project: DSpace
  Issue Type: Bug
  Components: Documentation
Affects Versions: 1.6.0
Reporter: Robin Taylor
Assignee: Jeffrey Trimble
Priority: Trivial
 Fix For: 1.7.0


 In section '8.2.3. METS packages' there is a broken link to  
 http://www.dspace.org/standards/METS/SIP/profilev1p0/metsipv1p0.pdf.  Dont 
 know where it should be going, sorry.

-- 
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-644) Broken link in Shibboleth settings in 1.6.2 Documentation

2010-11-02 Thread Jeffrey Trimble (DuraSpace JIRA)

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

Jeffrey Trimble resolved DS-644.


Documentation Status: Complete or Committed  (was: In Description)
  Resolution: Fixed

Correction has been made

 Broken link in Shibboleth settings in 1.6.2 Documentation
 -

 Key: DS-644
 URL: https://jira.duraspace.org/browse/DS-644
 Project: DSpace
  Issue Type: Bug
  Components: Documentation
Affects Versions: 1.6.2
Reporter: Tim Donohue
Assignee: Jeffrey Trimble
Priority: Trivial
 Fix For: 1.7.0


 The Shibboleth Documentation for 1.6.2 includes a broken link in the 
 following section:
 http://www.dspace.org/1_6_2Documentation/ch05.html#N12AA5
 The broken link is this one:
 https://mams.melcoe.mq.edu.au/zope/mams/pub/Installation/dspace15
 It is supposed to be (notice pubs in URL, and not pub):
 https://mams.melcoe.mq.edu.au/zope/mams/pubs/Installation/dspace15

-- 
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] Assigned: (DS-734) Improve database efficiency

2010-11-02 Thread Graham Triggs (DuraSpace JIRA)

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

Graham Triggs reassigned DS-734:


Assignee: Graham Triggs

 Improve database efficiency
 ---

 Key: DS-734
 URL: https://jira.duraspace.org/browse/DS-734
 Project: DSpace
  Issue Type: Improvement
Reporter: Graham Triggs
Assignee: Graham Triggs
 Fix For: 1.7.0


 Improve various parts of database access - ie.
 - PreparedStatement and parameterized access for getnextid() (relatively 
 expensive as a statement / unparameterized)
 - Where possible, convert DatabaseManager.create() / DatabaseManager.update() 
 to DatabaseManager.row() / DatabaseManager.insert() (delay inserting records 
 until you have the rest of the data for the row, thereby reducing an INSERT / 
 UPDATE sequence to just an INSERT.

-- 
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] Updated: (DS-734) Improve database efficiency

2010-11-02 Thread Graham Triggs (DuraSpace JIRA)

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

Graham Triggs updated DS-734:
-

Status: Open  (was: Received)

 Improve database efficiency
 ---

 Key: DS-734
 URL: https://jira.duraspace.org/browse/DS-734
 Project: DSpace
  Issue Type: Improvement
Reporter: Graham Triggs
Assignee: Graham Triggs
 Fix For: 1.7.0


 Improve various parts of database access - ie.
 - PreparedStatement and parameterized access for getnextid() (relatively 
 expensive as a statement / unparameterized)
 - Where possible, convert DatabaseManager.create() / DatabaseManager.update() 
 to DatabaseManager.row() / DatabaseManager.insert() (delay inserting records 
 until you have the rest of the data for the row, thereby reducing an INSERT / 
 UPDATE sequence to just an INSERT.

-- 
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] DSpace 1.7 Coming Soon -- Testing and Feedback starting Nov 8

2010-11-02 Thread Peter Dietz
Greetings DSpace Users,

Whats New?

There are a lot of improvements added to our upcoming version of DSpace
(1.7) like new themes, a discovery layer, most used items, AIP Backup and
Restore, curation tools, numerous bug fixes, changes to documentation and
more that we’d like to tell you about, however the next version won’t be
ready until mid-December. Until then, what you can do to help is to test
what has been worked on, and provide useful feedback. Simple as that. We
typically call this Test-A-Thon, and it starts next week on November 8,
2010, and lasting the whole week. So please reserve some time in your
schedule to give us a hand by giving us useful feedback.

During Test-A-Thon, you can visit our demo site: demo.dspace.org and check
out that everything that has worked in the past still works, all of the new
features that have been added don’t have any hidden surprises, and that no
new problems have been created. If you find something that we should know
about, there will be a Give Us Feedback button built into the testing site.
Leaving feedback is simple and will be our best way to know what needs to be
improved.  The developers will then try to fix things that have been
reported, so that when we finally release 1.7.0 it is tested, stable, and
ready for you to install or upgrade to.

We will also send out another announcement when Test-A-Thon starts with more
in-depth information such as how to chat with the developers in the IRC
(chat room), and more locations that will be hosting a testing instance. You
will of course be able to download and install a copy on your own system to
test. We will be keeping the existing DSpace 1.6.2 demo.dspace.org site’s
data in place, so the existing logins will still work.

Read our 1.7 release notes wiki:
https://wiki.duraspace.org/display/DSPACE/DSpace+Release+1.7.0+Notes

Additionally, we have a testimonial that was shared with us regarding last
year’s Test-A-Thon for DSpace 1.6. that will hopefully encourage you to give
a hand during Test-A-Thon 1.7

Testimonial – 1.6 Testathon – Call for Repository Manager Involvement.
Hey there Repository Managers, if you want to contribute to the DSpace
Community effort…… a great way is to volunteer to test a new software
release.
I participated in the 1.6 Bug Hunt, I didn’t find any bugs but it was really
nice to be able to get an advance preview on some of the new features in the
software.
This is what you need to do:

   1. Set aside a few hours
   2. Have your test cases setup, (we all have our area of expertise to
   contribute to)
   3. Document what you did
   4. Leave feedback if you run across any bugs, if you have queries or just
   want to comment, let one of the team know

Its really easy!

Leonie Hayes
The University of Auckland Library, NZ



--
Peter Dietz
Systems Developer/Engineer
Ohio State University Libraries
--
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] Test-A-Thon 1.7 Instances

2010-11-02 Thread Peter Dietz
Hi Everyone,

Sorry for an odd amount of cross-posting, but let me know if you are
planning on hosting a 1.7 instance for testathon next week. I'll start to
create a wiki page for testathon, and preparing the feedback system.

I'll upgrade demo.dspace.org in place to 1.7.RC1, it will use its existing
data. I was originally planning to leave that as LATEST-STABLE 1.6.2 so we
could compare changes, but I feel it is better to test the upgrade on a
real instance which uses the handle server.

Also, if you will be activating discovery on your instance, it would be
useful to have some data loaded on it, so we can get realistic testing
feedback.

--
Peter Dietz
Systems Developer/Engineer
Ohio State University Libraries
--
Achieve Improved Network Security with IP and DNS Reputation.
Defend against bad network traffic, including botnets, malware, 
phishing sites, and compromised hosts - saving your company time, 
money, and embarrassment.   Learn More! 
http://p.sf.net/sfu/hpdev2dev-nov___
Dspace-devel mailing list
Dspace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-devel