[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 16328: local/in Maintenance RBF work in progress

2014-08-06 Thread noreply
revno: 16328 committer: Mithilesh Kumar Thakur mithilesh.h...@gmail.com branch nick: dhis2 timestamp: Wed 2014-08-06 07:19:35 +0100 message: local/in Maintenance RBF work in progress modified:

[Dhis2-devs] How to Get user Favorite

2014-08-06 Thread winhtaik aung
Hello dhis-devs Could you please tell me how to get user favourite data from WEB API? RegardsWin Htaik Aung(WHA)Contact on Skype winhtaikaung28 ___ Mailing list: https://launchpad.net/~dhis2-devs Post to :

[Dhis2-devs] Problem with resetting password on 2.15

2014-08-06 Thread Elmarie Claasen
Hi all, We have a problem with a database in which we activated the option that passwords must be reset every x months. Suddenly all of the Superusers are getting a message to reset the password which you follow and 'save' but saving does not log you into the database. When you go back to

Re: [Dhis2-devs] Problem with resetting password on 2.15

2014-08-06 Thread Knut Staring
Hi Elmarie, This is just a partial solution, but hopefully will restore your access to the system. Assuming you have direct access to the database (on the command line or through PgAdmin), you can run the following: update users set password = '48e8f1207baef1ef7fe478a57d19f2e5' where username =

Re: [Dhis2-devs] How to Get user Favorite

2014-08-06 Thread Lars Helge Ă˜verland
Hi Win, can you specify a bit more in detail what you mean with user favorite? Is it user settings, pivot table favorites, or something else? regards, Lars On Wed, Aug 6, 2014 at 9:33 AM, winhtaik aung winhtaikaun...@hotmail.com wrote: Hello dhis-devs Could you please tell me how to get

Re: [Dhis2-devs] How to Get user Favorite

2014-08-06 Thread Knut Staring
Hi WHA, The API does not actually use the word favorites, rather you have to look at the lists separately. So for Charts: https://apps.dhis2.org/api/charts.json http://localhost:8082/api/charts.json For Map layers: https://apps.dhis2.org/api/mapViews.json http://localhost:8082/api/mapViews.json

Re: [Dhis2-devs] How to Get user Favorite

2014-08-06 Thread Jan Henrik Ă˜verland
GIS favorites at https://apps.dhis2.org/dev/api/maps.json which has one or more *mapViews* (layers) as Knut mentioned. If you want to get all information about e.g. a report table you can do https://apps.dhis2.org/dev/api/reportTables/C0rhAq1oklh.json?fields=*,columns[*],rows[*],filters[*] but

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 16329: Options / OrganisationUnitControlller, raised the abstraction level and cetnralized some code

2014-08-06 Thread noreply
revno: 16329 committer: Lars Helge Overland larshe...@gmail.com branch nick: dhis2 timestamp: Wed 2014-08-06 13:11:12 +0200 message: Options / OrganisationUnitControlller, raised the abstraction level and cetnralized some code

Re: [Dhis2-devs] [Dhis2-users] dhis 2.16 update

2014-08-06 Thread Peder Andreas Nergaard
Hi, The J2ME clients are now available on https://www.dhis2.org/downloads Br, _Andreas_ On 25. juli 2014 21:34, Deemoyes wrote: Hi Peder, Any info on the J2ME 2.16 Tracker? Regards, Adedayo Sent from my BlackBerry 10 smartphone. *From: *Deemoyes *Sent: *Friday, 4 July 2014 07:13 *To:

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 16330: Options, minor fixes

2014-08-06 Thread noreply
revno: 16330 committer: Lars Helge Overland larshe...@gmail.com branch nick: dhis2 timestamp: Wed 2014-08-06 13:25:51 +0200 message: Options, minor fixes modified:

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 16331: Minor

2014-08-06 Thread noreply
revno: 16331 committer: Lars Helge Overland larshe...@gmail.com branch nick: dhis2 timestamp: Wed 2014-08-06 13:28:26 +0200 message: Minor modified:

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 16332: Used the validationrule.js for all objects in dhis-web-program module.

2014-08-06 Thread noreply
revno: 16332 committer: Tran Chautran.hispviet...@gmail.com branch nick: dhis2 timestamp: Wed 2014-08-06 22:20:54 +0700 message: Used the validationrule.js for all objects in dhis-web-program module. modified:

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 16333: Minor fix

2014-08-06 Thread noreply
revno: 16333 committer: Tran Chautran.hispviet...@gmail.com branch nick: dhis2 timestamp: Wed 2014-08-06 22:25:51 +0700 message: Minor fix modified:

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 16334: Data entry, code style, centralized triggering of events

2014-08-06 Thread noreply
revno: 16334 committer: Lars Helge Overland larshe...@gmail.com branch nick: dhis2 timestamp: Wed 2014-08-06 21:15:50 +0200 message: Data entry, code style, centralized triggering of events modified: