[dspace-tech] Production environment setup

2023-08-16 Thread Lucas Silveira
Dear colleagues, I'm deploying dspace 7.5 in a production environment using docker, more specifically in openshift. The obstacle I'm facing is that when I configure back and front using a url with https, the front-end is having problems. When I check the pm2 log I'm getting feedback where the co

[dspace-tech] Statistics not work

2023-08-27 Thread Lucas Silveira
Dear colleagues, I upgraded from version 6.3 to 6.4. After that, I restructured the communities at the library's request, moved some collections to some new communities, and some communities ceased to exist. And now I have a problem, the statistics are not working. Items that previously had mult

[dspace-tech] Customize Messages.properties

2023-09-11 Thread Lucas Silveira
Dear colleagues, In version 6, if it was necessary to customize the labels, simply take the file for example: Messages_pt_BR.properties, customize it and then place the file in dspaceDir/webbapps/jspui/WEB-INF/classes I'm assuming that dspaceDir is where dspace was installed. In version 7, does t

[dspace-tech] Enable Img community in home page

2023-10-31 Thread Lucas Silveira
Dear colleagues, I need help. In version 7, how do I make the community images appear the same as they did in version 6? Thanks in advance. -- All messages to this mailing list should adhere to the Code of Conduct: https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx --- You received this

[dspace-tech] Thumbnail generation for items in DSpace 7.5 is not working

2024-02-02 Thread Lucas Silveira
Dear Collegues, I am working with DSpace 7.5 and facing difficulties in generating thumbnails for approximately 50,000 items. I have tried generating thumbnails using the "./dspace filter-media" command, but without success. Subsequently, I attempted to generate thumbnails for each collection us

[dspace-tech] Re: Thumbnail generation for items in DSpace 7.5 is not working

2024-02-02 Thread Lucas Silveira
by default the uploaded files at 3 AM, is > possible to change it. So when you upload a file, the next day you will see > the thumbnail. I hope this helps! > > El viernes, 2 de febrero de 2024 a la(s) 11:56:41 a.m. UTC-3, Lucas > Silveira escribió: > >> Dear Collegues, >

[dspace-tech] Assistance with Retroactive Collection Policies in DSpace

2024-04-02 Thread Lucas Silveira
Dear DSpace community, I am writing to request your assistance and guidance with a challenge we are facing regarding the application of retroactive collection policies in our DSpace repository. Currently, we are working with version 7.5 of DSpace and manage a repository with approximately 50

[dspace-tech] Search filter

2024-05-27 Thread Lucas Silveira
Dear colleagues, I am using version 7.5 and I have a question. In the filter search, when I select to search by author, I noticed that DSpace does not retrieve authors with accents in their names. For example, if the name is "José" and I include the "é" in the search, it does not return any r

[dspace-tech] Re: Search filter

2024-05-31 Thread Lucas Silveira
or name and find > the Item: > https://demo.dspace.org/search?query=&f.author=Avil%C3%A9s,%20Ra%C3%BAl,equals > > My best guess is this may have already been fixed, so you may just need to > upgrade. > > Tim > On Monday, May 27, 2024 at 12:28:17 PM UTC-5 Lucas Silve

[dspace-tech] oai import error dspace 7.6.1

2024-06-17 Thread Lucas Silveira
Dear Collegues, I am having a problem when trying to index the metadata using OAI import. In version 7.5, I was able to import all 42,000 items from the digital library. I installed version 7.6.1, and now when I try to run the command, I can only index 1/3 of the total, and it generates a

[dspace-tech] import oai not generate directory data in solr

2024-07-09 Thread Lucas Silveira
Dear colleagues, How do I make sure the data folder inside the dspaceInstall/solr/oai directory is already generated? after scrolling the ./dspace oai import -c I expected the data to be there, however, I only have the config directory. Thanks in advance. -- All messages to this mailing list s

[dspace-tech] Assistance with Notification Configuration in DSpace 7.6.2

2024-08-21 Thread Lucas Silveira
Dear Community Members, I am using DSpace 7.6.2 and have configured the system to send all notifications to a single email address specified in the configuration file. However, I’ve noticed that when a submission is made or when there is a request to download a PDF of a private file, the noti

[dspace-tech] Issue with Thumbnail Generation in DSpace 8

2024-09-04 Thread Lucas Silveira
Dear colleagues, I am testing DSpace 8 and have noticed that thumbnails are not being generated from the bitstreams. I tried running the filter-media -f command, but unfortunately, it hasn’t had the desired effect. Has anyone encountered this issue or have any suggestions for a solution? Tha

Re: [dspace-tech] Re: Issue with Thumbnail Generation in DSpace 8

2024-09-04 Thread Lucas Silveira
. de 2024 às 18:41, Peter escreveu: > Hi, > > Does the 'filter-media -f' command return any output? > > > Peter > > środa, 4 września 2024 o 19:43:31 UTC+1 Lucas Silveira napisał(a): > >> Dear colleagues, >> >> I am testing DSpace 8 and have

[dspace-tech] Show statistics button

2020-02-03 Thread Lucas Silveira
Dear colleagues, I need to remove the statistics button from pages where the user is not logged in. However, dspace only allows you to enable and disable access, but the button is visible to everyone. Does anyone know how to do? Thanks in advance -- All messages to this mailing list should a

Re: [dspace-tech] Show statistics button

2020-02-03 Thread Lucas Silveira
t;% if(user!=null) { %> <% } %> and collection-home.jsp, I added the following rule: <% if(user!=null) { %> <% } %> Em seg., 3 de fev. de 20

Re: [dspace-tech] ANNOUNCEMENT: DSpace 7.0 Beta1 Release is now available!

2020-04-01 Thread Lucas Silveira
Dear colleagues in the community, I am studying this version, I verified that the option to create communities is not yet available, can you tell me when we will have an update that provides this service? Thank you all Em ter., 3 de mar. de 2020 às 16:34, Tim Donohue escreveu: > > > > > > > >

[dspace-tech] Issue Generating Item Template for a Collection in DSpace

2024-10-01 Thread Lucas Silveira
I am facing an issue when trying to configure an *Item Template* for a collection in DSpace. When I try to edit the collection’s *template* and add metadata, no metadata list appears for me to choose from. This is preventing me from creating a template with default values for new items submit

[dspace-tech] Adding a component to the simple item

2024-11-18 Thread Lucas Silveira
I want to customize the items listed in src/app/item-page/simple/item-types/untyped-item/untyped-item.component.html Is there any documentation? Thanks in advance. -- All messages to this mailing list should adhere to the Code of Conduct: https://www.lyrasis.org/about/Pages/Code-of-Conduct.as

[dspace-tech] Enable Titles for Related Items in DSpace 8

2024-11-25 Thread Lucas Silveira
Dear colleagues, I am customizing the simple item view page in the file src/app/item-page/simple/item-types/untyped-item/untyped-item.component.html. One of the customizations involves displaying the *titles of related items*. Currently, I am using the following component to display the rela

Re: [dspace-tech] Re: Inconsistency in "self link" Returned by DSpace 8.0 REST API

2025-01-06 Thread Lucas Silveira
this warning. > > Tim > > On Friday, January 3, 2025 at 11:37:28 AM UTC-6 Lucas Silveira wrote: > >> Dear DSpace Community, >> >> While using the DSpace 8.0 REST API, we have encountered an issue related >> to the "self link" in responses. Specific

Re: [dspace-tech] Re: Inconsistency in "self link" Returned by DSpace 8.0 REST API

2025-01-06 Thread Lucas Silveira
tps://github.com/DSpace/dspace-angular/issues > > Tim > > On Monday, January 6, 2025 at 2:51:24 PM UTC-6 Lucas Silveira wrote: > >> Hi Tim, >> >> Thank you for your earlier response and for the clarification regarding >> the warnings. It was very helpful. &

[dspace-tech] Re: Inconsistency in "self link" Returned by DSpace 8.0 REST API

2025-01-06 Thread Lucas Silveira
log this warning. > > Tim > > On Friday, January 3, 2025 at 11:37:28 AM UTC-6 Lucas Silveira wrote: > >> Dear DSpace Community, >> >> While using the DSpace 8.0 REST API, we have encountered an issue related >> to the "self link" in responses. Sp

[dspace-tech] filter-media Ignores PDFs, Only Generates Thumbnails for Images

2025-02-06 Thread Lucas Silveira
Hi DSpace Community, I'm experiencing an issue in *DSpace 8* where filter-media *only generates thumbnails for images (PNG, JPG, etc.) but completely ignores PDFs*. *What I've Checked:* ✔️ *PDF MIME type is correct in the database* (application/pdf). ✔️ *Filters are enabled in dspace.cfg and l

[dspace-tech] How to customize DSpace "browse" navigation to use "contains" instead of "startsWith"?

2025-01-27 Thread Lucas Silveira
Hello everyone, I am using DSpace 8 and would like to know if it’s possible to customize the "browse" functionality to perform searches based on *"contains"* (substrings) instead of the default *"startsWith"*. For example, the current behavior executes searches like this: *https://demo.dspa

[dspace-tech] Inconsistency in "self link" Returned by DSpace 8.0 REST API

2025-01-03 Thread Lucas Silveira
Dear DSpace Community, While using the DSpace 8.0 REST API, we have encountered an issue related to the "self link" in responses. Specifically, when making requests to the discover/search endpoint with query parameters (e.g., scope and configuration), the self link in the response does not r

[dspace-tech] How to implement a broad search on the title field in DSpace 7/8?

2025-03-07 Thread Lucas Silveira
*How to implement a broad search on the title field in DSpace 7/8?* Hello everyone! I'm trying to implement a *broader search* in DSpace 8 using the /discover/search/objects endpoint to filter by title (f.title). Currently, I'm using the contains operator, but I've noticed that it *does not

Re: [dspace-tech] How to implement a broad search on the title field in DSpace 7/8?

2025-03-11 Thread Lucas Silveira
e: favicon.ico] <https://solr.apache.org/guide/8_11/tokenizers.html> > <https://solr.apache.org/guide/8_11/tokenizers.html> > > > -Andrew > > On 8 Mar 2025, at 6:13 am, Lucas Silveira > wrote: > >  > > *How to implement a broad search on the title field

[dspace-tech] Re: filter-media Ignores PDFs, Only Generates Thumbnails for Images

2025-02-12 Thread Lucas Silveira
hat this PDF filtering is working on our demo site. Here's > an example of a test PDF which has a thumbnail image of the first page: > https://demo.dspace.org/entities/publication/2574d334-41d8-481e-be5a-cf2980ee17f0 > > Tim > > On Thursday, February 6, 2025 at 5:56:02 PM UTC-

[dspace-tech] [DSpace 8.1] subscription-send script does not send emails despite valid subscription and archived item

2025-07-22 Thread Lucas Silveira
Dear DSpace team, I'm using DSpace 8.1 on Oracle Linux 9 and encountered unexpected behavior with the subscription-send script. Environment: - DSpace version: 8.1 (backend and frontend) - OS: Oracle Linux 9 - Email service: working correctly (submission and