[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 517: Improved deletion management of DashboardContent.

2009-08-29 Thread noreply
revno: 517 committer: Lars Helge Oeverland larshe...@gmail.com branch nick: trunk timestamp: Sat 2009-08-29 08:56:46 +0200 message: Improved deletion management of DashboardContent. modified: dhis-2/dhis-api/src/main/java/org/hisp/dhi

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 518: (GIS, med) Map registration validation improved. Error messages rephrased.

2009-08-29 Thread noreply
revno: 518 committer: Jan Henrik Overland janhenrik.overl...@gmail.com branch nick: trunk timestamp: Sat 2009-08-29 14:28:06 +0700 message: (GIS, med) Map registration validation improved. Error messages rephrased. modified: gis/dhis-

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 519: (GIS, med) deleteMapOrganisationUnitRelations bug fixed. MapView confirmation messages improved.

2009-08-29 Thread noreply
revno: 519 committer: Jan Henrik Overland janhenrik.overl...@gmail.com branch nick: trunk timestamp: Sat 2009-08-29 18:39:42 +0700 message: (GIS, med) deleteMapOrganisationUnitRelations bug fixed. MapView confirmation messages improved

[Dhis2-devs] Problems using Mysql

2009-08-29 Thread Knut Staring
I am getting the below error. * ERROR 14:11:12,988 could not get database metadata (SchemaUpdate.java [main]) com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'sequences' in information_schema -- Cheers, Knut Staring ___ Mailin

[Dhis2-devs] [Bug 421110] [NEW] SMSListener throws ArithmeticException while Decompression

2009-08-29 Thread Saptarshi
Public bug reported: The SMSListener application while decompression of unknown format messages would throw ArithmeticException. It throws a divide by zero on range decoding of the message ** Affects: dhis2 Importance: Medium Assignee: Saptarshi (sunbiz) Status: New ** Change

[Dhis2-devs] [Bug 421110] Re: SMSListener throws ArithmeticException while Decompression

2009-08-29 Thread Saptarshi
** Attachment added: "The bug screenshot" http://launchpadlibrarian.net/30978594/bug-screenshot.JPG -- SMSListener throws ArithmeticException while Decompression https://bugs.launchpad.net/bugs/421110 You received this bug notification because you are a member of DHIS 2 developers, which is s

[Dhis2-devs] [Bug 421111] [NEW] SMS Listener does not show version or branding

2009-08-29 Thread Saptarshi
Public bug reported: SMS Listener does not show the version of the application or any license/branding. The application should show the distributable license since the installer does not show any license. The branding of the application also does not exist. ** Affects: dhis2 Importance: Wish

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 520: SMSListener: Fixed bugs #421110 and #421111. Added about screen with license and branding info

2009-08-29 Thread noreply
revno: 520 author: Saptarshi committer: Administrator branch nick: trunk timestamp: Sat 2009-08-29 20:39:28 +0530 message: SMSListener: Fixed bugs #421110 and #42. Added about screen with license and branding info removed: loca

[Dhis2-devs] [Bug 421111] Re: SMS Listener does not show version or branding

2009-08-29 Thread Saptarshi
** Changed in: dhis2 Status: New => Fix Committed -- SMS Listener does not show version or branding https://bugs.launchpad.net/bugs/42 You received this bug notification because you are a member of DHIS 2 developers, which is subscribed to DHIS. Status in DHIS 2: Fix Committed Bug de

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 521: DHISMIDP: Added Punjabi translation

2009-08-29 Thread noreply
revno: 521 author: Saptarshi committer: Administrator branch nick: trunk timestamp: Sat 2009-08-29 20:44:05 +0530 message: DHISMIDP: Added Punjabi translation added: local/in/DHISMIDP/src/org/hispindia/mobile/messages_pa_IN.properti

[Dhis2-devs] [Bug 421111] Re: SMS Listener does not show version or branding

2009-08-29 Thread Launchpad Bug Tracker
** Branch linked: lp:dhis2 -- SMS Listener does not show version or branding https://bugs.launchpad.net/bugs/42 You received this bug notification because you are a member of DHIS 2 developers, which is subscribed to DHIS. Status in DHIS 2: Fix Committed Bug description: SMS Listener does n

[Dhis2-devs] [Bug 421111] Re: SMS Listener does not show version or branding

2009-08-29 Thread Saptarshi
fixed in rev #520 -- SMS Listener does not show version or branding https://bugs.launchpad.net/bugs/42 You received this bug notification because you are a member of DHIS 2 developers, which is subscribed to DHIS. Status in DHIS 2: Fix Committed Bug description: SMS Listener does not show t

[Dhis2-devs] [Bug 421110] Re: SMSListener throws ArithmeticException while Decompression

2009-08-29 Thread Launchpad Bug Tracker
** Branch linked: lp:dhis2 -- SMSListener throws ArithmeticException while Decompression https://bugs.launchpad.net/bugs/421110 You received this bug notification because you are a member of DHIS 2 developers, which is subscribed to DHIS. Status in DHIS 2: Fix Committed Bug description: The SMS

[Dhis2-devs] [Bug 421110] Re: SMSListener throws ArithmeticException while Decompression

2009-08-29 Thread Saptarshi
Fixed in rev #520 ** Changed in: dhis2 Status: New => Fix Committed -- SMSListener throws ArithmeticException while Decompression https://bugs.launchpad.net/bugs/421110 You received this bug notification because you are a member of DHIS 2 developers, which is subscribed to DHIS. Status i

Re: [Dhis2-devs] Problems using Mysql

2009-08-29 Thread Orvalho Joaquim Augusto
Well, this means that somewhere there is a query referincing a table with name 'sequences' and it does not exist on the database. Start by checking that. Caveman Knut Staring wrote: I am getting the below error. * ERROR 14:11:12,988 could not get database metadata (SchemaUpdate.java [main]

Re: [Dhis2-devs] Problems using Mysql

2009-08-29 Thread Knut Staring
Indeed. I wonder if someone knows what that query is, as it seems to want to access the information_schema database, and not the DHIS2 database. I suppose DHIS2 needs for there to be a Sequences table in the MySql information_schema base - does anyone know the details? And has anyone encountered t