IRC Chat : 2009-07-03 - OpenMRS

00:23:57 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [8876]: -- dss * added convertUnitsToEnglish utility method to convert metric to … <http://dev.openmrs.org/changeset/8876>
00:55:58 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [8877]: 1.5.x: Fixed #1527 - FileNotFoundException thrown for test class during … <http://dev.openmrs.org/changeset/8877>
01:12:33 *** Agnor has quit IRC
01:28:00 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [8879]: ncd: updated the manage nlp critic facility based on last friday's … <http://dev.openmrs.org/changeset/8879> || OpenMRS Tickets: Ticket #1610 (defect closed): java.sql.SQLException: Too many connections <http://dev.openmrs.org/ticket/1610#comment:3> || OpenMRS Tickets: Ticket #1527 (defect closed): FileNotFoundException thrown for test class during module deployment <http://dev.openmrs.org/ticket/1527#comment:7> || OpenMRS Changesets: Changeset [8878]: mdrtb14. Fixes treatment supporter lookup failure. <http://dev.openmrs.org/changeset/8878>
02:00:01 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [8880]: htmlformentrydesigner: Javascript code is now more robust (uses some … <http://dev.openmrs.org/changeset/8880>
02:31:27 *** upul has joined #openmrs
02:31:27 *** ChanServ sets mode: +v upul
02:43:12 *** atomicturtle has joined #openmrs
02:44:20 *** atomicturtle1 has joined #openmrs
02:44:59 *** atomicturtle1 has left #openmrs
03:04:57 *** nribeka has quit IRC
03:08:02 *** atomicturtle has quit IRC
03:11:12 <upul> Hi jmiranda
03:18:15 *** upul has quit IRC
03:20:30 *** bwolfe__ has quit IRC
03:35:59 *** upul has joined #openmrs
03:35:59 *** ChanServ sets mode: +v upul
04:03:50 <upul> IDEA 9 prerelease out
04:38:10 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Forum: Re: OpenMRS doesnt seem to run updates <http://forum.openmrs.org/viewtopic.php?f=9&t=472#p1720>
04:38:30 *** upul has quit IRC
05:32:10 *** upul has joined #openmrs
05:32:10 *** ChanServ sets mode: +v upul
05:42:12 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [8881]: mdrtb module: commenting out a link that doesn't work. Hopefully I'll … <http://dev.openmrs.org/changeset/8881>
05:48:31 <jmiranda> hey upul
05:48:35 <jmiranda> sorry i missed you earlier
05:49:36 <upul> jmiranda: was that regex worked, org\.openmrs\.*Test* may be spring is using a different format
05:50:16 <upul> ,* means any zero or more chars, but \.* means zero or more .
05:50:25 <jmiranda> no that didn't work after all
05:50:51 <jmiranda> i didn't need the org.openmrs
05:51:00 <jmiranda> i just used .*Test.*
05:51:08 <upul> I see
05:51:24 <jmiranda> i though the slash was for escaping the period
05:51:35 <upul> it should be
05:51:55 <upul> it should have been like org\.openmrs\..*Test.*
05:52:02 <jmiranda> yes
05:52:16 <jmiranda> i was basing it off an example i saw
05:52:40 <jmiranda> and then realized i didn't need the org.openmrs because the compoent-scan is confined to org.openmrs anyway
05:53:11 <upul> right
05:53:13 <jmiranda> i don't like using the .*Test.* regex
05:53:20 <jmiranda> but it will have to do for nw
05:53:21 <jmiranda> now
06:14:17 *** Mkop has joined #openmrs
06:40:20 *** pascal` has joined #openmrs
06:41:35 <upul> Hi pascal`
06:41:38 <upul> Hi Mkop
06:41:46 <Mkop> hi
06:41:50 <Mkop> oh no
06:41:55 <Mkop> good night
06:42:00 <upul> which time zone are you in Mkop
06:42:03 <Mkop> I was at a wedding tonight
06:42:12 <Mkop> so I just got home a few minutes ago
06:42:14 <Mkop> Eastern US
06:42:18 <Mkop> it's 2:41 right now
06:42:32 <pascal`> hey upul
06:43:09 <Mkop> howzit pascal`
06:44:56 <pascal`> hey Mkop
08:13:34 *** kane77 has joined #openmrs
08:39:04 *** Mkop has quit IRC
08:54:20 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [8882]: schedulerquartz: added summary page <http://dev.openmrs.org/changeset/8882>
09:33:47 <pascal`> anyone seen HttpServletRequest.getParameterValues(String) returning null in the controller's onSubmit method even tho the input parameter seems to exist?
09:33:49 <pascal`> =S
10:01:58 <upul> pascal`, are the param names exactly the same
10:02:34 <pascal`> upul, yes
10:02:47 <upul> pascal`, how can you be so sure the params are coming in
10:02:50 <pascal`> i think maybe it only works from text input items
10:03:02 <pascal`> very sure
10:03:25 <pascal`> i couldn't get it to work for buttons or check boxes, so i had to use a bit of a hack to set a text field and then just process that
10:03:43 <pascal`> very annoying but I don't have the time to investigate further
10:03:54 <upul> i see
10:04:35 <pascal`> it works fine when i make the input type "text", "hidden" or a textarea
10:04:38 <pascal`> arg
10:04:43 <pascal`> anyway, it's working for the moment
10:30:26 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [8883]: xforms module: form designer bug fixes <http://dev.openmrs.org/changeset/8883>
11:01:50 *** Keelhaul has joined #openmrs
11:01:50 *** ChanServ sets mode: +v Keelhaul
11:15:36 <pascal`> hey Keelhaul
11:25:17 <Keelhaul> hi
11:25:36 <Keelhaul> i'm been drinking espresso that expired in 10/2007
11:25:38 <Keelhaul> wish me luck
11:35:09 *** upul has quit IRC
12:36:31 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [8884]: xforms module: using user system_id if user_name is empty <http://dev.openmrs.org/changeset/8884>
12:55:31 *** upul has joined #openmrs
12:55:31 *** ChanServ sets mode: +v upul
13:00:34 <Keelhaul> i hate sourceforge
13:00:40 <Keelhaul> so counter-intuitive
13:17:04 *** upul has quit IRC
13:17:05 *** upul_ has joined #openmrs
13:17:05 *** ChanServ sets mode: +v upul_
13:18:28 *** upul_ is now known as upul
14:10:10 *** pascal` has quit IRC
14:30:08 <upul> finished watching spring source video
14:41:19 <Keelhaul> fun
14:44:37 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Tickets: Ticket #1613 (defect created): RequiredDataHandler throws ClassCastException while saving ReportSchema <http://dev.openmrs.org/ticket/1613>
14:47:17 <upul> Keelhaul: how's the espresso?
14:47:24 <Keelhaul> i live
14:50:31 <upul> Keelhaul: are you sure? sometime it takes longer than few hours when the body turns blue and then collapses
14:52:12 <Keelhaul> we'll see
15:23:56 *** Mkop has joined #openmrs
15:45:33 *** Agnor has joined #openmrs
16:20:39 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Tickets: Ticket #1614 (enhancement created): Reduce logging output from BIRT Report Module <http://dev.openmrs.org/ticket/1614>
16:34:05 <r0bby> js
16:34:07 <r0bby> er
16:34:08 <r0bby> js
16:34:10 <r0bby> ER
16:34:50 <Keelhaul> gesundheit
16:35:04 <upul> nicht
16:46:48 <Mkop> lol
16:46:53 <Mkop> I don't know what's going on here
16:47:52 <upul> at least gesundheit has similar meaning to 'god bless you' when sneezing :-)
16:48:10 <upul> r0bby must have sneezed multiple times
16:48:24 <Mkop> gezunt meant healthy, heit means go, right Keelhaul?
16:48:38 <Mkop> no, gei means go
16:48:41 <Mkop> I forget what heit means
16:49:59 <Mkop> I'm basing off my knowledge of yiddish more than german
16:52:01 <upul> gesund means healthy
16:52:08 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [8885]: mdrtb module: final fixes for demo <http://dev.openmrs.org/changeset/8885>
17:03:42 <Keelhaul> gesund = healthy, heit = hood
17:03:50 <Keelhaul> so, "healthyhood" is health
17:09:05 <Mkop> oh
17:52:38 <upul> bis balt
17:52:46 *** upul has quit IRC
18:02:27 <r0bby> I use aliases in irssi to switch channels
18:13:39 <Mkop> use xchat
18:13:42 <Mkop> :-P
18:13:54 * Mkop enjoys using his mouse
18:52:27 *** AM_ has joined #openmrs
18:52:42 <AM_> Hello everyone
18:53:26 <AM_> can anyone tell me about password of VMimage OPENMRS
18:58:34 <Mkop> maybe try admin/test?
18:58:55 <Mkop> today is a public holiday in the US so most of the devs aren't really around now
19:34:28 *** AM_ has quit IRC
20:01:42 *** Mkop has quit IRC
20:24:35 <Keelhaul> why today
20:41:06 <r0bby> i hate it
20:41:09 <r0bby> i like irssi :)
20:41:16 <r0bby> Keelhaul: July 4th
20:42:03 <r0bby> UGH
20:52:50 <Keelhaul> is tomorrow
22:08:56 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [8886]: adding a maintenance feature to list patients who are also users. (This … <http://dev.openmrs.org/changeset/8886>
22:53:31 *** kane77 has quit IRC
23:44:59 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [8887]: 1.5.x branch: adding a maintenance feature to list patients who are also … <http://dev.openmrs.org/changeset/8887>