I actually like this committer label: HISP., but then how does one do this thing?? I dont see any person registered as HISP in the committer status for that branch?? Any idea how this works or who was the person who committed this??
--- Regards, Saptarshi PURKAYASTHA Director R & D, HISP India Health Information Systems Programme My Tech Blog: http://sunnytalkstech.blogspot.com You Live by CHOICE, Not by CHANCE On 7 February 2010 11:36, <[email protected]> wrote: > ------------------------------------------------------------ > revno: 796 > committer: HISP <h...@hisp-pc> > branch nick: dhis2-in > timestamp: Sun 2010-02-07 16:04:50 +0530 > message: > Minor bug fixed > modified: > > > dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/oust/oust.js > > > dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataadmin/src/main/webapp/dhis-web-maintenance-dataadmin/maintenanceForm.vm > > > -- > lp:~dhis2-devs-india/dhis2/dhis2-in > https://code.launchpad.net/~dhis2-devs-india/dhis2/dhis2-in<https://code.launchpad.net/%7Edhis2-devs-india/dhis2/dhis2-in> > > You are subscribed to branch lp:~dhis2-devs-india/dhis2/dhis2-in. > To unsubscribe from this branch go to > https://code.launchpad.net/~dhis2-devs-india/dhis2/dhis2-in/+edit-subscription<https://code.launchpad.net/%7Edhis2-devs-india/dhis2/dhis2-in/+edit-subscription> > . > > === modified file > 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/oust/oust.js' > --- > dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/oust/oust.js > 2010-02-07 07:30:24 +0000 > +++ > dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/oust/oust.js > 2010-02-07 10:34:50 +0000 > @@ -145,15 +145,16 @@ > treeTag.removeChild( children[0] ); > } > > - console.info("request ajax here "); > jQuery.ajax({ > type:"GET" > - ,url : 'getExpandedTree.action' > + ,url : selectionTreePath + 'getExpandedTree.action' > ,async:false > ,success: function(xml){ > if(xml){ > var dom = (new > DOMParser()).parseFromString(xml, "text/xml"); > treeReceived(dom); > + }else{ > + clearLoadingMessage( treeTag ); > } > } > }); > > === modified file > 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataadmin/src/main/webapp/dhis-web-maintenance-dataadmin/maintenanceForm.vm' > --- > dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataadmin/src/main/webapp/dhis-web-maintenance-dataadmin/maintenanceForm.vm > 2009-09-28 17:29:01 +0000 > +++ > dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataadmin/src/main/webapp/dhis-web-maintenance-dataadmin/maintenanceForm.vm > 2010-02-07 10:34:50 +0000 > @@ -26,12 +26,12 @@ > <label for="dataSetCompleteness">$i18n.getString( > "clear_dataset_completeness" )</label> > </p> > > -<!-- > + > <p> > <input type="checkbox" id="prunePeriods"> > <label for="prunePeriods">$i18n.getString( "prune_periods" )</label> > </p> > ---> > + > > <p> > <input type="button" value='$i18n.getString( "perform_maintenance" > )' onclick="performMaintenance()" style="width:170px"> > > >
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : [email protected] Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp

