[Dspace-tech] dspace-oai not returnning records

2007-02-08 Thread Jose Blanco
I recently upgraded to 1.4.1 and now it seems like ListRecords is not working in production, but it is in my dev. It must be some config change I missed. Any one have something obvious they think I should check? - Using

Re: [Dspace-tech] dspace-oai not returnning records

2007-02-09 Thread Jose Blanco
, February 09, 2007 4:10 AM To: Jose Blanco; dspace-tech@lists.sourceforge.net Subject: RE: [Dspace-tech] dspace-oai not returnning records Hi Jose, All configuration for the OAI-PMH interface is in [dspace]/config/oaicat.properties. However there is not much in there that normally needs changing

Re: [Dspace-tech] dspace-oai not returnning records

2007-02-09 Thread Jose Blanco
org.dspace.app.oai.DSpaceOAICatalog @ anonymous:no_context:oai_error:no_items_match -Original Message- From: Stuart Lewis [sdl] [mailto:[EMAIL PROTECTED] Sent: Friday, February 09, 2007 4:10 AM To: Jose Blanco; dspace-tech@lists.sourceforge.net Subject: RE: [Dspace-tech] dspace-oai not returnning records Hi

Re: [Dspace-tech] dspace-oai not returnning records

2007-02-09 Thread Jose Blanco
Stuart: I see the problem. I seem to have lost my [dspace]/oai dir. How do I get it back? Thanks! -Original Message- From: Stuart Lewis [sdl] [mailto:[EMAIL PROTECTED] Sent: Friday, February 09, 2007 4:10 AM To: Jose Blanco; dspace-tech@lists.sourceforge.net Subject: RE: [Dspace-tech

Re: [Dspace-tech] Reindexing vs Tomcat running

2007-02-14 Thread Jose Blanco
Thanks Graham! I'll give it a go and let you know. -Jose -Original Message- From: Graham Triggs [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 14, 2007 5:52 AM To: Jose Blanco Cc: dspace-tech@lists.sourceforge.net Subject: RE: [Dspace-tech] Reindexing vs Tomcat running Jose

Re: [Dspace-tech] Reindexing vs Tomcat running

2007-02-14 Thread Jose Blanco
your help with this! Jose -Original Message- From: Graham Triggs [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 14, 2007 2:22 PM To: Jose Blanco Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] Reindexing vs Tomcat running Jose, That depends on what you want to do

Re: [Dspace-tech] Reindexing vs Tomcat running

2007-02-21 Thread Jose Blanco
for large repositories. Thanks again! Jose -Original Message- From: Graham Triggs [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 14, 2007 2:22 PM To: Jose Blanco Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] Reindexing vs Tomcat running Jose, That depends on what

Re: [Dspace-tech] weird behavior

2007-03-13 Thread Jose Blanco
I ran index-all is dspace. I'll have to check the cron jobs to make sure they are run as dspace. -Original Message- From: Richard Jones [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 13, 2007 12:45 PM To: Jose Blanco Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] weird

[Dspace-tech] rolling back files change.

2007-03-16 Thread Jose Blanco
I'd like the dspace.log files to roll based on date rather than size. From some documentation I found on the web I think that the way to do this is to replace this: log4j.appender.A1.MaxFileSize=1048576 with log4.appender.A1.DatePattern='.'-MM-dd-a This will cause the log

Re: [Dspace-tech] Keeping spiders out of the statistics

2007-03-21 Thread Jose Blanco
have. -Jose -Original Message- From: Cory Snavely [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 21, 2007 9:22 AM To: Jose Blanco Subject: [Fwd: [Dspace-tech] Keeping spiders out of the statistics] You should consider posting about what you developed. Forwarded Message

[Dspace-tech] help with dspace error

2007-03-29 Thread Jose Blanco
We had a situation this morning where we were getting lots of these errors from dspace. I believe it happened when user attempted to access an item: Exception: java.lang.ArrayIndexOutOfBoundsException: -2147483648 at java.text.SimpleDateFormat.subFormat(SimpleDateFormat.java:1049)

Re: [Dspace-tech] help with dspace error

2007-03-29 Thread Jose Blanco
I forgot to mention that restarting tomcat resolved the problem. Thanks! Jose _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jose Blanco Sent: Thursday, March 29, 2007 9:17 AM To: dspace-tech@lists.sourceforge.net Subject: [Dspace-tech] help with dspace error

[Dspace-tech] inser/delete into the metadatavalue table

2007-04-02 Thread Jose Blanco
I have a big chunk of items I would like to add and delete metadata to. Previously I have updated the metadatavalue table when I have just wanted to do updates to certain metadata values, and then ran index-all, but I have never done inserts and deletes to this table via a script, and I want to

Re: [Dspace-tech] inser/delete into the metadatavalue table

2007-04-04 Thread Jose Blanco
I sent this question out a few days ago, and did not hear anything. If some one has some info on it, could you let me know. Thanks! _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jose Blanco Sent: Monday, April 02, 2007 12:53 PM To: dspace-tech

Re: [Dspace-tech] inser/delete into the metadatavalue table

2007-04-05 Thread Jose Blanco
: Thursday, April 05, 2007 3:58 AM To: Jose Blanco Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] inser/delete into the metadatavalue table Hi Jose, you can of course add metadata with a java script using DSpace API without any problems. If you want add metadata from sql script you

Re: [Dspace-tech] inser/delete into the metadatavalue table

2007-04-05 Thread Jose Blanco
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andrea Bollini Sent: Thursday, April 05, 2007 3:58 AM To: Jose Blanco Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] inser/delete into the metadatavalue table Hi Jose, you can of course add metadata with a java script using DSpace API

[Dspace-tech] compilation warning.

2007-04-06 Thread Jose Blanco
As of my upgrade to 1.4.1, I get the following warning when I build the war file: [javac] /l1/dspace/build/prod/dspace/src/org/dspace/app/oai/DIDLCrosswalk.java:55: warning: sun.misc.BASE64Encoder is Sun proprietary API and may be removed in a future release [javac] import

Re: [Dspace-tech] compilation warning.

2007-04-06 Thread Jose Blanco
I should have tried that first. I did and I get some errors, so that's not quite it. Any advice? Thanks! _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jose Blanco Sent: Friday, April 06, 2007 3:12 PM To: dspace-tech@lists.sourceforge.net Subject: [Dspace-tech

Re: [Dspace-tech] Problem importing items

2007-04-11 Thread Jose Blanco
Krishna: The way I do is by writing a perl script that prepares the data as specified in the following documentation: http://dspace.org/technology/system-docs/application.html#itemimporter -Jose -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Krishna

[Dspace-tech] dspace.log file owned by root

2007-04-18 Thread Jose Blanco
I'm finding that my dspace.log file is sometimes, not always, owned by root. I think what is happening is that when it is time to roll the file, some how root becomes the owner sometimes. Any ideas what could be causing this, or where I should look? I've checked the log4j.properties file and it

Re: [Dspace-tech] granularity of authentication for undergrad theses

2007-04-20 Thread Jose Blanco
As I understand it, authorization is item specific. Now, if you set up a collection and you give say read permissions to bitstreams to a certain group of epeople, then when items are submitted to the collection, the items will inherit these permissions, and if you change the permissions on the

[Dspace-tech] author browse weirdness

2007-04-24 Thread Jose Blanco
When I do an author browse on Tan at our repository, I get the following list, in this order: Tan, Benkui Tan, Bing Tandan, Rup Tandler, B. Tandler, Bernard Tandon, R. Tandon, Rajiv Tan, Elaine S. Tan, Fang I can see why this happens since this is the result I get when I execute the following

Re: [Dspace-tech] author browse weirdness

2007-04-24 Thread Jose Blanco
The database I'm using shows as UNICODE. -Original Message- From: James Rutherford [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 24, 2007 2:33 PM To: Jose Blanco Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] author browse weirdness On Tue, Apr 24, 2007 at 12:40:00PM

[Dspace-tech] counting bitstreams in an item

2007-04-25 Thread Jose Blanco
Most of our items just contain pdf files, but not all, and I'm writing a script that counts the number of bitstreams in each item. The numbers I'm getting don't look quite right. The SQL I'm using to compute the number of items in an item is: select count(*) from bundle B, item2bundle IB,

Re: [Dspace-tech] counting bitstreams in an item

2007-04-25 Thread Jose Blanco
To: Jose Blanco Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] counting bitstreams in an item Hi, as far as I remember the 'THUMBNAIL' bundle is also generated by a filter-media run (it contains small jpgs to display on a browse page). Do you want to count them too or only user

[Dspace-tech] configuring submission

2007-05-02 Thread Jose Blanco
This question is for Tim Donohue. Tim, I'm looking for a way to group metadata items in the submission forms so that they are required as a group. In particular, I would like the user to enter: Author, affiliation, and email_of_author As a group. Each of these items would just

Re: [Dspace-tech] configuring submission

2007-05-02 Thread Jose Blanco
Thanks for answering this and your suggestions. I will investigate. -Jose -Original Message- From: Tim Donohue [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 02, 2007 3:03 PM To: Jose Blanco Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] configuring submission Hi

Re: [Dspace-tech] sorting search results

2007-05-23 Thread Jose Blanco
much to this patch that I don't want to screw anything up. Thanks! Jose -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Richard Jones Sent: Monday, May 14, 2007 3:34 AM To: Jose Blanco; 'dspace-tech@lists.sourceforge.net' Subject: Re: [Dspace-tech

Re: [Dspace-tech] sorting search results

2007-05-23 Thread Jose Blanco
releases of DSpace. If it's going to be incorporated into the DSpace code, I think it might be best for me to wait for its release then. Any ideas about this? Many thanks! Jose -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jose Blanco Sent: Wednesday

[Dspace-tech] jhove / preingest / techMDExtractor

2007-06-18 Thread Jose Blanco
I'm considering using http://wiki.dspace.org/index.php/TechMDExtractor and it seems like this code offers two things: 1. A command line to check bitstrams using jhove, AND 2. Code that can be used during the submission process to check bitstreams being submitted ( what I think is the

[Dspace-tech] Lucene/Postgre and scalability

2007-06-18 Thread Jose Blanco
At our institution we are working on the problem of making 12 MILLION bibliographic records searchable. One the ideas that has been tossed around is that of using Lucene to accomplish this. And it seems to me that we could use a DSpace instance ( or something like it ) to do this. Now, I'm

[Dspace-tech] Adding advanced-search to collection view in mirage

2012-06-12 Thread Jose Blanco
I'm working on adding the advanced search option to the collection and community view in Mirage. I don't see a real easy way to do this. If anyone has done it or has a few clues, please pass them on. Thank you! Jose --

Re: [Dspace-tech] Adding advanced-search to collection view in mirage

2012-06-15 Thread Jose Blanco
, 2012 at 11:32 AM, helix84 heli...@centrum.sk wrote: On Thu, Jun 14, 2012 at 5:06 PM, Jose Blanco blan...@umich.edu wrote: Yes I did not have solr deployed. That should really be in the instructions. I had a hunch that's what needed to be done but not knowing really how it works, kept

[Dspace-tech] looking for xslt example using filtering

2012-06-26 Thread Jose Blanco
I'm looking for an example of how to filter out a value for display. I'm trying to use this logic to change something in the short item display. So, for example, Given: a123_abc/a a456_abc/a a789_abc/a if a does NOT contain 123, display this: Label: 456_abc 789_abc in the case where

Re: [Dspace-tech] looking for xslt example using filtering

2012-06-26 Thread Jose Blanco
I think in both of these cases the Label will be printed in each line. I want Label only to appear in the 1st line. I'm thinking of using a variable to contain all the nodes I need, so I have this so far ( note that now the example has to do with what I'm actually working on )

Re: [Dspace-tech] looking for xslt example using filtering

2012-06-26 Thread Jose Blanco
I think I got it. Here is what I have (TEMP-BOGUS is our handle prefix in dev. ): xsl:variable name='alluris' select=dim:field[@element='identifier' and @qualifier='uri'][not(contains(.,'TEMP-BOGUS'))]/xsl:variable Thanks! On Tue, Jun 26, 2012 at 3:22 PM, Jose Blanco blan...@umich.edu

[Dspace-tech] Subscribing to a collection in Mirage

2012-07-02 Thread Jose Blanco
I can't see how users can subscribe to a collection using the Mirage interface. Is there a config parameter to enable this functionality? -- Live Security Virtual Conference Exclusive live event will cover all the ways

[Dspace-tech] item-list.xsl in Mirage

2012-07-03 Thread Jose Blanco
I'm trying to make the browser result list icons for each bitstream in the item as part of the result, but I see from doing: h1xsl:copy-of select=.//h1 inside xsl:template name=itemSummaryList-DIM that I don't get mets:file ( that section is empty ). I really want to get the

Re: [Dspace-tech] item-list.xsl in Mirage

2012-07-06 Thread Jose Blanco
This did not change the mets.xml file, how do I get the mets:fileSec to be available in item-list.xsl in Mirage? On Fri, Jul 6, 2012 at 11:04 AM, Jose Blanco blan...@umich.edu wrote: No change. I'm not sure this affects what mets xml is generated in the item list view. On Wed, Jul 4

