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

2015-01-29 Thread Bruno Zanette
Helge, I've just remembered that you can also use other methods to achieve this same goal. If you have access to the server it must exist a way to use [webapp_dir]/bin/dspace command to create communities/collections. I know that it can create Items using import option, but never tested for

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

2015-01-29 Thread Evelthon Prodromou
Hi Bruno, Not sure if this helps, I did an implementation a few years back that had the ability to move your player seek bar forward (pseudo-seek) for dspace 1.7.0/Mirage theme. Have a look at http://sourceforge.net/p/dspace/mailman/message/29547581/ You can see an example at

[Dspace-tech] Mirage 2

2015-01-29 Thread Massimiliano Cilurzo
Dear All, We have just installed DSPACE 5.0 on our test environment, and we would like to use the Mirage 2 theme. But after installing it we have this problem: Syntax error: File to import not found or unreadable: ../vendor/bootstrap-sass-official/assets/stylesheets/bootstrap.

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

2015-01-29 Thread Helge Opedal
Hi, I am trying to batch create communities in DSpace from command line on a Redhat server. The server is a RHEL6 and the installation is a vanilla DSpace 4.2. I am able to get information about existing Communitites in my DSpace installation with a curl command like this: curl -i -H

[Dspace-tech] post in this list

2015-01-29 Thread Juanfra Magrini
-- Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought

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

2015-01-29 Thread Bruno Zanette
Helge, First of all, on DSpace 4.x only GET requests are enabled. POST/PUT requests were only introduced in DSpace 5. So, if you need to POST a community using REST-API you will need to upgrade your installation. Second, almost every documentation about it are outdated and wrong. The only

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

2015-01-29 Thread Peter Dietz
Hi Helge, Bruno hit the nail on the head. DSpace 4 only supports the READ-ONLY rest api. DSpace 5, released a few weeks ago enhances the REST API to provide authentication, and POST/PUT/DELETE endpoints for DSpace objects. Potentially, you might be able to replace dspace-rest in your 4.x source

Re: [Dspace-tech] Mirage 2

2015-01-29 Thread Andrea Schweer
Hi, On 30/01/15 01:19, Massimiliano Cilurzo wrote:   We have just installed DSPACE 5.0 on our test environment, and we would like to use the Mirage 2 theme. But after  installing it we have this

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

2015-01-29 Thread Bruno Zanette
Hey, I was doing some tests to prepare myself to write API's documentation, and to make it easier i've wrote some short scripts that implement all POST/PUT requests. It contains a script to execute each request, and descriptor files that describes each request (Verb, Action, and the request form

[Dspace-tech] More question on Stats logging on DSpace-CRIS 4.1.2

2015-01-29 Thread Alexander Wong
Dear DSpace Community, WIth Pablo, HKU and CINECA's help, many of the cases were resolved. Sadly, I am coming back with more questions... on logs. 1. It seems project/ou/rp views are not successfully logged to the dspace.log (which in turn affects the stats report in dspace admin pages) These