[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 16230: Indicator expression builder, moved js to separate file

2014-07-24 Thread noreply
revno: 16230 committer: Lars Helge Overland branch nick: dhis2 timestamp: Fri 2014-07-25 08:49:27 +0200 message: Indicator expression builder, moved js to separate file added: dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenanc

Re: [Dhis2-devs] [Dhis2-users] Dataset Section

2014-07-24 Thread Lars Helge Øverland
To make the custom more compact you can go to the custom form editor screen and select "compact" under "style". Lars On Fri, Jul 25, 2014 at 6:59 AM, Kader Irchad Barry wrote: > Hi Lars, > This is a great feature indeed. Just in case it would be considered not > obvious to implement, would it

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 16229: Changed to padauk font for myanmar

2014-07-24 Thread noreply
revno: 16229 committer: Lars Helge Overland branch nick: dhis2 timestamp: Fri 2014-07-25 08:04:07 +0200 message: Changed to padauk font for myanmar removed: dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons

Re: [Dhis2-devs] [Dhis2-users] Dataset Section

2014-07-24 Thread Knut Staring
Since spreadsheet-like grids are really common (occur pretty much whenever we have a dimensional breakdown), we could also consider providing a CSS template for this scenario, to avoid everyone reinventing that wheel. On Thu, Jul 24, 2014 at 9:49 PM, Lars Helge Øverland wrote: > Hi Kader, > > a

Re: [Dhis2-devs] [Dhis2-users] Dataset Section

2014-07-24 Thread Knut Staring
Nice, but any idea how to get rid of other padding?? On Jul 25, 2014 2:20 AM, "Lars Helge Øverland" wrote: > Wrong link due to cache, this is it: > https://www.dhis2.org/doc/snapshot/en/user/html/ch32s38.html > ___ Mailing list: https://launchpad.net/~d

[Dhis2-devs] [Bug 1348239] Re: DHIS2.16 Data elements not showing in DV if combined with indicators

2014-07-24 Thread Lars Helge Øverland
** Changed in: dhis2 Status: Confirmed => Fix Released ** Changed in: dhis2 Status: Fix Released => Fix Committed ** Changed in: dhis2 Assignee: Jan Henrik Øverland (janhenrik-overland) => Lars Helge Øverland (larshelge) -- You received this bug notification because you are

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 16228: Debug code

2014-07-24 Thread noreply
revno: 16228 committer: Lars Helge Overland branch nick: dhis2 timestamp: Fri 2014-07-25 01:39:15 +0200 message: Debug code modified: dhis-2/dhis-web/dhis-web-pivot/src/main/webapp/dhis-web-pivot/app/scripts/app.js dhis-2/dhis-we

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 16227: DV, fixed bug occuring with multiple data dimensions selected simultaneously

2014-07-24 Thread noreply
revno: 16227 committer: Lars Helge Overland branch nick: dhis2 timestamp: Fri 2014-07-25 01:37:21 +0200 message: DV, fixed bug occuring with multiple data dimensions selected simultaneously modified: dhis-2/dhis-web/dhis-web-pivot/s

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 16226: Extra check for custom html form in expression service

2014-07-24 Thread noreply
revno: 16226 committer: Lars Helge Overland branch nick: dhis2 timestamp: Thu 2014-07-24 22:14:53 +0200 message: Extra check for custom html form in expression service modified: dhis-2/dhis-services/dhis-service-core/src/main/java/o

[Dhis2-devs] [Bug 1348239] Re: DHIS2.16 Data elements not showing in DV if combined with indicators

2014-07-24 Thread Lars Helge Øverland
** Changed in: dhis2 Milestone: None => 2.16 ** Changed in: dhis2 Assignee: (unassigned) => Jan Henrik Øverland (janhenrik-overland) ** Changed in: dhis2 Importance: Undecided => Critical ** Changed in: dhis2 Status: New => Confirmed -- You received this bug notification bec

Re: [Dhis2-devs] [Dhis2-users] Dataset Section

2014-07-24 Thread Lars Helge Øverland
Wrong link due to cache, this is it: https://www.dhis2.org/doc/snapshot/en/user/html/ch32s38.html ___ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.launchpad.net Unsubscribe : https://launchpad.net/~dhis2-devs More help

Re: [Dhis2-devs] [Dhis2-users] Dataset Section

2014-07-24 Thread Lars Helge Øverland
Hi Kader, actually what you suggest is already implemented in 2.16. You can upload arbitrary CSS and Javascript through the Web API. So e.g. put an id "form-table" on your custom form table, and then something like that in the CSS: #form-table td { width: 3em; } Docs here: https://www.dhis2.or

[Dhis2-devs] Password expire/Change password in a specific period

2014-07-24 Thread Muhire Andrew
Dear All, I am not very sure if it is a bug but we have set our system to Require user account password change IN 3 months, but we came accross an issue where, the system prompt you to change password but the save button becomes incative.  To solve this issue, we used the backend to revert the

Re: [Dhis2-devs] [Dhis2-users] Dataset Section

2014-07-24 Thread Knut Staring
Thanks Kader, I was thinking there would be a more elegant method than to insert a style for each of the 24x20 cells, but your suggestion works well with a simple search/replace of "input" in Notepad++ (no need for an HTML editor). I would also love to get rid of the excessive padding to the left

Re: [Dhis2-devs] [Dhis2-users] Dataset Section

2014-07-24 Thread Knut Staring
Hm...I thought custom forms would do the trick, but unfortunately the very act of binding each cell in the table to a dataelement/categoryoptioncombe makes in the online editor makes the cells far too wide (see the attached form). Would be greateful for tips on how to keep the cells the same width

[Dhis2-devs] [Bug 1348239] [NEW] DHIS2.16 Data elements not showing in DV if combined with indicators

2014-07-24 Thread Adebusoye Anifalaje
Public bug reported: Hi Devs, If you combine data elements and indicators in DV, the data element values are ignored. Interestingly, if you create a table with indicators and data elements and choose to open table as a chart, the chart will show with all the data elements in the indicator dimens