Re: [Dspace-tech] Block Excessive Downloads ?

2013-12-04 Thread helix84
Hi David, have you considered fail2ban? It can do things like block an IP after 10 downloads in a 5-minute moving window (usually based on access logs) using an iptables rule. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing

Re: [Dspace-tech] Persistent groups

2013-12-04 Thread helix84
. More details on specialgroups: https://wiki.duraspace.org/display/DSDOC3x/Authentication+Plugins#AuthenticationPlugins-ExampleofaCustomAuthenticationMethod Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Structure builder with code HTML inside

2013-11-29 Thread helix84
Hi Daniel, I haven't tried it, but it should be standard XML, so try one of the standard ways of including HTML in XML: http://stackoverflow.com/questions/1398571/html-inside-xml-should-i-use-cdata-or-encode-the-html#answer-1398976 Regards, ~~helix84 Compulsory reading: DSpace Mailing List

Re: [Dspace-tech] Migrating customizations

2013-11-29 Thread helix84
commit history (the commit from Apr 23, 2009 is in 1.6.2): https://github.com/DSpace/DSpace/commits/dspace-1.7.2/dspace-api/src/main/java/org/dspace/authenticate/LDAPAuthentication.java Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE

Re: [Dspace-tech] Difference between Lucene and Solr Indexing Commands

2013-11-28 Thread helix84
a new page to be created and cached). OK, as I said, this might be an oversight. Please, file a Jira issue. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Difference between Lucene and Solr Indexing Commands

2013-11-27 Thread helix84
, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have

Re: [Dspace-tech] Migrating customizations

2013-11-27 Thread helix84
, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have

Re: [Dspace-tech] Migrating customizations

2013-11-27 Thread helix84
On Wed, Nov 27, 2013 at 2:24 PM, helix84 heli...@centrum.sk wrote: Just copy over your theme directory. Only to clarify - I mean your [dspace]/webapps/xmlui/themes/YourTheme/ directory, not literally the themes/ directory. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette

Re: [Dspace-tech] Migrating customizations

2013-11-27 Thread helix84
in those locations in [dspace]. But the offical recommendation is to put them to [dspace-source] and let ant copy them to [dspace]. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Quick Question About CSV Import

2013-11-27 Thread helix84
Hi Matt, the character you need to put in the id column to create a new record is +. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] validation error

2013-11-27 Thread helix84
will be released soon. Thanks in advance! Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- Rapidly troubleshoot problems before

Re: [Dspace-tech] [KE1019161] datestamp in UTC for OAI

2013-11-27 Thread helix84
will be released soon. Thanks in advance! Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- Rapidly troubleshoot problems before

Re: [Dspace-tech] OAI validation for Dspace 3.0 failure

2013-11-27 Thread helix84
will be released soon. Thanks in advance! Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- Rapidly troubleshoot problems before

Re: [Dspace-tech] PDF Thumbnail Resolution

2013-11-27 Thread helix84
, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have

Re: [Dspace-tech] Activate Discovery in Dspace 3.2

2013-11-26 Thread helix84
in [dspace]/config/modules/solr-statistics.cfg and [dspace]/config/modules/oai.cfg if you use those, but the one above is used in Discovery. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Installing DSpace 1.7.3 - webapps directory problem

2013-11-26 Thread helix84
/e7824498357308f38655b88a15bc922c00c3c1e7 That patch was the reason we released 1.7.3, so don't worry about missing on anything else. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Ldap Authentification and profile

2013-11-26 Thread helix84
or in Jira: https://jira.duraspace.org/browse/DS-1739 Let me know if you don't know how to apply the patch. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Authorization Policies from a command line

2013-11-26 Thread helix84
here [1]. Look up epersongroup_id in the epersongroup table. The rest should be straightforward. [1] https://github.com/DSpace/DSpace/blob/dspace-3.2/dspace-api/src/main/java/org/dspace/core/Constants.java Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https

Re: [Dspace-tech] PDF Thumbnail Resolution

2013-11-26 Thread helix84
, but it sounds like Terry's solution does the job. Hi Jason, that's great. Please, submit a Pull request. You already know the ropes. Thanks! Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Can't add project in DSpace with module CRIS

2013-11-25 Thread helix84
Hi Daniel, what is your value of the JAVA_OPTS (and any other optional Java environment variables, see comments in bin/catalina.sh) in the environment where you run startup.sh? Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE

Re: [Dspace-tech] Installing DSpace 1.7.3 - webapps directory problem

2013-11-25 Thread helix84
and xmlui: aspects exception2html.xslt i18n META-INF sitemap.xmap static themes WEB-INF Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Collection page not open.

2013-11-21 Thread helix84
Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- Shape the Mobile Experience: Free Subscription Software experts and developers

Re: [Dspace-tech] How to import users (epersons) into DSpace ?

2013-11-21 Thread helix84
Registration then it's send the email with URL (including the token for complete the registration). Yes, this is a known issue that we're also trying to solve for DSpace 4.0: https://jira.duraspace.org/browse/DS-1642 Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https

Re: [Dspace-tech] sort in solr

2013-11-20 Thread helix84
dynamic field. Try these parameters: sort=dateissued.year_sort%20desc sort=diss.date.defence_sort%20desc Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Dspace backup.

2013-11-20 Thread helix84
). Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- Shape the Mobile Experience: Free Subscription Software experts and developers

Re: [Dspace-tech] Persistent groups

2013-11-20 Thread helix84
Hi Keir, this sounds like unintended behaviour. I filed a bug report on your behalf: https://jira.duraspace.org/browse/DS-1799 If you created an account in Jira, I could mark you as the reporter and you would be notified on its status changes. Regards, ~~helix84 Compulsory reading: DSpace

Re: [Dspace-tech] Enable logged-in Anymous users to view embargoed items bitstreams

2013-11-15 Thread helix84
note that membership in specialgroup is dynamic and the user is part of the group only for the duration of his session. You can see the current group membership in his profile. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing

Re: [Dspace-tech] Enable logged-in Anymous users to view embargoed items bitstreams

2013-11-15 Thread helix84
self-registered users (define a new specialgroup for them, e.g. Registered - remember that you must create an empty group first). Then remove the Anonymous READ permission from your bitstreams and add READ permission for the Registered group to your items. Regards, ~~helix84 Compulsory reading

Re: [Dspace-tech] Sitemaps

2013-10-29 Thread helix84
(and are resolving to the address with the port and /xmlui, which should be fixed by my suggestion above). Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Changing password for the linux dspace user

2013-10-29 Thread helix84
. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- Android is increasing in popularity, but the open development platform

Re: [Dspace-tech] Sitemaps

2013-10-29 Thread helix84
server? It might not solve the delay, but I think it should change the target URL to your dspace.url. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Sitemaps

2013-10-29 Thread helix84
at the contents file. Then you should be able to understand and create such file more easily than by following documentation. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] DSpace LDAP authentication problem

2013-10-29 Thread helix84
changed. Thanks in advance! [1] https://jira.duraspace.org/browse/DS-1739 [2] https://raw.github.com/helix84/DSpace/88b9d8fe78bb990d777c315abb31dcd823a5a208/dspace-api/src/main/java/org/dspace/authenticate/LDAPAuthentication.java [3] https://raw.github.com/DSpace/DSpace/master/dspace/config

Re: [Dspace-tech] Retrieving statistics from DSpace

2013-10-24 Thread helix84
#StorageLayer-RDBMS/DatabaseStructure Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- October Webinars: Code for Performance Free Intel

Re: [Dspace-tech] Maven Package in 3.x

2013-10-23 Thread helix84
-fetch every dependency and recreate it on its next run. Which exact 3.x version are you building? We were able to build 3.2 successfully. [1] http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22commons-digester%22%20AND%20a%3A%22commons-digester%22 Regards, ~~helix84 Compulsory reading: DSpace

Re: [Dspace-tech] Import Items in DSpace that have not been exported previously from DSpace

2013-10-23 Thread helix84
#ImportingandExportingContentviaPackages-SupportedPackageFormats Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- October Webinars: Code for Performance

Re: [Dspace-tech] IP Authentication in dspace 3.1

2013-10-23 Thread helix84
Hi Terry, can you try rebuilding with mvn -U clean package? Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- October Webinars

Re: [Dspace-tech] help

2013-10-22 Thread helix84
you're trying to harvest from doesn't offer the metadata format (metadataPrefix) you're asking from it. All OAI servers must support the oai_dc format, though, so try asking for that. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing

Re: [Dspace-tech] Problem in uploading files - xmlui

2013-10-22 Thread helix84
incorrectly or configured Tomcat to use a wrong path. Those files should indeed be in [dspace]/webapps/i18n/ (where [dspace] is your dspace.dir from dspace.cfg). Try rebuilding and redeploying DSpace and check for their presence. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette

Re: [Dspace-tech] [Dspace-devel] Dspace 3.2 disable discovery for the site

2013-10-22 Thread helix84
? What page elements would you like to see or not see in specific pages? Are you only talking about facets? P.S. Please, don't post one question to two mailing lists. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List

Re: [Dspace-tech] Expose thumbnails and preview images in closed collection

2013-10-22 Thread helix84
policies unless you run the wildcard policy tool again on the collection on bitstreams. As usual, don't forget to backup the database before changing anything in it. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List

Re: [Dspace-tech] Ldap Authentification and profile

2013-10-22 Thread helix84
Hi Stefanie, I'm sorry about that, it's a known bug. I'll try to make a fix later this week. For now, you can use the LDAPAuthentication or LDAPHierarchicalAuthentication class from DSpace 1.8 (along with authentication-ldap.cfg from 1.8). Regards, ~~helix84 Compulsory reading: DSpace Mailing

Re: [Dspace-tech] Cannot get a connection, pool error Timeout waiting for idle object

2013-10-22 Thread helix84
://www.lyncode.com/dspace/addons/xoai/ Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- October Webinars: Code for Performance Free Intel

Re: [Dspace-tech] DSpace v3 and uketd_dc OAI?

2013-10-22 Thread helix84
. qualificationlevel, qualificationname, etc) are not being included Please, provide the mapping of DSpace fields to uketd_dc fields (this will be an update to uketd_dc.xsl). Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Edit or Remove DSpace Administrative Log in and Password

2013-10-22 Thread helix84
can always add a new administrator from command line: [dspace]/bin/dspace create-administrator Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Edit or Remove DSpace Administrative Log in and Password

2013-10-22 Thread helix84
. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- October Webinars: Code for Performance Free Intel webinars can help you

Re: [Dspace-tech] Upload error works fine if I make the upload optional

2013-10-22 Thread helix84
/Installation#Installation-TheHandleServer Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- October Webinars: Code for Performance Free Intel

Re: [Dspace-tech] IP Authentication in dspace 3.1

2013-10-22 Thread helix84
Hi Terry, were you testing with this bugfix patch (not included in 3.x)? https://github.com/DSpace/DSpace/pull/255 Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] [Dspace-general] error while installing maven

2013-10-21 Thread helix84
, contact your network administrator to make sure the proxy server is accessible from your DSpace server's address. If your DSpace server has a public IP address, it cannot access the proxy server which is running on a private IP address (unless such traffic is explicitly routed). Regards, ~~helix84

Re: [Dspace-tech] disable/hide top level communities

2013-10-21 Thread helix84
/xsl:template Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- October Webinars: Code for Performance Free Intel webinars can

Re: [Dspace-tech] Solr config parameter interpolation

2013-10-18 Thread helix84
I can confirm I'm seeing the same thing in DSpace 4 and that DSpace 3 had actual numbers there. I join you in your confusion. Can you observe any ill effects? I didn't notice anything wrong and I ran update-discovery-index -f on ~20k items yesterday. Regards, ~~helix84 Compulsory reading

Re: [Dspace-tech] Item-level statistics not displaying

2013-10-18 Thread helix84
can use them to populate your new Solr statistics with usage data (see Converting older DSpace logs into SOLR usage data). This page documents the Solr statistics: https://wiki.duraspace.org/display/DSDOC3x/DSpace+Statistics Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette

Re: [Dspace-tech] PDF Thumbnail Resolution

2013-10-15 Thread helix84
Hi Scott, this will be fixed in DSpace 4.0. You can also use the patch in 3.x, see https://jira.duraspace.org/browse/DS-1259 Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] PDF Thumbnail Resolution

2013-10-15 Thread helix84
. Therefore it might be possible to apply the same fixes to XPDF2Thumbnail as were applied to the JPEG filters. Try asking Jason Sherman jsher...@usao.edu about it, he's the author of the fixes and might be willing to do it for PDF, too. Regards, ~~helix84 Compulsory reading: DSpace Mailing List

Re: [Dspace-tech] Batch Moving All Items in a Collection

2013-10-14 Thread helix84
plugins) - I recommend to test it first in a development clone of you production installation. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] [SPAM] Error with solr statistics with XMLU Dspace vs. 3.1 - Caused by: org.apache.solr.common.SolrException: Not Found

2013-10-08 Thread helix84
). Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- October Webinars: Code for Performance Free Intel webinars can help you accelerate

Re: [Dspace-tech] Message to String

2013-10-07 Thread helix84
Yes, Andrea is right that this is handled by email templates. Just as a heads up - we plan to move email templates to messages eventually. But that almost surely won't happen in 4.0. You'll certainly be fine using email templates right now. Regards, ~~helix84 Compulsory reading: DSpace Mailing

Re: [Dspace-tech] [Dspace-general] Provide Feedback Widget

2013-10-07 Thread helix84
/en/comparison/compare-live-chat-support-software-help Probably all of them are paid services. They should be very easy to add into any site. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Message to String

2013-10-07 Thread helix84
feel free to make minor improvements by adding commits to that branch and pushing them to your GitHub repo. Just don't make any huge changes. You would also make changes this way if requested by anyone who reviews your PR. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https

Re: [Dspace-tech] rough characters on csv

2013-10-04 Thread helix84
(not a word processor, thoug!) and which text editor did you use? Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- October Webinars: Code

Re: [Dspace-tech] Search results in non english language

2013-10-03 Thread helix84
/oai.cfg) if you're using these modules. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- October Webinars: Code for Performance Free Intel

Re: [Dspace-tech] Subject, Keyword or Type?

2013-10-03 Thread helix84
/advanced.jsp#L109 Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- October Webinars: Code for Performance Free Intel webinars can help you

Re: [Dspace-tech] Edit authorities using batch editing tool

2013-10-03 Thread helix84
+Values#AuthorityControlofMetadataValues-Confidence [3] https://github.com/DSpace/DSpace/blob/dspace-3.2/dspace-api/src/main/java/org/dspace/content/authority/Choices.java#L28 Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing

Re: [Dspace-tech] Edit authorities using batch editing tool

2013-10-03 Thread helix84
is simply to configure a different separator for authorities (which you're not using) in [dspace]/config/modules/bulkedit.cfg (e.g. authorityseparator = // instead of authorityseparator = ::). Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display

Re: [Dspace-tech] OAI in 3.2

2013-10-03 Thread helix84
Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- October Webinars: Code for Performance Free Intel webinars can help you accelerate

Re: [Dspace-tech] Message to String

2013-10-03 Thread helix84
message key=xmlui.RequestItem.Test1test {0}/message String msg = T_test1.parametrize(something else); http://demo.dspace.org/javadocs/3/apidocs/org/dspace/app/xmlui/wing/Message.html Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display

Re: [Dspace-tech] Fwd: Text Filtering of HTML Files

2013-10-03 Thread helix84
Hi Terry, get this document: http://localhost:1234/solr/search/select/?q=handle:10822/559063indent=on and look at //result/doc/arr[@name=fulltext]/str Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Message to String

2013-10-03 Thread helix84
e.g. the ordering should they want to. If neither works for you, Message has a .toString() method which (I assume) returns the message as a proper string. Yet another way is to typecast the message to a string. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https

Re: [Dspace-tech] Fwd: Text Filtering of HTML Files

2013-10-03 Thread helix84
of documentation. Don't worry about screwing up by manual intervention, you can then fix it up by running update-discovery-index -f or update-discovery-index -b. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] threebox

2013-10-02 Thread helix84
/submit/edit-metadata.jsp for XMLUI: dspace-xmlui/src/main/java/org/dspace/app/xmlui/aspect/submission/submit/DescribeStep.java Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Delete SOLR stats from deleted item

2013-10-02 Thread helix84
the following delete query, which should delete all events with that item id: curl http://localhost:8080/solr/statistics/update?stream.body=updatedeletequeryid:4215/query/deletecommit//update Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display

Re: [Dspace-tech] Edit authorities using batch editing tool

2013-10-02 Thread helix84
Editor (they're not redundant, they're complementary). Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- October Webinars: Code

Re: [Dspace-tech] error while installing dspace

2013-10-02 Thread helix84
by your dspace user before you run ant. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- October Webinars: Code for Performance Free

Re: [Dspace-tech] Search results in non english language

2013-10-02 Thread helix84
than for HTTP (HTTPS, AJP), make sure to include it in those, too. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- October Webinars

Re: [Dspace-tech] XMLUI Question - Identifying embargo/restricted thumbnails in XSLT (DSpace 3.1)

2013-10-01 Thread helix84
be added somewhere into //meta/userMeta. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- October Webinars: Code for Performance

Re: [Dspace-tech] threebox

2013-10-01 Thread helix84
? I'm assuming you're talking about input forms, correct? Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- October Webinars: Code

Re: [Dspace-tech] Nutch crawl and Hadoop

2013-09-30 Thread helix84
, Solr (for search) or a reverse proxy (for bitstream caching, probably not your use case). The DSpace application itself is not really distributable apart from running the separate webapps on different nodes. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https

Re: [Dspace-tech] XMLUI Question - Identifying embargo/restricted thumbnails in XSLT (DSpace 3.1)

2013-09-30 Thread helix84
the getStartDate() and getEndDate() methods. [1] https://github.com/DSpace/DSpace/blob/dspace-3.2/dspace-api/src/main/java/org/dspace/content/crosswalk/METSRightsCrosswalk.java#L249 [2] http://demo.dspace.org/javadocs/3/apidocs/ Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https

Re: [Dspace-tech] Redirect handle to different item_id?

2013-09-30 Thread helix84
Hi Alcides, I think it should work fine. You'd have to update the resource_id value in the handle table for the given handle. You'd also want to modify the item's metadata to contain the new handle, because the links on the item's page are generated from its metadata. Regards, ~~helix84

Re: [Dspace-tech] Querying Solr

2013-09-27 Thread helix84
/solr/statistics/select?q=*:*rows=10start=0wt=csv; Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- October Webinars: Code

Re: [Dspace-tech] Display all items in a collection

2013-09-27 Thread helix84
want to test the code now, we'll be happy to hear your comments about it. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- October

Re: [Dspace-tech] show bibtex for an item?

2013-09-27 Thread helix84
for an example, here's a template that works this way: https://github.com/DSpace/DSpace/blob/dspace-3.2/dspace-xmlui/src/main/webapp/themes/Mirage/lib/xsl/aspect/artifactbrowser/item-view.xsl#L82 Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org

Re: [Dspace-tech] show bibtex for an item?

2013-09-27 Thread helix84
Sorry, the way I wrote it might be confusing. To clarify: On Fri, Sep 27, 2013 at 2:07 PM, helix84 heli...@centrum.sk wrote: Store it anywhere in your theme and use xsl:import to import it in your main theme's xsl file. Here I meant the modified bibtex.xsl. You don't have to explicitly

Re: [Dspace-tech] Import Items in DSpace that have not been exported previously from DSpace

2013-09-26 Thread helix84
nothing like that in DSpace. Where is the information stored that says which item bitstream belongs to which item? If you have a large number of such bitstreams, it could be worth to write a simple curation task to add them. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https

Re: [Dspace-tech] Dspace doesn't send email after change template jspui to xmlui (v3.1)

2013-09-26 Thread helix84
information as you can - if something doesn't work as you expect, say what exactly happens; including any messages, error logs. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Import Items in DSpace that have not been exported previously from DSpace

2013-09-26 Thread helix84
/DSDOC18/Importing+and+Exporting+Items+via+Simple+Archive+Format#ImportingandExportingItemsviaSimpleArchiveFormat-DSpaceSimpleArchiveFormat Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Import Items in DSpace that have not been exported previously from DSpace

2013-09-26 Thread helix84
of these: http://stackoverflow.com/questions/1813427/extracting-information-from-pdfs-of-research-papers This is really worth doing only if you have a large number of items to import. Personally, I wouldn't bother for less than 100 items. Regards, ~~helix84 Compulsory reading: DSpace Mailing List

Re: [Dspace-tech] Import Items in DSpace that have not been exported previously from DSpace

2013-09-26 Thread helix84
(or any additional local schema files - n\metadata_*.xml) 3) copy the bitstream into n\ 4) create a n\contents file for the bitstream (e.g. bitstream.pdf bundle:ORIGINAL primary:true) Where n\ is a numeric name of the directory corresponding to one new item being imported. Regards, ~~helix84

Re: [Dspace-tech] Import Items in DSpace that have not been exported previously from DSpace

2013-09-26 Thread helix84
On Thu, Sep 26, 2013 at 2:21 PM, remi asare remi.as...@gmail.com wrote: Will do. Thanks a bundle You're welcome a collection :) Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Querying Solr

2013-09-26 Thread helix84
the request? Hi Remi, this should help: https://wiki.duraspace.org/display/DSPACE/Solr Let me know if there's something it doesn't answer. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Login banner for xmlui? (DSpace 3.2)

2013-09-25 Thread helix84
Hi Andrew, put this into your themes's xsl: xsl:template name=disable_front-page-search match=dri:div[@id='aspect.eperson.LDAPLogin.div.login'] xsl:apply-templates / divYour stuff goes here/div/xsl:template Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https

Re: [Dspace-tech] show bibtex for an item?

2013-09-25 Thread helix84
OAI. [1] https://wiki.duraspace.org/display/DSDOC3x/Installation#Installation-Installation [2] https://raw.github.com/lyncode/DSpace/51a3187796a3df275dc05cf4647e2461bacbba5f/dspace/config/crosswalks/export/bibtex.xsl Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https

Re: [Dspace-tech] Dspace doesn't send email after change template jspui to xmlui (v3.1)

2013-09-25 Thread helix84
, subscription, submission state change, error notification, ...)? Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- October Webinars: Code

Re: [Dspace-tech] Reordering Metadata

2013-09-24 Thread helix84
) in metadatafield and metadatavalue tables to metadata_field_id = 3 3) change all occurences of (metadata_field_id = 1000) in metadatafield and metadatavalue tables to metadata_field_id = 64 Make sure you have a full backup before you do any changes to the database. Regards, ~~helix84 Compulsory

Re: [Dspace-tech] show bibtex for an item?

2013-09-24 Thread helix84
.x) to write your own XMLUI aspect or JSPUI code. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- October Webinars: Code

Re: [Dspace-tech] SOLR: stats-log-importer NullPointerException

2013-09-23 Thread helix84
being set in the whole DSpace codebase. So I don't understand it myself. [1] https://github.com/DSpace/DSpace/blob/dspace-3.1/dspace-api/src/main/java/org/dspace/statistics/util/StatisticsImporter.java#L343 Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https

Re: [Dspace-tech] SOLR: stats-log-importer NullPointerException

2013-09-23 Thread helix84
, especially use the workaround script for importing in smaller batches because importing many items is very slow. That should be fixed in 4.0. [1] https://wiki.duraspace.org/display/DSDOC3x/Elastic+Search+Usage+Statistics Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https

Re: [Dspace-tech] media filter question

2013-09-22 Thread helix84
the communities to collections to items just fine, but no bitstreams are being filtered. I'll keep debugging on my end, but if you have any other ideas, do pass them my way! Bill On Thu, Sep 19, 2013 at 9:08 AM, helix84 heli...@centrum.sk wrote: Hi Bill, Jose's suggestion to look

Re: [Dspace-tech] XSL Examples

2013-09-22 Thread helix84
/main/webapp/themes/Mirage/lib/xsl/aspect/artifactbrowser/item-view.xsl#L104 [2] https://github.com/osulibraries/DSpaceOSUKB/wiki/XMLUI-Customizations-to-Themes#metadata-display---simple-item-view Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org

Re: [Dspace-tech] Kindly remove umapathy...@gmail.com fro your mail list.

2013-09-20 Thread helix84
On Fri, Sep 20, 2013 at 6:40 AM, umapathymku umapathy...@gmail.com wrote: Kindly remove umapathy...@gmail.com fro your mail list. send an empty email to dspace-tech-le...@lists.sourceforge.net Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org

<    1   2   3   4   5   6   7   8   9   10   >