Re: [Dspace-tech] Question about mod_jk, x-forwarded-for and IP-based authentication

2013-09-17 Thread Jordan . Piščanc
We have same problem with Pound Proxy Server / Load Balancer.
But we have to fix the org.dspace.authenticate.IPAuthentication 
described in JIRA https://jira.duraspace.org/browse/DS-1654



-
Jordan PIŠČANC
IR IT Manager  Developer
CenTraCon-SI
http://www.centracon.units.it
http://www.openstarts.units.it
--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Question-about-mod-jk-x-forwarded-for-and-IP-based-authentication-tp4667255p4667338.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. 
http://pubads.g.doubleclick.net/gampad/clk?id=58041151iu=/4140/ostg.clktrk
___
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] How to reverse sorting order of sub-community?

2013-07-03 Thread Jordan . Piščanc
I have done a patch in 
community-home.jsp

Inserting after:
-
%-- 
Collections in this community
 --%

fmt:message key=jsp.community-home.heading2/
  
ul class=collectionListItem
--

This code:
--
%
boolean rvrs = false;
int i;

if ( community.getHandle().equals(XYZ/XYXY1) ||
community.getHandle().equals(XYZ/XYXY2) )rvrs=true;
  
for(int j=0;j collections.length;j++)
  
 {

if (rvrs) { i=collections.length-j-1; } else { i=j; }

%
---

So now I have Reverse order for example on:
http://www.openstarts.units.it/dspace/handle/10077/4673

Hope this help you




-
Jordan PIŠČANC
IR IT Manager  Developer
CenTraCon-SI
http://www.centracon.units.it
http://www.openstarts.units.it
--
View this message in context: 
http://dspace.2283337.n4.nabble.com/How-to-reverse-sorting-order-of-sub-community-tp4665463p4665511.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
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] Creative commons in edit item tool

2013-01-21 Thread Jordan Piščanc

I'm searching also for the same feature!

Where it is in the 1.8.2 or 3.0 Dspace version?

I can't find it in JSPUI or inthe XMLUI.




We recently upgraded to our Dspace 1.5.2 server to Dspace 1.8.2 and noticed
that we no longer have the option to add the Creative Commons licence in the
edit item tool. Is there still an option to either add the CC licence when
submitters forget to add it, or to change the CC licence when the incorrect
licence has been selected?


--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122412___
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