revno: 16548
committer: Tran Chau
branch nick: dhis2
timestamp: Thu 2014-08-28 14:05:34 +0700
message:
Fixed bug - Not able to start DHIS on a empty database.
modified:
dhis-2/dhis-services/dhis-service-core/src/main/java/org/hisp/d
Looks like there was an attempt to fix this in rev 14845, but still not
working for me.
We are using
Version:2.16Build revision:16370
Probably could be hacked rather easily, but not sure if things are still
not fixed properly in the startup routines?
Regards,Jason
Caused by: org.postgresql.util.P
Hi Jason,
can you execute this on your db and see if the query fails, if so provide
the log?
alter table sqlview drop column viewid;
regards,
Lars
On Thu, Aug 28, 2014 at 9:43 AM, Jason Pickering <
jason.p.picker...@gmail.com> wrote:
> Looks like there was an attempt to fix this in rev 1484
That does not work, but this does (CAREFUL WITH THIS ONE)
alter table sqlview drop column viewid CASCADE;
There is a foreign key reference to some other table, but cannot recall
which one it was. Something to do with users I think.
Regards,
Jason
On Thu, Aug 28, 2014 at 10:10 AM, Lars Helge Ø
Sure, that's the problem. We wanted to rename the "viewid" column but
renaming primary keys is tricky when using hibernate.
We must include a drop constraint on that foreign key, let me know if you
remember the name of it.
Lars
On Thu, Aug 28, 2014 at 10:13 AM, Jason Pickering <
jason.p.picker
Hello Sir,
Please can u send me an empty database of DHIS2.sql, so that i can restore on
PostgreSQL.
Thank U, Sincerely
=
Guy ___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
U
Thank u very much Its running !
=
Guy
Le Mercredi 27 août 2014 16h56, Alex Tumwesigye a écrit
:
Dear Guy,
Create an empty postgreSQL database and edit your hibernate.properties file to
point to your new database. Start tomcat, it will deploy DHIS2 applica
revno: 16549
committer: Tran Chau
branch nick: dhis2
timestamp: Thu 2014-08-28 15:47:36 +0700
message:
Update the link the in left side menu for SQL View.
modified:
dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataadmin/
Not 100% sure, but think is was this
Referenced by:
TABLE "sqlviewusergroupaccesses" CONSTRAINT "fk39f92993428ceacc"
FOREIGN KEY (sqlviewid) REFERENCES sqlview(viewid)
On Thu, Aug 28, 2014 at 10:15 AM, Lars Helge Øverland
wrote:
> Sure, that's the problem. We wanted to rename the "viewid"
That may look a little funny actually, because in the affected system, the
key was slightly different. This is what it looks like now on another 2.16
system.
Referenced by:
TABLE "sqlviewusergroupaccesses" CONSTRAINT "fk39f92993428ceacc"
FOREIGN KEY (sqlviewid) REFERENCES sqlview(sqlviewid)
S
revno: 16550
committer: Tran Chau
branch nick: dhis2
timestamp: Thu 2014-08-28 16:15:48 +0700
message:
Fixed bug - (DE group editor) Issues with View 2 tab.
modified:
dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadict
** 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/1359698
Title:
(DE group editor) Issues with "View 2"
Status in DHIS 2:
Fix Committed
B
revno: 16551
committer: Jan Henrik Overland
branch nick: dhis2
timestamp: Thu 2014-08-28 12:29:24 +0200
message:
keyAnalysisDisplayProperty added to api/me/user-account
modified:
dhis-2/dhis-web/dhis-web-api/src/main/java/org/hisp/d
Merge authors:
Jan Henrik Øverland (janhenrik-overland)
revno: 16552 [merge]
committer: Jan Henrik Overland
branch nick: dhis2
timestamp: Thu 2014-08-28 12:32:33 +0200
message:
PT respecting analysis display property, work in progres
Hi Pierre
This tracker/openEMPI integration is potentially something of a hot topic
at present, with a few people starting a discussion in the hmis group of
openhie about exchanging pseudo-anonymized patient health data between the
SHR and dhis2 tracker.
Is that what is going on with the maternal
Hey Bob,
Thats pretty much it - openEMPI as the registry, and then tracker as the
Maternal Registry rather than the SHR (as at present its only storing
events related to pregnancy). We are working to get openMRS in there as the
SHR.
The interactions are all orchestrated by the openHIM interoperab
revno: 16553
committer: Lars Helge Overland
branch nick: dhis2
timestamp: Thu 2014-08-28 14:01:44 +0200
message:
Expression, replaced boolean nullIfBlank with enum MissingValueStrategy, with
options SKIP_IF_ANY_VALUE_MISSING, SKIP_IF_
revno: 16554
committer: Abyot Asalefew Gizaw
branch nick: dhis2
timestamp: Thu 2014-08-28 14:23:08 +0200
message:
event capture - bug fix in saving boolean types
modified:
dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-event
revno: 16555
committer: Morten Olav Hansen
branch nick: dhis2
timestamp: Thu 2014-08-28 20:10:01 +0700
message:
fix for tz gaps in ChronologyBasedCalendar
modified:
dhis-2/dhis-api/src/main/java/org/hisp/dhis/calendar/ChronologyBase
Hi,
I get the error below when i try to import metadata from another DHIS2
instance in XML format using through the web-UI. I try using commandline
too but still get the same error.
Any idea on how to fix this or a workaround?
Thanks
ERROR 2014-08-28 09:18:40,473 (IOException) Unable to parse
What version of dhis? are you sending a zip file? xml or json?
--
Morten
On Thu, Aug 28, 2014 at 8:22 PM, James Kariuki
wrote:
> Hi,
>
> I get the error below when i try to import metadata from another DHIS2
> instance in XML format using through the web-UI. I try using commandline
> too but s
Merge authors:
Jan Henrik Øverland (janhenrik-overland)
revno: 16556 [merge]
committer: Jan Henrik Overland
branch nick: dhis2
timestamp: Thu 2014-08-28 16:08:29 +0200
message:
DV line charts now handling null/zeros.
modified:
dhi
Bug reproduced in trunk, 2.16 and 2.15.
Fix commited to trunk, 2.16 and 2.15.
** Changed in: dhis2
Status: Confirmed => 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/1358804
revno: 1177
committer: Lars Helge Overland
branch nick: dhis2-docbook-docs
timestamp: Thu 2014-08-28 17:48:47 +0200
message:
Docs, improved reporting rates. Using reports, removed outdated sections.
modified:
src/docbkx/en/dhis2_user
Hi ,
We are trying to create dashboards using "/api/dashboards" api. While
creating the dashboards , we also want to assign user groups to the
dashboard.
The following is the json being posted ,
==
{
"displayName": "Chad",
"name": "Chad",
"dashboardItems": [
revno: 16557
committer: Lars Helge Overland
branch nick: dhis2
timestamp: Fri 2014-08-29 08:17:57 +0200
message:
Login page, css fix for overflow
modified:
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/
revno: 16558
committer: Tran Chau
branch nick: dhis2
timestamp: Fri 2014-08-29 13:39:13 +0700
message:
Support a formula for retrieving the number of days between DATE
attribue-values in aggregate query builder formulas.
modified:
d
Hi
Are you OK with using two requests for this? we have a sharing API at
/api/sharing that will do what you want
--
Morten
On Fri, Aug 29, 2014 at 3:10 AM, Sandesh Sukumar Doolipeta <
sande...@thoughtworks.com> wrote:
> Hi ,
>
> We are trying to create dashboards using "/api/dashboards"
28 matches
Mail list logo