Hi Stuart, can you apply the patch also to the trunk or there are any reason for don't do this? A.
[email protected] ha scritto: > Revision: 3520 > http://dspace.svn.sourceforge.net/dspace/?rev=3520&view=rev > Author: stuartlewis > Date: 2009-03-02 17:57:49 +0000 (Mon, 02 Mar 2009) > > Log Message: > ----------- > SF Patch [2655052] Authors re-ordered when item edited > > Modified Paths: > -------------- > branches/dspace-1_5_x/dspace/CHANGES > > branches/dspace-1_5_x/dspace-xmlui/dspace-xmlui-api/src/main/java/org/dspace/app/xmlui/aspect/administrative/FlowItemUtils.java > > Modified: branches/dspace-1_5_x/dspace/CHANGES > =================================================================== > --- branches/dspace-1_5_x/dspace/CHANGES 2009-02-28 17:50:08 UTC (rev > 3519) > +++ branches/dspace-1_5_x/dspace/CHANGES 2009-03-02 17:57:49 UTC (rev > 3520) > @@ -71,9 +71,12 @@ > - [2385187] Fix for toDate method in DCDate > > (Andrea Bollini) > -- S.F. Patch 2645776 for Bug 2645754 SubmissionController is not thread safe > -- [DS-1] Controlled vocab:he URL http://localhost:8080/jspui/subject-search > gives internal error and a stack trace in dspace.log > + - S.F. Patch 2645776 for Bug 2645754 SubmissionController is not thread safe > + - [DS-1] Controlled vocab:he URL http://localhost:8080/jspui/subject-search > gives internal error and a stack trace in dspace.log > > +(Paulo Jobim) > + - SF Patch [2655052] Authors re-ordered when item edited (xmlui) > + > 1.5.1 final > =========== > > > Modified: > branches/dspace-1_5_x/dspace-xmlui/dspace-xmlui-api/src/main/java/org/dspace/app/xmlui/aspect/administrative/FlowItemUtils.java > =================================================================== > --- > branches/dspace-1_5_x/dspace-xmlui/dspace-xmlui-api/src/main/java/org/dspace/app/xmlui/aspect/administrative/FlowItemUtils.java > 2009-02-28 17:50:08 UTC (rev 3519) > +++ > branches/dspace-1_5_x/dspace-xmlui/dspace-xmlui-api/src/main/java/org/dspace/app/xmlui/aspect/administrative/FlowItemUtils.java > 2009-03-02 17:57:49 UTC (rev 3520) > @@ -203,11 +203,10 @@ > } > } > } > - > > // STEP 3: > // Iterate over all the indexes within the scope and add them > back in. > - for (Integer index : indexes) > + for (Integer index=1; index <= indexes.size(); ++index) > { > String name = request.getParameter("name_"+index); > String value = request.getParameter("value_"+index); > > > This was sent by the SourceForge.net collaborative development platform, the > world's largest Open Source development site. > > ------------------------------------------------------------------------------ > Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA > -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise > -Strategies to boost innovation and cut costs with open source participation > -Receive a $600 discount off the registration fee with the source code: SFAD > http://p.sf.net/sfu/XcvMzF8H > _______________________________________________ > DSpace-changelog mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/dspace-changelog > > > -- Dott. Andrea Bollini Project Manager, IT Architect & Systems Integrator Sezione Servizi per le Biblioteche e l'Editoria Elettronica CILEA, http://www.cilea.it tel. +39 06-59292853 cel. +39 348-8277525 --- Disclaimer: the content of this email is confidential and may be privileged, and it must not be disclosed or copied without the sender's consent. If you have received this message in error, please notify the sender and remove it from your system. The content of this email does not constitute legal advice, nor any responsibility is accepted for loss or damage incurred as a result of acting upon its contents or attachments. The statements and opinions expressed in this email are those of the author and do not necessarily reflect those of the employer. ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ Dspace-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-devel
