Re: [Dspace-tech] FW: Dspace 1.5.2, xmlui and Browse by

2010-09-28 Thread Sobieralski, Damian Michael
Someone replied to me via email suggesting messages.xml. So I thought that I'd 
share the solution w/ the list for the next person w/ this question.

I needed:

message 
key=xmlui.ArtifactBrowser.ConfigurableBrowse.title.metadata.YYYBrowse {0} by 
YYY {1}/message

It was just:

message 
key=xmlui.ArtifactBrowser.ConfigurableBrowse.title.metadata.YYYBrowse by 
YYY/message

The odd thing was, some weird caching was happening where even after a Tomcat 
restart (and w/ my new messages.xml in place) it was still showing the old 
value. But eventually it uhhh...fixed itself.

- Damian


--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] FW: Dspace 1.5.2, xmlui and Browse by

2010-09-27 Thread Sobieralski, Damian Michael
I don't suppose anyone has any hints on this?

Bribery w/ cookies isn't out of the question! :)

 -Original Message-
 From: Sobieralski, Damian Michael
 Sent: Thursday, September 23, 2010 4:12 PM
 To: 'dspace-tech@lists.sourceforge.net'
 Subject: Dspace 1.5.2, xmlui and Browse by
 
 I noticed that when I browse by author or browse by subject, after I pick
 the author (or subject) it gives me a list of all items matching this
 browse.  I also notice that at the text at the top it lists the Browse
 By followed by the author name (or subject).
 
 So, let's say I do the following.
 
 Level 1) Click to browse by author.
 
 Level 2) A new page renders showing all authors
 
 I click on Smith, Mr.
 
 Level 3) A new page renders showing all items by Smith, Mr.  AND, at the
 top of this page it says Browse by Author Smith, Mr.
 
 Well, I added my own browse fields.  They work fine. Well, except when one
 reached that 3rd level all it says is Browse by MYCUSTOMFIELD. It
 doesn't list the custom field's value after the browse by text at the top
 of the page.
 
 Hopefully, this makes sense.  Does anyone have any idea what I need to set
 to get the item's value to appear on that 3rd level of browse by for a
 custom browse field?
 
 Thanks in advance.
 
 - Damian

--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Dspace 1.5.2, xmlui and Browse by

2010-09-23 Thread Sobieralski, Damian Michael
I noticed that when I browse by author or browse by subject, after I pick the 
author (or subject) it gives me a list of all items matching this browse.  I 
also notice that at the text at the top it lists the Browse By followed by 
the author name (or subject).

So, let's say I do the following.

Level 1) Click to browse by author. 

Level 2) A new page renders showing all authors

I click on Smith, Mr. 

Level 3) A new page renders showing all items by Smith, Mr.  AND, at the top 
of this page it says Browse by Author Smith, Mr.

Well, I added my own browse fields.  They work fine. Well, except when one 
reached that 3rd level all it says is Browse by MYCUSTOMFIELD. It doesn't 
list the custom field's value after the browse by text at the top of the page.

Hopefully, this makes sense.  Does anyone have any idea what I need to set to 
get the item's value to appear on that 3rd level of browse by for a custom 
browse field?

Thanks in advance.

- Damian


--
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-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] FW: DSpace 1.5.2 - Dspace 1.6.2 upgrade log import SOLR problem

2010-07-29 Thread Sobieralski, Damian Michael
In case it missed some eyes yesterday   

-Original Message-
From: Sobieralski, Damian Michael 
Sent: Wednesday, July 28, 2010 1:55 PM
To: 'dspace-tech@lists.sourceforge.net'
Subject: DSpace 1.5.2 - Dspace 1.6.2 upgrade log import SOLR problem

I am having a similar problem to: 
http://www.mail-archive.com/dspace-tech@lists.sourceforge.net/msg10040.html

The conversion went without a hitch.  But when I try to import the new logs I 
get:

% /dspace/bin/dspace stats-log-importer -v -i /dspace/newlog/dspace.log -m

Processing file: /dspace/newlog/dspace.log.84
Line:20100508180740135,view_bitstream,3610,2010-05-08T18:07:40,anonymous,130.88.57.153
ip addr = 130.88.57.153, dns name = h-c-h000766.humanities.manchester.ac.uk., 
country = United Kingdom, city = Manchester
java.lang.String cannot be cast to org.apache.solr.common.util.NamedList
java.lang.ClassCastException: java.lang.String cannot be cast to 
org.apache.solr.common.util.NamedList
at 
org.apache.solr.common.util.NamedListCodec.unmarshal(NamedListCodec.java:89)
at 
org.apache.solr.client.solrj.impl.BinaryResponseParser.processResponse(BinaryResponseParser.java:39)
at 
org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:385)
at 
org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:183)
at 
org.apache.solr.client.solrj.request.UpdateRequest.process(UpdateRequest.java:217)
at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:63)
at 
org.dspace.statistics.util.StatisticsImporter.load(StatisticsImporter.java:363)
at 
org.dspace.statistics.util.StatisticsImporter.main(StatisticsImporter.java:495)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at org.dspace.app.launcher.ScriptLauncher.main(ScriptLauncher.java:212)
Processed 1 log lines
 - 0 entries added to solr: 0%
 - 1 errors: 100%
 - 0 search engine activity skipped: 0%
About to commit data to solr...Exception: java.lang.String cannot be cast to 
org.apache.solr.common.util.NamedList
java.lang.ClassCastException: java.lang.String cannot be cast to 
org.apache.solr.common.util.NamedList
at 
org.apache.solr.common.util.NamedListCodec.unmarshal(NamedListCodec.java:89)
at 
org.apache.solr.client.solrj.impl.BinaryResponseParser.processResponse(BinaryResponseParser.java:39)
at 
org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:385)
at 
org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:183)
at 
org.apache.solr.client.solrj.request.UpdateRequest.process(UpdateRequest.java:217)
at org.apache.solr.client.solrj.SolrServer.commit(SolrServer.java:85)
at org.apache.solr.client.solrj.SolrServer.commit(SolrServer.java:74)
at 
org.dspace.statistics.util.StatisticsImporter.load(StatisticsImporter.java:389)
at 
org.dspace.statistics.util.StatisticsImporter.main(StatisticsImporter.java:495)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at org.dspace.app.launcher.ScriptLauncher.main(ScriptLauncher.java:212)





Any ideas?

- Damian 

--
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
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Collection level Item Template to try to add a default metadata value to new items in a collection

2010-03-15 Thread Sobieralski, Damian Michael
No ideas?

 -Original Message-
 From: Sobieralski, Damian Michael
 Sent: Monday, March 08, 2010 12:20 PM
 To: 'dspace-tech@lists.sourceforge.net'
 Subject: Collection level Item Template to try to add a default metadata
 value to new items in a collection
 
 Hello group.
 
 I am trying to use the item template on a collection to insert an
 automatic metadata value into any new item.  I believe that I am doing it
 correctly. But I am not getting the result that I would have hoped.
 
 When I go into a collection via the xmlui interface I select Edit
 Collection. After that resulting page loads I click on Create new item
 template at the bottom of the page.  On that resulting page I then click
 on Item Metadata.  Once that page loads I select from the pulldown list
 the metadata name I want and type in its intended default value.  I then
 click on Add New Metadata. All seems to go well.
 
 I assumed that this would add a metadata value to any new record entered
 into this collection.  But it doesn't.  Is this not how this is intended
 to work?
 
 BTW - I am running DSpace 1.5.2 and xmlui.
 
 Thanks.
 
 - Damian


--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] DSpace-tech Digest, Vol 47, Issue 44

2010-03-15 Thread Sobieralski, Damian Michael
Dorothea,

I'm positive that the value isn't there as I've looked at both the detailed 
view via xmlui as well as in the database table metadatavalue. 

 It's actually dc.type that I am trying to auto stamp as I am using a 
collection per type and I'd like the type just stuck in there for new records. 
And to the other replier - yes, I am only using the xmlui interface to add new 
records.

  I'm quite puzzled by this. My hope was that I was doing a really bone headed 
thing and not understanding how this is supposed to work.  Sadly, it looks like 
I am doing it correctly yet it doesn't appear to work here :(

Thanks for checking it.

- Damian


 --
 
 Message: 2
 Date: Mon, 15 Mar 2010 11:42:13 -0600
 From: Dorothea Salo dorothea.s...@gmail.com
 Subject: Re: [Dspace-tech] Collection level Item Template to try to
   add a   default metadata value to new items in a collection
 To: Dspace Tech DSpace-tech@lists.sourceforge.net
 Message-ID:
   356cf3981003151042o2a8722d4j19780c9db8b1c...@mail.gmail.com
 Content-Type: text/plain; charset=UTF-8
 
 I got nothin' here. I've done what you describe, and it worked the way
 you want it to work. (This ended up annoying one of my content
 providers, but that was purely MY fault.)
 
 One possibly-clueless suggestion: are you absolutely sure the value
 isn't there? Have you checked the full item view and the database? If
 the field in question isn't explicitly told to show up on the
 short-display page in the theme's XSLT, it won't.
 
 Dorothea
 


--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Collection level Item Template to try to add a default metadata value to new items in a collection

2010-03-08 Thread Sobieralski, Damian Michael
Hello group.

I am trying to use the item template on a collection to insert an automatic 
metadata value into any new item.  I believe that I am doing it correctly. But 
I am not getting the result that I would have hoped.

When I go into a collection via the xmlui interface I select Edit Collection. 
After that resulting page loads I click on Create new item template at the 
bottom of the page.  On that resulting page I then click on Item Metadata.  
Once that page loads I select from the pulldown list the metadata name I want 
and type in its intended default value.  I then click on Add New Metadata. 
All seems to go well.

I assumed that this would add a metadata value to any new record entered into 
this collection.  But it doesn't.  Is this not how this is intended to work?

BTW - I am running DSpace 1.5.2 and xmlui.

Thanks.

- Damian


--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Statistics for 1.5.2 xmlui

2010-02-03 Thread Sobieralski, Damian Michael
After conferring with a colleague I have determined that since dspace is 
mounted with apache in my configuration as its front end that I am going to use 
the apache logs and something like awstats.


 -Original Message-
 From: Sobieralski, Damian Michael
 Sent: Monday, February 01, 2010 4:37 PM
 To: 'dspace-tech@lists.sourceforge.net'
 Subject: Statistics for 1.5.2 xmlui
 
 Hello group,
 
  I am running dspace 1.5.2.  First off, I already realize that in 1.6 a
 better/easier method for generating statistics will be available -
 http://wiki.dspace.org/index.php/Statistical_Improvements_for_v1.6
 
 But I cannot wait for 1.6 to come out. I need to obtain some statistics
 for an end of year paper report for my job with a deadline in like 2
 weeks (though the sooner I harvest this data the better).  So this isn't
 needed right now on a regular basis. It is just needed for this report. I
 am a developer so I have no apprehension querying text files and/or a
 database.  But I could not find any documentation on where dspace stores
 the information that I need.  Is it all stored in the dspace.log, the
 database (which tables?) or something else?  What I am looking to gather
 are statistics like:
 
 1) the number of hits the system gets (yearly and monthly)
 
 2) Country breakdown - I just want to know how many different countries
 are using it, and if possible with a list of all of them.  I'm guessing if
 I could get the ips that were logged I could query dns to get the
 countries here.
 
 As I said, I'm happy to write something to query/parse the data that I
 need. But I want to make sure that I am going to the correct place(s) for
 this information. Could anyone share with me where exactly I would obtain
 this data or supply me with a hyperlink where this is documented?
 
 Thanks in advance.
 
 - Damian


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Statistics for 1.5.2 xmlui

