Re: [dspace-tech] Re: Item Counters for Communities and Collections not working well

2024-03-26 Thread Amy Ball Wicklund
Bug report also filed for the live counts breaking the community list: https://github.com/DSpace/DSpace/issues/9437 On Monday, March 25, 2024 at 8:05:54 PM UTC-7 Ball Wicklund,Amy wrote: > Bug report filed:https://github.com/DSpace/DSpace/issues/9434 > > > Amy Ball Wicklund > &

[dspace-tech] Re: Count item in dspace 7.6.1 community & collection not live update

2024-03-26 Thread Amy Ball Wicklund
I have filed a bug report for this, and intend to add a new cron job to restart Tomcat nightly until it is fixed. I will probably also be filing a bug report for the inability to load top-level communities and collections when the item counts are c

Re: [dspace-tech] Re: Item Counters for Communities and Collections not working well

2024-03-25 Thread Amy Ball Wicklund
org.dspace.content.Community.countArchivedItems(Community.java:275) ~[dspace-api-7.6.1.jar:7.6.1] ... (etc) " On Monday, March 25, 2024 at 3:21:00 PM UTC-7 Amy Ball Wicklund wrote: > We are seeing the same problematic behavior in our production > installation. Incorrect inaccurate item counts, eve

Re: [dspace-tech] Re: Item Counters for Communities and Collections not working well

2024-03-25 Thread Amy Ball Wicklund
We are seeing the same problematic behavior in our production installation. Incorrect inaccurate item counts, even on publicly accessible collections & items, even days after the most recent submission. On Saturday, March 9, 2024 at 1:51:04 AM UTC-8 Caty wrote: > Hi, > > The item counter for

[dspace-tech] Re: Cleanup (7.6) bombs with error message

2024-03-21 Thread Amy Ball Wicklund
You could try substituting requestitem_id for item_id in those same queries. It's the Primary Key in the requestitem table, and thus cannot be empty, so you should get 2 unique values that you can use to update the records. You will just have to run the update query for each value returned. On

[dspace-tech] Registering Bitstreams in a Remote Asset Store: SRB or non-S3 options?

2024-03-20 Thread Amy Ball Wicklund
I suspect the documentation for Registering Bitstreams is outdated, specifically the part about SRB: "To register an item its bitstreams must reside on storage accessible to DSpace and therefore refere

[dspace-tech] google-analytics.cfg: supported in 7.6.1?

2023-12-07 Thread Amy Ball Wicklund
Line 8 of this file (google-analytics.cfg) says "# TODO: UNSUPPORTED in DSpace 7.0". Is it supported in releases after 7.0; specifically, in 7.6.1? We want to enable the tracking of bitstream downloads, now that thumbnails are no longer included. But I won't bother overriding these values in

[dspace-tech] Re: Process Bug: cancel button does not cancel; saves & starts process

2023-07-24 Thread Amy Ball Wicklund
Thanks Tim. I was able to reproduce this on the demo site, and have filed an issue with the details: https://github.com/DSpace/DSpace/issues/8975. ~Amy On Friday, July 21, 2023 at 1:22:04 PM UTC-7 DSpace Technical Support wrote: > Hi Amy, > > It's really difficult to say for certain, but it *mi

[dspace-tech] Process Bug: cancel button does not cancel; saves & starts process

2023-07-19 Thread Amy Ball Wicklund
I think this is a bug and I can't find mention of it on GitHub or in the group but want to confirm before I file my first Issue. When creating a new process through the Admin sidebar menu, the cancel button does not always cancel; in some circumstances it behaves identically to the Save button

Re: [dspace-tech] yarn merge-i18n doesn't merge *deletions* from en.json5 file?

2023-07-13 Thread Amy Ball Wicklund
5:36:20 AM UTC-7 Mark H. Wood wrote: > On Tue, Jul 11, 2023 at 04:46:49PM -0700, Amy Ball Wicklund wrote: > > Using the theme override approach, if I remove some of my custom text > from > > my theme's en.json5 file and run the yarn merge-i18n command, the > de

[dspace-tech] Re: Display IP-restricted community names to anonymous users

2023-07-13 Thread Amy Ball Wicklund
That makes sense and answers my question, thank you Tim. We'll use permissions to make it work. ~Amy On Thursday, July 13, 2023 at 1:20:13 PM UTC-7 Tim Donohue wrote: > Hi Amy, > > I can verify this is correct behavior in DSpace 7 because the backend > (REST API) needs to apply access restricti

[dspace-tech] yarn merge-i18n doesn't merge *deletions* from en.json5 file?

2023-07-11 Thread Amy Ball Wicklund
Using the theme override approach, if I remove some of my custom text from my theme's en.json5 file and run the yarn merge-i18n command, the deletion doesn't propagate to the dist directory. New or changed custom text gets merged, but it seems the only way to undo custom text and revert back to

[dspace-tech] Display IP-restricted community names to anonymous users

2023-07-10 Thread Amy Ball Wicklund
We want the names & text blurbs of our IP-restricted communities to be visible to all users on the home page & collections/communities page, even to anonymous / non-logged-in users. To put it another way, we want the IP restriction to apply to the sub-communities, collections, and items, but

[dspace-tech] OAI import item counts

2023-05-18 Thread Amy Ball Wicklund
I ran `dspace oai import -c` and my log shows a full import of 23,438 items, immediately followed by an additional 17 items. What's the significance of the 2 separate item counts? Meanwhile, my OAI server shows 22,288 records and identifiers. Is there an easy way to account for the difference?