Public bug reported:
Trunk build 2371 Nothing happens when clicking on these buttons in the
Edit indicator screen
** Affects: dhis2
Importance: High
Status: New
** Changed in: dhis2
Importance: Undecided => High
--
You received this bug notification because you are a member of
Public bug reported:
Trunk builds 2339 and 2371 - Translation gives the following log
message:
Translations: {shortName=Enfrancais, name=En fran?ais} (TranslateAction.java
[http-8080-11])
* WARN 09:22:18,078 Error setting expression 'id' with value
'[Ljava.lang.String;@13bea95' (CommonsLogger.
** Changed in: dhis2
Importance: Undecided => High
--
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/690088
Title:
Translation is not working
Status in DHIS 2 - District Health Information Softw
Hi Knut,
Please careful with your building action. Sometimes, we built but nothing is
applied. Especially, the dhis-web-common-resources. This bug which has been
fixed at Rev 236. Please test again. If it still there so please share with
us the log. Thanks !
On Tue, Dec 14, 2010 at 4:24 PM, Knut
Hi Hieu,
In fact, I was testing on http://dhis.uio.no/dev, which is at rev 2371
this morning. I don't have access to the log for that server.
Knut
On Tue, Dec 14, 2010 at 10:53 AM, Hieu Dang Duy
wrote:
> Hi Knut,
>
> Please careful with your building action. Sometimes, we built but nothing is
>
Public bug reported:
In the translation screen, one is not allowed to have even spaces in the
shortnames, but immediately get this message "Please verify Letters,
Numbers and Underscore for short name only"
This is completly wrong, because the whole point of translation is to
accommodate characte
** Changed in: dhis2
Assignee: (unassigned) => Tri Tran Thanh (tranthanhtri84)
--
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/690086
Title:
Indicator numerator and denominator buttons not wo
Hi. Knut. I just tested revno 2371.The Indicator numerator and
denominator buttons still work ?
--
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/690086
Title:
Indicator numerator and denominator b
I just tested this on the /dev demo server and it works fine.
Note that the pop up windows are different in this version so maybe your
browser is blocking the windows or something?
--
Ola Hodne Titlestad (Mr)
HISP
Department of Informatics
University of Oslo
Mobil
Hm...yes, it seems to be another unfortunate case of browser caching.
Sorry about that, we can invalidate it now.
Knut
On Tue, Dec 14, 2010 at 11:39 AM, Tri Tran Thanh
wrote:
> Hi. Knut. I just tested revno 2371.The Indicator numerator and
> denominator buttons still work ?
>
> --
> You receive
** Changed in: dhis2
Importance: High => Low
** Changed in: dhis2
Status: New => Invalid
--
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/690086
Title:
Indicator numerator and denominato
** Changed in: dhis2
Importance: Undecided => High
--
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/690113
Title:
Overly restrictive validations for translation shortname
Status in DHIS 2 - Dis
revno: 2372
committer: Lars Helge Overland
branch nick: dhis2
timestamp: Tue 2010-12-14 12:36:39 +0100
message:
Completed organisation unit distribution report
added:
dhis-2/dhis-web/dhis-web-reporting/src/main/java/org/hisp/dhis/re
This is so weird i am even a bit embarressed sharing on the list but I
have had a very strange morning. I've been trying to set up a new
dhis development environment in windoze (which i know is a bad idea
but anyway ..). What seems to be happening is that dhis, when it
starts up, is clobbering ta
Can we see the hibernate.properties in use? A long shot: it might be related
to the hibernate.hbm2ddl.auto property, usually should be set to "update".
On Tue, Dec 14, 2010 at 1:52 PM, Bob Jolliffe wrote:
> This is so weird i am even a bit embarressed sharing on the list but I
> have had a very
Merge authors:
Jan Henrik Øverland (janhenrik-overland)
revno: 2373 [merge]
committer: Jan Henrik Overland
branch nick: dhis2
timestamp: Tue 2010-12-14 14:15:44 +0100
message:
(GIS) Layer specific right click menus added to layertree
Could well be. I just cut and paste a generic postgres hibernate/c3p0 setup.
hibernate.connection.driver_class = org.postgresql.Driver
hibernate.connection.url = jdbc:postgresql://localhost/dhis2_ke
hibernate.connection.username = postgres
hibernate.connection.password = postgres
hibernate.c3p0.m
Merge authors:
Jan Henrik Øverland (janhenrik-overland)
revno: 2374 [merge]
committer: Jan Henrik Overland
branch nick: dhis2
timestamp: Tue 2010-12-14 14:27:39 +0100
message:
(GIS) Minor fixed.
modified:
dhis-2/dhis-web/dhis-web-
Options:
- *validate*: validate the schema, makes no changes to the database
- *update*: update the schema
- *create*: creates the schema, destroying previous data
- *create-drop*: drop the schema at the end of the session
2010/12/14 Bob Jolliffe
> Could well be. I just cut and pa
Good long shot. Included hbm2ddl.auto=true and everything is fine
again :-) But I've never had to set this before (I see what it does
now). Shouldn't this be coming from one of our base inherited
properties?
2010/12/14 Bob Jolliffe :
> Could well be. I just cut and paste a generic postgres hib
Looks like *create-drop *is deafult..
2010/12/14 Bob Jolliffe
> Good long shot. Included hbm2ddl.auto=true and everything is fine
> again :-) But I've never had to set this before (I see what it does
> now). Shouldn't this be coming from one of our base inherited
> properties?
>
> 2010/12/14
On 14 December 2010 13:33, Jan Henrik Øverland
wrote:
> Looks like create-drop is deafult..
Yup I see it in
./dhis-support/dhis-support-hibernate/src/main/resources/hibernate-default.properties:hibernate.hbm2ddl.auto
= create-drop
I wonder is this the right default to value to have. It gave me
Not sure, but I think this create-drop setting has to do with providing
connections to the tests at build time.
Ola,
On 14 December 2010 14:52, Bob Jolliffe wrote:
> On 14 December 2010 13:33, Jan Henrik Øverland
> wrote:
> > Looks like create-drop is deafult..
>
> Yup I see it in
>
> ./dhis-
BTW, next time anyone needs to create a new hibernate.properties file the
correct/recommended settings are always available here:
http://dhis2.org/development#databasesetup
Ola,
On 14 December 2010 15:17, Ola Hodne Titlestad wrote:
> Not sure, but I think this create-drop setting has to do w
Merge authors:
Jan Henrik Øverland (janhenrik-overland)
revno: 2375 [merge]
committer: Jan Henrik Overland
branch nick: dhis2
timestamp: Tue 2010-12-14 15:33:47 +0100
message:
(GIS) CSS fixes: Locate features gridpanel.
modified:
Merge authors:
Jan Henrik Øverland (janhenrik-overland)
revno: 2376 [merge]
committer: Jan Henrik Overland
branch nick: dhis2
timestamp: Tue 2010-12-14 16:16:10 +0100
message:
(GIS) Misc minor fixes.
modified:
dhis-2/dhis-web/dhis
On Tue, Dec 14, 2010 at 3:17 PM, Ola Hodne Titlestad wrote:
> Not sure, but I think this create-drop setting has to do with providing
> connections to the tests at build time.
Yes this is correct and reate-drop is convenient for testing. But we can
easily override this.
Nop
> Ola,
>
>
> On
here is the error message (tomcat):
http://pastebin.com/bQEeexY1
--
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/689514
Title:
Excel reporting: can't create Excel items group
Status in DHIS 2 - D
More updates about the bug: the case of it for "Vietnamese" db language. It
does work out for English db.
Any ideas?
--
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/687647
Title:
excel-reporting:
** Changed in: dhis2
Status: New => Confirmed
--
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/687647
Title:
excel-reporting: Import error!!!
Status in DHIS 2 - District Health Information
revno: 2377
committer: Tran Chau
branch nick: dhis2
timestamp: Wed 2010-12-15 12:44:19 +0700
message:
Fix bug: Can't create Excel items group into Excel-Reporting module.
modified:
dhis-2/dhis-web/dhis-web-excel-reporting/src/main/re
** Changed in: dhis2
Assignee: (unassigned) => Thu Tran (tran-hispvietnam)
** Changed in: dhis2
Status: New => Fix Committed
--
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/689514
Title
revno: 2378
committer: Quang
branch nick: trunk
timestamp: Wed 2010-12-15 13:32:21 +0700
message:
Minor fixed in standard report pagination.
modified:
dhis-2/dhis-web/dhis-web-reporting/src/main/java/org/hisp/dhis/reporting/reportvi
It also happens with 'Normal' reports.
Excel reporting: can't copy items between the reports
(see more ... http://pastebin.com/fmMYbRW8)
Phiên bản:
2.0.6-SNAPSHOT
Xây dựng trên (tiểu) phiên bản:
2377
Ngày triển khai:
15-12-2010 13:08
--
You received this bug notification because yo
Public bug reported:
Excel reporting: can't edit assignment user-roles for reports
(see attached for pointing the function" assign user-roles)
Phiên bản:
2.0.6-SNAPSHOT
Xây dựng trên (tiểu) phiên bản:
2377
Ngày triển khai:
15-12-2010 13:08
(see more... http://pastebin.com/h4VNMsAP o
** Attachment added: "update-userrole.png"
https://bugs.launchpad.net/bugs/690531/+attachment/1766580/+files/update-userrole.png
--
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/690531
Title:
updates for the bug: it explicitly happens with a NEW report object which is
created.
If one or more reports already exit, it could generate reports.
That's something wrong here!!!
Version:
2.0.6-SNAPSHOT
Build revision:
2377
Build date:
15-12-2010 13:08
--
You received this bug no
revno: 2379
committer: Hieu
branch nick: dhis2
timestamp: Wed 2010-12-15 14:52:20 +0700
message:
Excel reporting - Fixed bug when generating excel file output running forever.
modified:
dhis-2/dhis-web/dhis-web-excel-reporting/src/m
38 matches
Mail list logo