Re: [Dspace-tech] Confused About UTF-8

2013-07-26 Thread helix84
to setting the env. variables is running createdb --locale=en_US.utf8, but the locale still needs to be present on your system. Let me know if that doesn't solve the problem. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List

Re: [Dspace-tech] DSpace LDAP authentication problem

2013-07-26 Thread helix84
-group-for-ucc I agree that an option to assign group based on attributes would be nice, it just doesn't currently work that way. The modification to LDAPAuthentication.java wouldn't be hard, if you want to try. I have yet to look the null problem. Regards, ~~helix84 Compulsory reading: DSpace

Re: [Dspace-tech] DSpace LDAP authentication problem

2013-07-26 Thread helix84
= resotestpassword Try that first and let me know if it helped. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- See everything from the browser

Re: [Dspace-tech] Doubs..

2013-07-26 Thread helix84
]/dspace/target. Always make your changes in [dspace-source], then you'll be able to get them to [dspace] using mvn package and ant update. In case of stylesheets, you may be able to simply copy the changed files from [dspace-source] to [dspace]. Regards, ~~helix84 Compulsory reading: DSpace Mailing

Re: [Dspace-tech] Error while enabling Discovery

2013-07-26 Thread helix84
Hi Remi, most likely you just misconfigured search.server in [dspace]/config/modules/discovery.cfg. By default, it should point to http://localhost:8080/solr/search. What value do you have there? Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org

Re: [Dspace-tech] Best practice for adding javascript to avoid jQuery conflicts with other libraries?

2013-07-25 Thread helix84
-jquery-core/avoid-conflicts-other-libraries/ Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- See everything from the browser

Re: [Dspace-tech] DSpace LDAP authentication problem

2013-07-25 Thread helix84
different visibility for different LDAP users. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- See everything from the browser

Re: [Dspace-tech] DSpace LDAP authentication problem

2013-07-24 Thread helix84
, remember that if you change this, the users who already autoregistered will not have the existing values updated on login, so either try this on a new person who never logged in or delete the dspace user so that he can autoregister again upon next login. Regards, ~~helix84 Compulsory reading

Re: [Dspace-tech] Question about deploying the DSpace application

2013-07-24 Thread helix84
On Tue, Jul 23, 2013 at 9:32 PM, Thornton, Susan M. (LARC-B702)[LITES] susan.m.thorn...@nasa.gov wrote: I'm assuming that once we would copy the /webapps directory over to the Production machine, we will have to run ant, but not mvn? Is that correct? You don't have to run Maven on

Re: [Dspace-tech] Question about deploying the DSpace application

2013-07-24 Thread helix84
On Wed, Jul 24, 2013 at 1:01 PM, helix84 heli...@centrum.sk wrote: On Tue, Jul 23, 2013 at 9:32 PM, Thornton, Susan M. (LARC-B702)[LITES] susan.m.thorn...@nasa.gov wrote: I'm assuming that once we would copy the /webapps directory over to the Production machine, we will have to run

Re: [Dspace-tech] Error uploading file to DSpace

2013-07-24 Thread helix84
]. Is there any chance that you're running 32-bit linux with a PAE kernel (in order to address more than 4 GB of RAM)? Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] RV: Problen send to repository

2013-07-24 Thread helix84
(VersionedHandleIdentifierProvider.java:117) The generic Exception was caught here. There should be a Caused by: line in the stracktrace just under what you posted. It's hard to guess without that information. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List

Re: [Dspace-tech] RV: Problen send to repository

2013-07-24 Thread helix84
. Check all commands executed there, especially CREATE TABLE, but perhaps also CREATE INDEX and CREATE SEQUENCE and fix the permission issues. It might be easier just to drop them and re-run the upgrade scripts as the correct role. You'll have to judge that for yourself. Regards, ~~helix84 Compulsory

Re: [Dspace-tech] Confused About UTF-8

2013-07-23 Thread helix84
very much. In fact, off the top of my head I can't think of a single instance where it would matter. In any case, this can be changed at any time should you happen to run into any problems. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display

Re: [Dspace-tech] Installing Dspace in sub directory

2013-07-22 Thread helix84
://github.com/DSpace/DSpace/blob/dspace-3.1/dspace-xmlui/src/main/webapp/themes/mobile/readme.txt Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Question about deploying the DSpace application

2013-07-22 Thread helix84
On Mon, Jul 22, 2013 at 5:52 PM, Mark H. Wood mw...@iupui.edu wrote: [DSpace]/lib. But, come to think of it, there's no reason that they *must* be on that host. Interesting idea. But how would you update the index? Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https

Re: [Dspace-tech] Question about deploying the DSpace application

2013-07-22 Thread helix84
to flood you with too much information. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- See everything from the browser

Re: [Dspace-tech] How to override the labels of itemDetailView-DIM?

2013-07-22 Thread helix84
-of select=./@mdschema/ xsl:text./xsl:text xsl:value-of select=./@element/ xsl:if test=./@qualifier xsl:text./xsl:text xsl:value-of select=./@qualifier/ /xsl:if /xsl:otherwise /xsl:choose/td Regards, ~~helix84

Re: [Dspace-tech] OAI Request

2013-07-22 Thread helix84
:8080/oai/request?verb=ListRecordsmetadataPrefix=oai_dc * browse it using an explorer interface: http://re.cs.uct.ac.za/ * validate its conformance to the OAI-PMH specification: http://validator.oaipmh.com/ Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https

Re: [Dspace-tech] [Dspace-general] User id _ Password set up for the orgn. not having intranet email server - having computes in network

2013-07-19 Thread helix84
Please, always reply to dspace-tech, never directly to me. That's an SQL command. If you're using Postgres, log in as your dspace user and type psql dspace where dspace is the name of your dspace database. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https

Re: [Dspace-tech] Musings on metadata

2013-07-18 Thread helix84
with www (and arguably shouldn't, see e.g. no-www.org for reasons), so I see this particular convention more as a coincidence than a rule. Just to make sure, can you give a specific example of such metadata in your repository? Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https

Re: [Dspace-tech] Σχετ: url redirection on view/ open for an item

2013-07-18 Thread helix84
Isn't that what I did in the last example with xsl:variable? Sorry, I don't understand if you mean something else. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette On Thu, Jul 18, 2013 at 12:37 AM, Μάριος

Re: [Dspace-tech] Change StaticTrail title in breadcrumb

2013-07-18 Thread helix84
/xsl/core/page-structure.xsl#L288 [3] https://github.com/DSpace/DSpace/blob/dspace-3.1/dspace-xmlui/src/main/webapp/themes/Mirage/lib/xsl/core/page-structure.xsl#L400 Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List

Re: [Dspace-tech] OAI configuration Properties

2013-07-18 Thread helix84
/xoai/blob/master/schemas/oai-pmh.xsd#L275 [3] https://github.com/lyncode/xoai [4] https://jira.duraspace.org/browse/DS-1479 Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Musings on metadata

2013-07-18 Thread helix84
). So IMHO, a more natural fit for DSpace would be: org-group1.subject org-group2.subject You may want to consult this on dspace-general or with DCAT, who are currently dealing with this kind of thing and may offer better advice. Regards, ~~helix84 Compulsory reading: DSpace Mailing List

Re: [Dspace-tech] OAI Harvesting

2013-07-18 Thread helix84
to issue a 503 response code and a Retry-After header [2]. I'd probably write a simple HTTP wrapper in Python to do this. [1] http://httpd.apache.org/docs/2.4/mod/mpm_common.html#maxrequestworkers [2] http://www.openarchives.org/OAI/openarchivesprotocol.html#HTTPResponseFormat Regards, ~~helix84

Re: [Dspace-tech] Musings on metadata

2013-07-18 Thread helix84
Yes, it would work either way. You were asking about best practice, though. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- See

Re: [Dspace-tech] OAI configuration Properties

2013-07-18 Thread helix84
://pubserv.oclc.org/oaicat/jars/docs/properties.html Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- See everything from

Re: [Dspace-tech] Σχετ: url redirection on view/ open for an item

2013-07-18 Thread helix84
should concat request.scheme, request.serverName and request.serverPort, I'm just lazy. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette On Thu, Jul 18, 2013 at 1:51 PM, Μάριος Πετρόπουλος acid...@yahoo.gr

Re: [Dspace-tech] Installing Dspace in sub directory

2013-07-18 Thread helix84
I briefly tied map:call, but it worked only for redirects within the current domain. http://cocoon.apache.org/2.2/core-modules/core/2.2/844_1_1.html Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Σχετ: url redirection on view/ open for an item

2013-07-17 Thread helix84
=hidden. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- See everything from the browser to the database with AppDynamics Get end-to-end

Re: [Dspace-tech] Σχετ: url redirection on view/ open for an item

2013-07-17 Thread helix84
xsl:attribute name=valueSend/xsl:attribute /input /form In script.php, instead of reading from $_GET['file'], read from $_POST['file'] or even better from $_REQUEST['file']. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display

Re: [Dspace-tech] Installing Dspace in sub directory

2013-07-17 Thread helix84
. We weren't able to figure out so far how to make it work this way. The only supported method is to use a subdomain (e.g. mobile.www.du.edu) as described in the mobile theme installation instructions. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org

Re: [Dspace-tech] Como modificar y personalizar Dspace

2013-07-17 Thread helix84
and what you want to modify. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- See everything from the browser to the database

Re: [Dspace-tech] Como modificar y personalizar Dspace

2013-07-17 Thread helix84
to use the Inspect Element function of your browser to determine the DOM path you want to change. Then change it in Mirage/lib/css/*.css Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Como modificar y personalizar Dspace

2013-07-17 Thread helix84
When working with XSL files, also keep this in mind: https://wiki.duraspace.org/display/DSPACE/TechnicalFaq#TechnicalFaq-ClearingCocoon(XMLUI)cache Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] [Dspace-devel] Embargo Dspace 3.0

2013-07-17 Thread helix84
/Embargo#Embargo-SimpleEmbargoSettings Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- See everything from the browser to the database

Re: [Dspace-tech] Σχετ: url redirection on view/open for an item

2013-06-25 Thread helix84
://yourapp.com/path/script.php?file=', $baseurl, mets:FLocat[@LOCTYPE='URL']/@xlink:href)/ /xsl:attribute ... Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Σχετ: url redirection on view/open for an item

2013-06-25 Thread helix84
: http://stackoverflow.com/questions/2425516/xslt-version-1-url-encoding/3518109#3518109 Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Sitemap error.

2013-06-24 Thread helix84
in it: theme-pathYourTheme/theme-path theme-nameYourTheme/theme-name Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Fwd: Regarding Making modification inDSpace

2013-06-24 Thread helix84
/handle/2142/11915 Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- This SF.net email is sponsored by Windows: Build for Windows

Re: [Dspace-tech] Generating thumbnails

2013-06-24 Thread helix84
Hi Sisay, try following these instructions: https://wiki.duraspace.org/display/DSDOC3x/Configuration#Configuration-XPDFFilter Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Tracking Themes

2013-06-24 Thread helix84
-ClearingCocoon(XMLUI)cache Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- This SF.net email is sponsored by Windows: Build

Re: [Dspace-tech] DSpace stats and Excel

2013-06-24 Thread helix84
, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu

[Dspace-tech] Welcome to the latest DSpace committer: Keiji Suzuki

2013-06-24 Thread helix84
Dear DSpace Community, The DSpace committers team are delighted to announce a new member to the group: Keiji Suzuki from Ebetsu, Japan. Please join us in welcoming him! Keiji is a freelance consultant on library-related systems. Before beginning the current job, he worked as a librarian in two

Re: [Dspace-tech] Change the way the collection list is displayed in submit link (Manakin)

2013-06-24 Thread helix84
\dspace\app\xmlui\aspect\submission\submit. ) What should do next to make visible in my interface? Anyone knows? please You need to rebuild and redeploy DSpace and restart Tomcat. https://wiki.duraspace.org/display/DSDOC3x/Rebuild+DSpace Regards, ~~helix84 Compulsory reading: DSpace Mailing

Re: [Dspace-tech] DSpace stats and Excel

2013-06-24 Thread helix84
On Mon, Jun 24, 2013 at 1:39 PM, remi asare remi.as...@gmail.com wrote: Okay, i can try that on online dspace right? it's because Peter said that i may recieve an error if i try to query a SOLR system outside of my localhost. That's exactly what my Solr wiki page explains. Regards, ~~helix84

Re: [Dspace-tech] Σχετ: url redirection on view/open for an item

2013-06-24 Thread helix84
Hi Marios, I don't really understand your question. What do you mean by application? Do you mean a desktop application from which you're trying to access the DSpace data? Or a web application? Or just a XMLUI theme? Please, provide as much detail as you can. Regards, ~~helix84 Compulsory

Re: [Dspace-tech] DSpace stats and Excel

2013-06-24 Thread helix84
On Mon, Jun 24, 2013 at 3:54 PM, remi asare remi.as...@gmail.com wrote: Are you refering to that context path=/solr in the chunk below? Thanks That's correct. Just add your own docBase and change the IP addresses as you need. Regards, ~~helix84 Compulsory reading: DSpace Mailing List

Re: [Dspace-tech] enabling ldap authentication causes java.lang.NullPointerException login error

2013-06-24 Thread helix84
/LDAPAuthentication.java#L391 Also, please note that you included your password in search.password in the authentication-ldap.cfg file you attached to this email. Since this is a public mailing list, please make sure you change your password. Regards, ~~helix84 Compulsory reading: DSpace Mailing List

Re: [Dspace-tech] LDAP permssion

2013-06-20 Thread helix84
be visible to the administrator using the usual tools. You may, however, check the effective group membership in the user's profile while he's logged in. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Remove the box My account only from home

2013-06-20 Thread helix84
Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- This SF.net email is sponsored by Windows: Build for Windows Store. http

Re: [Dspace-tech] use of metadata registry tab for dspace administrator?

2013-06-20 Thread helix84
, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu

Re: [Dspace-tech] doubt in adding e-people in dspace

2013-06-20 Thread helix84
- People, click on a person and click the Reset password button. If the person has a valid email, they will receive an email and be able to set their own password. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] doubt in adding e-people in dspace

2013-06-20 Thread helix84
1) create a new E-person 2) fill in a valid email address as netid (=username) 3) press the Reset password button Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] doubt in adding e-people in dspace

2013-06-20 Thread helix84
password link that is present in the login box (click on mydspace as unlogged user). On Thu, Jun 20, 2013 at 6:29 PM, Andrea Bollini a.boll...@cineca.it wrote: http://demo.dspace.org/jspui/forget The correct link is: http://demo.dspace.org/jspui/forgot Regards, ~~helix84 Compulsory reading

Re: [Dspace-tech] Psuedo video streaming with item attachment and seeking enabled

2013-06-19 Thread helix84
(anymore?): http://libmedia.willamette.edu/xmlui/metadata/handle/10177/62/mets.xml Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] El recurso requerido (/jspui) no esta disponible

2013-06-19 Thread helix84
declare them in server.xml. I don't want to confuse you with the other alternatives at this time. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Psuedo video streaming with item attachment and seeking enabled

2013-06-19 Thread helix84
the problem. [1] http://httpd.apache.org/docs/current/mod/mod_headers.html Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Hide bitstreams with restricted access?

2013-06-18 Thread helix84
') or not ($rights_context/rights:Permissions/@DISPLAY = 'true') 4) on the very last line of the template (before /xsl:template), add: /xsl:if Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Questions on upgrading from 1.5 to 3.1 and maintaining a live and test instance

2013-06-18 Thread helix84
ones like deduplication on ZFS - check with your SAN admin. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- This SF.net email

Re: [Dspace-tech] Hide bitstreams with restricted access?

2013-06-18 Thread helix84
with this approach are: 1) They will not be displayed even to the user/group that has access to them 2) They will probably not be indexed and therefore not fulltext-searchable Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Hide bitstreams with restricted access?

2013-06-18 Thread helix84
it' not shown in the list of bundles by defaut. In either case, you should still make sure to remove Anonymous READ access from the file. You probably do that, I'm just making sure. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE

Re: [Dspace-tech] Index file

2013-06-18 Thread helix84
://github.com/DSpace/DSpace/blob/dspace-3.1/dspace-jspui/src/main/webapp/home.jsp Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Index file

2013-06-18 Thread helix84
=centralPane width=99% cellspacing=1 cellpadding=3 border=0 Why don't you just grep the source? https://github.com/DSpace/DSpace/blob/dspace-3.1/dspace-jspui/src/main/webapp/layout/header-default.jsp#L149 Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org

Re: [Dspace-tech] Index file

2013-06-18 Thread helix84
the grep -RnI options to search recursively, display line number for matches and skip binary files. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Index file

2013-06-18 Thread helix84
cd [dspace-source] grep -RnI text you're searching * Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- This SF.net email

Re: [Dspace-tech] How to delete item/collection/community

2013-06-17 Thread helix84
contained in other collections * The contents of those items * All associated authorization policies Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Email notification to existing specified users only

2013-06-17 Thread helix84
that would be much appreciated if you're willing to work on it. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- This SF.net email

Re: [Dspace-tech] Hide browse columns for which there is no metada

2013-06-17 Thread helix84
another collection 'Meeting minutes' which includes /time/ but no /student.class/or author. How do we hide Class column for this collection and add other columns if required for this collection only JSPUI or XMLUI? In case of XMLUI, which theme? Regards, ~~helix84 Compulsory reading: DSpace

Re: [Dspace-tech] Hide browse columns for which there is no metada

2013-06-17 Thread helix84
For each list row, you should check each item's parent collection's ID or handle and use that to decide which metadata field you'll display. You might want to leave that column header empty or list both possible values. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https

Re: [Dspace-tech] Email notification to existing specified users only

2013-06-17 Thread helix84
the best way to make the connection between epersons and authors (because of the lack of an author object). What kind of problem did you have with making it work? Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Email notification to existing specified users only

2013-06-17 Thread helix84
in the submission step that would verify the input once again to prevent any manual changes to the form variables (bypassing JavaScript). Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Question about moving a collection from one community to another

2013-06-17 Thread helix84
be done while Tomcat is down. index-update and update-discovery-index are done while Tomcat is running. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Question about moving a collection from one community to another

2013-06-17 Thread helix84
On Mon, Jun 17, 2013 at 4:01 PM, helix84 heli...@centrum.sk wrote: On Mon, Jun 17, 2013 at 3:38 PM, Terry Brady tw...@georgetown.edu wrote: Would it be sufficient to run index-update rather than index-init after updating the community2collection table? Hi Terry, I don't think you need

Re: [Dspace-tech] Question about moving a collection from one community to another

2013-06-14 Thread helix84
it using the restore mode (-r) with a new parent community (-p). Make sure you try this to get familiar with it, e.g. on demo.dspace.org before you do it in production. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] URL Change

2013-06-14 Thread helix84
/display/DSPACE/DspaceOnStandardPorts Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- This SF.net email is sponsored by Windows: Build

Re: [Dspace-tech] Unable to send email

2013-06-14 Thread helix84
What was the solution? Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- This SF.net email is sponsored by Windows: Build

Re: [Dspace-tech] Unable to send email

2013-06-14 Thread helix84
localhost.localdomain localhost6 localhost6.localdomain6 Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- This SF.net email is sponsored by Windows

Re: [Dspace-tech] Adding banner image in v3.1?

2013-06-14 Thread helix84
If you want to replace the logo, the source location is: [dspace-source]/dspace-jspui/src/main/webapp/image/dspace-blue.gif the installed location is [dspace]/webapps/jspui/image/dspace-blue.gif Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org

Re: [Dspace-tech] Adding banner image in v3.1?

2013-06-14 Thread helix84
as tomcat . . . . Sorry, I have no idea why, I just tried and it works just fine. Are you running mvn package from [dspace-source], not from [dspace-source]/dspace/? The next thing I was going to suggest overlays, as Claudia did. Regards, ~~helix84 Compulsory reading: DSpace Mailing List

Re: [Dspace-tech] Source location and Installation location

2013-06-14 Thread helix84
in [dspace-source]. If you don't, your changes in [dspace] will be replaced the next time you run ant, as described above. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Adding banner image in v3.1?

2013-06-14 Thread helix84
And where did you get the information that you should run maven in [dspace-source]/dspace/ (which is not the recommended way anymore)? Maybe we have some outdated documentation somewhere. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display

Re: [Dspace-tech] Front page news section gone away after editing the news on news-xmlui.xml

2013-06-13 Thread helix84
as per XML syntax. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- This SF.net email is sponsored by Windows: Build for Windows

Re: [Dspace-tech] Front page news section gone away after editing the news on news-xmlui.xml

2013-06-13 Thread helix84
/TechnicalFaq#TechnicalFaq-ClearingCocoon(XMLUI)cache Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- This SF.net email is sponsored

Re: [Dspace-tech] Queries

2013-06-13 Thread helix84
/Event Date) in Messages.properties and find the associated key (something like browse.type.metadata.author). Then grep the source for this key. That's how you'll find where it's used. There you can change the style. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https

Re: [Dspace-tech] another unscheduled shutdown

2013-06-13 Thread helix84
that by removing the INFO lines from log files, you'll be unable to generate some statistics later. However, Solr statistics will still work if you use them. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Understanding Statistics in DSpace 3

2013-06-13 Thread helix84
to modify the amount of information shown, e.g. hide the INFO queries for Solr separately. In another instance, I'd like to see the Solr statistics and oai queries - currently only the Discovery queries are logged. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https

Re: [Dspace-tech] Queries

2013-06-13 Thread helix84
the log files. Here's a guide we wrote up to help people locate errors in logs: https://wiki.duraspace.org/display/DSPACE/Troubleshoot+an+error Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Please unsubscribe me, thanks

2013-06-13 Thread helix84
You can unsubscribe here: https://lists.sourceforge.net/lists/listinfo/dspace-tech Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] another unscheduled shutdown

2013-06-13 Thread helix84
you to do both. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- This SF.net email is sponsored by Windows: Build for Windows Store

Re: [Dspace-tech] Queries

2013-06-13 Thread helix84
/org/dspace/app/webui/jsptag/ItemTag.java#L474 and displayed on line 487. For itemlist, it's similar: https://github.com/DSpace/DSpace/blob/dspace-3.1/dspace-jspui/src/main/java/org/dspace/app/webui/jsptag/ItemListTag.java#L357 Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette

Re: [Dspace-tech] Mobile theme on DSpace 1.8.2

2013-06-13 Thread helix84
Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- This SF.net email is sponsored by Windows: Build for Windows Store. http

Re: [Dspace-tech] Unable to send email

2013-06-13 Thread helix84
On Thu, Jun 13, 2013 at 2:01 PM, SanjibKumarDeka xan...@gmail.com wrote: Following contents is available in the /etc/hosts. That looks correct. What's the contents of your /etc/nsswitch.conf file? Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org

Re: [Dspace-tech] Log-In Problem

2013-06-13 Thread helix84
. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net

[Dspace-tech] Fwd: Front page news section gone away after editing the news on news-xmlui.xml

2013-06-13 Thread helix84
The email arrived fine to me (no space). It also works for Ataur, forwarding his confirmation. This is why people should always reply to the list, sigh. -- Forwarded message -- From: Md. Ataur Rahman ataurb...@gmail.com Date: Thu, Jun 13, 2013 at 10:17 AM Subject: Re:

Re: [Dspace-tech] how to show total item on a community/collection [Help me please]

2013-06-12 Thread helix84
Hi Ataur, schedule a cron job (e.g. nightly): [dspace]/bin/dspace item-counter in dspace.cfg: webui.strengths.show = true webui.strengths.cache = true then restart Tomcat. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing

Re: [Dspace-tech] OAI ListIdentifiers Problem

2013-06-12 Thread helix84
Hi Sönmez, you probably didn't run oai import, so OAI doesn't have any of your items in its Solr index. See: https://wiki.duraspace.org/display/DSDOC3x/OAI+2.0+Server#OAI2.0Server-OAIManager(SolrDataSource) Please note that you need to schedule it as a cron job. Regards, ~~helix84 Compulsory

Re: [Dspace-tech] Queries

2013-06-12 Thread helix84
to a collection, modify the resource policy of that collection. To change resource policies on a number of existing items, use the Advanced Policy Manager (wildcard policy admin tool). Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE

Re: [Dspace-tech] how to show total item on a community/collection [Help me please]

2013-06-12 Thread helix84
Sorry, I made a typo in the command. It must have given you an error. It's supposed to be: [dspace]/bin/dspace itemcounter Don't forget to set up a cron job for it, otherwise you'll have outdated counts after they change. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette

<    4   5   6   7   8   9   10   11   12   13   >