Re: [Dspace-tech] item-list.xsl in Mirage

2012-07-06 Thread Jose Blanco
/ !-- Since this is a summary only grab the descriptive metadata, and the thumbnails -- xsl:text?sections=dmdSec,fileSecamp;fileGrpTypes=THUMBNAIL/xsl:text On Fri, Jul 6, 2012 at 11:51 AM, Jose Blanco blan...@umich.edu wrote: This did not change the mets.xml file, how do I get the mets:fileSec

[Dspace-tech] error in mvn package

2012-07-16 Thread Jose Blanco
I just tried 'mvn package' and am getting this error: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-1:attached (default) on project dspace-lni-client: Failed to create assembly: Error adding file-set for 'javax.activation:activation:jar:1.1' to archive:

Re: [Dspace-tech] error in mvn package

2012-07-16 Thread Jose Blanco
[dspace-src]? or [dspace-src]/dspace/? - Tim On 7/16/2012 9:49 AM, Jose Blanco wrote: I just tried 'mvn package' and am getting this error: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-1:attached (default) on project dspace-lni-client: Failed

[Dspace-tech] changing a class in the item view

2012-07-20 Thread Jose Blanco
I'm using Mirage, and in the item-view display, I would like to have a different css class assigned to the h2 that displays This item appears in the following Collection(s)than the one used for the h2 that shows: Files in this item in item-view.xsl I have put in the class I want to use for the

Re: [Dspace-tech] changing a class in the item view

2012-07-20 Thread Jose Blanco
yes, that's what I did, but what's happening is that The item appears in the following Collections(s) is also h2 and it's grabbing the class I specified in h2 id=xi18n:textxmlui. dri2xhtml.METS-1.0.item-files-head/i18n:text/h2 I want to assign a different class to that h2 -Thank you!

Re: [Dspace-tech] changing a class in the item view

2012-07-20 Thread Jose Blanco
I think I found a way around it. It can get confusing to explain it. Thank you! On Fri, Jul 20, 2012 at 1:00 PM, helix84 heli...@centrum.sk wrote: I'm sorry, I still don't quite understand. What would you like the final HTML to look like? I assumed you wanted this: h2 id=xFiles in this

[Dspace-tech] question about a div and a class

2012-07-20 Thread Jose Blanco
Take a look at this code: Para showfullPara = division.addPara(null, item-view-toggle item-view-toggle-top); if (showFullItem(objectModel)) { String link = contextPath + /handle/ + item.getHandle();

[Dspace-tech] jQuery Auto complete

2012-07-27 Thread Jose Blanco
I'm trying to use jQuery to create an auto complete input box for when the submitter is entering the author name. We are hoping this will help keep the list of authors as normalized as possible. Has any one done this or can give me some suggestions. I found something online that looks

Re: [Dspace-tech] jQuery Auto complete

2012-08-07 Thread Jose Blanco
helix84, Should I uncomment this in the schema.xml file: !-- Custom Mapping to assure ds.creator is placed into dc.contributor.author by defualt -- !--copyField source=dc.creator dest=dc.contributor.author/-- !--copyField source=dc.creator dest=dc.contributor.author_ac/--

Re: [Dspace-tech] jQuery Auto complete

2012-08-20 Thread Jose Blanco
No problems. I had a typo in my javascript and have it going now. On Mon, Aug 20, 2012 at 5:27 AM, helix84 heli...@centrum.sk wrote: Hi Jose, sorry that I didn't respond, I didn't have time to dig into the details (and still don't). Hopefully someone else will take a look, but this is a

[Dspace-tech] changing the short display using Mirage

2012-08-20 Thread Jose Blanco
Where is the documentation for changing the short display in Mirage? I have one collection for which I want to display certain dc fields and use labels different than the ones I do in the others in the short display. Thanks! Jose

Re: [Dspace-tech] changing the short display using Mirage

2012-08-20 Thread Jose Blanco
But if I override this template it will affect all the item displays. I just want the display of the items in one of the collections. Thank you! Jose On Mon, Aug 20, 2012 at 1:10 PM, helix84 heli...@centrum.sk wrote: On Mon, Aug 20, 2012 at 6:40 PM, Jose Blanco blan...@umich.edu wrote

[Dspace-tech] double lines in log file

2012-08-21 Thread Jose Blanco
I'm seeing that every log entry I make to the dspace.log file gets doubled, for example: 2012-08-21 12:54:09,353 DEBUG org.dspace.storage.rdbms.DatabaseManager @ Running query SELECT * FROM MetadataValue WHERE item_id= ? ORDER BY metadata_field_id, place with parameters: 210872 2012-08-21

Re: [Dspace-tech] double lines in log file

2012-08-21 Thread Jose Blanco
I was just checking this, and I have this: log4j.rootCategory=DEBUG, A1 log4j.category.org.dspace=DEBUG, A1 I commented out the 1st line, and now, I just get one line. Not understanding this very much, I'm not sure why I had the 1st line in there in the first place. On Tue, Aug 21, 2012 at

Re: [Dspace-tech] double lines in log file

2012-08-21 Thread Jose Blanco
right now I'm in dev, so I use DEBUG, but in prod I use INFO. Thanks! Jose On Tue, Aug 21, 2012 at 1:21 PM, helix84 heli...@centrum.sk wrote: On Tue, Aug 21, 2012 at 7:17 PM, Jose Blanco blan...@umich.edu wrote: I was just checking this, and I have this: log4j.rootCategory=DEBUG, A1

Re: [Dspace-tech] home page

2012-08-23 Thread Jose Blanco
I think I found it - FromPageSearch On Thu, Aug 23, 2012 at 5:04 PM, Jose Blanco blan...@umich.edu wrote: Where is the aspect that creates the DRI for the home page? -- Live Security Virtual Conference Exclusive live

[Dspace-tech] home page

2012-08-23 Thread Jose Blanco
Where is the aspect that creates the DRI for the home page? -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can

[Dspace-tech] inidicating a css class in DRI

2012-08-24 Thread Jose Blanco
I have this: Para showfullPara = division.addPara(null, item-view-toggle item-view-toggle-top); Does the null, mean don't use any particular class. I want this div to use the class #ds-body. Should I change this to : Para showfullPara = division.addPara(ds-body,

[Dspace-tech] accessing the mets xml file immediately

2012-08-31 Thread Jose Blanco
I have made a change to item-view.xsl ( Mirage ) file that displays an icon based on a dc value I check for in the mets xml file. I have noticed that if I go to Edit this item and add this dc value, it takes some time before my item-view.xsl file sees the change. I have not timed it, but

[Dspace-tech] looking for detail display xsl

2012-09-05 Thread Jose Blanco
I'm using Mirage, and I'm trying to find the xsl that puts the Show simple item record at the bottom of the detail display. I want to put a line break before this link, but I can't find where the xsl that creates this link is at. Thank you! Jose

Re: [Dspace-tech] looking for detail display xsl

2012-09-05 Thread Jose Blanco
Thank you! That did it! -Jose On Wed, Sep 5, 2012 at 11:28 AM, helix84 heli...@centrum.sk wrote: On Wed, Sep 5, 2012 at 5:19 PM, Jose Blanco blan...@umich.edu wrote: I'm using Mirage, and I'm trying to find the xsl that puts the Show simple item record at the bottom of the detail display

[Dspace-tech] discovery forbidden error

2012-09-10 Thread Jose Blanco
when I try to do this: ./dspace update-discovery-index I get this org.dspace.discovery.SearchServiceException: Error executing query at org.dspace.discovery.SolrServiceImpl.cleanIndex(SolrServiceImpl.java:376) at org.dspace.discovery.IndexClient.main(IndexClient.java:119)

[Dspace-tech] navbar text coloring

2012-09-14 Thread Jose Blanco
I'm trying to find the css that gives the navigation bar links a color in Mirage. The things like Title Authors Subject I want to make them white. Thank you! Jose -- Got visibility? Most devs has no idea what their

[Dspace-tech] the home page

2012-09-19 Thread Jose Blanco
I have made the following changes to the news-xmlui.xml, but I don't see the strong html tag in the browser or the a element. How could I make this work. pstrongDepositing your work:/strong We will create a collection for you, or add you as a contributor to an existing one. To get started, a

Re: [Dspace-tech] the home page

2012-09-21 Thread Jose Blanco
, Jose Blanco wrote: Thanks Tim, this is helpful. I tried hi rend=bold and that worked great, but when I try hi rend=italic No change. Does this one not work? Thanks! Jose On Wed, Sep 19, 2012 at 1:53 PM, Tim Donohue tdono...@duraspace.org mailto:tdono...@duraspace.org** wrote

Re: [Dspace-tech] the home page

2012-09-21 Thread Jose Blanco
} At least, I *think* that should work. - Tim On 9/21/2012 10:59 AM, Jose Blanco wrote: Tim, I'm using Mirage and I'm looking for where hi rend=bold would turn the text into bold so I can duplicate it with italics and can't find it. Thanks, jose On Thu, Sep 20, 2012 at 3:12 PM, Tim

Re: [Dspace-tech] adding a line break to a list

2012-10-03 Thread Jose Blanco
Does any one have any suggestions for this problem. On Fri, Sep 28, 2012 at 1:06 PM, Jose Blanco blan...@umich.edu wrote: I have List identity = form.addList(identity,List.TYPE_FORM); I would like to add a line break like this: identity.addItem().addContent( ); But since

Re: [Dspace-tech] adding a line break to a list

2012-10-03 Thread Jose Blanco
For me, it is easier to see find how things get rendered in the aspects than in the xslt, so that is why thought I could just change it in the aspects and not bother trying to find out where to change it in the xslt. -Jose On Wed, Oct 3, 2012 at 12:26 PM, helix84 heli...@centrum.sk wrote: On

Re: [Dspace-tech] adding a line break to a list

2012-10-03 Thread Jose Blanco
BTW, I had already tried identity.addItem().addContent(nbsp;); and it did give me a line break, but also rendered nbsp; ( literally ). -Jose On Wed, Oct 3, 2012 at 12:23 PM, helix84 heli...@centrum.sk wrote: On Fri, Sep 28, 2012 at 7:06 PM, Jose Blanco blan...@umich.edu wrote: I would like

[Dspace-tech] CC questions - missing one?

2012-10-08 Thread Jose Blanco
I have configured my test dspace to be prompted with CC questions. I see that I get two questions: - Allow commercial uses of your work? ( yes or no ) - Allow modifications of your work? ( ShareAlike or yes or no ) But I was expecting 3 questions: - Allow commercial uses of your

[Dspace-tech] filtering out a value from suject browse

2012-10-08 Thread Jose Blanco
I was looking into filtering out a particular value from the subject browse, so that the user is not presented with that value, but it does not look very straight forward. Any opinions/guidelines if this can be done without too much trouble. Thanks! Jose

Re: [Dspace-tech] filtering out a value from suject browse

2012-10-08 Thread Jose Blanco
how would you delete it? -Jose On Mon, Oct 8, 2012 at 4:03 PM, helix84 heli...@centrum.sk wrote: On Mon, Oct 8, 2012 at 9:56 PM, Jose Blanco blan...@umich.edu wrote: I was looking into filtering out a particular value from the subject browse, so that the user is not presented

[Dspace-tech] from aspect to html

2012-10-09 Thread Jose Blanco
I would like to add to an aspect file the code to render this in the htlm: label for=\sort_by\ style=\display:none\Sort By:/label Could someone share the code that does that. Thank you! Jose -- Don't let slow site

Re: [Dspace-tech] from aspect to html

2012-10-10 Thread Jose Blanco
. How would you locate the place in xsl to make this change in Mirage? -Jose On Tue, Oct 9, 2012 at 5:58 PM, helix84 heli...@centrum.sk wrote: On Tue, Oct 9, 2012 at 7:08 PM, Jose Blanco blan...@umich.edu wrote: I would like to add to an aspect file the code to render this in the htlm: label

Re: [Dspace-tech] from aspect to html

2012-10-10 Thread Jose Blanco
OK, That would be great. I want to REPLACE p class=ds-paragraph Sort by: select xmlns:i18n= http://apache.org/cocoon/i18n/2.1; xmlns=http://www.w3.org/1999/xhtml; id=aspect_artifactbrowser_ConfigurableBrowse_field_sort_by class=ds-select-field name=sort_by WITH label for=sort_by

Re: [Dspace-tech] from aspect to html

2012-10-10 Thread Jose Blanco
Here is the DRI fragment: p - Sort by: - field id=aspect.artifactbrowser.ConfigurableBrowse.field.sort_by n=sort_by type=select params/ option returnValue=2issue date/option option returnValue=1title/option option returnValue=3deposit date/option value type=option option=1/ /field Order: -

Re: [Dspace-tech] from aspect to html

2012-10-10 Thread Jose Blanco
This worked with a few exception. (1)I had to get rid of xsl:apply-templates / because it was putting extra stuff by the label. (2) It complaint about for - I think it need to make a it an attribute using xslt. (3) I have one more question. How did you come up with the path

Re: [Dspace-tech] from aspect to html

2012-10-10 Thread Jose Blanco
Actually, I just noticed, it's not quite showing the select widget, it shows the selection choices but not the widget. Going to keep looking. Very close now. On Wed, Oct 10, 2012 at 12:15 PM, Jose Blanco blan...@umich.edu wrote: This worked with a few exception. (1)I had to get rid

Re: [Dspace-tech] from aspect to html

2012-10-10 Thread Jose Blanco
title On Wed, Oct 10, 2012 at 12:30 PM, Jose Blanco blan...@umich.edu wrote: Actually, I just noticed, it's not quite showing the select widget, it shows the selection choices but not the widget. Going to keep looking. Very close now. On Wed, Oct 10, 2012 at 12:15 PM, Jose Blanco blan

Re: [Dspace-tech] from aspect to html

2012-10-10 Thread Jose Blanco
the location of the xsl. If I move things around in item-view.xsl, things will move around on the html page, but this is not always the case. On Wed, Oct 10, 2012 at 1:31 PM, helix84 heli...@centrum.sk wrote: On Wed, Oct 10, 2012 at 7:19 PM, Jose Blanco blan...@umich.edu wrote: helix, after

Re: [Dspace-tech] from aspect to html

2012-10-10 Thread Jose Blanco
at 2:19 PM, helix84 heli...@centrum.sk wrote: Jose, those are very good questions. You may need to read the answer more than once before it starts making sense. On Wed, Oct 10, 2012 at 7:46 PM, Jose Blanco blan...@umich.edu wrote: Ok, by adding the select tags where you indicate I get what I

Re: [Dspace-tech] from aspect to html

2012-10-11 Thread Jose Blanco
see that in the xml? I think it must because there are a few xml's to choose from ( mets and dri )? Thank you! Jose On Wed, Oct 10, 2012 at 3:00 PM, Jose Blanco blan...@umich.edu wrote: Thank you! This is very good info. I will print it out and try to hammer it in. XSL at fist glance seems so

[Dspace-tech] changing solor confi

2012-10-25 Thread Jose Blanco
I changed solr.recent-submissions.size=5 to solr.recent-submissions.size=2 and I still see 5 Recently Added items in the home page. After I made the change. I reloaded /solr and / and I restarted tomcat. I also cleared the cache using the UI as administrator. What am I not seeing? Thank you!

Re: [Dspace-tech] changing solor confi

2012-10-25 Thread Jose Blanco
, or do I have to re-idex? Thank you! Jose On Thu, Oct 25, 2012 at 11:00 AM, Jose Blanco blan...@umich.edu wrote: I changed solr.recent-submissions.size=5 to solr.recent-submissions.size=2 and I still see 5 Recently Added items in the home page. After I made the change. I reloaded /solr

Re: [Dspace-tech] changing solor confi

2012-10-25 Thread Jose Blanco
-init AND ./dspace update-discovery-index Thank you! Jose On Thu, Oct 25, 2012 at 11:00 AM, Jose Blanco blan...@umich.edu wrote: I changed solr.recent-submissions.size=5 to solr.recent-submissions.size=2 and I still see 5 Recently Added items in the home page. After I made the change. I

Re: [Dspace-tech] changing solor confi

2012-10-25 Thread Jose Blanco
like the way to do it ( most direct ). Thank you! Jose On Thu, Oct 25, 2012 at 12:09 PM, helix84 heli...@centrum.sk wrote: On Thu, Oct 25, 2012 at 5:54 PM, Jose Blanco blan...@umich.edu wrote: One more question, if I'm using /solr, do I still have to do /dspace index-init? Is lucen used at all

Re: [Dspace-tech] the dri cache, how long to wait before it clears.

2012-11-09 Thread Jose Blanco
helix84, You know, if I make a change to the xslt, I see the change immediately, no clearing of any kind of cache, but in the case I described above where the DRI changes because of a metadata change, clearing the cocoon cache as described in the link you provided, works - I get the new htlm

[Dspace-tech] cursor overlay strangeness

2012-11-20 Thread Jose Blanco
I changed our Next button on the submission pages to be right above the Previous and Cancel button and noticed that if the cursor is place in a spot where it is shared with another button, then if you click on it nothing happens. I tried this in our mail client, and this ambiguity does not exist

[Dspace-tech] combining string and message type

2012-11-29 Thread Jose Blanco
I'd like to do this: given: private static final Message T_head_browse = message(xmlui.ArtifactBrowser.CommunityViewer.head_browse); browse.setHead(T_head_browse); -- Keep yourself connected to

[Dspace-tech] browsing update not responding.

2012-11-29 Thread Jose Blanco
Not sure I can get help on this. I have made some changes to have the number of results per page be different from the default Manakin values, and now if I Update from one number to another, nothing changes, the same is true if I change the order (asc/desc) - always goes back to the default. I

Re: [Dspace-tech] browsing update not responding.

2012-11-29 Thread Jose Blanco
(BrowseParams.STARTS_WITH))); --- params.scope.setStartsWith(decodeFromURL(request.getParameter(BrowseParams.STARTS_WITH))); 989a1012 static final String STARTS_WITH_DATE = starts_with_date; On Thu, Nov 29, 2012 at 4:07 PM, helix84 heli...@centrum.sk wrote: On Thu, Nov 29, 2012 at 9:34 PM, Jose

Re: [Dspace-tech] browsing update not responding.

2012-11-30 Thread Jose Blanco
/ property name=type value=date/ /bean Do I need something like this for browsing? I'll keep looking. On Thu, Nov 29, 2012 at 3:34 PM, Jose Blanco blan...@umich.edu wrote: Not sure I can get help on this. I have made some changes to have the number of results per page be different

Re: [Dspace-tech] browsing update not responding.

2012-11-30 Thread Jose Blanco
Finally figured out what was going on. I had made a change to the xsl ( utils.xsl in Mirage ) that was screwing things up. Thank you for your input. -Jose On Thu, Nov 29, 2012 at 3:34 PM, Jose Blanco blan...@umich.edu wrote: Not sure I can get help on this. I have made some changes to have

[Dspace-tech] xslt in item-view.xsl Mirage

2012-12-04 Thread Jose Blanco
I'm trying to move the Show full item record link in the item page to be just below the metadata. Right now I have this at the end of the item-view.xsl page: xsl:template name=modify-summary-view-link match=dri:p[@rend='item-view-toggle item-view-toggle-bottom'] BR/ xsl:apply-templates /

Re: [Dspace-tech] xslt in item-view.xsl Mirage

2012-12-05 Thread Jose Blanco
so the part where I test to see which short display to use based on collection will not work because it looks at the dri? xsl:when test=/dri:document/dri:meta/ dri:pageMeta/dri:trail[@target='/handle/TEMP-BOGUS/20649412'] xsl:call-template

Re: [Dspace-tech] xslt in item-view.xsl Mirage

2012-12-05 Thread Jose Blanco
, Jose Blanco blan...@umich.edu wrote: so the part where I test to see which short display to use based on collection will not work because it looks at the dri? Right, I didn't notice that. Use the same trick as I just used - stash the value into a variable outside of the dim-processing template

Re: [Dspace-tech] xslt in item-view.xsl Mirage

2012-12-05 Thread Jose Blanco
Just when I think I know what's going on. I have: xsl:variable name='shortDisplay'xsl:copy-of select=/dri:document/dri:body/dri:div/dri:p[@rend='item-view-toggle item-view-toggle-bottom']/dri:xref[@target]//xsl:variable so I'm expecting this: xsl:if test=$shortDisplay!=''

[Dspace-tech] My Account options reordering

2012-12-07 Thread Jose Blanco
In the Navigation area I have this: My Account Profile Logout Submit I would like to change it to: My Account Submit Profile Logout I see that in submission.Navigation.java the addOptions method creates the Deposit. And that in eperson.Navavigation.java the

Re: [Dspace-tech] My Account options reordering

2012-12-10 Thread Jose Blanco
helix, this worked! Thank you. How did you know to use mode=nested priority=3 Thanks! Jose On Fri, Dec 7, 2012 at 8:39 PM, helix84 heli...@centrum.sk wrote: Hi Jose, In DSpace 3.0, this is what I see: My Account Logout Profile Submissions I'll show you an example how to

[Dspace-tech] reinstating via batch

2012-12-10 Thread Jose Blanco
I have a script that reinstates items, basically it calls. item.reinstate(), and then context.complete(); It works fine as long as I don't have discovery event.dispatcher.default.consumers = search, browse, eperson, harvester but when I add discovery event.dispatcher.default.consumers = search,

Re: [Dspace-tech] reinstating via batch

2012-12-11 Thread Jose Blanco
In the cfg its all in one line. On Mon, Dec 10, 2012 at 5:13 PM, Andrea Schweer schw...@waikato.ac.nz wrote: Hi Jose, On 11/12/12 10:59, Jose Blanco wrote: It works fine as long as I don't have discovery event.dispatcher.default.consumers = search, browse, eperson, harvester but when I add

  1   2   3   >