2010-02-01 Thread Sobieralski, Damian Michael
Hello group,

 I am running dspace 1.5.2.  First off, I already realize that in 1.6 a 
better/easier method for generating statistics will be available - 
http://wiki.dspace.org/index.php/Statistical_Improvements_for_v1.6

But I cannot wait for 1.6 to come out. I need to obtain some statistics for an 
end of year paper report for my job with a deadline in like 2 weeks (though 
the sooner I harvest this data the better).  So this isn't needed right now on 
a regular basis. It is just needed for this report. I am a developer so I have 
no apprehension querying text files and/or a database.  But I could not find 
any documentation on where dspace stores the information that I need.  Is it 
all stored in the dspace.log, the database (which tables?) or something else?  
What I am looking to gather are statistics like:

1) the number of hits the system gets (yearly and monthly)

2) Country breakdown - I just want to know how many different countries are 
using it, and if possible with a list of all of them.  I'm guessing if I could 
get the ips that were logged I could query dns to get the countries here.

As I said, I'm happy to write something to query/parse the data that I need. 
But I want to make sure that I am going to the correct place(s) for this 
information. Could anyone share with me where exactly I would obtain this data 
or supply me with a hyperlink where this is documented?

Thanks in advance.

- Damian


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Conditional submission form rendering based on answers from a previous page

2009-12-15 Thread Sobieralski, Damian Michael
Robin,

Thanks for the reply.

I am using xmlui. And in particular branching based specifically on type is 
what I am looking for (although a general branching would be nice).  I'd like a 
different form to appear depending on the type of document being submitted (say 
book vs thesis).  Right now I have it rigged by setting a separate form for 
each collection. And each collection is one specific document type.  But I'd 
like to intermix document types in a single collection thus letting me use the 
DSpace collection concept toum. separate different collections :)

I'm still a noob with DSpace.  Would looking more into the initial questions be 
a fruitful path for me?

- Damian



From: Robin Taylor [robin.tay...@ed.ac.uk]
Sent: Tuesday, December 15, 2009 9:56 AM
To: Sobieralski, Damian Michael; dspace-tech@lists.sourceforge.net
Subject: RE: [Dspace-tech] Conditional submission form rendering based on 
answers from a previous page

Hi Damian,

The Initial Questions screen was a basic attempt to do that in that the
metadata collected was in some ways dependant on the answers to the initial
questions. To my mind is was a first step towards a true type based
submission. There was a Google Summer Of Code project this year to develop
an Item Type based submission. We are currently implementing it but it may
be more heavyweight than you require. Are you using the XMLUI or the JSPUI ?

Cheers, Robin.



 -Original Message-
 From: Sobieralski, Damian Michael [mailto:dsobi...@indiana.edu]
 Sent: 14 December 2009 19:58
 To: dspace-tech@lists.sourceforge.net
 Subject: [Dspace-tech] Conditional submission form rendering
 based on answers from a previous page

 Is there a way to conditionally render a submission form
 based on the answers of a previous answer?  For instance,
 let's assume that I have the following in input-forms.xml:

 page number=1

   field
   dc-schemadc/dc-schema
   dc-elementtype/dc-element
   dc-qualifier/dc-qualifier
   repeatablefalse/repeatable
   labelType/label
   input-type
 value-pairs-name=common_typesdropdown/input-type
   visibilityworkflow/visibility
   hint/hint
   requiredPlease select a type/required
   /field
 /page


 So I'd like depending on what the submitter selects for type
 on page 1 for page 2 to be rendered based on what they chose.
 Basically I'd like some sort of if-else type behavior.

 Possible?

 Thanks in advance.

 - Damian


 --
 
 Return on Information:
 Google Enterprise Search pays you back
 Get the facts.
 http://p.sf.net/sfu/google-dev2dev
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech




--
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.
--
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Conditional submission form rendering based on answers from a previous page

2009-12-15 Thread Sobieralski, Damian Michael
Robin,

I am a developer.

Would this Google Summer Of Code project eventually be rolled into the DSpace 
official release code base? Because I am on a grant and long term I do not want 
to hack DSpace as upgrading could be problematic once my grant runs out. This 
project may not have a developer after the grant (but will have an admin to 
maintain things). 

 If it is going into official DSpace eventually and I can get a jump on it 
early by rolling it in myself now - happy times :)

- Damian


From: Robin Taylor [robin.tay...@ed.ac.uk]
Sent: Tuesday, December 15, 2009 11:20 AM
To: Sobieralski, Damian Michael; rtayl...@staffmail.ed.ac.uk; 
dspace-tech@lists.sourceforge.net
Subject: RE: [Dspace-tech] Conditional submission form rendering based on 
answers from a previous page

