[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 16511: Help Page Link override in general settings implementation

2014-08-26 Thread noreply
revno: 16511 committer: James Chang jamesbch...@gmail.com branch nick: dhis2 timestamp: Tue 2014-08-26 14:05:04 +0700 message: Help Page Link override in general settings implementation added:

Re: [Dhis2-devs] [Dhis2-users] API resources navigation

2014-08-26 Thread Lars Helge Øverland
Hi, the reason why we removed HTML view was that they were static and it turned out to be very inconvenient to keep the templates up to date, leading to questions why properties were not there etc. Ideally we want the HTML views to be rendered automatically based on the XML/JSON representations.

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 16512: Removed pointless code

2014-08-26 Thread noreply
revno: 16512 committer: Lars Helge Overland larshe...@gmail.com branch nick: dhis2 timestamp: Tue 2014-08-26 09:44:39 +0200 message: Removed pointless code modified:

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 16513: PeriodCache, minor performance improvement

2014-08-26 Thread noreply
revno: 16513 committer: Lars Helge Overland larshe...@gmail.com branch nick: dhis2 timestamp: Tue 2014-08-26 09:49:22 +0200 message: PeriodCache, minor performance improvement modified:

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 16514: add caching to PeriodType

2014-08-26 Thread noreply
revno: 16514 committer: Morten Olav Hansen morte...@gmail.com branch nick: dhis2 timestamp: Tue 2014-08-26 15:03:20 +0700 message: add caching to PeriodType modified: dhis-2/dhis-api/src/main/java/org/hisp/dhis/calendar/TimeUnit.java

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 16515: Clock, minor fix

2014-08-26 Thread noreply
revno: 16515 committer: Lars Helge Overland larshe...@gmail.com branch nick: dhis2 timestamp: Tue 2014-08-26 10:41:22 +0200 message: Clock, minor fix modified:

Re: [Dhis2-devs] Assigning org unit to program via API

2014-08-26 Thread Morten Olav Hansen
Hi Mahendra If you want to update a program, you need to use a PUT request to the /api/programs/id It's saying Object already exists because the uid already exists in the system. Btw, you need to send the full payload, we don't support partial updates. -- Morten On Tue, Aug 26, 2014 at 4:06

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 16517: compilation fix, remove old import

2014-08-26 Thread noreply
revno: 16517 committer: Morten Olav Hansen morte...@gmail.com branch nick: dhis2 timestamp: Tue 2014-08-26 16:25:52 +0700 message: compilation fix, remove old import modified:

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 16518: compilation fix, remove old import in SpringDataValueSetStore

2014-08-26 Thread noreply
revno: 16518 committer: Morten Olav Hansen morte...@gmail.com branch nick: dhis2 timestamp: Tue 2014-08-26 16:26:55 +0700 message: compilation fix, remove old import in SpringDataValueSetStore modified:

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 16516: Removed PeriodCache bean, replaced by internal cache in PeriodType

2014-08-26 Thread noreply
revno: 16516 committer: Lars Helge Overland larshe...@gmail.com branch nick: dhis2 timestamp: Tue 2014-08-26 10:46:50 +0200 message: Removed PeriodCache bean, replaced by internal cache in PeriodType removed:

Re: [Dhis2-devs] [Dhis2-users] API resources navigation

2014-08-26 Thread Jason Pickering
There are a number of extensions to Chrome which help with this. I personally use XMLTree although this is not an endorsement of this plugin. You can search the Chrome store for many such add-ons. Best regards, Jason On Mon, Aug 25, 2014 at 9:14 PM, Brajesh Murari brajjeshmur...@gmail.com

Re: [Dhis2-devs] [Dhis2-users] API resources navigation

2014-08-26 Thread Lars Helge Øverland
Another one that allows you to click on the links are XV: https://chrome.google.com/webstore/detail/xv-%E2%80%94-xml-viewer/eeocglpgjdpaefaedpblffpeebgmgddk ___ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.launchpad.net

Re: [Dhis2-devs] Assigning org unit to program via API

2014-08-26 Thread Morten Olav Hansen
Hi What version of dhis are you using? and what revision? there have been changes to this in 2.16 vs trunk, which can cause issues like that (your db will only be valid with either 2.16 or trunk, you can't switch between them) Also make sure that you are using newest trunk or newest 2.16, since

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 16519: add displayName to /api/resources, gives an automatic 'beautified' version of the plural name, wi...

2014-08-26 Thread noreply
revno: 16519 committer: Morten Olav Hansen morte...@gmail.com branch nick: dhis2 timestamp: Tue 2014-08-26 17:16:54 +0700 message: add displayName to /api/resources, gives an automatic 'beautified' version of the plural name, will

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 16520: update Schema with displayName, falls back to name if not present. Use displayName in dxf2 metada...

2014-08-26 Thread noreply
revno: 16520 committer: Morten Olav Hansen morte...@gmail.com branch nick: dhis2 timestamp: Tue 2014-08-26 17:30:33 +0700 message: update Schema with displayName, falls back to name if not present. Use displayName in dxf2 metadata

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

2014-08-26 Thread noreply
revno: 16521 committer: Morten Olav Hansen morte...@gmail.com branch nick: dhis2 timestamp: Tue 2014-08-26 17:41:03 +0700 message: Minor fix modified: dhis-2/dhis-api/src/main/java/org/hisp/dhis/schema/Schema.java

Re: [Dhis2-devs] [Dhis2-users] API resources navigation

2014-08-26 Thread Jason Pickering
This is also possible with XMLTree, but you must enable it as an option in the extension settings. Either way, they both pretty much get the job done. :) Regards, Jason On Tue, Aug 26, 2014 at 12:11 PM, Lars Helge Øverland larshe...@gmail.com wrote: Another one that allows you to click on

Re: [Dhis2-devs] Assigning org unit to program via API

2014-08-26 Thread Morten Olav Hansen
Try removing not-null=true (or removing the whole property) from ProgramStage.hbm.xml on the sortOrder property, not sure if its enough though.. You can see the current ProgramStage.hbm.xml (from trunk) here:

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 16522: Model change. Removed Expression.categoryOptionCombos association. Not valid now that we allow to...

2014-08-26 Thread noreply
revno: 16522 committer: Lars Helge Overland larshe...@gmail.com branch nick: dhis2 timestamp: Tue 2014-08-26 12:51:19 +0200 message: Model change. Removed Expression.categoryOptionCombos association. Not valid now that we allow totals

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 16523: Removed class LoginFailure, not in use

2014-08-26 Thread noreply
revno: 16523 committer: Lars Helge Overland larshe...@gmail.com branch nick: dhis2 timestamp: Tue 2014-08-26 13:30:22 +0200 message: Removed class LoginFailure, not in use removed:

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 16524: PT DV GIS share fav/api links.

2014-08-26 Thread noreply
Merge authors: Jan Henrik Øverland (janhenrik-overland) revno: 16524 [merge] committer: Jan Henrik Overland janhenrik.overl...@gmail.com branch nick: dhis2 timestamp: Tue 2014-08-26 14:04:05 +0200 message: PT DV GIS share fav/api

[Dhis2-devs] [Bug 1361627] [NEW] dataset indicators not working with IE8

2014-08-26 Thread Olav P
Public bug reported: In IE8, indicators in datasets (for data entry) do not work. Tested on 2.15 and trunk. This is the console output: Message: Syntax error, unrecognized expression: #(Q9z8zQvuDaT-QWSpQhQNn2G+LQSgzKhQoh8.QWSpQhQNn2G+JsmA90dQeAh.QWSpQhQNn2G+fh1QtNCJUyq.QWSpQhQNn2G)/(1)*(1)-val

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 16525: PT DV GIS ER EV error handling.

2014-08-26 Thread noreply
Merge authors: Jan Henrik Øverland (janhenrik-overland) revno: 16525 [merge] committer: Jan Henrik Overland janhenrik.overl...@gmail.com branch nick: dhis2 timestamp: Tue 2014-08-26 14:22:47 +0200 message: PT DV GIS ER EV error

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 16526: Remove the Allow enrollment in all orgunits from Program object

2014-08-26 Thread noreply
revno: 16526 committer: Tran Chautran.hispviet...@gmail.com branch nick: dhis2 timestamp: Tue 2014-08-26 19:43:04 +0700 message: Remove the Allow enrollment in all orgunits from Program object modified:

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 16527: PT DV GIS ER EV i18n fallback.

2014-08-26 Thread noreply
Merge authors: Jan Henrik Øverland (janhenrik-overland) revno: 16527 [merge] committer: Jan Henrik Overland janhenrik.overl...@gmail.com branch nick: dhis2 timestamp: Tue 2014-08-26 15:53:11 +0200 message: PT DV GIS ER EV i18n

Re: [Dhis2-devs] [Dhis2-users] API resources navigation

2014-08-26 Thread Brajesh Murari
Yes, there are some very useful links http://restclient.net/ This one is also very useful. Regards Brajesh On 8/26/14, Lars Helge Øverland larshe...@gmail.com wrote: Another one that allows you to click on the links are XV:

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 16528: Table css fix

2014-08-26 Thread noreply
revno: 16528 committer: Lars Helge Overland larshe...@gmail.com branch nick: dhis2 timestamp: Tue 2014-08-26 18:08:08 +0200 message: Table css fix modified:

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 16529: tracker capture - WIP for visit scheduling and lost to followup

2014-08-26 Thread noreply
revno: 16529 committer: Abyot Asalefew Gizaw aby...@gmail.com branch nick: dhis2 timestamp: Tue 2014-08-26 18:39:26 +0200 message: tracker capture - WIP for visit scheduling and lost to followup modified:

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 16530: User setting: analysis display property. Work in progress.

2014-08-26 Thread noreply
Merge authors: Jan Henrik Øverland (janhenrik-overland) revno: 16530 [merge] committer: Jan Henrik Overland janhenrik.overl...@gmail.com branch nick: dhis2 timestamp: Tue 2014-08-26 20:28:11 +0200 message: User setting: analysis