[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 5802: Dashboard, loading system and current user charts instead of all

2012-01-24 Thread noreply
revno: 5802 committer: Lars Helge Overland branch nick: dhis2 timestamp: Wed 2012-01-25 06:35:10 +0100 message: Dashboard, loading system and current user charts instead of all added: dhis-2/dhis-api/src/main/java/org/hisp/dhis/chart

Re: [Dhis2-devs] Web module build

2012-01-24 Thread Saptarshi Purkayastha
Ignore my last question... It works as expected... Nice!! --- Regards, Saptarshi PURKAYASTHA My Tech Blog: http://sunnytalkstech.blogspot.com You Live by CHOICE, Not by CHANCE 2012/1/25 Saptarshi Purkayastha > awesome... > I always missed doing this and it was time consuming to do run-war >

Re: [Dhis2-devs] Web module build

2012-01-24 Thread Saptarshi Purkayastha
awesome... I always missed doing this and it was time consuming to do run-war Should it also be looking at the webapp folder for any other webapp that is in dependency?? --- Regards, Saptarshi PURKAYASTHA My Tech Blog: http://sunnytalkstech.blogspot.com You Live by CHOICE, Not by CHANCE 2012/

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 5801: Made it possible to run maven jetty:run goal by adding a velocity.properties file to each web mod...

2012-01-24 Thread noreply
revno: 5801 committer: Lars Helge Overland branch nick: dhis2 timestamp: Tue 2012-01-24 21:35:47 +0100 message: Made it possible to run maven jetty:run goal by adding a velocity.properties file to each web module so that Velocity is a

[Dhis2-devs] Web module build

2012-01-24 Thread Lars Helge Øverland
To developers, It is now possible to run the maven jetty plugin with the "run" goal (instead of the "run-war" goal) in trunk, which means jetty will read source code files directly instead of assembling everything into a WAR and deploy it. This implies that changes you do to velocity templates, j

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 5800: Removed unused file

2012-01-24 Thread noreply
revno: 5800 committer: Lars Helge Overland branch nick: dhis2 timestamp: Tue 2012-01-24 20:59:28 +0100 message: Removed unused file removed: dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-mobile/src/main/webapp/WEB-INF/cl

Re: [Dhis2-devs] SMTP settings

2012-01-24 Thread Jason Pickering
I could. I could also support username/password. The question is whether I should bother. My interpretation of the use case (or at least one of them) was a locally configured SMTP server (residing on the same server as the DHIS2 server) which would deliver all of the messages from the server. In

Re: [Dhis2-devs] SMTP settings

2012-01-24 Thread Lars Kristian Roland
Jason, can you support SSL-SMTP, or plain unencrypted? That may also be important, as I think it's currently supporting encrypted. Lars On 24.01.2012 17:12, Lars Helge Øverland wrote: Hi, Didn't think about that use case, I think we can remove that validation. Lars On Tue, Jan 24, 2012 at

[Dhis2-devs] SMS Server configuration

2012-01-24 Thread Jason Pickering
Hi there. I spoke briefly with Saptarshi about this and he gave me a few tips. I added a file called SMSServer.conf in my DHIS2_HOME directory. gateway.0=myClickatell, ClickatellHttp myClickatell.api_id=1234 myClickatell.username=foo myClickatell.password=bar myClickatell.secure=no myClickatell.ou

Re: [Dhis2-devs] SMTP settings

2012-01-24 Thread Lars Helge Øverland
Hi, Didn't think about that use case, I think we can remove that validation. Lars On Tue, Jan 24, 2012 at 5:09 PM, Jason Pickering wrote: > Is there a reason that the SMTP server settings require a password? > > Maybe I have a security issue with my server, but my SMTP server only > accepts ma

[Dhis2-devs] SMTP settings

2012-01-24 Thread Jason Pickering
Is there a reason that the SMTP server settings require a password? Maybe I have a security issue with my server, but my SMTP server only accepts mail to be delivered from localhost. In this case, I do not require a username or password. Thoughts? Regards, Jason _

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 5798: Removed FOP stuff from web api-. Did not scale well.

2012-01-24 Thread noreply
revno: 5798 committer: Lars Helge Overland branch nick: dhis2 timestamp: Tue 2012-01-24 14:28:00 +0100 message: Removed FOP stuff from web api-. Did not scale well. removed: dhis-2/dhis-web/dhis-web-api/src/main/java/org/hisp/dhis/a