[Dhis2-devs] Help menu not visible

2010-08-06 Thread Knut Staring
Hello list, I have seen this problem several times, but don't remember how I resolved it: Sometimes when I log into DHIS2, the Help menu does not expand (but the Maintenance and Service menus work fine). Could this be related to user rights? Other tips? -- Cheers, Knut St

[Dhis2-devs] Why do we have lots of restrictive validation rules?

2010-08-06 Thread Knut Staring
For datasets, I get the following validation error for the name of the dataset: "The first character must be alphabetical." Why do need to be this restrictive? I see no reason we cannot start the name with a number. Could someone explain all these seemingly artificial limitations? And list all of

Re: [Dhis2-devs] [Bug 612866] [NEW] Can't name dael, dael-group, dataset, ind in Vietnamese characters

2010-08-03 Thread Knut Staring
Why not numbers? On Aug 3, 2010 12:05 PM, "jason.p.pickering" <612...@bugs.launchpad.net> wrote: OK, just as a test, I changed it to this.. return this.optional(element) || !(/[\d+!#&]$/i.test(value)); So, i do NOT want anything with numbers, pluses, exclamation marks, hashes or amperstands. Fo

Re: [Dhis2-devs] Info on GIS development

2010-07-26 Thread Knut Staring
advantage of being simple, lightweight and portable. >> >> Agreed on both points, namely that the solution is lightweight and >> aimed at thematic mapping but other solutions would be more >> appropriate for use as a repository of GIS data. >> >> Regards, >> Jason >> &

Re: [Dhis2-devs] Info on GIS development

2010-07-24 Thread Knut Staring
not >> otherwise. >> >> I think the better place to round these values will in fact (as Jan >> suggested) be in the orgunit  converter.  That is the one place we do >> tokenize the coordinates anyway to put '['s around them.  Can't >> promise to loo

Re: [Dhis2-devs] Info on GIS development

2010-07-23 Thread Knut Staring
It obviously also depends a bit on the scale - if we are talking about world maps and just national borders, in my experience 2 decimals is more than enough. But for a subdistrict map I think you would at least want 3. k On Fri, Jul 23, 2010 at 10:11 PM, Knut Staring wrote: > There is proba

Re: [Dhis2-devs] Info on GIS development

2010-07-23 Thread Knut Staring
Jan and I should do some testing. k On Fri, Jul 23, 2010 at 9:54 PM, Bob Jolliffe wrote: > 2010/7/23 Knut Staring : >> 2010/7/14 Lars Helge Øverland : >>> >>> We are in the process of changing the GIS module in terms of how the >>> geographical information is

Re: [Dhis2-devs] Info on GIS development

2010-07-23 Thread Knut Staring
2010/7/14 Lars Helge Øverland : > > We are in the process of changing the GIS module in terms of how the > geographical information is persisted and presented. > In the snapshot version we now store the coordinates in JSON format directly > in the database on the OrganisationUnit.coordinates proper

[Dhis2-devs] Fwd: [OPENMRS-DEV] Bandwidth and performance issues to address in OpenMRS

2010-07-22 Thread Knut Staring
;ll have to work hard on >>>>>>> getting >>>>>>> an anonymized version of AMPATH's data soon, because running the demo >>>>>>> dataset in a 1.6.1 virtual appliance on my MacBook Pro is significantly >>>>>>> snapp

[Dhis2-devs] [Bug 608320] [NEW] GIS Refreshing choropleth causes return to initial coordinates

2010-07-21 Thread Knut Staring
Public bug reported: When doing something that causes rerendering of the thematic layer, such as selecting different colors or changing the number of intervals etc, the extent is set to the original. This is very annoying - the current extent should always be preserverd unless the user clicks on a

[Dhis2-devs] [Bug 608318] [NEW] GIS hangs after deleting map

2010-07-21 Thread Knut Staring
Public bug reported: Using GeoJSON as map source and deleting a map triggers the "Creating choropleth" message, which seems to hang forever. ** Affects: dhis2 Importance: Undecided Status: New ** Changed in: dhis2 Milestone: None => 2.0.5 -- GIS hangs after deleting map https

Re: [Dhis2-devs] Info on GIS development

2010-07-21 Thread Knut Staring
k on GIS / import so far... > > Lars > > ___ > Mailing list: https://launchpad.net/~dhis2-devs > Post to     : dhis2-devs@lists.launchpad.net > Unsubscribe : https://launchpad.net/~dhis2-devs > More help   : https://help.laun

[Dhis2-devs] [Bug 608303] [NEW] Active is set to FALSE when importing GML

2010-07-21 Thread Knut Staring
Public bug reported: When importing coordinates to existing OrgUnits from GML, the "active" field in the organisationunit table is changed from TRUE to FALSE ** Affects: dhis2 Importance: Undecided Status: New ** Tags: gml ** Changed in: dhis2 Milestone: None => 2.0.5 -- Ac

[Dhis2-devs] [Bug 608301] [NEW] Date format distorted when editing orgunits

2010-07-21 Thread Knut Staring
Public bug reported: When clicking on Edit Organisation Unit, the "opening date" comes up like this: $format.formatDate( $organisationUnit.openingDate ) It must then be selected again before one can save any changes to e.g. the name. ** Affects: dhis2 Importance: Low Status: New *

Re: [Dhis2-devs] hi

2010-07-21 Thread Knut Staring
On Wed, Jul 21, 2010 at 10:12 AM, Knut Staring wrote: > We want the data in EPSG 4326, which is Lat/Lon. > >ogr2ogr s_srs EPSG:2736 a_srs EPSG:4326 -f "GeoJSON" outputfile.json >inputfile.shp There are a couple or errors in the above statement: The flags should have a da

Re: [Dhis2-devs] hi

2010-07-21 Thread Knut Staring
json file. > > Can you please check what is wrong with this spatial data. > > Regards, > > Zeferino > -- Cheers, Knut Staring ___ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.launchpad.net Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp

Re: [Dhis2-devs] [Dhis2-users] DHIS2 setup problem

2010-07-20 Thread Knut Staring
>> Thanks, Knut, but the machine was rebooted at least twice after the >> environment variable was set and still failed.  In addition there were >> several restarts of Tomcat.  As I understand it, the environment is passed >> in when a new process is spawned so a Tomcat

Re: [Dhis2-devs] dhis14 import

2010-07-20 Thread Knut Staring
 Kind of nice. > > Cheers > Bob > > ___ > Mailing list: https://launchpad.net/~dhis2-devs > Post to     : dhis2-devs@lists.launchpad.net > Unsubscribe : https://launchpad.net/~dhis2-devs > More help   : https:

Re: [Dhis2-devs] [Dhis2-users] DHIS2 setup problem

2010-07-14 Thread Knut Staring
@lists.launchpad.net > Unsubscribe : https://launchpad.net/~dhis2-users > More help   : https://help.launchpad.net/ListHelp > > > ___ > Mailing list: https://launchpad.net/~dhis2-devs > Post to     : dhis2-devs@lists.lau

Re: [Dhis2-devs] DHIS2 setup problem

2010-07-11 Thread Knut Staring
), DHIS2 does not seem to see it, I can't even get a list >> of hierarchy levels.   Unfortunately, I neglected to get the tomcat log, but >> will do that right away. >>     Any help you could give me with resolving this would be great. >> Thanks, Roger >> > &

Re: [Dhis2-devs] DHIS2 setup problem

2010-07-11 Thread Knut Staring
could give me with resolving this would be great. > Thanks, Roger > -- Cheers, Knut Staring ___ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.launchpad.net Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp

Re: [Dhis2-devs] Troubles with database communication

2010-07-03 Thread Knut Staring
Is postgres out of the question? On Jul 4, 2010 5:59 AM, "Orvalho Augusto" wrote: I do not know what to do. I have found this: http://dev.mysql.com/doc/refman/5.1/en/connector-j-usagenotes-troubleshooting.html And what makes me feel really bad is: "*22.3.5.3.4: ** I have a servlet/application t

Re: [Dhis2-devs] DHIS2 Live USB edition

2010-06-29 Thread Knut Staring
ISlive.exe file, as if the envar is not set, and the > FireFoxPortable (or prism or whatever we feel is best for a browser to > distribute with DHIS2) then the default browser will get launched > anyway. > > Regards, > Jason > > > On Tue, Jun 29, 2010 at 4:39 PM, Knut Star

Re: [Dhis2-devs] DHIS2 Live USB edition

2010-06-29 Thread Knut Staring
"DHIS distro") is usually a better way to go. Knut On Tue, Jun 29, 2010 at 4:08 PM, Knut Staring wrote: > A few more comments: > > 1) For some reason, the installer hung at the end when I tried to > install on a USB stick. I then installed on my harddrive and just > c

Re: [Dhis2-devs] APN for Mobile DHIS

2010-06-29 Thread Knut Staring
t; More help   : https://help.launchpad.net/ListHelp >>> >> >> >> >> -- >> -- >> Jason P. Pickering >> email: jason.p.picker...@gmail.com >> tel:+260968395190 >> >> >> Sent via BlackBerry >> _

Re: [Dhis2-devs] DHIS2 Live USB edition

2010-06-29 Thread Knut Staring
asily swap databases - though the manual operation is of course also very simple, if we document it well. 5) The final README is a bit cluttered and may be confusing to many users. I think we could cut it considerably. Knut On Tue, Jun 29, 2010 at 11:24 AM, Knut Staring wrote: > On Mon, Jun

Re: [Dhis2-devs] DHIS2 Live USB edition

2010-06-29 Thread Knut Staring
; > > > --- > Jason P. Pickering > email: jason.p.picker...@gmail.com > tel:+260968395190 > -- Cheers, Knut Staring ___ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.launchpad.net Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp

[Dhis2-devs] Fwd: Welcome

2010-06-15 Thread Knut Staring
Great to have a new experienced developer on board! -- Forwarded message -- From: Mithilesh Kumar Thakur Date: Tue, Jun 15, 2010 at 8:35 AM Subject: Re: Welcome To: Knut Staring On Tue, Jun 15, 2010 at 12:04 PM, Mithilesh Kumar Thakur wrote: > > De

[Dhis2-devs] Fwd: [OPENMRS-IMPLEMENTERS] Synchronization at Partners In Health in Rwanda

2010-06-15 Thread Knut Staring
Click here to unsubscribe from OpenMRS Implementers' mailing list -- Cheers, Knut Staring ___ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.launchpad.net Unsubscribe : https://launchpad.net/~dhis2-devs More help :

[Dhis2-devs] Team pictures

2010-06-06 Thread Knut Staring
Hi all, Just saw that the HISP VN team has a nice page on their website presenting everyone: http://www.dhisvn.org/dhis/index.php?option=com_content&view=article&id=5&Itemid=5 HISP India has also included quite a lot of pictures on their site: http://hispindia.org/ I think this is very good prac

Re: [Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 1855: (GIS) Line chart for several periods implemented.

2010-05-30 Thread Knut Staring
On Tue, May 18, 2010 at 4:59 PM, Jan Henrik Øverland wrote: > Seems like Extflot is a good solution. Quite easy to use and with some > styling (the attached image has no styling at all) it may look good as well. Are these time series charts in trunk now? How do I make them appear? Knut

[Dhis2-devs] GIS module error in build 1923

2010-05-28 Thread Knut Staring
i18n_loading is not defined Casued by line 62 in index.js: MASK = new Ext.LoadMask(Ext.getBody(),{msg:i18n_loading,msgCls:'x-mask-loading2'}); ___ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.launchpad.net Unsubscribe

Re: [Dhis2-devs] [Bug 567197] Re: Editing dataset sections does not persist

2010-05-28 Thread Knut Staring
is information is available on Hudson - though one could probably infer it from comparing the build time to the commit messages. However, you should be able to see the version after downloading and starting DHIS, under Help -> About DHIS 2 Knut > On Thu, May 27, 2010 at 2:38 PM, Knut Star

Re: [Dhis2-devs] [Dhis2-users] DHIS2 with R

2010-05-27 Thread Knut Staring
On Thu, May 27, 2010 at 6:39 PM, Bob Jolliffe wrote: > On 27 May 2010 17:27, Knut Staring wrote: >> DHIS already has the concept of datamart and report tables, which do >> provide some separation of the transactional from the analytical, >> though we also have plans for im

Re: [Dhis2-devs] [Dhis2-users] DHIS2 with R

2010-05-27 Thread Knut Staring
4") >>>>>> >>>>>>>data <- fetch(rs,n=-1) >>>>>> >>>>>>>barplot(data$malaria_confirm_incidence, >>>>>>>names.arg=as.character(data$periodname), >>>>>>>main=as.character(data$organi

Re: [Dhis2-devs] DHIS2 with R

2010-05-27 Thread Knut Staring
t;>>>names.arg=as.character(data$periodname), >>>>>main=as.character(data$organisationunitname[1]),las=2) >>>> >>>>>dev.print(png, file="/home/jason/test.png") >>>> >>>> Regards, >>>> Jason >&g

Re: [Dhis2-devs] DHIS2 with R

2010-05-27 Thread Knut Staring
t.png") >> >> Regards, >> Jason >> >> --- >> Jason P. Pickering >> email: jason.p.picker...@gmail.com >> tel:+260968395190 >> >> ___ >> Mailing list: https://launchpad.net/~dhis2-devs >> Post to     : dhis2-devs@lists.la

[Dhis2-devs] Problem starting DHIS2 Live

2010-05-27 Thread Knut Staring
Hello, I've had many configurations running on my machine, but currently I seem unable to get DHIS2 Live to start. Firefox tells me this: HTTP ERROR: 503 Problem accessing /. Reason: SERVICE_UNAVAILABLE Powered by Jetty:// But there is little info in the log below - It seems to skip al

Re: [Dhis2-devs] [Bug 585758] [NEW] Improve listings to keep used filters and position and to offer more search options

2010-05-26 Thread Knut Staring
On Wed, May 26, 2010 at 11:05 AM, Knut Staring wrote: > On Wed, May 26, 2010 at 10:49 AM, Hynek Kruzik wrote: >> Public bug reported: >> >> I suggest to imporove general functionality of listings (like list or >> indicators or list of data elements). I found current

Re: [Dhis2-devs] [Bug 585758] [NEW] Improve listings to keep used filters and position and to offer more search options

2010-05-26 Thread Knut Staring
t name, alias name and code would > be very usefull. > > 3. Paging option in long listings will be also very usefull, currently we > have about 8 000 organizational units and assigning them into groups is > really a paintful job. > > Thx > > > -- Cheers, Kn

[Dhis2-devs] GeoXSLT

2010-05-25 Thread Knut Staring
it.getPolygonCoordinates() ); would need to be expanded in order to > not just dump the database content into the xml element.  Or wrapped > as > writer.writeElement( FIELD_POLYGON_COORDINATES, > unit.getPolygonCoordinatesAsXML() ) > > Regards > Bob > > On 19 May 2010 13:14

Re: [Dhis2-devs] Generating GeoJSON from the database

2010-05-24 Thread Knut Staring
On Thu, May 20, 2010 at 1:26 PM, Knut Staring wrote: > Working on converting all our data to geojson, I've changed my mind > for representation in the database somewhat. Instead of just having > the coordinates in one field and the type of geometry in another, it > will be both m

[Dhis2-devs] Piwik: Open source statistics for our websites?

2010-05-24 Thread Knut Staring
http://piwik.org/ aims to be an open source alternative to Google Analytics. Could be used for http://dhis2.org and http://hisp.uio.no Knut ___ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.launchpad.net Unsubscribe : h

Re: [Dhis2-devs] [Dhis-dev] DataElement -> PeriodType association

2010-05-23 Thread Knut Staring
On Sun, May 23, 2010 at 9:36 AM, Ola Hodne Titlestad wrote: > On 23 May 2010 03:32, Bob Jolliffe wrote: >> >> On 22 May 2010 19:51, Ola Hodne Titlestad wrote: >> > On 20 May 2010 18:39, Bob Jolliffe wrote: >> >> >> >> On 20 May 2010 15:56, Bob Jolliffe wrote: >> >> > 2010/5/20 Ola Hodne Titles

Re: [Dhis2-devs] [Dhis-dev] DataElement -> PeriodType association

2010-05-22 Thread Knut Staring
On Sat, May 22, 2010 at 8:51 PM, Ola Hodne Titlestad wrote: > On 20 May 2010 18:39, Bob Jolliffe wrote: >> >> On 20 May 2010 15:56, Bob Jolliffe wrote: >> > 2010/5/20 Ola Hodne Titlestad : >> >> >> >> 2010/5/20 Lars Helge Øverland >> >>> >> >>> Data elements derive their period type from the da

Re: [Dhis2-devs] Douglas-Peuker and Simplification Program

2010-05-21 Thread Knut Staring
version of DHIS 2 which runs on top of PostGIS (with full precision data) and also has Geoserver somewhat integrated. So people who have this version of DHIS2 could have a third option in addition to the two I outline below. On Fri, May 21, 2010 at 3:30 PM, Knut Staring wrote: > Unfortunately,

[Dhis2-devs] Fwd: Douglas-Peuker and Simplification Program

2010-05-21 Thread Knut Staring
Date: Fri, May 21, 2010 at 3:15 PM Subject: Douglas-Peuker and Simplification Program To: Knut Staring http://www.cartoweb.org/downloads/vertexsimplification/documentation.html http://groups.google.com/group/Google-Maps-API/browse_thread/thread/e5e865ddeeaa81ea?pli=1 -- Cheers, Kn

Re: [Dhis2-devs] Can we bump organisationunitid from int to bigint?

2010-05-21 Thread Knut Staring
On Fri, May 21, 2010 at 3:04 PM, Bob Jolliffe wrote: > On 21 May 2010 13:58, Knut Staring wrote: >> On Fri, May 21, 2010 at 2:35 PM, Bob Jolliffe wrote: >>> On 21 May 2010 13:30, Knut Staring wrote: >>>> On Fri, May 21, 2010 at 2:25 PM, Bob Jolliffe >>&

Re: [Dhis2-devs] Can we bump organisationunitid from int to bigint?

2010-05-21 Thread Knut Staring
On Fri, May 21, 2010 at 2:35 PM, Bob Jolliffe wrote: > On 21 May 2010 13:30, Knut Staring wrote: >> On Fri, May 21, 2010 at 2:25 PM, Bob Jolliffe wrote: >>> Generating an orgunit hierarchy in dxf is relatively straightforward. >>> As long as you have some kind of

Re: [Dhis2-devs] Can we bump organisationunitid from int to bigint?

2010-05-21 Thread Knut Staring
 But that should not prevent this scenario >> from working.  Regarding ids I think its right to avoid getting >> complicated with the database stuff.  In the dxf we can just number >> them 1,2,3,4.. etc.  The  DHIS convertor will worry about what the >> actual database id

Re: [Dhis2-devs] Can we bump organisationunitid from int to bigint?

2010-05-21 Thread Knut Staring
etc.  The  DHIS convertor will worry about what the > actual database ids are. True. We may want to keep the 21 character LVLIDs in the CODE field. Knut > Regards > Bob > > On 21 May 2010 11:09, Knut Staring wrote: >> You are quite right that we need to coordinate this with bul

Re: [Dhis2-devs] Can we bump organisationunitid from int to bigint?

2010-05-21 Thread Knut Staring
, if this process would be documented. > > > > > > > > > > > > > > > > > On 5/21/10, Knut Staring wrote: >> You are quite right that we need to coordinate this with bulk orgunit >> import - to some extent the hope is that if the admin boundaries we >&g

Re: [Dhis2-devs] Can we bump organisationunitid from int to bigint?

2010-05-21 Thread Knut Staring
statement. I >> >> do not know exactly what the statement would be, but I was almost >> >> certain I had written this before at some point in time . >> >> >> >> I do not think that this is enough of a justification to increase the >> >>

Re: [Dhis2-devs] Can we bump organisationunitid from int to bigint?

2010-05-21 Thread Knut Staring
gh of a justification to increase the >>> size of the organisationunitid field, as it should be big enough to >>> accommodate any realistic orgunit hierarchy. >>> >>> In general, I would suggest the use of a view to present to PostGIS >>> instead of dire

Re: [Dhis2-devs] Can we bump organisationunitid from int to bigint?

2010-05-21 Thread Knut Staring
Sorry, the last sentence should say " full precision GEOMETRIES". On Fri, May 21, 2010 at 11:00 AM, Knut Staring wrote: > Using the hibernate_sequence seems like a good idea in most cases, but > for Orgunits it's really crucial to populate the parentid field (which > of c

Re: [Dhis2-devs] Can we bump organisationunitid from int to bigint?

2010-05-21 Thread Knut Staring
This seems this > might cause problems with possible clashes with the hibernate_sequence > which is used to generate IDs? > > I have run into this issue only once, but since then, I always use the > hibernate_sequence to generate IDs when I directly insert data into > the DB. > &g

[Dhis2-devs] DHIS 2: District system versus National repository/Health Observatory - and GIS

2010-05-20 Thread Knut Staring
In the recent discussions on regarding geodata, Bob and Jason have again brought up a number of good points with regard to standards and interoperability. Because of limited resources, it is imperative that we as much as possible maintain a unified application, and for instance integrate all the w

Re: [Dhis2-devs] mongodb instead of RDMBS

2010-05-20 Thread Knut Staring
gt; Anyone have ideas about this? > > Thanh > > ___ > Mailing list: https://launchpad.net/~dhis2-devs > Post to     : dhis2-devs@lists.launchpad.net > Unsubscribe : https://launchpad.net/~dhis2-devs > More help   :

Re: [Dhis2-devs] Generating GeoJSON from the database

2010-05-20 Thread Knut Staring
Much simplified PHP that works with the db representation below. On Thu, May 20, 2010 at 1:26 PM, Knut Staring wrote: > Working on converting all our data to geojson, I've changed my mind > for representation in the database somewhat. Instead of just having > the coordinates in one

[Dhis2-devs] Can we bump organisationunitid from int to bigint?

2010-05-20 Thread Knut Staring
Hello, In the process of converting WHO identifiers for administrative boundaries (LVLID) to ids usable for DHIS2, I've run into the limits of the integer datatype we use in DHIS2. The LVLID is a three letter ISO code followed by 18 digits. We are converting the alphabetical ISO for the country t

Re: [Dhis2-devs] Generating GeoJSON from the database

2010-05-20 Thread Knut Staring
": "Col d'Arclusaz"}, "id": 472}, {"geometry": {"type": "Point", "coordinates": [6.27827, 45.6769]}, "type": "Feature", "properties": {"name": "Pointe de C\u00f4te Favre"},

[Dhis2-devs] Generating GeoJSON from the database

2010-05-20 Thread Knut Staring
Hi, Please find attached some PHP code I used to connect to a Mysql version of the DHIS2 db and produce GeoJSON. Would be great if we could have a service in DHIS 2 produce the same. Especially because this would allow us to easily create maps (map views) for just one district or province, and no

Re: [Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 1887: Added latitude, longitude, polygoncoordinates to dxf

2010-05-19 Thread Knut Staring
lated into an xml element). > Does anyone have a couple of "standard" shapefiles? I guess the WHO ones are > the closet we get to that. Knut, could you provide some more examples of > that (without me having to sign and fax a bunch of forms l

Re: [Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 1887: Added latitude, longitude, polygoncoordinates to dxf

2010-05-19 Thread Knut Staring
>> Mailing list: https://launchpad.net/~dhis2-devs >> Post to     : dhis2-devs@lists.launchpad.net >> Unsubscribe : https://launchpad.net/~dhis2-devs >> More help   : https://help.launchpad.net/ListHelp >> >> > > > > -- > -- > Jason P. Pickering >

Re: [Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 1887: Added latitude, longitude, polygoncoordinates to dxf

2010-05-19 Thread Knut Staring
___ >> Mailing list: https://launchpad.net/~dhis2-devs >> Post to     : dhis2-devs@lists.launchpad.net >> Unsubscribe : https://launchpad.net/~dhis2-devs >> More help   : https://help.launchpad.net/ListHelp >> >> > > ___ >

Re: [Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 1887: Added latitude, longitude, polygoncoordinates to dxf

2010-05-19 Thread Knut Staring
what I am saying is that > writer.writeElement( FIELD_POLYGON_COORDINATES, > unit.getPolygonCoordinates() ); would need to be expanded in order to > not just dump the database content into the xml element.  Or wrapped > as > writer.writeElement( FIELD_POLYGON_COORDINATES, > uni

Re: [Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 1887: Added latitude, longitude, polygoncoordinates to dxf

2010-05-19 Thread Knut Staring
pinion. > > For instance.. > > >   45.67 88.56 > > > Is not so much more work for us to store, but makes sure we can begin > to import and export relatively standard data to external systems. > > Regards, > Jason > > > On 5/19/10, Knut

Re: [Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 1887: Added latitude, longitude, polygoncoordinates to dxf

2010-05-19 Thread Knut Staring
dinates() ); >         statementBuilder.setValue( unit.getLatitude() ); >         statementBuilder.setValue( unit.getLongitude() ); >         statementBuilder.setValue( unit.getLastUpdated() ); > > > ___ > Mailing list: https://launchpad.net/~dhis2-devs > Post to     : dhis2-devs@lists.launchpad.net > Unsubscribe : https://launchpad.net/~dhis2-devs > More help   : https://help.launchpad.net/ListHelp > > -- Cheers, Knut Staring ___ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.launchpad.net Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp

Re: [Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 1855: (GIS) Line chart for several periods implemented.

2010-05-15 Thread Knut Staring
; > On Sat, May 15, 2010 at 8:16 PM, Knut Staring wrote: >> >> To complete the picture, there is Ext Core (MIT license) : >> http://www.extjs.com/products/core/manual/ >> >> On Sat, May 15, 2010 at 8:11 PM, Knut Staring wrote: >> > I think we probably nee

Re: [Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 1855: (GIS) Line chart for several periods implemented.

2010-05-15 Thread Knut Staring
To complete the picture, there is Ext Core (MIT license) : http://www.extjs.com/products/core/manual/ On Sat, May 15, 2010 at 8:11 PM, Knut Staring wrote: > I think we probably need to keep both Ext and Jquery - and it looks > like the two can work together: > http://www.extjs.

Re: [Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 1855: (GIS) Line chart for several periods implemented.

2010-05-15 Thread Knut Staring
hich is >>> partly why they look so nice. >>> >>> In particular check out the graphing/plotting/mixture tabs.  I don't >>> think there can be a much easier open licenced way to make vector >>> graphic, w3c standard svg charts than this :-) >>&g

Re: [Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 1855: (GIS) Line chart for several periods implemented.

2010-05-14 Thread Knut Staring
And I see there is already extflot: http://code.google.com/p/extflot/ On Fri, May 14, 2010 at 4:07 PM, Knut Staring wrote: > On Fri, May 14, 2010 at 3:40 PM, Bob Jolliffe wrote: >> highcharts look very beautiful but I think Knut is right.  I don't >> think we could use it.

Re: [Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 1855: (GIS) Line chart for several periods implemented.

2010-05-14 Thread Knut Staring
gt; Regards > Bob > > On 14 May 2010 13:59, Knut Staring wrote: >> It seems the best alternative might be this JQuery library (MIT >> licensed, so no problem): >> http://code.google.com/p/flot/ >> >> Knut >> >> On Fri, May 14, 2010 at 2:32 PM, Knut Starin

Re: [Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 1855: (GIS) Line chart for several periods implemented.

2010-05-14 Thread Knut Staring
It seems the best alternative might be this JQuery library (MIT licensed, so no problem): http://code.google.com/p/flot/ Knut On Fri, May 14, 2010 at 2:32 PM, Knut Staring wrote: > Hm...does not look good from a licensing point of view, I'm afraid, > since we want this to be u

Re: [Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 1855: (GIS) Line chart for several periods implemented.

2010-05-14 Thread Knut Staring
to     : dhis2-devs@lists.launchpad.net >> Unsubscribe : https://launchpad.net/~dhis2-devs >> More help   : https://help.launchpad.net/ListHelp > > > ___ > Mailing list: https://launchpad.net/~dhis2-devs > Post to     : dhis2-devs@lists.launchpad.net > Unsubscribe : https://launchpad.net/~dhis2-devs > More help   : https://help.launchpad.net/ListHelp > > -- Cheers, Knut Staring ___ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.launchpad.net Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp

[Dhis2-devs] Choice of "rich" Javascript framework - jQuery and ExtJS

2010-05-14 Thread Knut Staring
After the recent work with the excellent Datatables.net JQuery table widget, I've had some discussion with Bob about the advantages of using one framework for GUI. We are already using JQuery a bit, and MapFish and GeoExt for the GIS part. Both JQuery and Extjs are excellent frameworks. Here is a

Re: [Dhis2-devs] No Subject

2010-05-12 Thread Knut Staring
t; Unsubscribe : https://launchpad.net/~dhis2-devs > More help   : https://help.launchpad.net/ListHelp > > -- Cheers, Knut Staring ___ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.launchpad.net Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp

Re: [Dhis2-devs] JQuery table sorter

2010-05-09 Thread Knut Staring
On Sun, May 9, 2010 at 5:24 PM, Jo Størset wrote: > > Den 9. mai 2010 kl. 16.53 skrev Knut Staring: > >> Have given it a go for facilities - even Chrome couldn't really handle >> a table of 6700 for Kenya, though, so had to select one province. >> >> You can

Re: [Dhis2-devs] JQuery table sorter

2010-05-09 Thread Knut Staring
ove but much more flexible. >>> >>> Not to mention the wonderful array of grid controls which come with >>> ext-all.js which is already distributed with dhis2 :-) >>> >>> Cheers >>> Bob >>> >>> On 6 May 2010 00:43, Knut Staring

Re: [Dhis2-devs] JQuery table sorter

2010-05-08 Thread Knut Staring
On Sat, May 8, 2010 at 8:33 PM, Knut Staring wrote: > Unfortunately, I just discovered the clever javascript trick for the > zooming of the map URL doesn't work in IE, not even IE8 :-( Fixed that, was caused by a superfluous trailing comma. Even works in IE6, though a bit slug

Re: [Dhis2-devs] JQuery table sorter

2010-05-08 Thread Knut Staring
pt and (generated) html (i.e. you have access to all the source code ;-) Unfortunately, I just discovered the clever javascript trick for the zooming of the map URL doesn't work in IE, not even IE8 :-( k > On 8 May 2010 18:49, Knut Staring wrote: >> I have now added maps for (most of

Re: [Dhis2-devs] JQuery table sorter

2010-05-08 Thread Knut Staring
>> ext-all.js which is already distributed with dhis2 :-) >> >> Cheers >> Bob >> >> On 6 May 2010 00:43, Knut Staring wrote: >>> On the topic of paging and long lists, I just added 1700 rows to an >>> HTML page with the Jquery table sorter plugi

Re: [Dhis2-devs] JQuery table sorter

2010-05-06 Thread Knut Staring
no doubt. >> >> http://datatables.net/index looks much better.  All the features of >> the above but much more flexible. >> >> Not to mention the wonderful array of grid controls which come with >> ext-all.js which is already distributed with dhis2 :-) >> &

Re: [Dhis2-devs] JQuery table sorter

2010-05-05 Thread Knut Staring
Notice you can sort on all the table headings. On Thu, May 6, 2010 at 1:43 AM, Knut Staring wrote: > On the topic of paging and long lists, I just added 1700 rows to an > HTML page with the Jquery table sorter plugin, and it seems very > performant: > > http://109.74.202.200:8080/

[Dhis2-devs] JQuery table sorter

2010-05-05 Thread Knut Staring
On the topic of paging and long lists, I just added 1700 rows to an HTML page with the Jquery table sorter plugin, and it seems very performant: http://109.74.202.200:8080/who_ihr_poe/out/docs/ports.html -- Cheers, Knut Staring ___ Mailing list

[Dhis2-devs] Matching strategies and algorithms

2010-05-05 Thread Knut Staring
ble metaphone. I don't know the specific algorithm, so I >>>>> don't know if it's easy to translate for Bantu pronounciations. >>>>> Apache's commons-codec has implementations of various phonetic algor

Re: [Dhis2-devs] Supporting MS Sql Server?

2010-05-04 Thread Knut Staring
2010/5/4 Knut Staring : > 2010/5/4 Lars Helge Øverland : >> >> >> On Tue, May 4, 2010 at 10:47 AM, Knut Staring wrote: >>> >>> The question of MSSQL support has come up again - it seems important >>> for many potential users. Does anyone have

Re: [Dhis2-devs] Supporting MS Sql Server?

2010-05-04 Thread Knut Staring
2010/5/4 Lars Helge Øverland : > > > On Tue, May 4, 2010 at 10:47 AM, Knut Staring wrote: >> >> The question of MSSQL support has come up again - it seems important >> for many potential users. Does anyone have time to look into it? >> > > All explicit SQL s

Re: [Dhis2-devs] Problem with resource files

2010-05-04 Thread Knut Staring
list: https://launchpad.net/~dhis2-devs >> Post to     : dhis2-devs@lists.launchpad.net >> Unsubscribe : https://launchpad.net/~dhis2-devs >> More help   : https://help.launchpad.net/ListHelp >> > > > ___ > Mai

Re: [Dhis2-devs] Supporting MS Sql Server?

2010-05-04 Thread Knut Staring
Health Information Systems Programme > > My Tech Blog:  http://sunnytalkstech.blogspot.com > You Live by CHOICE, Not by CHANCE > > > 2009/8/27 Knut Staring >> >> On Thu, Aug 27, 2009 at 1:55 PM, Bob Jolliffe >> wrote: >>> >>> 2009/8/27 Ola Hodne

[Dhis2-devs] Firebug for IE

2010-04-28 Thread Knut Staring
Firebug is indispensable for javascript development, and now also works in Chrome ;-) For testing with Internet Explorer, it can be useful to have Fiddler: http://www.fiddler2.com/fiddler2/ Knut ___ Mailing list: https://launchpad.net/~dhis2-devs Post

[Dhis2-devs] Build problems?

2010-04-27 Thread Knut Staring
Looking at http://dhis.uio.no/ci/ it seems nothing has built for the last four days? -- Cheers, Knut Staring ___ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.launchpad.net Unsubscribe : https://launchpad.net/~dhis2

Re: [Dhis2-devs] [Dhis2-users] Bugs/Suggestions

2010-04-27 Thread Knut Staring
2010/4/27 Lars Helge Øverland : >>     3. When assigning organization units to datasets, the >> select on level does not appear to work.  Select on group appears to take >> place in the background somehow without any feedback to the user that things >> are actually being accomplishe

[Dhis2-devs] Problem building documentation

2010-04-26 Thread Knut Staring
/dhis2_implementation_guide.xml /home/knutst/dhis/dhis2-docbook-docs/src/docbkx/en/docbookV4.5/docbookx.dtd (No such file or directory) -- Cheers, Knut Staring ___ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.launchpad.net

Re: [Dhis2-devs] "Site Specific Browser" included with DHIS2 Live?

2010-04-23 Thread Knut Staring
efer to keep frontend problems to an absolute minimum? I think they both render the core app fine - but Chrome has a clear edge on Javascript processing, which is crucial for the Mapping (aka as GIS) module's performance. k > Regards, > JPP > > > On Fri, Apr 23, 2010 at 3:14 P

[Dhis2-devs] XSLTForms

2010-04-23 Thread Knut Staring
Looks interesting? http://www.agencexml.com/xsltforms -- Cheers, Knut Staring ___ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.launchpad.net Unsubscribe : https://launchpad.net/~dhis2-devs More help : https

Re: [Dhis2-devs] "Site Specific Browser" included with DHIS2 Live?

2010-04-23 Thread Knut Staring
On Fri, Apr 23, 2010 at 2:59 PM, Bob Jolliffe wrote: > wot's an SSB? "Site Specific Browser": Prism http://prism.mozillalabs.com/ Fluid http://fluidapp.com/ http://stackoverflow.com/questions/1842277/chrome-application-shortcuts-mozilla-prism-installer __

Re: [Dhis2-devs] "Site Specific Browser" included with DHIS2 Live?

2010-04-23 Thread Knut Staring
On Fri, Apr 23, 2010 at 1:30 PM, Knut Staring wrote: > On Fri, Apr 23, 2010 at 12:39 PM, Saptarshi Purkayastha > wrote: >> I believe making it cross-browser is better than packaging a browser. Didn't >> EU tell MS that browser bundling by a majority player is wrong. ;) &g

Re: [Dhis2-devs] "Site Specific Browser" included with DHIS2 Live?

2010-04-23 Thread Knut Staring
uld be made as an option of the installer, >>>> >> >>> whether >>>> >> >>> to install one of these site-specific browsers or not, but I think >>>> >> >>> the >>>> >> >>> advantages outweigh the disadv

Re: [Dhis2-devs] "Site Specific Browser" included with DHIS2 Live?

2010-04-23 Thread Knut Staring
ve >>>>>> > package, then this browser would get opened instead, thereby launching >>>>>> > DHIS2. I am not so sure about the DHIS2 live part, as it simply >>>>>> > launches the default browser. Bob? >>>>>> > >>>

<    7   8   9   10   11   12   13   14   15   16   >