Bob,
Offline should now work in Firefox 3.6 (just pushet a fix), could you
try it out? (you need to compile source, no war for this yet)
--
Morten
2011/8/24 Lars Helge Øverland :
> On Wed, Aug 24, 2011 at 1:48 PM, Bob Jolliffe wrote:
>> Seems to be if you (i) connect to dhis, (ii) open the da
ound above no
> longer works. Browser seems convinced its offline (ping action in
> console triggering about every second and failing). I see you've just
> committed something else re the keepalive ping so I'll wait and see.
>
> Bob
>
> 2011/8/25 Morten Olav Hanse
Is it possible to get access to this database online? If so, I can try
and see whats wrong. It has been mainly tested with the Kenya
database, and Sierra Leone.
--
Morten
On Tue, Aug 30, 2011 at 11:55 AM, Olav Poppe wrote:
> Hi,
> I'm having some trouble with data entry after updating the Ghan
Hi
> - What is the planned use cases for this?
This is part of my work for Rwanda, the system they are using today
has quite a bit more attributes connected to each data element (or
indicator as it was known in that system), and it was decided that
instead of expanding the set of attributes conne
Hm, do you have multiple dhis directories in your webapps directory?
seems like it trying to startup two instances..
Also, where exactly are you setting your permgen space?
--
Morten
On Thu, Sep 8, 2011 at 11:34 PM, Friedman, Roger (CDC/CGH/DGHA) (CTR)
wrote:
> I have previously reported this
tored in Task Manager, but I
> would love to put the values in some config file somewhere and forget about
> them.
>
> -----Original Message-
> From: Morten Olav Hansen [mailto:morte...@gmail.com]
> Sent: Thursday, September 08, 2011 5:46 PM
> To: Friedman, Roger (CDC/CGH/DGHA) (
Make sure that there is no whitespace after your hbm-line, "update" !=
"update " as it does not trim options.
--
Morten
On Fri, Sep 9, 2011 at 6:22 PM, Jo Størset wrote:
> Wild guess... hibernate.hbm2ddl.auto = update?
> Jo
> Den 9. sep. 2011 kl. 17.25 skrev Knut Staring:
>
> Hi everyone,
> Tr
> Only one war, only one corresponding directory
Ok, tomcat seems to think that there should be jars/resource in the
webapps/dhis2 directory, and you seem to be deploying as dhis.war,
correct? and so, you have only a dhis directory.
You should try and find the reference to webapps/dhis2 in your t
Hi Bob
> I've finally had a chance to look more closely at what you are doing.
> Can I make a small suggestion? Currently you are replicating a lot of
> code as you implement attributes across dataelements, indicators and
> orgunits. Currently these all extend AbstractNameable object.
Currently
> Can I suggest we fit in a brief design call this week to touch base?
> I have a freeconference number we can use. Maybe tomorrow or Friday?
> Lars are you around and/or available as well?
Sure. I can tomorrow or Friday. Lars is in Uganda, but I'm sure he'll
respond later if he has time for a co
> A decent recap, Bob and Morten?
Yes, that seems to be a good recap. Its good enough for now ;)
--
Morten
> Jo
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~d
;> On 16 September 2011 11:54, Jason Pickering
>>>> wrote:
>>>>> Could we also add "users" to the objects with dynamic attributes? We
>>>>> need some more fields for alternative telephone numbers, fax, etc etc.
>>>&g
Morten
> On Mon, Sep 19, 2011 at 3:41 AM, wrote:
>>
>> --------
>> revno: 4611
>> committer: Morten Olav Hansen
>> branch nick: dhis2
>> timestamp: Sun 2011-09-18 22:39:31 +0200
>> message:
>>
n Mon, Sep 19, 2011 at 8:48 AM, Hieu Dang Duy
> wrote:
>>
>>
>> On Mon, Sep 19, 2011 at 1:42 PM, Morten Olav Hansen
>> wrote:
>>>
>>> Hi
>>>
>>> > I agree with these validation on field but why don't you apply the "Math
> Good point and I support the change in naming. We should have seen
> this earlier. However, we do also support decimal representation of
> irrational/transcendental numbers. I think you mean "finite decimal
> approximations of real numbers". We do not support complex numbers
> (and I do not see
Hi everybody
I just wanted to tell you that I have now removed the old FCKeditor
code. Everybody should be over to using CKeditor anyways.
If there is any trouble using CKEditor, please tell me. Looking at the
code for custom form edits should give hints on how to use CKeditor.
--
Morten
__
> Yes, this is my point. I am sure (without knowing the details) that
> there are restrictions on what would be a valid exponent and fraction
> for a decimal representation of a real number. If a number with 255
> digits is stored as text, and whether the values are handled as a
> double (I think
This doesn't seem right:
org.hisp.dhis.dialect.H2Dialect
It should probably be org.hibernate.dialect.H2Dialect? (in your
hibernate properties)
--
Morten
On Tue, Sep 20, 2011 at 8:40 PM, Jason Pickering
wrote:
> Hi there. I got a database from Knut, and am trying to get it started
> on Amazon
he version
table).
For the cases where there is no OUs in localStorage, or the size of the
OUs in localStorage is 0, we should always reload.
** Affects: dhis2
Importance: Undecided
Assignee: Morten Olav Hansen (mortenoh)
Status: New
** Description changed:
When the user h
** 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/984536
Title:
Save '' as attribute value into database when create new data
elelement
St
** 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/987316
Title:
ouwt: should always reload from server when organisationUnit.size == 0
Statu
Updating to newest build fixed this. I think this was caused by an
partial update to spring 3.1 in 2.6 (if i remember correctly).
--
Morten
On Mon, May 21, 2012 at 4:02 PM, Lars Helge Øverland
wrote:
> Hi, what build revision?
>
> Can you try with the latest 2.6 build from here?
>
> http://apps
> I'd like to shift this action into the web-api both because (i) using
> basic auth will be so much easier and (ii) that is probably where it
> should be anyway. What do you think?
I think it sounds like a good idea! (and another use-case for the web-api!)
> The urls are not beautifully restful
> No. All that is being streamed is a gzipped csv file of aggregated
> datavalues or aggregated indicator values from the datamart. I should
> check do we have any dataMart theme in our api .. I don't think we do
> (yet).
Actually, we do have AggregatedValueController.. which I guess is what
you
>> Lars, are we using this for anything? (is this part of the grid
>> renderer etc?) I remember making it.. but never used it..
>
> That is a good question. Please shout up if this is currently in use.
> Either way I can leave the single method there if people have already
> built stuff with it.
> 2) The ability to trigger the datamart through a call to the WebAPI.
> You seem to hint that this is possible, but I am not sure how to do
> it. If it is, then it solves my problem, as I can use use a simple
> script to start Server 1 at a certain time and Server 2 at another
> time. There may be
> I'm not sure if this is the correct answer but perhaps Morten or Lars
> will chip in if they have time. As far as I can see you are right ..
> there is no parent field in the listed orgunits at
> api/organisationUnits which you would need to construct the hierarchy.
There should be a parent fie
> though I am not seeing any effect of
> "assumeTrue=false&organisationUnits=true" on the metaData url.
> Probably in trunk. I'll test myself later.
Strange, that works fine here locally.. test it out, and let me know
--
Morten
> Alice I think viewClass=export might solve your problem. Or is t
> One small question: before the orgunits were being listed in order
> (breadth first tree traversal). This seems to be no longer the case.
Ah, yes... I think its only sorted on the way in right now, it got
lost when I did my total rewrite.. will add it soon
--
Morten
> Bob
>
>>
>> --
>> Mort
> "api/metaData?assumeTrue=false&organisationUnits=true", and
>> "api/organisationUnits.xml?viewClass=export" seems to only list facilities,
>> and without parent fields. But the metadata file, while massive, looks like
>> it has everything I need. Thanks again!
>>
Public bug reported:
If you have an attribute today, e.g. text with value = hello, and then
removes the hello and saves.. it gives NPE
** Affects: dhis2
Importance: High
Assignee: Morten Olav Hansen (mortenoh)
Status: New
--
You received this bug notification because you are
values.
Fix should do two things:
1) Make sure that length is validated (<=255)
2) Make sure that old values that are too long, are sliced so that upload will
work for users
** Affects: dhis2
Importance: Critical
Assignee: Morten Olav Hansen (mortenoh)
Status: Fix Commit
** 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/1024221
Title:
attributes with no input ("") gives NPE
Status in DHIS 2 - District Health
Not currently, but should be there for (maybe) 2.10.
--
Morten
On Wed, Jul 18, 2012 at 12:05 AM, Jason Pickering <
jason.p.picker...@gmail.com> wrote:
> Hi Devs
> Is it possible to get the output of an SQL view from the Web API? (Not
> just the definition of the view).
>
> Best regards,
> Jason
This is probably caused by some errors with your dataset (or other
meta-data).
If you use chrome, go into the inspector and look up network activity
(filter on XHR), there you will see a call to get meta-data, click on that
link, and see what it gives you. The log should probably also give you
som
Starting in incognito mode also works good.. I always use this when
debugging.
--
Morten
On Tue, Jul 31, 2012 at 11:47 AM, Lars Helge Øverland
wrote:
> Try the classic clear all cache trick too.. might be corrupted data in
> local storage.
>
___
Maili
ata.xml
>
> Bob
>
> On 31 July 2012 10:27, Morten Olav Hansen wrote:
> > This is probably caused by some errors with your dataset (or other
> > meta-data).
> >
> > If you use chrome, go into the inspector and look up network activity
> > (filter on XHR),
One thing that I know have been known to cause issues before, is if you
have an extra newline in your expression.
--
Morten
On Tue, Jul 31, 2012 at 12:02 PM, Morten Olav Hansen wrote:
> Would be helpful if you could pinpoint the expression which is causing the
> issue?
>
> Also, c
Heh... det fungerte tydeligvis... hadde issues med at den drev å hoppet
rundt... jaja... bra det funker :)
--
Morten
On Wed, Aug 1, 2012 at 6:11 PM, wrote:
>
> revno: 7812
> committer: Lars Helge Overland
> branch nick: dhis2
> time
Hi Martin
Sorry, I'm a big confused. Why are you using the dhis-web-mapping module
directly? Wouldn't it be better to use it through the web api? are you
looking for data or images? (you mention JSON in your code..)
--
Morten
On Tue, Sep 4, 2012 at 8:10 PM, Martin Namutso wrote:
>
> Hey guys,
ic jpeg chart / map but also have
> some interaction with the chart & map module to query and create more
> reports. Otherwise, i'm able of simply displaying the jpeg chart / map.
> <---> Is this dynamism possible?
>
>
> -
>
> kind regards
>
> *Martin
Hi
How much memory does your server have? and what is the size of your
database?
--
Morten
On Tue, Sep 11, 2012 at 2:51 PM, Hannan Khan wrote:
> -XX:MaxPermSize=2048m and -XX:PermSize=512m
>
>
> On Tue, Sep 11, 2012 at 11:27 AM, Jason Pickering <
> jason.p.picker...@gmail.com> wrote:
>
>> The
ver have 8GB memory and database is 3159MB. We are using MySQL.
>
> Regards
>
> Hannan
>
>
> On Tue, Sep 11, 2012 at 1:53 PM, Morten Olav Hansen wrote:
>
>> Hi
>>
>> How much memory does your server have? and what is the size of your
>> database?
>
Public bug reported:
zero-is-significant should be disabled when using average aggregation
operator
** Affects: dhis2
Importance: Low
Assignee: Morten Olav Hansen (mortenoh)
Status: Fix Committed
--
You received this bug notification because you are a member of DHIS 2
Hi Judge
Did you remember to do all the steps when compiling the source?
1) cd dhis-2 && mvn clean install -DskipTests=true
2) cd dhis-web && mvn clean install -DskipTests=true
--
Morten
On Mon, Oct 1, 2012 at 7:53 PM, Judge Muzinda wrote:
> Hi Knut,
>
> Thanks so much for the useful informa
all command it
> manages to resolve and download all other dependencies except the org.hisp
> ones.
>
> Regards,
>
>
> On 01/10/2012 15:01, Morten Olav Hansen wrote:
>
> Hi Judge
>
> Did you remember to do all the steps when compiling the source?
>
> 1) cd dhis
Hi
I would delete your com/googlecode/jsmpp directory, and try again..
something might have happened during the downloads of the dependencies.
--
Morten
On Mon, Oct 8, 2012 at 4:07 AM, Juma Lungo wrote:
> Hi all,
>
> Please help me with this dhis2 Build Failure error when i run "mvn clean
> i
Bob,
Ok, we give up ;) We buy your arguments. I will extend all the
groupsets with a mandatory field (since this would be needed), and
expose groupset functionality in DE/I.
I still think the solution will suffer a bit from it, since we loose
all reuse of options across the different types in our
Fix committed in rev 4823.
** Changed in: dhis2
Status: New => Fix Released
** Changed in: dhis2
Status: Fix Released => 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/
Could it be that your DHIS 2.4 download was interrupted during
download, and was corrupted? I would try and clean out webapps, and
delete your war, and then re-download.
--
Morten
2011/10/11 Orvalho Augusto :
> I have checked the permissions. Tomcat is run by tomcat6:tomcat6 user. And
> tomcat
cannot be resolved.
>
> Thanks!
> Caveman
>
>
>
>
> On Tue, Oct 11, 2011 at 11:52 AM, Morten Olav Hansen
> wrote:
>>
>> Could it be that your DHIS 2.4 download was interrupted during
>> download, and was corrupted? I would try and clean out webapps,
Hi everybody
For the 2.5 release tomorrow, it would be nice if we could have the
new mobile edition translated. And since there are so few strings, I
was hoping we could do this quickly by you guys sending me the
translations.
The strings are:
menu = Menu
home = Home
navigate_to = Navigate to
das
= Available organisation units
available_periods = Available periods
dataset_is_complete = DataSet is complete
settings = Settings
language = Interface Language
db_language = Database Language
--
Morten
On Thu, Oct 13, 2011 at 12:19 PM, Morten Olav Hansen wrote:
> Hi everybody
>
> For the 2.
Thanks for your help everybody!
--
Morten
On Fri, Oct 14, 2011 at 12:47 PM, Morten Olav Hansen wrote:
> Hi again everbody
>
> I have added support for changing language directly in the mobile
> interface now, so more than ever it is important that we get
> translations.
>
** Changed in: dhis2
Milestone: None => 2.6
** Changed in: dhis2
Assignee: (unassigned) => Morten Olav Hansen (mortenoh)
--
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/876251
** Changed in: dhis2
Milestone: None => 2.6
--
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/874772
Title:
data entry for fiscal periods does not work
Status in DHIS 2 - District Health Inform
Not seeing the issue here.
Knut; I'm coming to work tomorrow, maybe you can show me? and i'll investigate.
--
Morten
On Mon, Oct 17, 2011 at 3:51 PM, Knut Staring wrote:
> I am also seeing some problems after the upgrade, in the sense that
> the hierarchies come up flattened in some modules.
jQuery (or the underlying regex) object seems to have trouble with (),
so I had to rewrite the filter functionality...
Please test with both () and filters that worked before (should be OK,
but always good to test).
** Changed in: dhis2
Status: New => Fix Committed
--
You received this b
** Changed in: dhis2
Assignee: (unassigned) => Morten Olav Hansen (mortenoh)
** Changed in: dhis2
Milestone: None => 2.6
** Changed in: dhis2
Importance: Undecided => High
--
You received this bug notification because you are a member of DHIS 2
developers, which is subs
Hi everybody
A bug was found in the handling of dynamic attributes and users, if
you use user attributes (or plan to do) you should update ASAP.
The updated release is available on http://dhis2.org/downloads as usual.
--
Morten
___
Mailing list: https
Try and right-click on the connection and choose properties. See if
SSL is enabled, it should not be.
--
Morten
On Tue, Nov 29, 2011 at 11:39 AM, Knut Staring wrote:
> If the below doesn't work, try in "C:\Program Files\PostgreSQL\9.0\bin".
>
>
> On Tue, Nov 29, 2011 at 11:37 AM, Knut Staring
> I tried to put about 30 extra attributes to orgunit. The number of orgunit
> is 1000. So totally, there are 3 orgunitattrvalue but dhis2 takes lots
> of time to be logged.
That's not good. I haven't tested with that amount of attributes.. is
this for testing only, or do you actually need 30?
Hi guys
Probably most of you have already heard the news (its been quite a bit
of buzz on this lately).
The Sun (Oracle) version of Java will be removed from Ubuntu (from the
partner repositories), and during your next system update, it will
_remove_ these packages, which means DHIS 2 will stop w
Hi
Charts can now be found in the Data Visualizer module.
Services -> Data Visualizer
--
Morten
On Wed, Dec 28, 2011 at 7:27 AM, Muhire Andrew wrote:
> Thanks Lars,
> I was trying to navigate through this version 2.6 and am
> not getting charts!no option for charts or i have to clean
http://blog.flexion.org/2012/01/10/updated-sun-java6-packages-for-ubuntu/
On Tuesday, December 20, 2011, Morten Olav Hansen wrote:
> Hi guys
>
> Probably most of you have already heard the news (its been quite a bit
> of buzz on this lately).
>
> The Sun (Oracle) version of Ja
Yes, this is a ppa :)
--
Morten
On Thursday, January 12, 2012, Bob Jolliffe wrote:
> Thanks for the update. I see the ppa's are beginning to appear so
> that might also be an option. So far so good with the openjdk.
>
> On 12 January 2012 14:27, Morten Olav Hansen
> &
Public bug reported:
For sites which uses SSL, it will still generate links with http:// and
not https://
** Affects: dhis2
Importance: Low
Assignee: Morten Olav Hansen (mortenoh)
Status: New
--
You received this bug notification because you are a member of DHIS 2
developers
Added support for:
X-Forwarded-Proto
X-Forwarded-Port
These needs to be set on the proxy side (either static or dynamic) so
that the DHIS instance can properly generate the links for the web api.
** Changed in: dhis2
Status: New => Fix Committed
--
You received this bug notification beca
I have encountered the same issue a couple of time (with new databases),
killing the process and starting it again.. always works.
--
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/948010
Title:
sta
ull idobject view of these
objects...
--
Morten
> On 6 March 2012 13:53, Morten Olav Hansen <948...@bugs.launchpad.net> wrote:
>> I have encountered the same issue a couple of time (with new databases),
>> killing the process and starting it again.. always works.
>>
Hi Chuong
You should be able to remove security with something like (untested):
(in security.xml, found in dhis-web-commons)
But do we really want to disable security for this wsdl file? I assume
the web services will require authentication?
--
Morten
On Thu, Mar 8, 2012 at 5:51 AM, Thái Ch
Did you create this war-file yourself? if you did, can you try out
http://apps.dhis2.org/ci/job/dhis-web-trunk/lastSuccessfulBuild/artifact/dhis-2/dhis-web/dhis-web-portal/target/dhis.war
? remember to clean everything before trying out new war..
Also, are you sure your hibernate.properties file i
Could you email me and lars the orgunit meta-data ? There is an
potential fix for chrome, would that be OK?
--
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/956700
Title:
Uncaught Error: QUOTA_EXCE
I think this is already only relevant for superuser which have the root
node attached to them. Regular users should never see this problem,
correct Jason? we only send the orgunits which they can access..
I know chrome only supports 2.5mb, which sucks.. but they do have some
proprietary extensions
Yeah, it should only be a problem for a very small group of users, and
only when the orgunit tree is very very large.
So no, not quite a blocker.. but it is something we should try and fix.
I have received your orgunit meta-data, and will talk to Lars and try
and find a good solution to this probl
** Changed in: dhis2
Importance: Wishlist => Low
** Changed in: dhis2
Assignee: (unassigned) => Morten Olav Hansen (mortenoh)
--
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/1066839
oXygen XML Editor is also great for docbook.. and everything XML related
(we have a license here at UiO).
--
Morten
On Wed, Oct 24, 2012 at 11:02 AM, Lars Helge Øverland
wrote:
> On Wed, Oct 24, 2012 at 11:00 AM, Bob Jolliffe
> wrote:
> > On 24 October 2012 09:23, Lars Helge Øverland
> wrote:
"On September 2012 InfoTrust Group acquired Serna Enterprise XML Editor
from Syntext, Inc. and no longer makes available the open source version"
We might have to look for an alternative.
--
Morten
On Wed, Oct 24, 2012 at 11:58 AM, Bob Jolliffe wrote:
> Mind you, when I 'locate libXmu.so.6' I
To install the 32 bit version of libxmu6, just do apt-get install
libxmu6:i386
--
Morten
On Wed, Oct 24, 2012 at 1:11 PM, Lars Helge Øverland wrote:
> On Wed, Oct 24, 2012 at 11:58 AM, Bob Jolliffe
> wrote:
> > Mind you, when I 'locate libXmu.so.6' I see I happen to have both the
> > 386 and 6
Hi Bob
This should be as easy as adding another method.. we already have
getObjectList (I think thats the name.. ) in our ABC. What you will need to
do, is to add another method in DataSetController, maybe call it
getDataSetsDSD (or something similar). And have a request-mapping that
points to bot
Sorry, that's consumes not consumed.
--
Morten
On Sun, Oct 28, 2012 at 2:18 PM, Morten Olav Hansen wrote:
> consumed
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launc
mvn clean jetty:run . Your build
> cycle is then to run mvn install on the dhis-web-api module, then mvn
> clean jetty:run on e.g. dhis-web-reporting module.
>
> Lars
>
> On Sun, Oct 28, 2012 at 10:43 PM, Bob Jolliffe
> wrote:
> > Hi Morten
> >
> > On 28 Octobe
b Jolliffe wrote:
> OK that seems fine now, thanks.
>
> The problem goes away when I remove the 'value' parameter from the
> RequestMapping.
>
> #
> On 29 October 2012 10:44, Morten Olav Hansen wrote:
> > I have sent him a fix for this..
> >
> > --
I don't think you need this filer, if you are using DhisTest, the
session should be opened.
Have you looked more at this, is it resolved?
--
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/1073864
Tit
Påvirker dette MessageConversationController? eller er det bare noe lokalt?
vi krever F_SEND_MESSAGE eller ALL på kontrolleren
--
Morten
On Wed, Nov 14, 2012 at 1:41 PM, wrote:
>
> revno: 9024
> committer: Lars Helge Øverland
> bran
** Changed in: dhis2
Importance: Undecided => Medium
** Changed in: dhis2
Assignee: (unassigned) => Morten Olav Hansen (mortenoh)
** Changed in: dhis2
Status: New => Confirmed
** Changed in: dhis2
Milestone: None => 2.11
--
You received this bug notification bec
Hmmm, didn't we already remove dhis-service-sms from the build? the code
was aweful..
--
Morten
On Sun, Nov 18, 2012 at 12:17 AM, wrote:
>
> revno: 9076
> committer: Bob Jolliffe
> branch nick: dhis2
> timestamp: Sat 2012-11-17 23:1
s. It *appears* these modules didn't really
> depend on this because everything is currently building again.
>
>
> On 17 November 2012 18:18, Morten Olav Hansen wrote:
>
>> Hmmm, didn't we already remove dhis-service-sms from the build? the code
>> was aweful..
>&
Hi
Can you try with the updated war from:
http://dhis2.org/download/releases/2.10/dhis.war
There was some issues with this, but it should be fixed now (it was fixed a
couple of days ago)
--
Morten
On Sat, Dec 1, 2012 at 4:28 PM, Orvalho Augusto wrote:
> My organisationunits are not well stor
-select +=
> -"cast(dv.value as double precision) " +
> +select += valueExpression + " " +
> "from datavalue dv " +
> "left join _organisationunitgroupsetstructure ougs on
> dv.sourceid=ougs.organisationunitid " +
> "left join _org
Using .NET might not be stupid if our target is windows only. It should
make sure the download is small, and most people have some version of the
.NET framework installed already (but one would have to target a version
that exists on Windows XP I assume). I think Lars is an expert ;-)
--
Morten
Just sharing some thoughts before I lose them ...
>>>
>>> Been looking at the case of a certain West African country with 4
>>> orgunits. Which is actually not a huge number of objects and we could
>>> very likely be looking at orgunit tables bigger than this
If you have an old version of Java, the commit I just did should probably
fix it. But I would suggest that you upgrade.
--
Morten
On Sat, Dec 15, 2012 at 8:12 PM, Morten Olav Hansen wrote:
> There should not be any issues with that code, and as bob said our ci
> server seems to comp
after Bob's universal declaration ie. "Been
> looking at the case of a certain West African country with *4 orgunits
> *. *Which is actually not a huge number of objects and we could very
> likely be looking at orgunit tables bigger than this as villages and even
> hous
other tools eg. CI (Jinkins/Atlassian Bamboo etc..) so that other can put
> their code review comments on dhis2 committed code by great commiter like
> you !!!
>
> http://www.atlassian.com/software/crucible/overview
>
> If yes in second and third query, than i am strongly recommen
Hi
I assume you mean DXF1? I don't think its possible. You can however do it
through DXF2. The easiest approach here would be to add some attributes to
dhis, and some attribute values. Then do a meta-data dump (/api/metaData)
and inspect the format.
--
Morten
On Wed, Jan 9, 2013 at 5:33 PM, Jas
Seems to be working on http://apps.dhis2.org/dev, did you clear out your
browser cache?
--
Morten
On Fri, Jan 11, 2013 at 4:33 PM, Jason Pickering <
jason.p.picker...@gmail.com> wrote:
> Dear devs.
>
> In trunk (rev 9480) I am getting this
>
> Expression is not well-formed
>
> when trying to cr
Everything coming out of DHIS should be escaped. Are you saying that you
see the alert box where you can see the name?
--
Morten
On Sat, Jan 26, 2013 at 5:37 PM, Ngoc Thanh Nguyen <
thanh.hispviet...@gmail.com> wrote:
> Hi all,
>
> Sorry if this issue is irrelevant but when I tried to insert so
5:59 PM, Ngoc Thanh Nguyen <
thanh.hispviet...@gmail.com> wrote:
> No, I don't see it. But even by escaping the output, will it be completely
> secured?
>
> Thanh
>
>
> On Sat, Jan 26, 2013 at 11:42 PM, Morten Olav Hansen
> wrote:
>
>> Everything coming o
Hi
Its hard to see just by looking at the log. But I would delete the webapps
directory completely, restart your computer. Then put dhis.was back in the
folder, and start the server.
These kind of errors happens sometimes when old and new code is mixed
together.
--
Morten
On Mon, Feb 18, 2013
601 - 700 of 1208 matches
Mail list logo