Re: [Dspace-tech] Three user questions

2015-08-02 Thread Fitchett, Deborah
Oddly, perhaps, it seems to work for us (yes, XMLUI, DSpace 3.1) even though we 
haven’t switched to Configurable Workflow!

Our xmlui.xconf has:
aspect name=Original Workflow path=resource://aspects/Workflow/ /
!-- aspect name=XMLWorkflow path=resource://aspects/XMLWorkflow/ 
/ --

Our workflow.cfg has:
workflow.framework=originalworkflow
reviewer.file-edit=true

And when reviewers go to Edit Metadata  Upload they get the “Upload Files” 
option as desired.

[cid:image001.png@01D0CDF5.5B3A3F90]


If this is a bug, I hope it doesn’t get fixed. :-)

Deborah


From: bluy...@gmail.com [mailto:bluy...@gmail.com] On Behalf Of Bram Luyten
Sent: Thursday, 30 July 2015 2:04 a.m.
To: RENTON Scott
Cc: Fitchett, Deborah; dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Three user questions

Note that this is only for XMLUI and only if you have switched to the optional 
Configurable Workflow framework
https://wiki.duraspace.org/display/DSDOC5x/Configurable+Workflow

A bit of an old video on what this alternative workflow enables:
https://www.youtube.com/watch?v=_Z52gne55so

The information should still be fairly accurate today however.

--
[Image removed by sender. logo]

Bram Luyten
2888 Loker Avenue East, Suite 315, Carlsbad, CA. 92010
Esperantolaan 4, Heverlee 3001, Belgium
www.atmire.comhttp://atmire.com/website/?q=servicesutm_source=emailfooterutm_medium=emailutm_campaign=braml


On 29 July 2015 at 10:43, RENTON Scott 
scott.ren...@ed.ac.ukmailto:scott.ren...@ed.ac.uk wrote:

Hi Deborah



That looks EXACTLY what they're looking for. I've put it in, and assume that 
they're all happy if nobody hears anything else about this!



Thanks very much again!
Scott


From: Fitchett, Deborah 
deborah.fitch...@lincoln.ac.nzmailto:deborah.fitch...@lincoln.ac.nz
Sent: 29 July 2015 00:53
To: RENTON Scott; 
dspace-tech@lists.sourceforge.netmailto:dspace-tech@lists.sourceforge.net
Subject: RE: Three user questions


Stumbling around looking for something else, have found the answer to #1:



In dspace/config/modules/workflow.cfg there’s a line

reviewer.file-edit=false

--Change this to true and reviewers can add/edit/remove files from the 
submission.



Deborah



From: Fitchett, Deborah 
[mailto:deborah.fitch...@lincoln.ac.nzmailto:deborah.fitch...@lincoln.ac.nz]
Sent: Tuesday, 14 July 2015 11:30 a.m.
To: RENTON Scott; 
dspace-tech@lists.sourceforge.netmailto:dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Three user questions



Hi Scott et al,



We’re on v.3.1, just switched to XMLUI, and are also wondering about the first 
two questions:



1) We definitely were able to add files when editing metadata under v.3.1 
JSPUI, and for our workflows it’s really useful to be able to do this.

2) Likewise would love to be able to display the number of items in a 
collection again.



Does anyone know about either of these?



For the third question, I went with what I knew and created a javascript 
bookmarklet that hides “Archived submissions”, makes all the remaining tables 
sortable, and automatically sorts by oldest tasks first: 
https://github.com/LincolnUniLTL/dspace/tree/master/workflowhelper   It’s a bit 
of a hack but might be useful as a workaround.



Deborah



From: RENTON Scott [mailto:scott.ren...@ed.ac.uk]
Sent: Friday, 10 July 2015 9:40 p.m.
To: dspace-tech@lists.sourceforge.netmailto:dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] Three user questions



Hi folks



Sorry to package different things up in one e-mail. I have a user who we’re 
upgrading from 1.8 to 4.2 who has asked for some things which seem a little bit 
off-road”!

  1.  Workflow Tasks- when the approver takes task and goes to edit metadata, 
they’ve noticed there’s no option to add a file- there’s a feeling here that 
this is a conscious decision, it’s perfectly reasonable for the approver NOT to 
be able to add a file at this point. It looks like it was possible in the v1.8 
JSPUI, so just wanted to check that this is by design and not a bug.
  2.  The old JSPUI displayed (or could be configured to display) the number of 
items in a collection in brackets on collections lists. Is this configurable 
for them in 4.2? I could not find a way to do this, and haven’t seen any other 
sites which have.
  3.  They have requested Workflow Tasks come above Archived Submission on the 
Submission page layout. It appears to me that this cannot be done in any XSLT 
files, so wondered if such a change would need to be performed in 
Submissions.java in the XMLUI. I have only changed the XSLs in mirage for 
layout thus far, so don’t want to alter the java files unless absolutely 
necessary.

