[Branch ~dhis2-devs-india/dhis2/dhis2-in] Rev 796: Minor bug fixed

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, noreply@launchpad.net wrote:


revno: 796

committer: HISP HISP@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

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.

=== 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](http://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>

-<!–

    <input type="checkbox" id="prunePeriods">

    <label for="prunePeriods">$i18n.getString( "prune_periods" )</label>

—>

    <input type="button" value='$i18n.getString( "perform_maintenance" )' onclick="performMaintenance()" style="width:170px">

This normally is a result of the comment in the SSH key that the
commit is sent with.

You can set it to anything you wish in the comment section of the SSH key.

Regards,
Jason

···

On Sun, Feb 7, 2010 at 2:15 PM, Saptarshi Purkayastha <sunbiz@gmail.com> wrote:

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, <noreply@launchpad.net> wrote:

------------------------------------------------------------
revno: 796
committer: HISP <HISP@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
dhis2-in : Code : DHIS

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\.

=== 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 : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help : https://help.launchpad.net/ListHelp

Try $ bzr whoami "yourname email@addr.com"

···

2010/2/7, Jason Pickering <jason.p.pickering@gmail.com>:

This normally is a result of the comment in the SSH key that the
commit is sent with.

You can set it to anything you wish in the comment section of the SSH key.

Regards,
Jason

On Sun, Feb 7, 2010 at 2:15 PM, Saptarshi Purkayastha <sunbiz@gmail.com> > wrote:

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, <noreply@launchpad.net> wrote:

------------------------------------------------------------
revno: 796
committer: HISP <HISP@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
dhis2-in : Code : DHIS

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\.

=== 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 : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help : https://help.launchpad.net/ListHelp

_______________________________________________
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help : https://help.launchpad.net/ListHelp

--
Sendt fra min mobile enhet

ok… How do the administrators find out who this user actually is?? Launchpad bug or feature request??

···

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

2010/2/7 Lars Helge Øverland larshelge@gmail.com

Try $ bzr whoami “yourname email@addr.com

2010/2/7, Jason Pickering jason.p.pickering@gmail.com:

This normally is a result of the comment in the SSH key that the

commit is sent with.

You can set it to anything you wish in the comment section of the SSH key.

Regards,

Jason

On Sun, Feb 7, 2010 at 2:15 PM, Saptarshi Purkayastha sunbiz@gmail.com > > > wrote:

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, noreply@launchpad.net wrote:


revno: 796

committer: HISP HISP@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

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.

=== 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](http://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” )

-<!–

   <input type="checkbox" id="prunePeriods">
   <label for="prunePeriods">$i18n.getString( "prune_periods"

)

—>

   <input type="button" value='$i18n.getString( "perform_maintenance"

)’ onclick=“performMaintenance()” style=“width:170px”>


Mailing list: https://launchpad.net/~dhis2-devs

Post to : dhis2-devs@lists.launchpad.net

Unsubscribe : https://launchpad.net/~dhis2-devs

More help : https://help.launchpad.net/ListHelp


Mailing list: https://launchpad.net/~dhis2-devs

Post to : dhis2-devs@lists.launchpad.net

Unsubscribe : https://launchpad.net/~dhis2-devs

More help : https://help.launchpad.net/ListHelp

Sendt fra min mobile enhet

This is my laptop login user .

···

On Sun, Feb 7, 2010 at 5:45 PM, Saptarshi Purkayastha sunbiz@gmail.com wrote:

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, noreply@launchpad.net wrote:


revno: 796

committer: HISP HISP@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

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.

=== 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](http://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>

-<!–

    <input type="checkbox" id="prunePeriods">

    <label for="prunePeriods">$i18n.getString( "prune_periods" )</label>

—>

    <input type="button" value='$i18n.getString( "perform_maintenance" )' onclick="performMaintenance()" style="width:170px">

Mailing list: https://launchpad.net/~dhis2-devs

Post to : dhis2-devs@lists.launchpad.net

Unsubscribe : https://launchpad.net/~dhis2-devs

More help : https://help.launchpad.net/ListHelp

Regards,
Bharath Kumar. Ch

Bharath,

Cant you change that name??? Because its confusing.

···


Regards,

Namrata Nehete.

Minor correction:

$ bzr whoami “yourname email@addr.com

···

2010/2/7 Lars Helge Øverland larshelge@gmail.com

Try $ bzr whoami “yourname email@addr.com

Try $ bzr whoami “yourname email@addr.com

Minor correction:

$ bzr whoami “yourname email@addr.com

Yes. This will be the best solution.

:slight_smile:

···

2010/2/8 Lars Helge Øverland larshelge@gmail.com

2010/2/7 Lars Helge Øverland larshelge@gmail.com


Mailing list: https://launchpad.net/~dhis2-devs

Post to : dhis2-devs@lists.launchpad.net

Unsubscribe : https://launchpad.net/~dhis2-devs

More help : https://help.launchpad.net/ListHelp


With Regards,
Brajesh