[Dspace-tech] Simplification of sunmission forms

2010-12-09 Thread AMJAD USMAN

hello everybody,



i want to merge all the seven steps in a single form / page like:

Step 1:   Collection Selection

fields go here

--

Step 2:   Initial Question

fields go here

--

and so on.



i want a single form that should display all the necessary fields.

can anybody tell me how i can do this ?

From:
Amjeeko   --
This SF Dev2Dev email is sponsored by:

WikiLeaks The End of the Free Internet
http://p.sf.net/sfu/therealnews-com___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Show twobox in XMLUI, need tips on how to proceed

2010-12-09 Thread Jessica Lindholm
Thanks Bram,
the full list of input-types is quite nicely described in the manual,
cf. e.g. 1.6.1
http://www.dspacedev2.org/1_6_1Documentation/ch14.html#N18646. 

Anyways, if anyone decides to reimplement the generic twobox (i.e. not
rendered as a onebox) in xml-ui in the future, I am still interested in
knowing more about how it can be achieved! 

Regards,
Jessica

p.s.  'series' works well - but just for series :-)

 11/24/2010 kl.  3:57 , skrev Bram Luyten b...@mire.be :
 Hi Jessica,
 
 I went into a recent inputforms.xml file from one of our
installations and
 it seems the type twobox is no longer used.
 I found 2 other types:
 
 For authors, the type is called name:
 
  field
  dc-schemadc/dc-schema
  dc-elementcontributor/dc-element
  dc-qualifierauthor/dc-qualifier
  repeatabletrue/repeatable
  labelAuthors/label
  input-typename/input-type
  hintEnter the names of the authors of this item
below./hint
  required/required
  filters
  field element=type
qualifier=templatearticle/field
  /filters
/field
 
 For Series-report no, the type is called series
 
field
  dc-schemadc/dc-schema
  dc-elementrelation/dc-element
  dc-qualifierispartofseries/dc-qualifier
  repeatabletrue/repeatable
  labelSeries/Report No./label
  input-typeseries/input-type
  hintEnter the series and number assigned to this item by
your
 community./hint
  required/required
/field
 
 Hope this helps
 
 Bram Luyten
 
 
 @mire - http://www.atmire.com 
 
 Technologielaan 9 - 3001 Heverlee - Belgium
 533 2nd Street - Encinitas, CA 92024 - USA
 
 http://www.togather.eu - Before getting together, get t...@ther
 
 
 On Thu, Nov 11, 2010 at 4:01 PM, Jessica Lindholm
 jessica.lindh...@mah.sewrote:
 
 Hello all,
 the input-type twobox from input-forms definitions isn't
configured
 to show two boxes in XMLUI (using 1.6.2), all appears as
oneboxes.

 So, I should do it in our local theme - and I do not know where to
 start.

 Has anyone already done this and is willing to send me a few
snippets
 or could point me to a direction of how that could be accomplished.

 Regards,
 a librarian struggling with XSL-stuff,

 Jessica Lindholm
 --

 
 Jessica Lindholm

 Malmö högskola
 Bibliotek och IT
 Orkanenbiblioteket
 205 06 Malmö

 Malmö University
 Library and IT Service
 Orkanen Library
 205 06 Malmö
 Sweden

 jessica.lindh...@mah.se 
 +46 (0)40 665 71 39
 http://www.mah.se/bit 
 http://homeweb.mah.se/~bijeli/ http://homeweb.mah.se/%7Ebijeli/
 http://www.linkedin.com/in/jessical 



--
 Centralized Desktop Delivery: Dell and VMware Reference
Architecture
 Simplifying enterprise desktop deployment and management using
 Dell EqualLogic storage and VMware View: A highly scalable,
end-to-end
 client virtualization framework. Read more!
 http://p.sf.net/sfu/dell-eql-dev2dev 
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net 
 https://lists.sourceforge.net/lists/listinfo/dspace-tech 


--
This SF Dev2Dev email is sponsored by:

WikiLeaks The End of the Free Internet
http://p.sf.net/sfu/therealnews-com
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Some i18n text resists modification via theme.

2010-12-09 Thread Jizba, Richard
Hello,

 

We have been using the following approach to modify the text displayed
as needed via the 'theme-name'.xsl file:

 

xsl:template match=i18n:text

xsl:choose

   xsl:when
test=text()='xmlui.ArtifactBrowser.Navigation.browse_title'

xsl:textCase Name/xsl:text

/xsl:when

   (etc.)

xsl:otherwise

xsl:copy-of select=./

/xsl:otherwise

/xsl:choose

/xsl:template 

 

 

However, this doesn't work for the following messages, which are listed
in the at the top of the body of the browsing pages:

 

message
key=xmlui.ArtifactBrowser.ConfigurableBrowse.title.item.titleBrowsing
{0} by Title {1}/message

message
key=xmlui.ArtifactBrowser.ConfigurableBrowse.trail.item.titleBrowsing
{0} by Title/message

 

This doesn't work:

   

   xsl:when
test=text()='xmlui.ArtifactBrowser.ConfigurableBrowse.trail.item.title'


xsl:textBrowsing by Case Name/xsl:text

/xsl:when

 

Any suggestions?

 

Richard Jizba

Creighton University

--
This SF Dev2Dev email is sponsored by:

WikiLeaks The End of the Free Internet
http://p.sf.net/sfu/therealnews-com___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Dspace install for dummies

2010-12-09 Thread Mark Ehle
Well, I was able to roll back to a snapshot prior to my install attempt
yesterday (gotta love those vm's!), and by paying close attention to the
errors I was getting, I was able to install 1.6.2 on Ubuntu 10.04.1 LTS.
It's an ordeal. The instructions at the link (
http://wiki.lib.sun.ac.za/index.php/SUNScholar/Install_Ubuntu) don't exactly
match any more, so if you don't normally know anything about java (I know
nothing), it's a struggle. Now all I have to do is get it pointing to port
80 and I can start bringing stuff over from our old installation.

Thanks to everyone who helped!

Mark
--
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] statistics generation question

2010-12-09 Thread Jason Nugent
Hi everyone,

I am curious about the stats reporting in DSpace 1.6.x.  I'm running  a 1.6.0 
installation and I've noticed that the general stats pages do have stats, but 
if I drill down into a particular collection at a particular  handle, I also 
have a statistics link that points to a URL with a handle in it.  Clicking that 
link gives me a Manakin themed page which is empty.

My top level pages do show stats, and I can browse by month without problem.  

Is this simply a UI issue and that link shouldn't exist? maybe a relative path 
to statistics instead of an absolute one to the top of my DSpace 
installation?  Bug in the UI, maybe?  Here's an example of that:

http://dspace.hil.unb.ca:8080/handle/1882/38

The link in the lower right (you'd need to log in to see it) points to

http://dspace.hil.unb.ca:8080/handle/1882/38/statistics 

which doesn't seem right.

My./stats-* report generation tools run just fine.

Also, I was wondering if the add-on for statistics, originally created by the 
University of Minho, will ever be updated for newer versions?  Has anyone 
looked at creating a Manakin-compatible stats addon?

Thanks,

Jason
-
Programmer/Analyst
University of New Brunswick Libraries
jnug...@unb.ca
(506) 447 3177


--
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] retrieve or reset Duraspace Jira password?

2010-12-09 Thread Jason Stirnaman

I can't find any link or form in Duraspace Jira to reset my password if I've 
forgotten it. 

Thanks, 
Jason 
Jason Stirnaman
Biomedical Librarian, Digital Projects
A.R. Dykes Library, University of Kansas Medical Center
jstirna...@kumc.edu
913-588-7319


--
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Embargoes and batch import

2010-12-09 Thread Jason Fowler
Richard,

Sorry to bug you, but I did have one last question. Would you also have to 
specify the liftdate, or just the terms?

Thanks,
Jason Fowler, CA, MSLS
Archives and Special Collections Librarian
The Southern Baptist Theological Seminary
President, ALABI
jfow...@sbts.edu

From: Richard Rodgers [rrodg...@mit.edu]
Sent: Wednesday, December 08, 2010 2:38 PM
To: Jason Fowler
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Embargoes and batch import

Hi Jason:

Unless I'm misunderstanding what 'during' means here - you can. Just make sure 
the item metadata for everything in the batch includes whatever field you 
configured for
embargo.field.terms and has a valid value. It will be embargoed as it is 
installed into the repository, just like if it had been submitted via the web 
UI.

Hope this addresses the issue,

RIchard

On Dec 8, 2010, at 2:20 PM, Jason Fowler wrote:

 Is there any way to place batch imported items under embargo during the batch 
 import process?

 Thanks,
 Jason Fowler, CA, MSLS
 Archives and Special Collections Librarian
 The Southern Baptist Theological Seminary
 President, ALABI
 jfow...@sbts.edu
 --
 This SF Dev2Dev email is sponsored by:

 WikiLeaks The End of the Free Internet
 http://p.sf.net/sfu/therealnews-com
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech


--
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] retrieve or reset Duraspace Jira password?

2010-12-09 Thread Stuart Lewis
Hi Jason,

 I can't find any link or form in Duraspace Jira to reset my password if I've 
 forgotten it.

https://jira.duraspace.org/secure/ForgotLoginDetails!default.jspa

Thanks,


Stuart Lewis
IT Innovations Analyst and Developer
Te Tumu Herenga The University of Auckland Library
Auckland Mail Centre, Private Bag 92019, Auckland 1142, New Zealand
Ph: +64 (0)9 373 7599 x81928


--
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] error in sequence of 1.5.x - 1.6.x upgrade instructions?

2010-12-09 Thread Stuart Lewis
Hi Jason,

 I'm attempting to upgrade using the 1.5.x - 1.6.x upgrade instructions found 
 in DSpace Manual 1.7.0-rc1. On page 65, shouldn't steps #7 and #8 (CC 
 registry update and database update) follow #9 (install with Ant)?

Step 8 (database upgrade is ok where it is), but I think you're right, step 7 
(cc registry upgrade) needs to be after step 9 (ant update).  If you tried 
running it before the upgrade, then the '[dspace]/bin/dspace registry-loader' 
script won't yet have been installed.

Thanks for spotting this - I'll report it in our JIRA bug tracking system.

Thanks,


Stuart Lewis
IT Innovations Analyst and Developer
Te Tumu Herenga The University of Auckland Library
Auckland Mail Centre, Private Bag 92019, Auckland 1142, New Zealand
Ph: +64 (0)9 373 7599 x81928


--
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] error in sequence of 1.5.x - 1.6.x upgrade instructions?

2010-12-09 Thread Andrea Schweer
Hi Jason,

On 10/12/10 08:31, Jason Stirnaman wrote:
 I'm attempting to upgrade using the 1.5.x - 1.6.x upgrade
 instructions found in DSpace Manual 1.7.0-rc1. On page 65, shouldn't
 steps #7 and #8 (CC registry update and database update) follow #9
 (install with Ant)?

I recently upgraded two dspace instances from 1.5.2 to 1.6.2. I found
too that I needed to do the CC registry update step after the ant
install step; this is because the CC registry step instructions refer to
a script that doesn't exist yet in 1.5.2 ([dspace]/bin/dspace
registry-loader).

I had no problems doing the database update step before the ant install
step though; dspace isn't running at the time after all and the ant
install step doesn't touch the database either afaik. I don't think the
order of these two steps matters.

I worked off the 1.6.2 DSpace Manual but I assume this part won't have
changed in the version of the manual that you refer to.

cheers,
Andrea

-- 
Andrea Schweer
IRR Technical Specialist, ITS Information Systems
The University of Waikato, Hamilton, New Zealand
+64-7-838 4466 ext. 6972

--
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] error in sequence of 1.5.x - 1.6.x upgrade instructions?

2010-12-09 Thread Jason Stirnaman

Another typo in the same place: 
-f /dspace-1.6-1-src-release/dspace/etc/postgres/database_schema_15_16.sql 

should be 
-f /dspace-1.6-1-src-release/dspace/etc/postgres/database_schema_15-16.sql 

Stuart - Thanks for your help! 

Jason


Jason Stirnaman
Biomedical Librarian, Digital Projects
A.R. Dykes Library, University of Kansas Medical Center
jstirna...@kumc.edu
913-588-7319


 On 12/9/2010 at 03:09 PM, in message 
 a9d3f323-25fb-497a-a4ad-9df393f72...@auckland.ac.nz, Stuart Lewis 
 s.le...@auckland.ac.nz wrote:


Hi Jason,

 I'm attempting to upgrade using the 1.5.x - 1.6.x upgrade instructions found 
 in DSpace Manual 1.7.0-rc1. On page 65, shouldn't steps #7 and #8 (CC 
 registry update and database update) follow #9 (install with Ant)?

Step 8 (database upgrade is ok where it is), but I think you're right, step 7 
(cc registry upgrade) needs to be after step 9 (ant update).  If you tried 
running it before the upgrade, then the '[dspace]/bin/dspace registry-loader' 
script won't yet have been installed.

Thanks for spotting this - I'll report it in our JIRA bug tracking system.

Thanks,


Stuart Lewis
IT Innovations Analyst and Developer
Te Tumu Herenga The University of Auckland Library
Auckland Mail Centre, Private Bag 92019, Auckland 1142, New Zealand
Ph: +64 (0)9 373 7599 x81928

--
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech