Re: [dspace-tech] Dspace 5 Startup .xsl code

2018-01-02 Thread Tom Avino
following code could detect if you are on the home page.* > > >> >> >> >> *jQuery(document).ready(function(){if >> (jQuery("#aspect_artifactbrowser_CommunityBrowser_div_comunity-browser").length >> >> > 0) {//do something}});* > > > On W

Re: [dspace-tech] Dspace 5 Startup .xsl code

2017-11-22 Thread Tom Avino
pace-xmlui-mirage2/src/main/webapp/xsl/core/page-structure.xsl#L759-L762 > > On Wed, Nov 22, 2017 at 8:51 AM, Tom Avino > wrote: > >> We are running Dspace 5.5 XMLUI using Mirage 2 UI. >> It is a gov't requirement that we display a screen that the user must >>

Re: [dspace-tech] Dspace 5 Startup .xsl code

2017-11-22 Thread Tom Avino
t; alert from the system control panel and place your content in a similar div. > > Terry > > On Wed, Nov 22, 2017 at 6:49 AM, Tom Avino > wrote: > >> I am trying to insert a "Warning Box" to display an acknowledgment screen >

[dspace-tech] Dspace 5 Startup .xsl code

2017-11-22 Thread Tom Avino
I am trying to insert a "Warning Box" to display an acknowledgment screen at the startup of Dspace. I am struggling where to place the code By accessing and using this information system, you acknowledge and consent to the following:

[dspace-tech] Filter-Media for .docx

2017-11-07 Thread Tom Avino
I am running Dspace 3.3 and Filter-Media is not working for .docx. Is there a fix for this? Tom Avino -- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, sen

[dspace-tech] Re: Dspace Single Sign-on

2017-10-17 Thread Tom Avino
not have the credentials to access the restricted community *1. Langley Archives*. Proceed to login screen <https://x..xxx.com/login> On Tuesday, October 17, 2017 at 12:34:08 PM UTC-4, Tom Avino wrote: > > Maybe I am crazy, but why do my users have to click the "LOGIN

[dspace-tech] Dspace Single Sign-on

2017-10-17 Thread Tom Avino
LOGIN step? Once our users are authenticated using single sign-on, they should not have to sign on to Dspace too. Thank you, Tom Avino -- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and s

[dspace-tech] Re: Dspace upgrade to 5.5 causing - Loading item - cannot find metadata field -1 in log

2017-09-18 Thread Tom Avino
x27;eperson') and element = 'email' and qualifier is null) as metadata_field_id, email as text_value, null as text_lang, 0 as place from eperson where not email is null; On Thursday, September 14, 2017 at 3:57:08 PM UTC-4, Tom Avino wrote: > > When I query an

[dspace-tech] Dspace upgrade to 5.5 causing - Loading item - cannot find metadata field -1 in log

2017-09-14 Thread Tom Avino
When I query an item, the item seems to display properly. However, when I look in the log file I see this error. I am also having issues with e-persons throwing errors. ERROR org.dspace.content.DSpaceObject @ Loading item - cannot find metadata field -1 for resourceType=3 and resourceId=29..3

Re: [dspace-tech] Dspace 5 XMLUI - Add filter to advanced filters

2017-09-13 Thread Tom Avino
o take effect. > > Terry > > On Tue, Sep 12, 2017 at 9:14 AM, Tom Avino wrote: > >> Currently, when a user clicks advanced filters, they only have 4 choices, >> Title, Author, Subject, and Date Issued. How do I add additional ones? >> >> Thank you, >&g

[dspace-tech] Dspace 5 XMLUI - Add filter to advanced filters

2017-09-12 Thread Tom Avino
Currently, when a user clicks advanced filters, they only have 4 choices, Title, Author, Subject, and Date Issued. How do I add additional ones? Thank you, Tom Avino -- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To u

Re: [dspace-tech] SOLR Configuration (Searching)

2017-09-08 Thread Tom Avino
great. I am using your recommended textgen and am grateful for your help. Thanks, Tom Avino On Wednesday, August 30, 2017 at 10:43:07 AM UTC-4, Terry Brady wrote: > > Tom, > > Here is my modified schema.xml for DSpace 5x: > https://gist.github.com/terrywbrady/097164329b2574b9d

Re: [dspace-tech] SOLR search NOT WORKING Dspace 5

2017-09-08 Thread Tom Avino
k the "it's done and working" box. Thanks, Tom Avino On Friday, September 8, 2017 at 11:01:13 AM UTC-4, Tim Donohue wrote: > > Hi Tom, > > Yes. To be clear the "index-discovery" script is just a tool to reindex > content within Solr. So, as Solr itself rec

Re: [dspace-tech] SOLR search NOT WORKING Dspace 5

2017-09-07 Thread Tom Avino
Thank you Tom. If I make changes to schema.xml (.e.g., use textgen instead of text) do I need to re-run the index-discovery? We have a large database here, and I don't want to do it twice. Thank you again for your help. Tom *Tom Avino * LITES II Application Developer | SAIC 757.864

[dspace-tech] SOLR search NOT WORKING Dspace 5

2017-09-07 Thread Tom Avino
We upgraded to Dspace 5.5 XMLUI, and the SOLR search cannot even find words that are in a title. I have tried rebuilding the indexes using dspace index-db-browse -f -d. Not sure what is going on here. I am looking for the title "CA026540" where "CA026540" is the only wording in the title, an

Re: [dspace-tech] SOLR Configuration (Searching)

2017-08-31 Thread Tom Avino
> Here is my modified schema.xml for DSpace 5x: > https://gist.github.com/terrywbrady/097164329b2574b9d6bd4bb8433ca37b > > I will be curious if this resolves issue for you. If so, we might want to > propose this as an enhancement. > > Terry > > On Wed, Aug 30, 2017 at 5:4

Re: [dspace-tech] SOLR Configuration (Searching)

2017-08-31 Thread Tom Avino
ight want to > propose this as an enhancement. > > Terry > > On Wed, Aug 30, 2017 at 5:43 AM, Tom Avino > wrote: > >> Terry, >> >> Where and how did you change to textgen? I guess that is what I cannot >> find, I see it in schema.xml, but not sure where to

Re: [dspace-tech] SOLR Configuration (Searching)

2017-08-30 Thread Tom Avino
e/solr/search/conf/schema.xml#L278-L279 > > On Tue, Aug 29, 2017 at 1:41 PM, Tom Avino > wrote: > >> Since we switched from Dspace 3.3 JSPUI to XMLUI, our search is not >> working the same. If our users type a specific item CA01234, it will not >> find this even though

[dspace-tech] SOLR Configuration (Searching)

2017-08-29 Thread Tom Avino
fieldtype is used when a search is done. It looks like each fieldtype can have different parameters. There is "text_ws", "text", "textTight", etc. Where in Dspace do you pick which one to use during a search??? Example Tom Avino

Re: [dspace-tech] Automatic login to Dspace

2017-08-21 Thread Tom Avino
owing section of the wiki might also help: > https://wiki.duraspace.org/display/DSDOC5x/XMLUI+Configuration+and+Customization > > On Thu, Aug 17, 2017 at 8:53 AM, Tom Avino > wrote: > >> Terry, >> I am a coder by trade. I have 20+ years as on Oracle developer writing >>

Re: [dspace-tech] Automatic login to Dspace

2017-08-17 Thread Tom Avino
I. > > Terry > > On Mon, Aug 14, 2017 at 11:33 AM, Tom Avino > wrote: > >> I may not have asked this the correct way on my last post. >> What I am trying to do is automatically login to my Dspace 5.5 (XMLUI) >> session when I enter the URL. We are u

[dspace-tech] Automatic login to Dspace

2017-08-14 Thread Tom Avino
, I have to press the "Login" to login. Is it possible that our 3.3 JSPUI instance was using JSP to do the automatic login? If so, how do I do this in XMLUI? I am really stuck on this one. I want to be able to enter our URL and be logged in and ready to go. Thank you,

[dspace-tech] Dspace 5.5. Shibboleth no longer auto logins

2017-08-08 Thread Tom Avino
lazysession = false Thank you, Tom Avino -- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to dspace-tech+unsubscr...@googlegroups.com. To po

Re: [dspace-tech] Re: Help getting back to dspace 3.3 after bad upgrade to 5.5

2017-07-28 Thread Tom Avino
> Easiest thing to do is move the old one out of the way, make a new DSpace >> directory, and deploy to the new directory with ant. >> >> On Jul 26, 2017 7:23 PM, "Tom Avino" > >> wrote: >> >> George, >> >> It does sound similar to

Re: [dspace-tech] Re: Help getting back to dspace 3.3 after bad upgrade to 5.5

2017-07-26 Thread Tom Avino
pain. Thanks for your input! *Tom Avino * o: 757.864-8495 | thomas.w.av...@nasa.gov f: 757.864-6649 | thomas.av...@saic.com On Wednesday, July 26, 2017 at 6:41:53 PM UTC-4, George Kozak wrote: > > Hi, Tom: > > I am not sure if this is the same problem as you are having, but I had

[dspace-tech] Re: Help getting back to dspace 3.3 after bad upgrade to 5.5

2017-07-26 Thread Tom Avino
The errors listed below in cocoon, happen when Tomcat is started back up, not when trying to load the webpage. I hope this helps Tom On Wednesday, July 26, 2017 at 11:08:16 AM UTC-4, Tom Avino wrote: > > I have done a few of these upgrades from 3.3 to 5.5 without any issues. >

[dspace-tech] Help getting back to dspace 3.3 after bad upgrade to 5.5

2017-07-26 Thread Tom Avino
va:498) at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:149) Thank you, Tom Avino -- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and s

[dspace-tech] Re: Change color of system wide alert message (XMLUI)

2017-05-15 Thread Tom Avino
Thank you Hardy. I learned the hard way that changing the css has to be done in _styles.scss. I kept modifying main.css, and it would get overwritten each time I did a build. Tom Avino On Friday, May 12, 2017 at 12:13:23 PM UTC-4, Tom Avino wrote: > > We are on Dspace 5.5 using XMLUI,

[dspace-tech] Change color of system wide alert message (XMLUI)

2017-05-12 Thread Tom Avino
code in the beginning of the text. Thank you, Tom Avino -- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to dspace-tech+unsubscr...@googlegrou

[dspace-tech] Add disclaimer screen using XMLUI

2017-03-16 Thread Tom Avino
any help would be appreciated. Thank you, Tom Avino -- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to dspace-tech+unsubscr...@googlegrou

[dspace-tech] Need help with Dspace 5.5 XMLUI Search returning too many results

2016-11-30 Thread Tom Avino
anything with AH, 234, M, or 22. If We put double quotes, it will do an exact search. That is not feasible doe to the vast number of users on the system. It is frustrating, and I need to resolve this. Any help would be appreciated, please. Tom Avino -- You received this message because you

[dspace-tech] New Dspace 5.5 search not working correctly

2016-11-10 Thread Tom Avino
a real problem. Is there a setting I am missing? Seems like this should not be the default behavior. Is there something I can configure to make this work? Thank you Tom Avino -- You received this message because you are subscribed to the Google Groups "DSpace Technical Support&qu

[dspace-tech] Modify home screen in XMLUI

2016-11-03 Thread Tom Avino
XMLUI. I am new to XMLUI, so any help would be appreciated. Thank you, *Tom Avino * LITES II Application Developer | SAIC o: 757.864-8495 | thomas.w.av...@nasa.gov f: 757.864-6649 | thomas.av...@saic.com -- You received this message because you are subscribed to the Google Groups

Re: [dspace-tech] Switching from JSPUI to XMLUI - Customize the Simple Item record

2016-10-10 Thread Tom Avino
t if you want it to survive re-builds, > you need to add it to > [dspace-src]/dspace-xmlui/src/main/webapp/themes/Mirage/lib/xsl/aspect/artifactbrowser/item-view.xsl > I personally just rsync my [dspace]/webapps/xmlui/themes/ directory to > [dspace-src]/dspace-xmlui/src/main/webap

Re: [dspace-tech] Switching from JSPUI to XMLUI - Customize the Simple Item record

2016-10-06 Thread Tom Avino
-4, Hilton Gibson wrote: > > Hi Tom, > > I have some guides here: > http://wiki.lib.sun.ac.za/index.php/SUNScholar/XMLUI_Theme/M2 > > Cheers > > hg > > On Thu, 6 Oct 2016 at 15:30 Tom Avino > > wrote: > >> Hilton, >> >> We are usi

Re: [dspace-tech] Switching from JSPUI to XMLUI - Customize the Simple Item record

2016-10-06 Thread Tom Avino
dules directory version, to >> make updating later easier (Learned this the hard way), rather than >> modifying it in place. >> >> >> >> Matthew >> >> >> >> >> >> >> >> *From:* dspac...@googlegroups.com [mailto: >

[dspace-tech] Switching from JSPUI to XMLUI - Customize the Simple Item record

2016-10-05 Thread Tom Avino
using XMLUI? Thank you, *Tom Avino * LITES II Application Developer | SAIC o: 757.864-8495 | thomas.w.av...@nasa.gov f: 757.864-6649 | thomas.av...@saic.com -- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe

[dspace-tech] How do I set XMLUI as the default interface without including /XMLUI in the url?

2016-08-18 Thread Tom Avino
e URL, yet it is clearly using XMLUI Thank you, Tom Avino -- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to dspace-tech+unsubscr...@googl

[dspace-tech] Dspace 5 XMLUI - Add text and email to footer

2016-08-08 Thread Tom Avino
I am new to XMLUI. We have been using JSPUI for years. I am trying to simply add one line of text and 2 names and email addresses. Does anyone know how I can do this? I know XMLUI is very different, but this should not be rocket science. Tom -- You received this message because you are subs

[dspace-tech] Re: Remove "Dspace JSPUI...DSpace preserves and enables from every page

2016-07-26 Thread Tom Avino
Never mind. I found it in messages.properties On Tuesday, July 26, 2016 at 12:38:44 PM UTC-4, Tom Avino wrote: > > How do I Remove "Dspace JSPUI...DSpace preserves and enables..." header > from every page? > > We are upgrading to Dspace 5.5 and do not want to see

[dspace-tech] Remove "Dspace JSPUI...DSpace preserves and enables from every page

2016-07-26 Thread Tom Avino
How do I Remove "Dspace JSPUI...DSpace preserves and enables..." header from every page? We are upgrading to Dspace 5.5 and do not want to see this on every page. I cannot seem to find out where to remove it.\ Thank you, *Tom Avino * *NASA* LITES II Application Developer

[dspace-tech] Dspace 5.5 top-news size

2016-07-14 Thread Tom Avino
How do I modify the font and size of the "top-news" on the dspace 5.5 home page. It is enormous, and my users have to scroll down to see the collections? Thank you, Tom Avino -- You received this message because you are subscribed to the Google Groups "DSpace Technical Sup

[dspace-tech] Dspace 3.3 dspace metadata-import failed using csv file

2016-06-17 Thread Tom Avino
^dc.contributor.author^dc.description.note^dc.identifier.contractNumber^dc.accessConstraint.constraintChange^dc.language.iso^dc.type^dc.subject.categories^dc.date.accessioned^dc.date.available Any ideas? Tom Avino -- You received this message because you are subscribed to the Google Groups "D

[dspace-tech] Dspace 5 - is there a cross reference where NAME went? Collection name, bitstream name, etc?

2016-06-09 Thread Tom Avino
QL scritps? Thanks, Tom Avino -- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to dspace-tech+unsubscr...@googlegroups.com. To post to this

Re: [dspace-tech] the file new-top_es.html is not a valid news file

2016-06-08 Thread Tom Avino
d sidebar without problem, did you try the solution pointed by William? > Each is add news files in the "core-services.xml"? > > > > > news-top.html > news-side.html > news-top_es.html > news-side_es.html > > > > > On Wed, Jun 8, 2016 at 9:34

Re: [dspace-tech] the file new-top_es.html is not a valid news file

2016-06-08 Thread Tom Avino
n what the exactly exception that you got? What instructions > did you follow, change the class or add the names of the files to the bean > configuration file? > > On Wednesday, June 8, 2016, Tom Avino > > wrote: > >> I tried the following instructions, but still recei

[dspace-tech] Dspace News File error occurs in Dspace Demo site also.

2016-06-08 Thread Tom Avino
I have had the problem editing the Top News file on our new Dspace 5.5 installation. I receive an internal server error. When I look at the log file, I get the message below. I noticed that the Dspace Demo JSPUI site has the same issue (http://demo.dspace.org/). 2016-06-08 08:27:29,989 WAR

[dspace-tech] Re: the file new-top_es.html is not a valid news file

2016-06-08 Thread Tom Avino
I am getting a different error. In my log file, i have the following error. Any ideas? java.lang.IllegalArgumentException: The file *null *is not a valid news file On Wednesday, June 1, 2016 at 10:03:32 AM UTC-4, Victoria Parra wrote: > > good day to all.excuse me for my bad english. but I wil

[dspace-tech] Re: the file new-top_es.html is not a valid news file

2016-06-08 Thread Tom Avino
I tried the following instructions, but still receive Internal Server error only when I try to edit Top News. I can edit News Side with no issues. On Sunday, June 5, 2016 at 12:55:54 AM UTC-4, William Alejandro Ortiz wrote: > > Hola Victoria :) > > Te cuento que estuve teniendo este mismo proble

Re: [dspace-tech] After upgrading Dspace to 5.5 - Edit news error - The file null is not a valid news file

2016-06-06 Thread Tom Avino
itted a pull request: > https://github.com/DSpace/DSpace/pull/1430, if you don't want to wait > them to approve the pull request, you can check my fix in the pull request. > Please, let me know if you need help. > > Best > Luiz > > On Sat, Jun 4, 2016 at 9:01 AM, Tom Av

[dspace-tech] After upgrading Dspace to 5.5 - Edit news error - The file null is not a valid news file

2016-06-04 Thread Tom Avino
When I click Edit in the News Editor, I get the message below. 2016-06-04 08:56:53,895 WARN org.dspace.app.webui.servlet.InternalErrorServlet @ :session_id=8FBB62D7708C724747DE70FB603B4356:internal_error:-- URL Was: https://ldr-d.larc.nasa.gov/dspace-admin/news-edit -- Method: POST -- Paramete

[dspace-tech] Dspace upgrade from 3.3 to 5.5 fails

2016-06-03 Thread Tom Avino
/registries/dcterms-types.xml bin/dspace registry-loader -metadata config/registries/eperson-types.xml bin/dspace registry-loader -metadata config/registries/sword-metadata.xml bin/dspace registry-loader -metadata config/registries/workflow-types.xml Thank you, Tom Avino -- You received this

Re: [dspace-tech] Upgrade to Dspace 5.5 causes error when accessing e-person

2016-06-03 Thread Tom Avino
bin/dspace registry-loader -metadata config/registries/sword-metadata.xml > bin/dspace registry-loader -metadata config/registries/workflow-types.xml > > Warning about that: DSpace upgrades the database when you start tomcat > server... > > > Good luck! > > ---

[dspace-tech] Dspace 5.5 eperson table looks wrong. First name, last name gone. Other tables out of whack

2016-05-23 Thread Tom Avino
Does someone have a list of the dspace 5.5 postgres schema? What specific postgres database changes were made from 3.3 to 5.5? Other tables seem wrong. metadatavalue no longer contains item_id -- You received this message because you are subscribed to the Google Groups "DSpace Technical Sup

[dspace-tech] Dspace upgrade to 5.5 causing - Loading item - cannot find metadata field -1 ...

2016-05-23 Thread Tom Avino
When I query an item, the item seems to display properly. However, when I look in the log file I see this error. I am also having issues with e-persons throwing errors. ERROR org.dspace.content.DSpaceObject @ Loading item - cannot find metadata field -1 for resourceType=3 and resourceId=29 A

[dspace-tech] Upgrade to Dspace 5.5 causes error when accessing e-person

2016-05-23 Thread Tom Avino
I just upgraded from 3.3 to 5.5. Everything seems to work fine with the exception of adding, modifying, or anything to do with e-persons. I get the following error in my log. 2016-05-23 12:46:00,994 WARN org.dspace.app.webui.servlet.InternalErrorServlet @ :session_id=8BF240B6BB6E818B5130008A9