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

2013-12-23 Thread noreply
revno: 13412 committer: Lars Helge Øverland branch nick: dhis2 timestamp: Mon 2013-12-23 23:31:12 +0100 message: Debug code modified: dhis-2/dhis-web/dhis-web-api/src/main/java/org/hisp/dhis/api/controller/SvgConversionController.ja

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

2013-12-23 Thread noreply
revno: 13411 committer: Lars Helge Øverland branch nick: dhis2 timestamp: Mon 2013-12-23 23:28:05 +0100 message: Minor modified: dhis-2/dhis-web/dhis-web-api/src/main/java/org/hisp/dhis/api/controller/SvgConversionController.java

[Dhis2-devs] [Branch ~dhis2-documenters/dhis2/dhis2-docbook-docs] Rev 893: Minor

2013-12-23 Thread noreply
revno: 893 committer: Lars Helge Øverland branch nick: dhis2-docbook-docs timestamp: Mon 2013-12-23 23:28:23 +0100 message: Minor modified: src/docbkx/en/dhis2_user_man_web_api.xml -- lp:~dhis2-documenters/dhis2/dhis2-docbook-docs

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 13410: Analytics, impl support attribute category options

2013-12-23 Thread noreply
revno: 13410 committer: Lars Helge Øverland branch nick: dhis2 timestamp: Mon 2013-12-23 18:18:05 +0100 message: Analytics, impl support attribute category options modified: dhis-2/dhis-api/src/main/java/org/hisp/dhis/dataelement/Da

Re: [Dhis2-devs] Download large pivot tables as Excel (414 Request-URI Too Large)

2013-12-23 Thread Knut Staring
I guess this could be related to your Apache or Nginx setup: http://stackoverflow.com/questions/2891574/how-do-i-resolve-a-http-414-request-uri-too-long-error http://stackoverflow.com/questions/1067334/how-to-set-the-allowed-url-length-for-a-nginx-request-error-code-414-uri-too On Mon, Dec 23, 20

[Dhis2-devs] Download large pivot tables as Excel (414 Request-URI Too Large)

2013-12-23 Thread Jose Garcia Muñoz
Dear all, when I try to download some pivot tables as Excel, sometimes I received the error "414 Request-URI Too Large" with large tables (around 2000 rows). Is it possible to solve this? Thanks Jose ___ Mailing list: https://launchpad.net/~dhis2-devs

[Dhis2-devs] [Branch ~dhis2-documenters/dhis2/dhis2-docbook-docs] Rev 892: Svg conversion docs

2013-12-23 Thread noreply
revno: 892 committer: Lars Helge Øverland branch nick: dhis2-docbook-docs timestamp: Mon 2013-12-23 17:34:22 +0100 message: Svg conversion docs modified: src/docbkx/en/dhis2_user_man_web_api.xml -- lp:~dhis2-documenters/dhis2/dhis2

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

2013-12-23 Thread noreply
revno: 13409 committer: Lars Helge Øverland branch nick: dhis2 timestamp: Mon 2013-12-23 17:29:56 +0100 message: Minor modified: dhis-2/dhis-web/dhis-web-api/src/main/java/org/hisp/dhis/api/controller/SvgConversionController.java

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

2013-12-23 Thread noreply
revno: 13408 committer: Lars Helge Øverland branch nick: dhis2 timestamp: Mon 2013-12-23 17:25:40 +0100 message: Minor modified: dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/javascript/form.js dhis-2/dhis

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 13407: Data entry, impl selection of attributes

2013-12-23 Thread noreply
revno: 13407 committer: Lars Helge Øverland branch nick: dhis2 timestamp: Mon 2013-12-23 17:16:42 +0100 message: Data entry, impl selection of attributes modified: dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentr

Re: [Dhis2-devs] SMS Data

2013-12-23 Thread Long Ngo Thanh
One more reason is that when you receive a sms and start parsing it, you will need to send back to user a message (fail or success). So I think it make sense to require both incoming and outgoing service to be enable no matter what kind of sms task the system is doing. Long On Dec 23, 2013 11:13 P

Re: [Dhis2-devs] SMS Data

2013-12-23 Thread Lars Kristian Roland
The service is necessary because the incoming http thread only puts the message into the db, and a separate thread parses messages. This is for performance reasons to make sure a large burst of sms does not crash thf system or drop messages. But we may be able to start the service thread by default

Re: [Dhis2-devs] SMS Data

2013-12-23 Thread Long Ngo Thanh
Hi Knut, That sms service responsible for both incoming and outgoing sms. System need that service up and running to deal with incoming sms, otherwise it will not check and parse sms. Long On Dec 23, 2013 11:04 PM, "Knut Staring" wrote: > But why is this necessary, Long? Could we not parse the

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 13406: gis relocate facility request migrated to web api

2013-12-23 Thread noreply
Merge authors: Jan Henrik Øverland (janhenrik-overland) revno: 13406 [merge] committer: Jan Henrik Overland branch nick: dhis2 timestamp: Mon 2013-12-23 17:06:44 +0100 message: gis relocate facility request migrated to web api modifi

Re: [Dhis2-devs] SMS Data

2013-12-23 Thread Knut Staring
But why is this necessary, Long? Could we not parse the message without this? Knut On Mon, Dec 23, 2013 at 5:02 PM, Long Ngo Thanh wrote: > Hi Riddy, > > It looks like your sms is not automatically parsed and imported by the > system. > > Make sure that yout sms service is running by going to s

Re: [Dhis2-devs] SMS Data

2013-12-23 Thread Long Ngo Thanh
Hi Riddy, It looks like your sms is not automatically parsed and imported by the system. Make sure that yout sms service is running by going to sms service cobfiguration. Long On Dec 23, 2013 10:41 PM, "Knut Staring" wrote: > Did you click on Re-import? > > > On Mon, Dec 23, 2013 at 4:35 PM, r

Re: [Dhis2-devs] [Dhis2-users] DHIS CSV import error

2013-12-23 Thread Adebusoye Anifalaje
Knut, I agree with you. I think "Dry run” is more of a colloquial expression and would not be widely understood. Test run is probably more intuitive. On 23 Dec 2013, at 14:52, Knut Staring wrote: > We should maybe consider a more self explanatory name, as not everyone is > familiar with th

Re: [Dhis2-devs] SMS Data

2013-12-23 Thread Knut Staring
Did you click on Re-import? On Mon, Dec 23, 2013 at 4:35 PM, riddy ndoma wrote: > I ran Analytics, but I see nothing. When I go into the datavalue table, I > see the data but not in the data entry > > > 2013/12/23 Knut Staring > >> First use Data Entry to see that the data are actually in the

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 13405: Data entry, stronger validation before form loading

2013-12-23 Thread noreply
revno: 13405 committer: Lars Helge Øverland branch nick: dhis2 timestamp: Mon 2013-12-23 16:39:16 +0100 message: Data entry, stronger validation before form loading modified: dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-w

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 13404: gis rename map request migrated to web api

2013-12-23 Thread noreply
Merge authors: Jan Henrik Øverland (janhenrik-overland) revno: 13404 [merge] committer: Jan Henrik Overland branch nick: dhis2 timestamp: Mon 2013-12-23 16:34:26 +0100 message: gis rename map request migrated to web api modified:

Re: [Dhis2-devs] SMS Data

2013-12-23 Thread riddy ndoma
I ran Analytics, but I see nothing. When I go into the datavalue table, I see the data but not in the data entry 2013/12/23 Knut Staring > First use Data Entry to see that the data are actually in the database. > Then, as usual, you need to run Analytics before they show up in the Data > Visual

Re: [Dhis2-devs] SMS Data

2013-12-23 Thread Knut Staring
First use Data Entry to see that the data are actually in the database. Then, as usual, you need to run Analytics before they show up in the Data Visualizer. On Mon, Dec 23, 2013 at 4:19 PM, riddy ndoma wrote: > @Knut. > My concern is to visualize the data received by SMS in the form of a graph

Re: [Dhis2-devs] SMS Data

2013-12-23 Thread riddy ndoma
@Knut. My concern is to visualize the data received by SMS in the form of a graph or table 2013/12/23 Knut Staring > By Swiveling, do you refer to the Pivot tables (Tableau croisé dynamique)? > > Unfortunately, you have to click on Re-import before the data will > actually get where you want th

Re: [Dhis2-devs] [Dhis2-users] DHIS CSV import error

2013-12-23 Thread Knut Staring
We should maybe consider a more self explanatory name, as not everyone is familiar with the term dry run: http://en.wikipedia.org/wiki/Dry_run_(testing) Perhaps just "Test run" would be more intuitive. On Mon, Dec 23, 2013 at 2:39 PM, Lars Helge Øverland wrote: > No problem. > > > On Mon, Dec 2

Re: [Dhis2-devs] SMS Data

2013-12-23 Thread Knut Staring
By Swiveling, do you refer to the Pivot tables (Tableau croisé dynamique)? Unfortunately, you have to click on Re-import before the data will actually get where you want themm. This is the case if you have not set up an SMS Service here: http://apps.dhis2.org/demo/dhis-web-maintenance-mobile/show

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 13403: Data entry, simplified the multi org unit logic

2013-12-23 Thread noreply
revno: 13403 committer: Lars Helge Øverland branch nick: dhis2 timestamp: Mon 2013-12-23 15:04:33 +0100 message: Data entry, simplified the multi org unit logic modified: dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-d

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 13402: Data entry, fixed minor bug, when data set is unselected while form is loaded then form must be c...

2013-12-23 Thread noreply
revno: 13402 committer: Lars Helge Øverland branch nick: dhis2 timestamp: Mon 2013-12-23 14:54:40 +0100 message: Data entry, fixed minor bug, when data set is unselected while form is loaded then form must be cleared modified: dhis

Re: [Dhis2-devs] [Dhis2-users] DHIS CSV import error

2013-12-23 Thread Lars Helge Øverland
No problem. On Mon, Dec 23, 2013 at 5:31 AM, Maimoona Kausar < maimoona.kau...@irdinformatics.org> wrote: > OMG... Apologies for reporting wrong error Thanks alot for your > cooperation :) > > > On Fri, Dec 20, 2013 at 1:30 PM, Knut Staring wrote: > >> Hi Maimoona, >> >> "Dryrun" means tha

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 13401: minor

2013-12-23 Thread noreply
revno: 13401 committer: Morten Olav Hansen branch nick: dhis2 timestamp: Mon 2013-12-23 13:58:46 +0100 message: minor modified: dhis-2/dhis-web/dhis-web-api/src/main/java/org/hisp/dhis/api/controller/event/PersonController.java --

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 13400: pt/dv/gis data element operand request migrated to web api

2013-12-23 Thread noreply
Merge authors: Jan Henrik Øverland (janhenrik-overland) revno: 13400 [merge] committer: Jan Henrik Overland branch nick: dhis2 timestamp: Mon 2013-12-23 13:55:51 +0100 message: pt/dv/gis data element operand request migrated to web a

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 13399: CCEI: work in progress - fixing reports as per datamodel changes

2013-12-23 Thread noreply
revno: 13399 committer: Bharath branch nick: dhis2 timestamp: Mon 2013-12-23 12:24:45 + message: CCEI: work in progress - fixing reports as per datamodel changes removed: local/in/dhis-web-maintenance-ccem/src/main/java/org/hisp/

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 13398: minor changes to Person.identifier model

2013-12-23 Thread noreply
revno: 13398 committer: Morten Olav Hansen branch nick: dhis2 timestamp: Mon 2013-12-23 11:40:20 +0100 message: minor changes to Person.identifier model modified: dhis-2/dhis-services/dhis-service-dxf2/src/main/java/org/hisp/dhis/dx

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 13397: minor change to Person.Attribute model, added new property called attribute which points to uid, ...

2013-12-23 Thread noreply
revno: 13397 committer: Morten Olav Hansen branch nick: dhis2 timestamp: Mon 2013-12-23 11:25:53 +0100 message: minor change to Person.Attribute model, added new property called attribute which points to uid, old type property now poi

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 13396: removed fixed contact from Person model

2013-12-23 Thread noreply
revno: 13396 committer: Morten Olav Hansen branch nick: dhis2 timestamp: Mon 2013-12-23 11:11:55 +0100 message: removed fixed contact from Person model removed: dhis-2/dhis-services/dhis-service-dxf2/src/main/java/org/hisp/dhis/dxf2

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 13395: add test for changed name on person (enrollment-test)

2013-12-23 Thread noreply
revno: 13395 committer: Morten Olav Hansen branch nick: dhis2 timestamp: Mon 2013-12-23 11:01:36 +0100 message: add test for changed name on person (enrollment-test) modified: dhis-2/dhis-services/dhis-service-dxf2/src/main/java/org

[Dhis2-devs] [Branch ~dhis2-documenters/dhis2/dhis2-docbook-docs] Rev 891: Adding French pom. Execute with mvn clean install -f fr-pom.xml. Reload.

2013-12-23 Thread noreply
revno: 891 committer: Jason P. Pickering branch nick: dhis2-docbook-docs timestamp: Mon 2013-12-23 11:37:07 +0200 message: Adding French pom. Execute with mvn clean install -f fr-pom.xml. Reload. added: fr-pom.xml src/docbkx/fr/dhi

[Dhis2-devs] [Branch ~dhis2-documenters/dhis2/dhis2-docbook-docs] Rev 890: Reverting to rev 888. Something was not clean.

2013-12-23 Thread noreply
revno: 890 committer: Jason P. Pickering branch nick: dhis2-docbook-docs timestamp: Mon 2013-12-23 11:16:02 +0200 message: Reverting to rev 888. Something was not clean. removed: fr-pom.xml src/docbkx/en/dhis2_user_man_integration.

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 13394: add new controller for DataElementOperands

2013-12-23 Thread noreply
revno: 13394 committer: Morten Olav Hansen branch nick: dhis2 timestamp: Mon 2013-12-23 10:13:02 +0100 message: add new controller for DataElementOperands added: dhis-2/dhis-api/src/main/java/org/hisp/dhis/dataelement/DataElementOpe

[Dhis2-devs] [Branch ~dhis2-documenters/dhis2/dhis2-docbook-docs] Rev 889: Adding French pom. Execute with mvn clean install -f fr-pom.xml

2013-12-23 Thread noreply
revno: 889 committer: Jason P. Pickering branch nick: dhis2-docbook-docs timestamp: Mon 2013-12-23 10:49:58 +0200 message: Adding French pom. Execute with mvn clean install -f fr-pom.xml removed: src/docbkx/en/resources/images/gis/ch

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 13393: gis add fav to dashboard option removed

2013-12-23 Thread noreply
Merge authors: Jan Henrik Øverland (janhenrik-overland) revno: 13393 [merge] committer: Jan Henrik Overland branch nick: dhis2 timestamp: Mon 2013-12-23 09:34:01 +0100 message: gis add fav to dashboard option removed modified: dhi

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 13392: gis event info window positioning improved

2013-12-23 Thread noreply
Merge authors: Jan Henrik Øverland (janhenrik-overland) revno: 13392 [merge] committer: Jan Henrik Overland branch nick: dhis2 timestamp: Mon 2013-12-23 09:22:56 +0100 message: gis event info window positioning improved modified: