[Dspace-tech] iOS (iphone/ipad) scrolling on Mirage2 sites

2015-08-25 Thread Peter Dietz
https://cache.kzoo.edu/ http://dc.statelibrary.sc.gov/ Other browsers (chrome, IE, opera, firefox) don't appear to have this issue, and safari on Mac appears to work fine. Mirage2 bug or Safari iOS bug? ____ Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599

Re: [Dspace-tech] How to search items by metadata using REST API?

2015-08-05 Thread Peter Dietz
e into v2, and then never touch v1 code again, and update the v2 code to become different. I'd imagine jaxrs has some other graceful routes to accomplish this, but the subfolder route is easy-ish to support and understand. But yes. Its growing through evolution. Rather than intelligent desi

Re: [Dspace-tech] REST API get object by handle

2015-08-05 Thread Peter Dietz
where I'm using Chrome extension Advanced Rest Client. (I also hammer the API with jmeter). Set it as: Accept: application/json https://youtu.be/FYVMGLLDAUE?t=688 ____ Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Wed, Aug 5, 2015 at 1:05

Re: [Dspace-tech] REST API get object by handle

2015-08-05 Thread Peter Dietz
finally helps ensure success. try { context = createContext(getUser(headers)); ... finally { processFinally(context); ### essentially just context.abort() } Peter Dietz Longsight www.longsight.com pe

Re: [Dspace-tech] What is the recommended way of backing up the solr index

2015-08-04 Thread Peter Dietz
to Elastic Search), this process could also become different. ____ Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Tue, Aug 4, 2015 at 11:17 AM, Monika C. Mevenkamp wrote: > Specifically I am interested in backing up the statistics > I know an cp

Re: [Dspace-tech] Nested Metadata

2015-08-04 Thread Peter Dietz
Thanks for all the responses, and insight thus far. My thinking about the problem space of nested metadata, is that that is trying to solve the problem of metadata about metadata about an item. Item/1234 => Author => [Peter Dietz, Developer, Longsight, Brown eyes, ...] What we've be

Re: [Dspace-tech] Generic DSpace servlet/webapp utilities?

2015-08-03 Thread Peter Dietz
or org.dspace.app.webui (JSPUI). But, perhaps one type of place that might be a more proper place to look would be org.dspace.content.service.ItemService... Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Mon, Aug 3, 2015 at 11:21 AM, Brown,

[Dspace-tech] Nested Metadata

2015-07-29 Thread Peter Dietz
Hi All, Has anyone stored nested / rich metadata in DSpace? An example I'm thinking of is for storing richer amounts of metadata for an object. For example: - Author - first-name: Peter - last-name: Dietz - name-as-it-appears: Peter Dietz - institution: Long

Re: [Dspace-tech] REST API get object by handle

2015-07-27 Thread Peter Dietz
Hi OK, I've updated the documentation to mention the /handle/{prefix}/{suffix} endpoint: https://wiki.duraspace.org/display/DSDOC5x/REST+API#RESTAPI-Handle Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Mon, Jul 27, 2015 at 12:37 PM,

Re: [Dspace-tech] REST API get object by handle

2015-07-27 Thread Peter Dietz
expand: [ 0] lastModified: "2015-07-27 11:00:18.027" ... Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Fri, Jul 24, 2015 at 6:54 AM, Ondřej Košarko wrote: > Hi all, > > Is it currently possible, using the dspace5 rest

Re: [Dspace-tech] Build DSpace Installer on Different Machine

2015-07-01 Thread Peter Dietz
ou have to ensure is that each machine is very similar. Same OS, same version of java. I've never tried this with windows, but it works well for us on Linux. ____ Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Wed, Jul 1, 2015 at 10:24 AM, Shann

Re: [Dspace-tech] Vagrant or Docker

2015-06-29 Thread Peter Dietz
t of Vagrant template being maintained by committers, well, there's no reason that the DSpace community couldn't maintain docker templates. Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Thu, Jun 25, 2015 at 11:59 AM, Tim Donohue

Re: [Dspace-tech] URL REST Call to return XML

2015-06-11 Thread Peter Dietz
, the Drupal Module would need to be updated to work with the new API. Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Thu, Jun 11, 2015 at 7:01 AM, Alan Orth wrote: > You need to set the Accept HTTP header to tell the REST API which form

Re: [Dspace-tech] Error 500 while trying POST \login

2015-06-10 Thread Peter Dietz
e the file to upload, there is no other json/xml in your request) And send that. You should get HTTP status 200 ok, and the response is a bitstream object in json (because your accept header). So, see if that helps to guide you, in updating your PHP. Maybe its helpful to do this in

[Dspace-tech] DSpace Assetstore, anyone use SRB Storage Resource Broker?

2015-06-05 Thread Peter Dietz
I was wondering if this storage system was still in use, and / or if anyone is still using DSpace with SRB? Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005

Re: [Dspace-tech] Moving a community

2015-06-05 Thread Peter Dietz
remove a parent/child relationship -s,--setset a parent/child relationship establish a relationship: CommunityFiliator -s -p parentID -c childID remove a relationship: CommunityFiliator -r -p parentID -c childID Peter Dietz Longsight www.longsight.com pe...@longs

Re: [Dspace-tech] Error 500 while trying POST \login

2015-06-05 Thread Peter Dietz
something like chrome extension Advanced Rest Client. Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Fri, Jun 5, 2015 at 10:19 AM, Aman Singh wrote: > hi mark, > Yeah thats just a placeholder for the mail, I'm passing the corre

Re: [Dspace-tech] How does the ElasticSearch Dspace integration is set up ?

2015-05-28 Thread Peter Dietz
red EVENTS. And the EventListener is able to do a series of things when listening to events. i.e. Write a usage to SOLR Statistics, Write to dspace.log, Write a usage to Elastic Search statistics. Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 O

Re: [Dspace-tech] Can I move GeoLiteCity.dat?

2015-05-27 Thread Peter Dietz
shutdown, swap, start up. ____ Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Fri, May 22, 2015 at 3:09 PM, Monika C. Mevenkamp wrote: > there is a setting in > > dspace/config/modules/solr-statistics.cfg:dbfile = > ${dspace.dir}/con

Re: [Dspace-tech] Adding more publication types

2015-05-26 Thread Peter Dietz
. Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Fri, May 22, 2015 at 4:13 AM, wrote: > Dear All, > > Hello, > > I am a new bee in this Dspace software i managed to configure Dspace 5.1 > on windows and now i am in the positi

[Dspace-tech] REST Based Integrations with Moodle / LMS / CMS / LTI

2015-05-19 Thread Peter Dietz
rience, or is aware of a list of missing endpoints for the current API (workflow, users, etc) that is limiting their ability to successfully integrate. For Reference, the current DSpace REST API docs are located at: https://wiki.duraspace.org/display/DSDOC5x/REST+API Peter Dietz Longsight

Re: [Dspace-tech] Expected mime type application/octet-stream but got text/html error on By Issue Date, Authors, Titles, Subjects,

2015-05-18 Thread Peter Dietz
Your SOLR is misconfigured. Read this thread: http://dspace.2283337.n4.nabble.com/freshly-installed-dspace-5-has-problems-td4677099.html Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Mon, May 18, 2015 at 5:40 AM, Vineet Kumar Rakesh wrote

Re: [Dspace-tech] flyway migration error

2015-05-14 Thread Peter Dietz
are SUPPOSED to be named [table]_[column]_fkey 12:47 PM So, it seems like something has changed in Postgres, or Postgres doesn't always follow it's own "rules" Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Wed, Apr 1, 2015

Re: [Dspace-tech] About Context and special groups

2015-05-08 Thread Peter Dietz
First you have to configure IP addresses to mean anything: https://wiki.duraspace.org/display/DSDOC4x/Authentication+Plugins#AuthenticationPlugins-IPAuthentication Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Fri, May 8, 2015 at 3:25 PM

Re: [Dspace-tech] freshly installed dspace 5 has problems

2015-05-08 Thread Peter Dietz
statistics, and oai. (We use random port numbers, instead of 8080). Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Thu, Mar 19, 2015 at 5:51 PM, Hongxing Geng wrote: > Thanks Andrea and Aaron. It does work > > Hongxing Geng > Libr

Re: [Dspace-tech] Submision process: select collection step. Control how collection names are shown in drop-down list.

2015-05-07 Thread Peter Dietz
Hi Ricardo, The "community.name > collection.name" is all done in the code: https://github.com/DSpace/DSpace/blob/master/dspace-api/src/main/java/org/dspace/app/util/CollectionDropDown.java#L46-L75 ____ Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-

Re: [Dspace-tech] Handle server limit (99999 items?)

2015-05-07 Thread Peter Dietz
teger-increment the suffix. So it wouldn't produce 1234.thesis/1, 1234.publication/1, 1234.media/1, but instead 1234.thesis/1, 1234.publication/2, 1234.media/3. Again odd case, so likely no one will ever run into it. ____ Peter Dietz Longsight www.longsight.com pe...@longsight.com

Re: [Dspace-tech] Altering Advance Search in DSpace 5.1 XMLUI

2015-05-04 Thread Peter Dietz
er_notequals); typeSelect.addOption(StringUtils.equals(relationalOperator, "notauthority"), "notauthority", T_filter_notauthority); There's a bunch of hard-coded relation operators. This is hard coded, so changes are global, and made by changing the java, and rebu

Re: [Dspace-tech] Issue with DSPace statistics..TOP country and city views.

2015-05-04 Thread Peter Dietz
your statistics data, and the city and country information will reappear. Its my understanding that during the upgrade the data didn't become lost, just inaccessible. This patch fixes that. ____ Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On W

Re: [Dspace-tech] How to integrate a specific viewer?

2015-05-04 Thread Peter Dietz
tants.READ. Another route could be in looking at including the DSpace jar into your Java project, and then calling the relevant DSpace method. I remember Jacob Brown had something for JRuby to pull in some DSpace jars: https://github.com/kardeiz/dscriptor Hope this helps. ____ Peter Dietz

Re: [Dspace-tech] Open Search

2015-05-04 Thread Peter Dietz
cover?query=test Without the /discover, then it will use the Lucene search engine, which in many sites could be out-dated, if you've stopped indexing content into lucene. SOLR is the current default search engine. ____ Peter Dietz Longsight www.longsight.com pe...@longsight.com

Re: [Dspace-tech] batch import error You need to provide the owning collection

2015-05-01 Thread Peter Dietz
Is that "123456789/12" the handle of a community or a collection? It needs to be a collection. ____ Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Fri, May 1, 2015 at 12:32 PM, ali esmaeili wrote: > hi every body. > im new in

[Dspace-tech] Advanced Embargo: Dark Metadata

2015-04-21 Thread Peter Dietz
A use case that came up was to have a way to have the embargo also restrict the visibility of the item and metadata. Thus, before the embargo date, nothing is accessible/visible, and after the embargo lift date, the file and metadata will be visible/accessible. Thanks ____ Peter Dietz

Re: [Dspace-tech] Deployment of REST API

2015-04-17 Thread Peter Dietz
e (version upgrade) we can contact them, or to be able to enforce acceptable use policy. Our deploys of REST API have either been publicly available, or restricted to campus network only. ____ Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Mon, Apr 13,

Re: [Dspace-tech] Error when importing statistics to elasticsearch in DSpace 5.1

2015-04-07 Thread Peter Dietz
, and then configure the dspace/config/elasticsearch.cfg to use that IP address. Then, the command line operation should work, regardless of the tomcat setup. Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Tue, Apr 7, 2015 at 5:06 AM, euler

[Dspace-tech] Active Directory Federation Services ADFS integration with DSpace

2015-04-06 Thread Peter Dietz
Hi All, I was wondering if anyone has developed an ADFS Active Directory Federation Services integration with DSpace? Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809

Re: [Dspace-tech] Generate publicly accessible thumbnails of restricted content

2015-04-01 Thread Peter Dietz
your using xpdf. ____ Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Wed, Apr 1, 2015 at 9:44 AM, Hilton Gibson wrote: > Hi All > > Is this correctly documented then: > http://wiki.lib.sun.ac.za/index.php/SUNScholar/Media_Filte

Re: [Dspace-tech] Generate publicly accessible thumbnails of restricted content

2015-04-01 Thread Peter Dietz
e issue was though. You have to use the condensed name of the media filter task (without spaces, ImageMagickPdfThumbnailFilter), and not the expanded name (ImageMagick PDF Thumbnail) in filter.org.dspace.app.mediafilter.publicPermission ____ Peter Dietz Longsight www.longsight.com pe...@lo

Re: [Dspace-tech] Very Slow Download

2015-04-01 Thread Peter Dietz
er using this feature, and the other servers not using it, doesn't that mean that some hits aren't counted? I'm not sure you if have it as part of a load balanced approach, or if you have it enabled in production, but disabled in staging/development or some other instance. Hopeful

Re: [Dspace-tech] Very Slow Download

2015-03-31 Thread Peter Dietz
. i.e. having a smart log analysis tool detecting trends. ____ Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Tue, Mar 31, 2015 at 5:28 AM, Sean Carte wrote: > Downloads from two of my DSpace 5.1 repositories are extremely slow. Not > the

Re: [Dspace-tech] Generate publicly accessible thumbnails of restricted content

2015-03-30 Thread Peter Dietz
Hi Euler, In your config: Word Text Extractor, ImageMagick Image Thumbnail, ImageMagick PDF Thumbnail Is there an escape character at the end of ImageMagick Image Thumbnail? i.e. ", \" Did the PDF's get thumbnails generated by Image Magick? _____

Re: [Dspace-tech] Examples of custom (XMLUI) interfaces in archives & special collections?

2015-03-26 Thread Peter Dietz
used Omeka to build an exhibit, but there's no DSpace/OAI integration, so its a one-off project. So, I do think it would be valuable for people to spend the effort enhancing themes for various use cases, special collections exhibit in your case. Peter Dietz Longsight www.long

Re: [Dspace-tech] Question

2015-03-25 Thread Peter Dietz
/pull/668 Keep in mind that an un-merged pull request is not considered an official add-on, thus there won't be any support on it. Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Tue, Mar 24, 2015 at 6:00 AM, Andrea Bollini wrote:

Re: [Dspace-tech] REST API not seeing new bitstreams

2015-03-24 Thread Peter Dietz
been fixed in DSpace 4.2 and 5.0 https://github.com/DSpace/DSpace/pull/567 (patch 4.2) https://github.com/DSpace/DSpace/pull/561 (patch 5.0) Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Tue, Mar 24, 2015 at 7:27 AM, Benjamin Ryan wrote:

Re: [Dspace-tech] Webometrics repository

2015-03-23 Thread Peter Dietz
information. The plan, regardless of this webometrics proposal, is to revisit author profiles in DSpace for a future version. Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Thu, Mar 19, 2015 at 3:23 PM, Alex D wrote: > Sorry, didn't get

Re: [Dspace-tech] main servlet for url pattern: dspaceurl.com/*

2015-03-18 Thread Peter Dietz
/1234-5678 ____ Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Tue, Mar 17, 2015 at 7:33 AM, Pablo Buenaposada < pablo.buenapos...@csuc.cat> wrote: > up > > > > -- > View this message in context: > http://dspace.2283337.n4.nabble.com/m

[Dspace-tech] External Searching of DSpace contents

2015-03-05 Thread Peter Dietz
re you homepage/searchpage, just embeds DSpace search page inside. Thanks ____ Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 -- Dive into the World of Parallel Programming

Re: [Dspace-tech] Imagemagick or xpdf or both? DSPACE 5

2015-02-21 Thread Peter Dietz
r /usr/local/bin I would remove XPDF from "filter.plugins" in dspace.cfg, once you get the image magick route working. Best of luck! Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Fri, Feb 20, 2015 at 7:38 PM, Bobby wrote: >

Re: [Dspace-tech] Examples of REST-API POST/PUT requests using cURL

2015-02-04 Thread Peter Dietz
help guide implementations in any other language. On Feb 4, 2015 12:39 PM, "Bruno Zanette" wrote: > Hey Peter, > > I'm glad you liked it! > > I've just cloned your repository > (https://github.com/BrunoNZ/dspace-rest-requests), because i'm not > very

Re: [Dspace-tech] Examples of REST-API POST/PUT requests using cURL

2015-02-04 Thread Peter Dietz
work with a clean repository. Though I think one of the bitstreams still requires changing item/11 or bitstream/32, so lots of failures needed to get the counter up to there. Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Thu, Jan 29, 2015 at

Re: [Dspace-tech] [Dspace-general] construction process

2015-02-01 Thread Peter Dietz
dspace.cfg or build.properties have a username and password specified. In this screenshot, it shows that username and password are null (not set). Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Sun, Feb 1, 2015 at 10:08 AM, Nisreen Qabbani wrote

Re: [Dspace-tech] Problem with DSpace API POST request creating a new community

2015-01-29 Thread Peter Dietz
ace 5, with the enhanced REST API. I am glad to see interest on this area of DSpace. Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Thu, Jan 29, 2015 at 10:15 AM, Bruno Zanette wrote: > Helge, > > I've just remembered that you

Re: [Dspace-tech] Help with Video Streaming using files stored on Dspace

2015-01-28 Thread Peter Dietz
ploaded to youtube in the background. Once YouTube is ready, the curation task could add some metadata to your item, and your UI just plays a youtube video. Your repository would still have an archival copy of the video. Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-5

Re: [Dspace-tech] New 'Dspace-Rest-Client' Ruby Gem

2015-01-28 Thread Peter Dietz
heavy use of a client application against the REST API. But, I'll take a look at this. Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Wed, Jan 28, 2015 at 9:28 AM, Bruno Zanette wrote: > Hello, folks! > > I and my teammates

Re: [Dspace-tech] Help on appending files to POST_ITEM requests to REST-API

2015-01-13 Thread Peter Dietz
n is fully comprehensive. https://github.com/DSpace/DSpace/blob/master/dspace-rest/src/main/java/org/dspace/rest/ItemsResource.java#L411 ____ Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Mon, Jan 12, 2015 at 7:36 AM, Bruno Zanette wrote: > anyone? &

Re: [Dspace-tech] resolve Import scenario

2014-12-09 Thread Peter Dietz
ACE/Simple+Archive+Format+Packager Ensure that your "source" is in proper "Simple Archive Format" directory structure, such as: /home/dspace/batchimport1 - item1 contents dublin_core.xml thesis1.pdf - item2 contents dublin_core.xml thesis2.pdf ...

Re: [Dspace-tech] DSpace and Google Scholar

2014-12-07 Thread Peter Dietz
Hi Karol, After you've got dspace.cfg dspace.url set to https://opub.dsw.edu.pl/ You will probably need to restart your handle server. There's no simple way to stop the handle service, so I usually do something like: ps aux | grep handle Which finds: dspace 25609 0.0 0.0 3650848 56600 ?

Re: [Dspace-tech] DSpace and Google Scholar

2014-12-05 Thread Peter Dietz
e to serve from that location. Perhaps you could just setup a tomcat context for your jspui to serve from the ROOT context. For reference, you can read the entire Google Scholar Indexing Guidelines. http://scholar.google.com/intl/en-US/scholar/inclusion.html#overview ____ Peter Dietz

Re: [Dspace-tech] Inconsistent text_lang on metadatavalue fields

2014-12-03 Thread Peter Dietz
but I didn't tackle cleaning up the import, so have to close that PR. https://github.com/DSpace/DSpace/pull/674 And Kostas, would like ItemImport to not apply a default language, if your metadata doesn't specify. https://github.com/DSpace/DSpace/pull/772 Peter Dietz

Re: [Dspace-tech] Problems with Elastic Search in DSpace version 4.1

2014-11-21 Thread Peter Dietz
Hi Hans, That error suggests that elastic search isn't running properly. The only thing you can do is to restart tomcat, and watch the logs to ensure that elastic search starts properly. Perhaps earlier in your logs will be the first error for elastic search that explains what happens. Either it d

Re: [Dspace-tech] dspace index-discovery command

2014-11-20 Thread Peter Dietz
just wondering if this is some scaling issue. Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 2014-11-19 12:29 GMT-05:00 Anisio Monteiro (IPEN/GDS-Informática) < monte...@ipen.br>: > Hello, > > The "dspace index-discovery -b"

Re: [Dspace-tech] Use case for exporting a DSpace collection to CD/DVD

2014-11-19 Thread Peter Dietz
te browse links.) ____ Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Tue, Nov 18, 2014 at 10:05 PM, euler wrote: > Dear All, > > We are planning to distribute our DSpace collection via CD/DVD to other > libraries in areas where there

Re: [Dspace-tech] utf8 and thumbnail

2014-11-19 Thread Peter Dietz
cept for maybe date issued (it will ensure that its present). Would be a nice enhancement. Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Tue, Nov 18, 2014 at 2:16 PM, Jose Blanco wrote: > I have two questions: > > (1) Lately filt

Re: [Dspace-tech] Listing Communities in DSpace home page

2014-11-16 Thread Peter Dietz
news-xmlui is probably the easiest way to accomplish this custom community group. However, its a static list, and you'd have to alter the file, each time you added a new community. Peter Dietz On Sun, Nov 16, 2014 at 2:39 AM, Ahmed Maher wrote: > > you can change it by editing commun

[Dspace-tech] Experience using external handle and/or use cases

2014-11-14 Thread Peter Dietz
quot;:[{"index":100,"type":"URL","data":{"format":"string","value":"http://dc.statelibrary.sc.gov/handle/10827/16924"},"permissions":"1010","ttl":100,"timestamp":"1970-01

Re: [Dspace-tech] DSpace authorization policies

2014-11-11 Thread Peter Dietz
code) is just a few seconds, rather than 5+ minutes for a full DSpace rebuild. So for admin tasks, and especially reports, this is perfect. Thanks for sharing. Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Tue, Nov 11, 2014 at 11:45 AM

Re: [Dspace-tech] DSpace 5.0 Testathon begins Nov 10, 2014 -- Users / Feedback wanted

2014-11-10 Thread Peter Dietz
/build of the code. Thanks All! Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Wed, Nov 5, 2014 at 3:39 PM, Pottinger, Hardy J. < pottinge...@missouri.edu> wrote: > >From Hardy Pottinger, DSpace 5.0 Release Team Member > > The fi

Re: [Dspace-tech] DSpace authorization policies

2014-11-10 Thread Peter Dietz
, or just a series of SQL queries it might be helpful to share back your eventual findings. Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Mon, Nov 10, 2014 at 12:44 PM, Paul Go wrote: > Is there a way to export the entirety of the authorizati

Re: [Dspace-tech] Embargo

2014-11-10 Thread Peter Dietz
that might be a reason. So you would have to add an entry for each of these metadata fields to appear in the output. ____ Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Fri, Nov 7, 2014 at 4:23 AM, Massimiliano Cilurzo wrote: > Dear Peter,

Re: [Dspace-tech] Embargo

2014-11-06 Thread Peter Dietz
sn't set properly (i.e. user-supplied embargo term is present, but the computed lift-date isn't, likely as a result of metadata editing). Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Thu, Nov 6, 2014 at 10:21 AM, Massimilian

Re: [Dspace-tech] PDF Citation Coverpage (Retention of PDF/A compliance and bookmarks)

2014-10-30 Thread Peter Dietz
ther fonts). Best of luck. If you can fix this before 5.0 final, we can still accept the fix. ____ Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Thu, Oct 30, 2014 at 11:19 AM, Nemiz, Elvi wrote: > Hello Peter, > > I would like to ask reg

Re: [Dspace-tech] trying to find pdf file from upload.

2014-10-30 Thread Peter Dietz
t;Archive / AIP". ____ Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Thu, Oct 30, 2014 at 7:41 AM, helix84 wrote: > Hi Adán, > > we've already been using PDFbox in DSpace before this feature for PDF > text extraction and thumbnail ge

Re: [Dspace-tech] trying to find pdf file from upload.

2014-10-29 Thread Peter Dietz
able to take a peak at PDFBOX + unicode font embedding, that would be much appreciated. (There's still time before DSpace 5 final release). ____ Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Wed, Oct 29, 2014 at 1:03 PM, Jose Blanco wrote:

Re: [Dspace-tech] Show Full item record and simple item record...

2014-10-28 Thread Peter Dietz
ect.suny.edu/handle/1951/64595 Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Tue, Oct 28, 2014 at 9:14 AM, royopa wrote: > Hello > > In my theme Mirage with DSpace 4.2, the file is: > > > [dspace]\webapps\xmlui\themes\Mirage\lib

Re: [Dspace-tech] Emailing someone for any Workflow State Change

2014-10-24 Thread Peter Dietz
roved). They then get a daily email. Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Wed, Oct 22, 2014 at 11:19 PM, Patrick Rynhart wrote: > Hi, > > Our Repository Manager would like to receive an email for all state > changes associated with submissi

Re: [Dspace-tech] Using OCR to make scanned documents searchable by content

2014-10-17 Thread Peter Dietz
7;ed PDF, and then extract the text. Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Fri, Oct 17, 2014 at 3:20 PM, Mckeane Thomas wrote: > Hello, >Does Dspace allow for scanned documents to be searchable by content or > is there a way

Re: [Dspace-tech] Running 2 different Dspace instances on 1 server

2014-10-08 Thread Peter Dietz
at you give a unique index name for each instance. Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Wed, Oct 8, 2014 at 10:32 AM, Adan Roman wrote: > Hi all > > It can be done as Thomas say, but is not recommended in production syst

Re: [Dspace-tech] Audio/Video Streaming

2014-10-07 Thread Peter Dietz
Hi Miguel, Here's a PR: https://github.com/DSpace/DSpace/pull/504 Also, we've got a theme customization that uses flash for progressive download / playback of video: https://trydspace.longsight.com/handle/123456789/68 ____ Peter Dietz Longsight www.longsight.com pe...@lon

Re: [Dspace-tech] requiring login to view files

2014-10-06 Thread Peter Dietz
users to groups based on shib credentials, and then all shibboleth users are automatically mapped to that group you specify. Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Mon, Oct 6, 2014 at 7:39 PM, Mary Weppler-Selear < mweppler-sel..

Re: [Dspace-tech] [Dspace-devel] DSpace 5: Dates and Features

2014-10-06 Thread Peter Dietz
t. It appears that it has some auth scheme where your consumer makes a request to /login, passing username/password, and receives a token in response. Further communication requires that token. It appears to require SSL. Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 74

Re: [Dspace-tech] Removing submission mapped to 2nd colelction

2014-09-26 Thread Peter Dietz
where you were using DSpace to delete the item. It's best if DSpace can do the item deletion, since there are a lot of database relationships to catch. Hope this helps Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Fri, Sep 26, 2014 at

Re: [Dspace-tech] Mirage2 to installed Dspace

2014-09-26 Thread Peter Dietz
You can also find it from @Mire's website in the "older unrecommended downloads" section: http://atmire.com/website/?q=download-mirage-2 ____ Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Thu, Sep 25, 2014 at 10:00 AM, Hilton Gibso

Re: [Dspace-tech] metadata batch import bug?

2014-09-26 Thread Peter Dietz
DSpace won't be happy with that value. ____ Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Fri, Sep 26, 2014 at 3:25 AM, Pablo Buenaposada < pablo.buenapos...@csuc.cat> wrote: > Hi, in dspace 4.1 when I import an item using the dspac

Re: [Dspace-tech] trying to find pdf file from upload.

2014-09-25 Thread Peter Dietz
is licensed under the AGPL Peter Dietz On Thu, Sep 25, 2014 at 1:37 PM, Jose Blanco wrote: > Peter, where does com.itextpdf come from in the file > CitationDocument.java come from? I must have to add this to the > pom.xml file. > > On Fri, Sep 19, 2014 at 7:20 PM, Peter Dietz

Re: [Dspace-tech] Reconverting PDF's in assetstore to PDF/A

2014-09-23 Thread Peter Dietz
icking with the Curation Task approach is that you are using/extending DSpace properly, rather than just tricking it, by modifying the contents, and checksums. Lykke til! ____ Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Tue, Sep 23, 2014

Re: [Dspace-tech] trying to find pdf file from upload.

2014-09-19 Thread Peter Dietz
> > in dspace 4.2 > > On Fri, Sep 19, 2014 at 1:31 PM, Jose Blanco wrote: > > Peter, Thank you for helping me out with this. I can't find: > > > > > > On Fri, Sep 19, 2014 at 11:54 AM, Peter Dietz > wrote: > >> Hi Jose, > >> > >

Re: [Dspace-tech] trying to find pdf file from upload.

2014-09-19 Thread Peter Dietz
itself. i.e. What happens if someone edits the Item, and chooses another license in the future, split apart the pdf and change the last page? No thanks. Just display the PDF to the user with all the info you need. Plus, you already have all the info you need at that point (once its in archive). __

Re: [Dspace-tech] Problem attempting to migrate from DSpace 1.8 directly to 4.1

2014-09-17 Thread Peter Dietz
5:50:58.067Z", "epersonid":29, "statistics_type":"view", "uid":"6879167c-b90b-41a3-8249-f98d4e66fb86"} I don't see anything in the SOLR documentation for how to just add a UID to any entry. I suppose you would hav

Re: [Dspace-tech] how to display view statistics beyond 7 months?

2014-09-17 Thread Peter Dietz
offering a Google Analytics integration. Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Wed, Sep 17, 2014 at 9:53 AM, Shixing Wen wrote: > DSpace 3.1 JSP > > Is there a default setting in DSpace to limit the display of "View > S

Re: [Dspace-tech] Reconverting PDF's in assetstore to PDF/A

2014-09-17 Thread Peter Dietz
going into a bundle such as CONVERTED. Also, what conversion tools are you looking at? i.e. a Java library / remote web service? Also, I'd take a look at the license, hopefully a compatible license with DSpace (i.e. non GPL, non AGPL). Peter Dietz Longsight www.longsight.com p

Re: [Dspace-tech] [Dspace-devel] DSpace 5: Dates and Features

2014-09-11 Thread Peter Dietz
ll. It would be interesting to hear from that group, and or see some code. So yes, ideally I would love to have proper auth, and full CRUD endpoints in DSpace REST in time for DSpace 5. I personally have a lot of my plate, that I don't see myself accomplishing that alone. ____ P

[Dspace-tech] DSpace 5: Dates and Features

2014-09-10 Thread Peter Dietz
y, we are still looking for more people to join the Release Team. Responsibilities include attending weekly developer meetings, reviewing pull requests, and ensuring requests get proper feedback and testing. ____ Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 74

Re: [Dspace-tech] How to display the full title of queued items

2014-09-10 Thread Peter Dietz
o the truncation to 50 characters. If you wanted to limit the text, that's something that should live in your view/theme. ____ Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Wed, Sep 10, 2014 at 4:06 PM, Guillermo Esteban Murillo Goussen < mem

Re: [Dspace-tech] Rrestrict access to a collection by IP range

2014-09-09 Thread Peter Dietz
pace/DSpace/pull/632 And associated JIRA ticket: https://jira.duraspace.org/browse/DS-2138 Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Tue, Sep 9, 2014 at 5:23 AM, Andrei V. Toutoukine wrote: > Hi, All, > 09.09.2014 11:35, helix84 пишет

Re: [Dspace-tech] Syncrhonization and central repository

2014-09-08 Thread Peter Dietz
Hi Germán, Probably not what you were looking for, but if you control both servers, why not give the second server access to the database and filesystem. You could give it read only permissions. But to support a fully automated replica mode I haven't seen that. But it would be useful, especially

Re: [Dspace-tech] Some changes to messages.xml don't show up

2014-09-05 Thread Peter Dietz
host/xmlui/* ____ Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Fri, Sep 5, 2014 at 4:56 AM, Magnus Norberg wrote: > Hi! > > Some changes that I have made to messages.xml don't show up on the XMLUI > web page. Why not? I've tr

Re: [Dspace-tech] Fwd: Discovery + Restricted Content + IPAuthentication

2014-09-04 Thread Peter Dietz
ace/DSpace/pull/632 https://jira.duraspace.org/browse/DS-2138 Basically, I just grab the context's special groups no matter what. (i.e. not just if(currentUser != null){) ____ Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Thu, Sep 4,

[Dspace-tech] Discovery + Restricted Content + IPAuthentication

2014-09-04 Thread Peter Dietz
e added some debug) 2014-09-04 14:50:17,282 DEBUG org.dspace.discovery.SolrServiceResourceRestrictionPlugin @ ResourceQuery: read:(g0) Where g0 is anonymous group. It should have been "g0 OR g7". So, if anyone has run across this issue, or would like to look into it, please let me know.

Re: [Dspace-tech] dc.creator

2014-09-02 Thread Peter Dietz
many people would be happy for that improvement. Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Tue, Sep 2, 2014 at 3:00 PM, Germán Biozzoli wrote: > In previous DSpace versions dc.creator was reserved for the system. > > I assume b

Re: [Dspace-tech] Request a copy

2014-09-02 Thread Peter Dietz
457 git remote add upstream https://github.com/DSpace/DSpace.git git fetch upstream git cherry-pick aa58d733 ____ Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Tue, Sep 2, 2014 at 6:46 AM, Michael White wrote: > Hi Gary, > > > Is

  1   2   3   4   5   >