I'm not sure the Initial Questions page will fulfil your needs. A repository
manager would probably be able to give you a better answer but I think it is
mostly just to recognise a preprint as opposed to an already published
article. Depending on your answer you will subsequently be prompted for a
publication date, or not. Once we get the Google Summer of Code Item Based
submission live I can make it available to you but that wont be until after
the new year. Are you a developer or do you have access to one ?

Cheers.


 -Original Message-
 From: Sobieralski, Damian Michael [mailto:dsobi...@indiana.edu]
 Sent: 15 December 2009 16:12
 To: rtayl...@staffmail.ed.ac.uk; dspace-tech@lists.sourceforge.net
 Subject: RE: [Dspace-tech] Conditional submission form
 rendering based on answers from a previous page

 Robin,

 Thanks for the reply.

 I am using xmlui. And in particular branching based
 specifically on type is what I am looking for (although a
 general branching would be nice).  I'd like a different form
 to appear depending on the type of document being submitted
 (say book vs thesis).  Right now I have it rigged by setting
 a separate form for each collection. And each collection is
 one specific document type.  But I'd like to intermix
 document types in a single collection thus letting me use the
 DSpace collection concept toum. separate
 different collections :)

 I'm still a noob with DSpace.  Would looking more into the
 initial questions be a fruitful path for me?

 - Damian


 
 From: Robin Taylor [robin.tay...@ed.ac.uk]
 Sent: Tuesday, December 15, 2009 9:56 AM
 To: Sobieralski, Damian Michael; dspace-tech@lists.sourceforge.net
 Subject: RE: [Dspace-tech] Conditional submission form
 rendering based on answers from a previous page

 Hi Damian,

 The Initial Questions screen was a basic attempt to do that
 in that the metadata collected was in some ways dependant on
 the answers to the initial questions. To my mind is was a
 first step towards a true type based submission. There was a
 Google Summer Of Code project this year to develop an Item
 Type based submission. We are currently implementing it but
 it may be more heavyweight than you require. Are you using
 the XMLUI or the JSPUI ?

 Cheers, Robin.



  -Original Message-
  From: Sobieralski, Damian Michael [mailto:dsobi...@indiana.edu]
  Sent: 14 December 2009 19:58
  To: dspace-tech@lists.sourceforge.net
  Subject: [Dspace-tech] Conditional submission form
 rendering based on
  answers from a previous page
 
  Is there a way to conditionally render a submission form
 based on the
  answers of a previous answer?  For instance, let's assume
 that I have
  the following in input-forms.xml:
 
  page number=1
 
field
dc-schemadc/dc-schema
dc-elementtype/dc-element
dc-qualifier/dc-qualifier
repeatablefalse/repeatable
labelType/label
input-type
  value-pairs-name=common_typesdropdown/input-type
visibilityworkflow/visibility
hint/hint
requiredPlease select a type/required
/field
  /page
 
 
  So I'd like depending on what the submitter selects for
 type on page 1
  for page 2 to be rendered based on what they chose.
  Basically I'd like some sort of if-else type behavior.
 
  Possible?
 
  Thanks in advance.
 
  - Damian
 
 
  --
  
  Return on Information:
  Google Enterprise Search pays you back Get the facts.
  http://p.sf.net/sfu/google-dev2dev
  ___
  DSpace-tech mailing list
  DSpace-tech@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/dspace-tech
 
 


 --
 The University of Edinburgh is a charitable body, registered in
 Scotland, with registration number SC005336.



--
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336

[Dspace-tech] Conditional submission form rendering based on answers from a previous page

2009-12-14 Thread Sobieralski, Damian Michael
Is there a way to conditionally render a submission form based on the answers 
of a previous answer?  For instance, let's assume that I have the following in 
input-forms.xml:

page number=1

field
dc-schemadc/dc-schema
dc-elementtype/dc-element
dc-qualifier/dc-qualifier
repeatablefalse/repeatable
labelType/label
input-type 
value-pairs-name=common_typesdropdown/input-type
visibilityworkflow/visibility
hint/hint
requiredPlease select a type/required
/field
/page


So I'd like depending on what the submitter selects for type on page 1 for page 
2 to be rendered based on what they chose. Basically I'd like some sort of 
if-else type behavior.

Possible?

Thanks in advance.

- Damian


--
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Item submission hints not showing up in Dspace 1.5.2 xmlui

2009-08-11 Thread Sobieralski, Damian Michael
I am having a problem getting the hints on my item submission to work.  I have 
a messages.xml in dspace/modules/xmlui/src/main/webapp/i18n

I can change values in this and they get reflected in my webapp. I've been 
happily usiong this to change lots of text in my Dspace instance. Woo hoo!  So 
I know it's reading this file.  But all of my hinting is not working.  For 
instance, I have the following defined in that messages.xml file:

message key=xmlui.Submission.submit.DescribeStep.hint.statusState here 
whether your document has been published, is currently in the process of being 
published (in press), or has not been previously published./message

Yet on my item submission page it lists this as the hint:

xmlui.Submission.submit.DescribeStep.hint.status

Do I need to do something to enable hint processing?

Thanks in advance.

- Damian


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] news-xmlui.xml...is there an html equivalent?

2009-08-11 Thread Sobieralski, Damian Michael
I want to create a more robust front page for my site.  After going through the 
DRI docs I have something CLOSE that I wantbut not exactly.

Is there a way to source in an html file directly?

I notice in the sitemap.xmap file the section:

map:act type=DSpacePropertyFileReader
map:parameter name=dspace.dir value=dspace.dir /
map:transform type=Include 
src=file://{dspace.dir}/config/news-xmlui.xml / 
/map:act  

Is there a way to get this file to be an html file (not a DRI xml)?

- Damian


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Item submission hints not showing up in Dspace 1.5.2 xmlui

2009-08-11 Thread Sobieralski, Damian Michael
Nevermind.  I found out that someone here hacked around a bit and got the hints 
to come out of the messages.xml (which it doesn't do by default). I didn't 
carry along that change in my work.


 -Original Message-
 From: Sobieralski, Damian Michael
 Sent: Tuesday, August 11, 2009 1:54 PM
 To: dspace-tech@lists.sourceforge.net
 Subject: Item submission hints not showing up in Dspace 1.5.2 xmlui
 
 I am having a problem getting the hints on my item submission to work.  I
 have a messages.xml in dspace/modules/xmlui/src/main/webapp/i18n
 
 I can change values in this and they get reflected in my webapp. I've been
 happily usiong this to change lots of text in my Dspace instance. Woo hoo!
 So I know it's reading this file.  But all of my hinting is not working.
 For instance, I have the following defined in that messages.xml file:
 
 message key=xmlui.Submission.submit.DescribeStep.hint.statusState here
 whether your document has been published, is currently in the process of
 being published (in press), or has not been previously
 published./message
 
 Yet on my item submission page it lists this as the hint:
 
 xmlui.Submission.submit.DescribeStep.hint.status
 
 Do I need to do something to enable hint processing?
 
 Thanks in advance.
 
 - Damian


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] news-xmlui.xml...is there an html equivalent?

2009-08-11 Thread Sobieralski, Damian Michael
Nevermind. I found out that if I associate an id with the DRI tag that it 
propagates as an xhtml id in the final render which I can then css to get it to 
look as I want.

 -Original Message-
 From: Sobieralski, Damian Michael
 Sent: Tuesday, August 11, 2009 2:24 PM
 To: dspace-tech@lists.sourceforge.net
 Subject: news-xmlui.xml...is there an html equivalent?
 
 I want to create a more robust front page for my site.  After going
 through the DRI docs I have something CLOSE that I wantbut not
 exactly.
 
 Is there a way to source in an html file directly?
 
 I notice in the sitemap.xmap file the section:
 
 map:act type=DSpacePropertyFileReader
   map:parameter name=dspace.dir value=dspace.dir /
   map:transform type=Include src=file://{dspace.dir}/config/news-
 xmlui.xml /
 /map:act
 
 Is there a way to get this file to be an html file (not a DRI xml)?
 
 - Damian


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Item Submission Loops on Describe Step - xmlui

2009-07-31 Thread Sobieralski, Damian Michael
I'm a fairly new Dspace administrator so please forgive the simplicity of this 
question.

I'm using Dspace 1.5.2 and xmlui.  I am on the Describe step of Item 
Submission. I fill in the values and hit the Next  button. But Dspace puts 
me back at the describe step with no message.  And I see nothing in the logs.

Could some kind soul give me a nudge to help determine where this might be 
hanging?

- Damian


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Item Submission Loops on Describe Step - xmlui

2009-07-31 Thread Sobieralski, Damian Michael
Claudia,

Thank you. That was it. But I am having a related problem. The required field 
that isn't being filed in isn't being rendered.

It is dc.date.issued. I used Firebug to see if maybe it wasn't being displayed 
but it isn't being rendered. And yes, dc.date.issued exists in my metadata 
registry. It should appear between Title and Publisherbut it doesn't.

Relevant section of my input-forms.xml

   !-- Title* --  
   field
 dc-schemadc/dc-schema
 dc-elementtitle/dc-element
 dc-qualifier/dc-qualifier
 repeatablefalse/repeatable
 labelTitle/label
 input-typeonebox/input-type
 hint/hint
 requiredYou must enter a main title for this item./required
   /field

   !-- Year* --
   field
 dc-schemadc/dc-schema
 dc-elementdate/dc-element
 dc-qualifierissued/dc-qualifier
 repeatablefalse/repeatable
 labelDate Issued/label
 input-typeonebox/input-type
 hintxmlui.Submission.submit.DescribeStep.hint.year/hint
 requiredYou must enter the year in which the document was written or 
published./required
   /field


   !-- Publisher --
   field
 dc-schemadc/dc-schema
 dc-elementpublisher/dc-element
 dc-qualifier/dc-qualifier
 repeatablefalse/repeatable
 labelPublisher/label
 input-typeonebox/input-type
 hintxmlui.Submission.submit.DescribeStep.hint.publisher/hint
 required/required
   /field

And to make sure this was the right form, I added anther field and it renderes 
jsut fine in this form.  

Any ideas?

- Damian


 -Original Message-
 From: Claudia Juergen [mailto:claudia.juer...@ub.uni-dortmund.de]
 Sent: Friday, July 31, 2009 3:07 PM
 To: Sobieralski, Damian Michael
 Cc: dspace-tech@lists.sourceforge.net
 Subject: Re: [Dspace-tech] Item Submission Loops on Describe Step - xmlui
 
 Hi Damian,
 
 if there is no error, it might be that you did not fill in an obligatory
 metadata field. In the input-forms.xml fields marked with required will
 leed to this effect. There is usually a highligted hint, but if this is
 missing it might not be obvious.
 
 Hope that helps
 
 Claudia Jürgen
 
  I'm a fairly new Dspace administrator so please forgive the simplicity
 of
  this question.
 
  I'm using Dspace 1.5.2 and xmlui.  I am on the Describe step of Item
  Submission. I fill in the values and hit the Next  button. But Dspace
  puts me back at the describe step with no message.  And I see nothing in
  the logs.
 
  Could some kind soul give me a nudge to help determine where this might
 be
  hanging?
 
  - Damian
 
 
  
 --
  Let Crystal Reports handle the reporting - Free Crystal Reports 2008
  30-Day
  trial. Simplify your report design, integration and deployment - and
 focus
  on
  what you do best, core application coding. Discover what's new with
  Crystal Reports now.  http://p.sf.net/sfu/bobj-july
  ___
  DSpace-tech mailing list
  DSpace-tech@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/dspace-tech
 
 


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Item Submission Loops on Describe Step - xmlui

2009-07-31 Thread Sobieralski, Damian Michael
If I change the dc-qualifier from issued to submitted and a field shows up 
in the form. But I cannot for the life of me figure out why it dislikes 
dc.date.issued.

 -Original Message-
 From: Sobieralski, Damian Michael
 Sent: Friday, July 31, 2009 4:30 PM
 To: 'Claudia Juergen'
 Cc: dspace-tech@lists.sourceforge.net
 Subject: RE: [Dspace-tech] Item Submission Loops on Describe Step - xmlui
 
 Claudia,
 
 Thank you. That was it. But I am having a related problem. The required
 field that isn't being filed in isn't being rendered.
 
 It is dc.date.issued. I used Firebug to see if maybe it wasn't being
 displayed but it isn't being rendered. And yes, dc.date.issued exists in
 my metadata registry. It should appear between Title and Publisherbut
 it doesn't.
 
 Relevant section of my input-forms.xml
 
!-- Title* --
field
  dc-schemadc/dc-schema
  dc-elementtitle/dc-element
  dc-qualifier/dc-qualifier
  repeatablefalse/repeatable
  labelTitle/label
  input-typeonebox/input-type
  hint/hint
  requiredYou must enter a main title for this item./required
/field
 
!-- Year* --
field
dc-schemadc/dc-schema
  dc-elementdate/dc-element
  dc-qualifierissued/dc-qualifier
  repeatablefalse/repeatable
  labelDate Issued/label
  input-typeonebox/input-type
  hintxmlui.Submission.submit.DescribeStep.hint.year/hint
  requiredYou must enter the year in which the document was
 written or published./required
/field
 
 
!-- Publisher --
field
dc-schemadc/dc-schema
  dc-elementpublisher/dc-element
  dc-qualifier/dc-qualifier
  repeatablefalse/repeatable
  labelPublisher/label
  input-typeonebox/input-type
  hintxmlui.Submission.submit.DescribeStep.hint.publisher/hint
  required/required
/field
 
 And to make sure this was the right form, I added anther field and it
 renderes jsut fine in this form.
 
 Any ideas?
 
 - Damian
 
 
  -Original Message-
  From: Claudia Juergen [mailto:claudia.juer...@ub.uni-dortmund.de]
  Sent: Friday, July 31, 2009 3:07 PM
  To: Sobieralski, Damian Michael
  Cc: dspace-tech@lists.sourceforge.net
  Subject: Re: [Dspace-tech] Item Submission Loops on Describe Step -
 xmlui
 
  Hi Damian,
 
  if there is no error, it might be that you did not fill in an obligatory
  metadata field. In the input-forms.xml fields marked with required will
  leed to this effect. There is usually a highligted hint, but if this is
  missing it might not be obvious.
 
  Hope that helps
 
  Claudia Jürgen
 
   I'm a fairly new Dspace administrator so please forgive the simplicity
  of
   this question.
  
   I'm using Dspace 1.5.2 and xmlui.  I am on the Describe step of Item
   Submission. I fill in the values and hit the Next  button. But
 Dspace
   puts me back at the describe step with no message.  And I see nothing
 in
   the logs.
  
   Could some kind soul give me a nudge to help determine where this
 might
  be
   hanging?
  
   - Damian
  
  
   --
 --
  --
   Let Crystal Reports handle the reporting - Free Crystal Reports 2008
   30-Day
   trial. Simplify your report design, integration and deployment - and
  focus
   on
   what you do best, core application coding. Discover what's new with
   Crystal Reports now.  http://p.sf.net/sfu/bobj-july
   ___
   DSpace-tech mailing list
   DSpace-tech@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/dspace-tech
  
 


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Item Submission Loops on Describe Step - xmlui

2009-07-31 Thread Sobieralski, Damian Michael
That was it.

In item-submission I removed the step 1 but didn't uncomment the portion that 
says to uncomment if I commented out step 1. Duh!  Thank you.

So now data issues renders fine.

However, I am at the same original problem.  I now fill in EVERY form field and 
click Next  and it loops back to the Desribe page again with all fields 
reset to blank.  And if I try to add a keyword (click add) it re-renders the 
page w/ nothing added and everything reset :(



 -Original Message-
 From: Claudia Juergen [mailto:claudia.juer...@ub.uni-dortmund.de]
 Sent: Friday, July 31, 2009 4:44 PM
 To: Sobieralski, Damian Michael
 Cc: Claudia Juergen; dspace-tech@lists.sourceforge.net
 Subject: RE: [Dspace-tech] Item Submission Loops on Describe Step - xmlui
 
 Hi Damian,
 
 this field is only rendered if you checked the initial question whether
 the item has been published before. Checking this will enable the date
 issued, the publisher and citation field by default.
 
 Hope that helps
 
 
 Claudia Jürgen
 
  Claudia,
 
  Thank you. That was it. But I am having a related problem. The required
  field that isn't being filed in isn't being rendered.
 
  It is dc.date.issued. I used Firebug to see if maybe it wasn't being
  displayed but it isn't being rendered. And yes, dc.date.issued exists in
  my metadata registry. It should appear between Title and
 Publisherbut
  it doesn't.
 
  Relevant section of my input-forms.xml
 
 !-- Title* --
 field
   dc-schemadc/dc-schema
   dc-elementtitle/dc-element
   dc-qualifier/dc-qualifier
   repeatablefalse/repeatable
   labelTitle/label
   input-typeonebox/input-type
   hint/hint
   requiredYou must enter a main title for this item./required
 /field
 
 !-- Year* --
 field
   dc-schemadc/dc-schema
   dc-elementdate/dc-element
   dc-qualifierissued/dc-qualifier
   repeatablefalse/repeatable
   labelDate Issued/label
   input-typeonebox/input-type
   hintxmlui.Submission.submit.DescribeStep.hint.year/hint
   requiredYou must enter the year in which the document was
  written or published./required
 /field
 
 
 !-- Publisher --
 field
   dc-schemadc/dc-schema
   dc-elementpublisher/dc-element
   dc-qualifier/dc-qualifier
   repeatablefalse/repeatable
   labelPublisher/label
   input-typeonebox/input-type
 
 hintxmlui.Submission.submit.DescribeStep.hint.publisher/hint
   required/required
 /field
 
  And to make sure this was the right form, I added anther field and it
  renderes jsut fine in this form.
 
  Any ideas?
 
  - Damian
 
 
  -Original Message-
  From: Claudia Juergen [mailto:claudia.juer...@ub.uni-dortmund.de]
  Sent: Friday, July 31, 2009 3:07 PM
  To: Sobieralski, Damian Michael
  Cc: dspace-tech@lists.sourceforge.net
  Subject: Re: [Dspace-tech] Item Submission Loops on Describe Step -
  xmlui
 
  Hi Damian,
 
  if there is no error, it might be that you did not fill in an
 obligatory
  metadata field. In the input-forms.xml fields marked with required will
  leed to this effect. There is usually a highligted hint, but if this is
  missing it might not be obvious.
 
  Hope that helps
 
  Claudia Jürgen
 
   I'm a fairly new Dspace administrator so please forgive the
 simplicity
  of
   this question.
  
   I'm using Dspace 1.5.2 and xmlui.  I am on the Describe step of Item
   Submission. I fill in the values and hit the Next  button. But
  Dspace
   puts me back at the describe step with no message.  And I see nothing
  in
   the logs.
  
   Could some kind soul give me a nudge to help determine where this
  might
  be
   hanging?
  
   - Damian
  
  
   -
 ---
  --
   Let Crystal Reports handle the reporting - Free Crystal Reports 2008
   30-Day
   trial. Simplify your report design, integration and deployment - and
  focus
   on
   what you do best, core application coding. Discover what's new with
   Crystal Reports now.  http://p.sf.net/sfu/bobj-july
   ___
   DSpace-tech mailing list
   DSpace-tech@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/dspace-tech
  
 
 
 
 


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Item Submission Loops on Describe Step - xmlui

2009-07-31 Thread Sobieralski, Damian Michael
I've made lots of changes to the system (both myself and my predecessor). 
Sadly, unless anyone on this list can offer a shortcut I'm going to have to 
deploy a 1.5.2 fresh and re-add my changes one by one, try submission, and add 
more some changes until I see where it is broken. As this needs to work by 
Monday this means there goes my weekend *sigh* I was so happy I got our eprints 
data into Dspace these past 3 days. THAT is where I thought I'd run into 
problems and that was actually qujite easy.   I never thought something as 
simple as manual submission would be my downfall on meeting my deadline.

I find it odd that both on the webpage and in the log no error message is 
logged.  Dspace seems a tad fragile. It kicks butt when it is humming but when 
problems occur it just seems so difficult to even locate the problem.  Still, 
this is not meant as a complaint session. I'm just frustrated tonight.

Is there any way to crank up the logging to a chew my ear off level?

 -Original Message-
 From: Claudia Juergen [mailto:claudia.juer...@ub.uni-dortmund.de]
 Sent: Friday, July 31, 2009 5:21 PM
 To: Sobieralski, Damian Michael
 Cc: dspace-tech@lists.sourceforge.net
 Subject: RE: [Dspace-tech] Item Submission Loops on Describe Step - xmlui
 
 Hi Damian,
 
 the form reset is afair an old error. It should not occur in 1.5.2 which
 you are using. Did you make other changes than the one to the initial
 questions step you have mentioned?
 
 Claudia Jürgen
 
  That was it.
 
  In item-submission I removed the step 1 but didn't uncomment the portion
  that says to uncomment if I commented out step 1. Duh!  Thank you.
 
  So now data issues renders fine.
 
  However, I am at the same original problem.  I now fill in EVERY form
  field and click Next  and it loops back to the Desribe page again
  with all fields reset to blank.  And if I try to add a keyword (click
 add)
  it re-renders the page w/ nothing added and everything reset :(
 
 
 
  -Original Message-
  From: Claudia Juergen [mailto:claudia.juer...@ub.uni-dortmund.de]
  Sent: Friday, July 31, 2009 4:44 PM
  To: Sobieralski, Damian Michael
  Cc: Claudia Juergen; dspace-tech@lists.sourceforge.net
  Subject: RE: [Dspace-tech] Item Submission Loops on Describe Step -
  xmlui
 
  Hi Damian,
 
  this field is only rendered if you checked the initial question whether
  the item has been published before. Checking this will enable the date
  issued, the publisher and citation field by default.
 
  Hope that helps
 
 
  Claudia Jürgen
 
   Claudia,
  
   Thank you. That was it. But I am having a related problem. The
  required
   field that isn't being filed in isn't being rendered.
  
   It is dc.date.issued. I used Firebug to see if maybe it wasn't being
   displayed but it isn't being rendered. And yes, dc.date.issued exists
  in
   my metadata registry. It should appear between Title and
  Publisherbut
   it doesn't.
  
   Relevant section of my input-forms.xml
  
  !-- Title* --
  field
dc-schemadc/dc-schema
dc-elementtitle/dc-element
dc-qualifier/dc-qualifier
repeatablefalse/repeatable
labelTitle/label
input-typeonebox/input-type
hint/hint
requiredYou must enter a main title for this
  item./required
  /field
  
  !-- Year* --
  field
 dc-schemadc/dc-schema
dc-elementdate/dc-element
dc-qualifierissued/dc-qualifier
repeatablefalse/repeatable
labelDate Issued/label
input-typeonebox/input-type
hintxmlui.Submission.submit.DescribeStep.hint.year/hint
requiredYou must enter the year in which the document was
   written or published./required
  /field
  
  
  !-- Publisher --
  field
 dc-schemadc/dc-schema
dc-elementpublisher/dc-element
dc-qualifier/dc-qualifier
repeatablefalse/repeatable
labelPublisher/label
input-typeonebox/input-type
  
  hintxmlui.Submission.submit.DescribeStep.hint.publisher/hint
required/required
  /field
  
   And to make sure this was the right form, I added anther field and it
   renderes jsut fine in this form.
  
   Any ideas?
  
   - Damian
  
  
   -Original Message-
   From: Claudia Juergen [mailto:claudia.juer...@ub.uni-dortmund.de]
   Sent: Friday, July 31, 2009 3:07 PM
   To: Sobieralski, Damian Michael
   Cc: dspace-tech@lists.sourceforge.net
   Subject: Re: [Dspace-tech] Item Submission Loops on Describe Step -
   xmlui
  
   Hi Damian,
  
   if there is no error, it might be that you did not fill in an
  obligatory
   metadata field. In the input-forms.xml fields marked with required
  will
   leed to this effect. There is usually a highligted hint, but if this
  is
   missing it might not be obvious.
  
   Hope that helps
  
   Claudia Jürgen
  
I'm

Re: [Dspace-tech] Advanced Search - default select a community on page load

2009-07-09 Thread Sobieralski, Damian Michael
I didn't get any answers. So on hope that it might be seen by a new set of eyes 
this time :)

If this isn't clear, let me know and I will try to clarify what I am asking.

 -Original Message-
 From: Sobieralski, Damian Michael
 Sent: Monday, June 29, 2009 3:42 PM
 To: dspace-tech@lists.sourceforge.net
 Subject: Advanced Search - default select a community on page load
 
 Is there a way to have a specific community pre-selected when the Advanced
 Search page is loaded (via xmlui)?  We only have one community and we
 would like it already selected so that the top pulldown (Search Scope) on
 the Advanced Search Page, that this Search Scope pulldown already has a
 selection of collections (not communities) on initial page load.
 
  This can currently be accomplished by selecting the community, clicking
 the Go Button. This second page lists the collections in the community
 in the Search Scope pulldown now. So I'd like this state to be loaded on
 initial Advanced Search page load.
 
 Is it possible?
 
 As always, thanks in advance for any help that you can offer.
 
 - Damian


--
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Manakin - needing to insert something into dri:options (inserting a static link)

2009-06-29 Thread Sobieralski, Damian Michael
I have a link to an external site that I added in my theme's xsl below 
xsl:apply-templates select=/dri:document/dri:options/. That works great.

 However, I got a request to see if I can add this link below All of DSpace 
but above This Collection and to theme it so it looks like those two headings 
(it's actually a link to browse something that is another web application but 
themed to look the same as our DSpace instance).  Is this possible?

- Damian


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


Re: [Dspace-tech] Manakin - needing to insert something into dri:options (inserting a static link)

2009-06-29 Thread Sobieralski, Damian Michael
Whoops, I goofed up a bit. What I meant to say is that the link ideally would 
like to be inserted between Browse and My Account

 -Original Message-
 From: Sobieralski, Damian Michael
 Sent: Monday, June 29, 2009 12:55 PM
 To: dspace-tech@lists.sourceforge.net
 Subject: Manakin - needing to insert something into dri:options (inserting
 a static link)
 
 I have a link to an external site that I added in my theme's xsl below
 xsl:apply-templates select=/dri:document/dri:options/. That works
 great.
 
  However, I got a request to see if I can add this link below All of
 DSpace but above This Collection and to theme it so it looks like those
 two headings (it's actually a link to browse something that is another web
 application but themed to look the same as our DSpace instance).  Is this
 possible?
 
 - Damian


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


[Dspace-tech] Advanced Search - default select a community on page load

2009-06-29 Thread Sobieralski, Damian Michael
Is there a way to have a specific community pre-selected when the Advanced 
Search page is loaded (via xmlui)?  We only have one community and we would 
like it already selected so that the top pulldown (Search Scope) on the 
Advanced Search Page, that this Search Scope pulldown already has a selection 
of collections (not communities) on initial page load. 

 This can currently be accomplished by selecting the community, clicking the 
Go Button. This second page lists the collections in the community in the 
Search Scope pulldown now. So I'd like this state to be loaded on initial 
Advanced Search page load.

Is it possible?

As always, thanks in advance for any help that you can offer.

- Damian


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