Thanks in advance

Scott



Scott Renton

Digital Developer

Lower Ground Floor East

Main Library, George Square

tel: 515219









P Please consider the environment before you print this email.
The contents of this e-mail (including any

Re: [Dspace-tech] Three user questions

2015-07-29 Thread RENTON Scott
Hi Deborah


That looks EXACTLY what they're looking for. I've put it in, and assume that 
they're all happy if nobody hears anything else about this!


Thanks very much again!
Scott



From: Fitchett, Deborah deborah.fitch...@lincoln.ac.nz
Sent: 29 July 2015 00:53
To: RENTON Scott; dspace-tech@lists.sourceforge.net
Subject: RE: Three user questions


Stumbling around looking for something else, have found the answer to #1:



In dspace/config/modules/workflow.cfg there's a line

reviewer.file-edit=false

--Change this to true and reviewers can add/edit/remove files from the 
submission.



Deborah



From: Fitchett, Deborah [mailto:deborah.fitch...@lincoln.ac.nz]
Sent: Tuesday, 14 July 2015 11:30 a.m.
To: RENTON Scott; dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Three user questions



Hi Scott et al,



We're on v.3.1, just switched to XMLUI, and are also wondering about the first 
two questions:



1) We definitely were able to add files when editing metadata under v.3.1 
JSPUI, and for our workflows it's really useful to be able to do this.

2) Likewise would love to be able to display the number of items in a 
collection again.



Does anyone know about either of these?



For the third question, I went with what I knew and created a javascript 
bookmarklet that hides Archived submissions, makes all the remaining tables 
sortable, and automatically sorts by oldest tasks first: 
https://github.com/LincolnUniLTL/dspace/tree/master/workflowhelper   It's a bit 
of a hack but might be useful as a workaround.



Deborah



From: RENTON Scott [mailto:scott.ren...@ed.ac.uk]
Sent: Friday, 10 July 2015 9:40 p.m.
To: dspace-tech@lists.sourceforge.netmailto:dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] Three user questions



Hi folks



Sorry to package different things up in one e-mail. I have a user who we're 
upgrading from 1.8 to 4.2 who has asked for some things which seem a little bit 
off-road!

  1.  Workflow Tasks- when the approver takes task and goes to edit metadata, 
they've noticed there's no option to add a file- there's a feeling here that 
this is a conscious decision, it's perfectly reasonable for the approver NOT to 
be able to add a file at this point. It looks like it was possible in the v1.8 
JSPUI, so just wanted to check that this is by design and not a bug.
  2.  The old JSPUI displayed (or could be configured to display) the number of 
items in a collection in brackets on collections lists. Is this configurable 
for them in 4.2? I could not find a way to do this, and haven't seen any other 
sites which have.
  3.  They have requested Workflow Tasks come above Archived Submission on the 
Submission page layout. It appears to me that this cannot be done in any XSLT 
files, so wondered if such a change would need to be performed in 
Submissions.java in the XMLUI. I have only changed the XSLs in mirage for 
layout thus far, so don't want to alter the java files unless absolutely 
necessary.

Thanks in advance

Scott



Scott Renton

Digital Developer

Lower Ground Floor East

Main Library, George Square

tel: 515219









P Please consider the environment before you print this email.
The contents of this e-mail (including any attachments) may be confidential 
and/or subject to copyright. Any unauthorised use, distribution, or copying of 
the contents is expressly prohibited. If you have received this e-mail in 
error, please advise the sender by return e-mail or telephone and then delete 
this e-mail together with all attachments from your system.
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.
--
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Three user questions

2015-07-29 Thread Bram Luyten
Note that this is only for XMLUI and only if you have switched to the
optional Configurable Workflow framework
https://wiki.duraspace.org/display/DSDOC5x/Configurable+Workflow

A bit of an old video on what this alternative workflow enables:
https://www.youtube.com/watch?v=_Z52gne55so

The information should still be fairly accurate today however.

-- 
[image: logo]
*Bram Luyten*
*2888 Loker Avenue East, Suite 315, Carlsbad, CA. 92010*
*Esperantolaan 4, Heverlee 3001, Belgium*
www.atmire.com
http://atmire.com/website/?q=servicesutm_source=emailfooterutm_medium=emailutm_campaign=braml


On 29 July 2015 at 10:43, RENTON Scott scott.ren...@ed.ac.uk wrote:

  Hi Deborah


  That looks EXACTLY what they're looking for. I've put it in, and assume
 that they're all happy if nobody hears anything else about this!


  Thanks very much again!
 Scott


  --
 *From:* Fitchett, Deborah deborah.fitch...@lincoln.ac.nz
 *Sent:* 29 July 2015 00:53
 *To:* RENTON Scott; dspace-tech@lists.sourceforge.net
 *Subject:* RE: Three user questions


 Stumbling around looking for something else, have found the answer to #1:



 In dspace/config/modules/workflow.cfg there’s a line

 reviewer.file-edit=false

 --Change this to true and reviewers can add/edit/remove files from the
 submission.



 Deborah



 *From:* Fitchett, Deborah [mailto:deborah.fitch...@lincoln.ac.nz]
 *Sent:* Tuesday, 14 July 2015 11:30 a.m.
 *To:* RENTON Scott; dspace-tech@lists.sourceforge.net
 *Subject:* Re: [Dspace-tech] Three user questions



 Hi Scott et al,



 We’re on v.3.1, just switched to XMLUI, and are also wondering about the
 first two questions:



 1) We definitely were able to add files when editing metadata under v.3.1
 JSPUI, and for our workflows it’s really useful to be able to do this.

 2) Likewise would love to be able to display the number of items in a
 collection again.



 Does anyone know about either of these?



 For the third question, I went with what I knew and created a javascript
 bookmarklet that hides “Archived submissions”, makes all the remaining
 tables sortable, and automatically sorts by oldest tasks first:
 https://github.com/LincolnUniLTL/dspace/tree/master/workflowhelper   It’s
 a bit of a hack but might be useful as a workaround.



 Deborah



 *From:* RENTON Scott [mailto:scott.ren...@ed.ac.uk scott.ren...@ed.ac.uk]

 *Sent:* Friday, 10 July 2015 9:40 p.m.
 *To:* dspace-tech@lists.sourceforge.net
 *Subject:* [Dspace-tech] Three user questions



 Hi folks



 Sorry to package different things up in one e-mail. I have a user who
 we’re upgrading from 1.8 to 4.2 who has asked for some things which seem a
 little bit off-road”!

1. Workflow Tasks- when the approver takes task and goes to edit
metadata, they’ve noticed there’s no option to add a file- there’s a
feeling here that this is a conscious decision, it’s perfectly reasonable
for the approver NOT to be able to add a file at this point. It looks like
it was possible in the v1.8 JSPUI, so just wanted to check that this is by
design and not a bug.
2. The old JSPUI displayed (or could be configured to display) the
number of items in a collection in brackets on collections lists. Is this
configurable for them in 4.2? I could not find a way to do this, and
haven’t seen any other sites which have.
3. They have requested Workflow Tasks come above Archived Submission
on the Submission page layout. It appears to me that this cannot be done in
any XSLT files, so wondered if such a change would need to be performed in
Submissions.java in the XMLUI. I have only changed the XSLs in mirage for
layout thus far, so don’t want to alter the java files unless absolutely
necessary.

  Thanks in advance

 Scott



 Scott Renton

 Digital Developer

 Lower Ground Floor East

 Main Library, George Square

 tel: 515219






  --

 P Please consider the environment before you print this email.
 The contents of this e-mail (including any attachments) may be
 confidential and/or subject to copyright. Any unauthorised use,
 distribution, or copying of the contents is expressly prohibited. If you
 have received this e-mail in error, please advise the sender by return
 e-mail or telephone and then delete this e-mail together with all
 attachments from your system.

 The University of Edinburgh is a charitable body, registered in
 Scotland, with registration number SC005336.


 --

 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
___
DSpace-tech mailing list
DSpace-tech

Re: [Dspace-tech] Three user questions

2015-07-28 Thread Fitchett, Deborah
Stumbling around looking for something else, have found the answer to #1:

In dspace/config/modules/workflow.cfg there’s a line
reviewer.file-edit=false
--Change this to true and reviewers can add/edit/remove files from the 
submission.

Deborah

From: Fitchett, Deborah [mailto:deborah.fitch...@lincoln.ac.nz]
Sent: Tuesday, 14 July 2015 11:30 a.m.
To: RENTON Scott; dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Three user questions

Hi Scott et al,

We’re on v.3.1, just switched to XMLUI, and are also wondering about the first 
two questions:

1) We definitely were able to add files when editing metadata under v.3.1 
JSPUI, and for our workflows it’s really useful to be able to do this.
2) Likewise would love to be able to display the number of items in a 
collection again.

Does anyone know about either of these?

For the third question, I went with what I knew and created a javascript 
bookmarklet that hides “Archived submissions”, makes all the remaining tables 
sortable, and automatically sorts by oldest tasks first: 
https://github.com/LincolnUniLTL/dspace/tree/master/workflowhelper   It’s a bit 
of a hack but might be useful as a workaround.

Deborah

From: RENTON Scott [mailto:scott.ren...@ed.ac.uk]
Sent: Friday, 10 July 2015 9:40 p.m.
To: dspace-tech@lists.sourceforge.netmailto:dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] Three user questions

Hi folks

Sorry to package different things up in one e-mail. I have a user who we’re 
upgrading from 1.8 to 4.2 who has asked for some things which seem a little bit 
off-road”!

  1.  Workflow Tasks- when the approver takes task and goes to edit metadata, 
they’ve noticed there’s no option to add a file- there’s a feeling here that 
this is a conscious decision, it’s perfectly reasonable for the approver NOT to 
be able to add a file at this point. It looks like it was possible in the v1.8 
JSPUI, so just wanted to check that this is by design and not a bug.
  2.  The old JSPUI displayed (or could be configured to display) the number of 
items in a collection in brackets on collections lists. Is this configurable 
for them in 4.2? I could not find a way to do this, and haven’t seen any other 
sites which have.
  3.  They have requested Workflow Tasks come above Archived Submission on the 
Submission page layout. It appears to me that this cannot be done in any XSLT 
files, so wondered if such a change would need to be performed in 
Submissions.java in the XMLUI. I have only changed the XSLs in mirage for 
layout thus far, so don’t want to alter the java files unless absolutely 
necessary.
Thanks in advance
Scott

Scott Renton
Digital Developer
Lower Ground Floor East
Main Library, George Square
tel: 515219




P Please consider the environment before you print this email.
The contents of this e-mail (including any attachments) may be confidential 
and/or subject to copyright. Any unauthorised use, distribution, or copying of 
the contents is expressly prohibited. If you have received this e-mail in 
error, please advise the sender by return e-mail or telephone and then delete 
this e-mail together with all attachments from your system.
--
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Three user questions

2015-07-14 Thread RENTON Scott
Hi Deborah, Hilton directed me to the following on counters:

Show counters: On dspace.cfg, search for webui.strengths.show and change to 
true.

Thanks for the advice on the Archived Submissions issue!

Still not sure about question 1), I fear.

Thanks very much

Scott

Scott Renton
Digital Developer
Lower Ground Floor East
Main Library, George Square
tel: 515219



From: Fitchett, Deborah 
deborah.fitch...@lincoln.ac.nzmailto:deborah.fitch...@lincoln.ac.nz
Date: Tuesday, 14 July 2015 00:29
To: Scott RENTON scott.ren...@ed.ac.ukmailto:scott.ren...@ed.ac.uk, 
dspace-tech@lists.sourceforge.netmailto:dspace-tech@lists.sourceforge.net 
dspace-tech@lists.sourceforge.netmailto:dspace-tech@lists.sourceforge.net
Subject: RE: Three user questions

Hi Scott et al,

We're on v.3.1, just switched to XMLUI, and are also wondering about the first 
two questions:

1) We definitely were able to add files when editing metadata under v.3.1 
JSPUI, and for our workflows it's really useful to be able to do this.
2) Likewise would love to be able to display the number of items in a 
collection again.

Does anyone know about either of these?

For the third question, I went with what I knew and created a javascript 
bookmarklet that hides Archived submissions, makes all the remaining tables 
sortable, and automatically sorts by oldest tasks first: 
https://github.com/LincolnUniLTL/dspace/tree/master/workflowhelper   It's a bit 
of a hack but might be useful as a workaround.

Deborah

From: RENTON Scott [mailto:scott.ren...@ed.ac.uk]
Sent: Friday, 10 July 2015 9:40 p.m.
To: dspace-tech@lists.sourceforge.netmailto:dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] Three user questions

Hi folks

Sorry to package different things up in one e-mail. I have a user who we're 
upgrading from 1.8 to 4.2 who has asked for some things which seem a little bit 
off-road!

  1.  Workflow Tasks- when the approver takes task and goes to edit metadata, 
they've noticed there's no option to add a file- there's a feeling here that 
this is a conscious decision, it's perfectly reasonable for the approver NOT to 
be able to add a file at this point. It looks like it was possible in the v1.8 
JSPUI, so just wanted to check that this is by design and not a bug.
  2.  The old JSPUI displayed (or could be configured to display) the number of 
items in a collection in brackets on collections lists. Is this configurable 
for them in 4.2? I could not find a way to do this, and haven't seen any other 
sites which have.
  3.  They have requested Workflow Tasks come above Archived Submission on the 
Submission page layout. It appears to me that this cannot be done in any XSLT 
files, so wondered if such a change would need to be performed in 
Submissions.java in the XMLUI. I have only changed the XSLs in mirage for 
layout thus far, so don't want to alter the java files unless absolutely 
necessary.
Thanks in advance
Scott

Scott Renton
Digital Developer
Lower Ground Floor East
Main Library, George Square
tel: 515219




P Please consider the environment before you print this email.
The contents of this e-mail (including any attachments) may be confidential 
and/or subject to copyright. Any unauthorised use, distribution, or copying of 
the contents is expressly prohibited. If you have received this e-mail in 
error, please advise the sender by return e-mail or telephone and then delete 
this e-mail together with all attachments from your system.
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.
--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Three user questions

2015-07-14 Thread Hilton Gibson
On 14 July 2015 at 22:21, Fitchett, Deborah deborah.fitch...@lincoln.ac.nz
wrote:

 webui.strengths.show


​Hi Scott,

See comments here:
https://github.com/DSpace/DSpace/blob/master/dspace/config/dspace.cfg#L1033-L1037

Cheers

hg​


*Hilton Gibson*
Ubuntu Linux Systems Administrator
Stellenbosch University Library
http://staff.lib.sun.ac.za/~hgibson/docs/cv/cv.html
--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Three user questions

2015-07-14 Thread Fitchett, Deborah
Hi Scott, thanks very much!

When I check dspace.cfg we do have webui.strengths.show=true, but it notes that 
“This configuration is not used by XMLUI.  To show strengths in the XMLUI, you 
just need create a theme which displays them”.

And I see that community-list.xsl does have a “Display community strengths 
(item counts) if they exist” section – but the test for this isn’t getting 
fulfilled as it looks like the value $data (aka 
./mets:dmdSec/mets:mdWrap/mets:xmlData/dim:dim) doesn’t contain any value at 
all for $data/dim:field[@element='format'][@qualifier='extent'][1].

Does anyone know where/how this value is created/stored?

Deborah

From: RENTON Scott [mailto:scott.ren...@ed.ac.uk]
Sent: Tuesday, 14 July 2015 9:53 p.m.
To: Fitchett, Deborah; dspace-tech@lists.sourceforge.net
Subject: Re: Three user questions

Hi Deborah, Hilton directed me to the following on counters:


Show counters: On dspace.cfg, search for webui.strengths.show and change to 
true.

Thanks for the advice on the Archived Submissions issue!

Still not sure about question 1), I fear.

Thanks very much

Scott
Scott Renton
Digital Developer
Lower Ground Floor East
Main Library, George Square
tel: 515219



From: Fitchett, Deborah 
deborah.fitch...@lincoln.ac.nzmailto:deborah.fitch...@lincoln.ac.nz
Date: Tuesday, 14 July 2015 00:29
To: Scott RENTON scott.ren...@ed.ac.ukmailto:scott.ren...@ed.ac.uk, 
dspace-tech@lists.sourceforge.netmailto:dspace-tech@lists.sourceforge.net 
dspace-tech@lists.sourceforge.netmailto:dspace-tech@lists.sourceforge.net
Subject: RE: Three user questions

Hi Scott et al,

We’re on v.3.1, just switched to XMLUI, and are also wondering about the first 
two questions:

1) We definitely were able to add files when editing metadata under v.3.1 
JSPUI, and for our workflows it’s really useful to be able to do this.
2) Likewise would love to be able to display the number of items in a 
collection again.

Does anyone know about either of these?

For the third question, I went with what I knew and created a javascript 
bookmarklet that hides “Archived submissions”, makes all the remaining tables 
sortable, and automatically sorts by oldest tasks first: 
https://github.com/LincolnUniLTL/dspace/tree/master/workflowhelper   It’s a bit 
of a hack but might be useful as a workaround.

Deborah

From: RENTON Scott [mailto:scott.ren...@ed.ac.uk]
Sent: Friday, 10 July 2015 9:40 p.m.
To: dspace-tech@lists.sourceforge.netmailto:dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] Three user questions

Hi folks

Sorry to package different things up in one e-mail. I have a user who we’re 
upgrading from 1.8 to 4.2 who has asked for some things which seem a little bit 
off-road”!

  1.  Workflow Tasks- when the approver takes task and goes to edit metadata, 
they’ve noticed there’s no option to add a file- there’s a feeling here that 
this is a conscious decision, it’s perfectly reasonable for the approver NOT to 
be able to add a file at this point. It looks like it was possible in the v1.8 
JSPUI, so just wanted to check that this is by design and not a bug.
  2.  The old JSPUI displayed (or could be configured to display) the number of 
items in a collection in brackets on collections lists. Is this configurable 
for them in 4.2? I could not find a way to do this, and haven’t seen any other 
sites which have.
  3.  They have requested Workflow Tasks come above Archived Submission on the 
Submission page layout. It appears to me that this cannot be done in any XSLT 
files, so wondered if such a change would need to be performed in 
Submissions.java in the XMLUI. I have only changed the XSLs in mirage for 
layout thus far, so don’t want to alter the java files unless absolutely 
necessary.
Thanks in advance
Scott

Scott Renton
Digital Developer
Lower Ground Floor East
Main Library, George Square
tel: 515219




P Please consider the environment before you print this email.
The contents of this e-mail (including any attachments) may be confidential 
and/or subject to copyright. Any unauthorised use, distribution, or copying of 
the contents is expressly prohibited. If you have received this e-mail in 
error, please advise the sender by return e-mail or telephone and then delete 
this e-mail together with all attachments from your system.
--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Three user questions

2015-07-14 Thread Hilton Gibson
Hi Deborah,

Also see: http://scholar.sun.ac.za/?XML
To view the DIM XML just add ?XML at the end of the the URL.
See:
http://wiki.lib.sun.ac.za/index.php/SUNScholar/XMLUI_Theme/Tutorial#DRI2XHTML_Transformers

Cheers

hg


*Hilton Gibson*
Ubuntu Linux Systems Administrator
Stellenbosch University Library
http://staff.lib.sun.ac.za/~hgibson/docs/cv/cv.html


On 14 July 2015 at 22:21, Fitchett, Deborah deborah.fitch...@lincoln.ac.nz
wrote:

  Hi Scott, thanks very much!



 When I check dspace.cfg we do have webui.strengths.show=true, but it
 notes that “This configuration is not used by XMLUI.  To show strengths in
 the XMLUI, you just need create a theme which displays them”.



 And I see that community-list.xsl does have a “Display community strengths
 (item counts) if they exist” section – but the test for this isn’t getting
 fulfilled as it looks like the value $data (aka
 ./mets:dmdSec/mets:mdWrap/mets:xmlData/dim:dim) doesn’t contain any value
 at all for $data/dim:field[@element='format'][@qualifier='extent'][1].



 Does anyone know where/how this value is created/stored?



 Deborah



 *From:* RENTON Scott [mailto:scott.ren...@ed.ac.uk]
 *Sent:* Tuesday, 14 July 2015 9:53 p.m.
 *To:* Fitchett, Deborah; dspace-tech@lists.sourceforge.net
 *Subject:* Re: Three user questions



 Hi Deborah, Hilton directed me to the following on counters:



   Show counters: On dspace.cfg, search for *webui.strengths.show* and
 change to *true*.

 Thanks for the advice on the Archived Submissions issue!

 Still not sure about question 1), I fear.

 Thanks very much

 Scott

 Scott Renton

 Digital Developer

 Lower Ground Floor East

 Main Library, George Square

 tel: 515219







 *From: *Fitchett, Deborah deborah.fitch...@lincoln.ac.nz
 *Date: *Tuesday, 14 July 2015 00:29
 *To: *Scott RENTON scott.ren...@ed.ac.uk, 
 dspace-tech@lists.sourceforge.net dspace-tech@lists.sourceforge.net
 *Subject: *RE: Three user questions



 Hi Scott et al,



 We’re on v.3.1, just switched to XMLUI, and are also wondering about the
 first two questions:



 1) We definitely were able to add files when editing metadata under v.3.1
 JSPUI, and for our workflows it’s really useful to be able to do this.

 2) Likewise would love to be able to display the number of items in a
 collection again.



 Does anyone know about either of these?



 For the third question, I went with what I knew and created a javascript
 bookmarklet that hides “Archived submissions”, makes all the remaining
 tables sortable, and automatically sorts by oldest tasks first:
 https://github.com/LincolnUniLTL/dspace/tree/master/workflowhelper   It’s
 a bit of a hack but might be useful as a workaround.



 Deborah



 *From:* RENTON Scott [mailto:scott.ren...@ed.ac.uk scott.ren...@ed.ac.uk]

 *Sent:* Friday, 10 July 2015 9:40 p.m.
 *To:* dspace-tech@lists.sourceforge.net
 *Subject:* [Dspace-tech] Three user questions



 Hi folks



 Sorry to package different things up in one e-mail. I have a user who
 we’re upgrading from 1.8 to 4.2 who has asked for some things which seem a
 little bit off-road”!

1. Workflow Tasks- when the approver takes task and goes to edit
metadata, they’ve noticed there’s no option to add a file- there’s a
feeling here that this is a conscious decision, it’s perfectly reasonable
for the approver NOT to be able to add a file at this point. It looks like
it was possible in the v1.8 JSPUI, so just wanted to check that this is by
design and not a bug.
2. The old JSPUI displayed (or could be configured to display) the
number of items in a collection in brackets on collections lists. Is this
configurable for them in 4.2? I could not find a way to do this, and
haven’t seen any other sites which have.
3. They have requested Workflow Tasks come above Archived Submission
on the Submission page layout. It appears to me that this cannot be done in
any XSLT files, so wondered if such a change would need to be performed in
Submissions.java in the XMLUI. I have only changed the XSLs in mirage for
layout thus far, so don’t want to alter the java files unless absolutely
necessary.

  Thanks in advance

 Scott



 Scott Renton

 Digital Developer

 Lower Ground Floor East

 Main Library, George Square

 tel: 515219






  --

 P Please consider the environment before you print this email.
 The contents of this e-mail (including any attachments) may be
 confidential and/or subject to copyright. Any unauthorised use,
 distribution, or copying of the contents is expressly prohibited. If you
 have received this e-mail in error, please advise the sender by return
 e-mail or telephone and then delete this e-mail together with all
 attachments from your system.


 --
 Don't Limit Your Business. Reach for the Cloud.
 GigeNET's Cloud Solutions provide you with the tools and support that
 you

Re: [Dspace-tech] Three user questions

2015-07-14 Thread Fitchett, Deborah
Thank you! Following this information I get to the METS XML page at 
https://researcharchive.lincoln.ac.nz/metadata/handle/10182/3/mets.xml where I 
can confirm mets:xmlData has no dim:field element=format 
qualifier=extent mdschema=dc field which seems to be what the test in the 
theme xsl is looking for.


Given the comments on the dspace.cfg from version 4.0, it sounds like for 
version 3.x the strengths aren’t made available to themes? If this is the case 
we’ll park this until we upgrade to 5.x sometime next year.

Deborah

From: Hilton Gibson [mailto:hilton.gib...@gmail.com]
Sent: Wednesday, 15 July 2015 8:37 a.m.
To: Fitchett, Deborah
Cc: RENTON Scott; dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Three user questions

Hi Deborah,

Also see: http://scholar.sun.ac.za/?XML
To view the DIM XML just add ?XML at the end of the the URL.
See: 
http://wiki.lib.sun.ac.za/index.php/SUNScholar/XMLUI_Theme/Tutorial#DRI2XHTML_Transformers

Cheers

hg


Hilton Gibson
Ubuntu Linux Systems Administrator
Stellenbosch University Library
http://staff.lib.sun.ac.za/~hgibson/docs/cv/cv.html


On 14 July 2015 at 22:21, Fitchett, Deborah 
deborah.fitch...@lincoln.ac.nzmailto:deborah.fitch...@lincoln.ac.nz wrote:
Hi Scott, thanks very much!

When I check dspace.cfg we do have webui.strengths.show=true, but it notes that 
“This configuration is not used by XMLUI.  To show strengths in the XMLUI, you 
just need create a theme which displays them”.

And I see that community-list.xsl does have a “Display community strengths 
(item counts) if they exist” section – but the test for this isn’t getting 
fulfilled as it looks like the value $data (aka 
./mets:dmdSec/mets:mdWrap/mets:xmlData/dim:dim) doesn’t contain any value at 
all for $data/dim:field[@element='format'][@qualifier='extent'][1].

Does anyone know where/how this value is created/stored?

Deborah

From: RENTON Scott [mailto:scott.ren...@ed.ac.ukmailto:scott.ren...@ed.ac.uk]
Sent: Tuesday, 14 July 2015 9:53 p.m.
To: Fitchett, Deborah; 
dspace-tech@lists.sourceforge.netmailto:dspace-tech@lists.sourceforge.net
Subject: Re: Three user questions

Hi Deborah, Hilton directed me to the following on counters:

Show counters: On dspace.cfg, search for webui.strengths.show and change to 
true.

Thanks for the advice on the Archived Submissions issue!

Still not sure about question 1), I fear.

Thanks very much

Scott
Scott Renton
Digital Developer
Lower Ground Floor East
Main Library, George Square
tel: 515219



From: Fitchett, Deborah 
deborah.fitch...@lincoln.ac.nzmailto:deborah.fitch...@lincoln.ac.nz
Date: Tuesday, 14 July 2015 00:29
To: Scott RENTON scott.ren...@ed.ac.ukmailto:scott.ren...@ed.ac.uk, 
dspace-tech@lists.sourceforge.netmailto:dspace-tech@lists.sourceforge.net 
dspace-tech@lists.sourceforge.netmailto:dspace-tech@lists.sourceforge.net
Subject: RE: Three user questions

Hi Scott et al,

We’re on v.3.1, just switched to XMLUI, and are also wondering about the first 
two questions:

1) We definitely were able to add files when editing metadata under v.3.1 
JSPUI, and for our workflows it’s really useful to be able to do this.
2) Likewise would love to be able to display the number of items in a 
collection again.

Does anyone know about either of these?

For the third question, I went with what I knew and created a javascript 
bookmarklet that hides “Archived submissions”, makes all the remaining tables 
sortable, and automatically sorts by oldest tasks first: 
https://github.com/LincolnUniLTL/dspace/tree/master/workflowhelper   It’s a bit 
of a hack but might be useful as a workaround.

Deborah

From: RENTON Scott [mailto:scott.ren...@ed.ac.uk]
Sent: Friday, 10 July 2015 9:40 p.m.
To: dspace-tech@lists.sourceforge.netmailto:dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] Three user questions

Hi folks

Sorry to package different things up in one e-mail. I have a user who we’re 
upgrading from 1.8 to 4.2 who has asked for some things which seem a little bit 
off-road”!

  1.  Workflow Tasks- when the approver takes task and goes to edit metadata, 
they’ve noticed there’s no option to add a file- there’s a feeling here that 
this is a conscious decision, it’s perfectly reasonable for the approver NOT to 
be able to add a file at this point. It looks like it was possible in the v1.8 
JSPUI, so just wanted to check that this is by design and not a bug.
  2.  The old JSPUI displayed (or could be configured to display) the number of 
items in a collection in brackets on collections lists. Is this configurable 
for them in 4.2? I could not find a way to do this, and haven’t seen any other 
sites which have.
  3.  They have requested Workflow Tasks come above Archived Submission on the 
Submission page layout. It appears to me that this cannot be done in any XSLT 
files, so wondered if such a change would need to be performed in 
Submissions.java in the XMLUI. I have only changed the XSLs in mirage for 
layout thus far, so don’t want to alter

Re: [Dspace-tech] Three user questions

2015-07-13 Thread Fitchett, Deborah
Hi Scott et al,

We’re on v.3.1, just switched to XMLUI, and are also wondering about the first 
two questions:

1) We definitely were able to add files when editing metadata under v.3.1 
JSPUI, and for our workflows it’s really useful to be able to do this.
2) Likewise would love to be able to display the number of items in a 
collection again.

Does anyone know about either of these?

For the third question, I went with what I knew and created a javascript 
bookmarklet that hides “Archived submissions”, makes all the remaining tables 
sortable, and automatically sorts by oldest tasks first: 
https://github.com/LincolnUniLTL/dspace/tree/master/workflowhelper   It’s a bit 
of a hack but might be useful as a workaround.

Deborah

From: RENTON Scott [mailto:scott.ren...@ed.ac.uk]
Sent: Friday, 10 July 2015 9:40 p.m.
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] Three user questions

Hi folks

Sorry to package different things up in one e-mail. I have a user who we’re 
upgrading from 1.8 to 4.2 who has asked for some things which seem a little bit 
off-road”!

  1.  Workflow Tasks- when the approver takes task and goes to edit metadata, 
they’ve noticed there’s no option to add a file- there’s a feeling here that 
this is a conscious decision, it’s perfectly reasonable for the approver NOT to 
be able to add a file at this point. It looks like it was possible in the v1.8 
JSPUI, so just wanted to check that this is by design and not a bug.
  2.  The old JSPUI displayed (or could be configured to display) the number of 
items in a collection in brackets on collections lists. Is this configurable 
for them in 4.2? I could not find a way to do this, and haven’t seen any other 
sites which have.
  3.  They have requested Workflow Tasks come above Archived Submission on the 
Submission page layout. It appears to me that this cannot be done in any XSLT 
files, so wondered if such a change would need to be performed in 
Submissions.java in the XMLUI. I have only changed the XSLs in mirage for 
layout thus far, so don’t want to alter the java files unless absolutely 
necessary.
Thanks in advance
Scott

Scott Renton
Digital Developer
Lower Ground Floor East
Main Library, George Square
tel: 515219




P Please consider the environment before you print this email.
The contents of this e-mail (including any attachments) may be confidential 
and/or subject to copyright. Any unauthorised use, distribution, or copying of 
the contents is expressly prohibited. If you have received this e-mail in 
error, please advise the sender by return e-mail or telephone and then delete 
this e-mail together with all attachments from your system.
--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] Three user questions

2015-07-10 Thread RENTON Scott
Hi folks

Sorry to package different things up in one e-mail. I have a user who we're 
upgrading from 1.8 to 4.2 who has asked for some things which seem a little bit 
off-road!

  1.  Workflow Tasks- when the approver takes task and goes to edit metadata, 
they've noticed there's no option to add a file- there's a feeling here that 
this is a conscious decision, it's perfectly reasonable for the approver NOT to 
be able to add a file at this point. It looks like it was possible in the v1.8 
JSPUI, so just wanted to check that this is by design and not a bug.
  2.  The old JSPUI displayed (or could be configured to display) the number of 
items in a collection in brackets on collections lists. Is this configurable 
for them in 4.2? I could not find a way to do this, and haven't seen any other 
sites which have.
  3.  They have requested Workflow Tasks come above Archived Submission on the 
Submission page layout. It appears to me that this cannot be done in any XSLT 
files, so wondered if such a change would need to be performed in 
Submissions.java in the XMLUI. I have only changed the XSLs in mirage for 
layout thus far, so don't want to alter the java files unless absolutely 
necessary.

Thanks in advance
Scott

Scott Renton
Digital Developer
Lower Ground Floor East
Main Library, George Square
tel: 515219


The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.
--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette