IRC Chat : 2009-05-08 - OpenMRS

00:19:46 *** r0bby has quit IRC
00:20:46 *** r0bby has joined #openmrs
00:20:47 *** ChanServ sets mode: +v r0bby
01:08:09 <Mkop> slightly bad news for openmrs
01:08:15 <Mkop> I met with a summer employer today
01:09:09 <Mkop> I'm gonna be doing stuff optimizing, cleaning up, modularizing, and generally user-friendly-izing image preprocessing tools for optical mammography stuff they're doing
01:09:29 <Mkop> wow, I used the word "stuff" a lot in that sentence
01:16:36 <r0bby> Mkop: have fun!
01:16:44 <r0bby> you're not obligated to do work
01:16:49 <r0bby> do it!
01:17:51 <Mkop> r0bby: I'm not getting your point. You're telling me to have fun instead of working on that stuff?
01:18:54 *** jmiranda has joined #openmrs
01:18:54 *** ChanServ sets mode: +o jmiranda
01:31:40 <r0bby> Mkop: no i'm telling you to ENJOY the work
01:31:59 <Mkop> ok, good
01:32:00 <r0bby> if you don't enjoy work you're doing, you need to consider a different career path
01:32:08 <Mkop> I do enjoy it
01:32:13 <Mkop> what makes you think I don't?
01:32:13 <r0bby> good
01:32:24 <r0bby> 21:17 Mkop r0bby: I'm not getting your point. You're telling me to have fun instead of working on that stuff?
01:32:43 <Mkop> that's what it sounded like from what you were saying
01:32:55 <Mkop> wtvr
01:32:59 <r0bby> no, what i was saying is that openmrs isn't a priority
01:33:07 <r0bby> you're not obliged to work on it
01:33:15 <r0bby> you didn't get accepted, ergo it's on your own time
01:33:32 <r0bby> nobody can FORCE you to work on it :)
01:39:25 <Mkop> true
01:39:30 <Mkop> I feel absolutely no obligation
01:39:57 <Mkop> (except to finish the ticket that I assigned to myself and started, but that's also because I enjoy it)
01:47:31 <bwolfe> congrats mkop. :-)
01:47:49 <Mkop> thanks, bwolfe
01:49:04 <bwolfe> it is amazing how much little energy you have after working 8 hours...so I understand if your patches slow down
01:49:37 <Mkop> my patches have stopped for the moment
01:50:04 <Mkop> finals kinda get in the way of such things
01:50:16 <Mkop> my current status on gtalk: finals: good for my character, bad for my sanity
01:50:25 <Mkop> I have been working like crazy
01:50:40 <Mkop> pulling all nighters, spending hours on end in the computer lab in the basement of the hospital
01:54:12 <bwolfe> sounds like fun
02:12:32 *** bwolfe has quit IRC
02:13:37 * r0bby sighs
02:13:41 *** r0bby has quit IRC
02:13:45 *** r0bby has joined #openmrs
02:13:46 *** ChanServ sets mode: +v r0bby
02:34:03 *** atomicturtle has joined #openmrs
02:53:33 *** atomicturtle has quit IRC
02:53:56 *** atomicturtle has joined #openmrs
03:23:37 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [7632]: reporting module: Fixing references to Parameterized <http://dev.openmrs.org/changeset/7632>
03:36:26 *** omar has joined #openmrs
03:36:51 <omar> Hi, if I have already created a module using eclipse wizard
03:36:52 <omar> ....
03:37:02 <omar> and want to use the new api methods
03:37:19 <omar> i have to change only the openmrs api
03:37:29 <omar> or web api too?
03:40:45 *** Mkop1 has joined #openmrs
03:41:19 <r0bby> omar: build the new jars from svn
03:41:25 <r0bby> then drop em in lib-common
03:41:41 <omar> ok, thats just what I did,
03:41:43 <r0bby> remove the old ones; add the new version # to .classpath and you're set
03:41:53 <omar> exactly
03:41:56 <omar> now
03:42:00 <r0bby> but yeh that's it
03:42:04 <omar> the problem its that the new jars
03:42:08 <omar> doesnt have the classes
03:42:09 <r0bby> okay?
03:42:14 <r0bby> what classes do you need?
03:42:20 <omar> ac] symbol: class LinkExt
03:42:20 <omar> [javac] public class PatientSummaryLongitudinalReviewer extends LinkExt {
03:42:20 <omar> [javac] ^
03:42:20 <omar> [javac] 2 errors
03:42:26 <omar> LinkExt
03:42:39 <r0bby> you may need to update your code
03:42:43 <omar> eclipse add jars for the 1.2 version
03:42:46 <r0bby> I dont know what that would need to be
03:43:19 <omar> mmm, all right, so, I can use 1.2 api and dont get getObservationsByName
03:43:34 <r0bby> i wouldn't mix/match
03:43:36 <omar> or use version 1.5, get the method
03:43:39 <r0bby> i'd find out what teh change is
03:43:41 <r0bby> and do that
03:43:44 <r0bby> wait for a dev
03:43:50 <omar> and dont have linkext :S
03:43:58 <omar> ok, robby
03:44:01 <omar> thanks
03:44:04 <r0bby> it may have changed names
03:44:29 <omar> yes, I think, or maybe theres a new way to add that
03:44:32 <omar> :S
03:45:36 <r0bby> org.openmrs.module.web.extension.LinkExt;
03:45:49 <r0bby> the Fully Qualified ClassName
03:46:02 <r0bby> try that
03:46:10 <r0bby> and remove the 1.2 jars entirely
03:46:21 <r0bby> otherwise you'll have classpath hell
03:47:03 <omar> hehe, no, there's no classpath hell
03:47:35 <omar> its just that now my code dont compile and i dont find the web extensions package
03:48:14 <r0bby> hrm
03:48:20 <r0bby> build the web-api
03:48:36 <r0bby> package-web-src-api
03:48:38 <r0bby> or sometging
03:48:42 <r0bby> i dont know the exact package
03:48:52 <omar> time for the simple method, restart eclipse, then see what happen
03:48:58 <r0bby> omar: no
03:49:02 <omar> ?
03:49:02 <r0bby> you need the web-api
03:49:05 <omar> why not?
03:49:06 <omar> yes
03:49:07 <r0bby> package-web-api
03:49:10 <r0bby> run that target
03:49:12 <omar> I had web api 1.5 jar
03:49:20 <r0bby> include it.
03:49:21 <omar> already in my classpath in my module project
03:49:28 <r0bby> restart eclipse
03:49:38 <r0bby> ok im gonna go
03:49:41 <r0bby> good luck
03:49:44 <omar> thanks
03:49:52 <r0bby> I have an exam in the morning
03:49:59 <r0bby> </3 it.
03:50:16 <omar> yes
03:50:28 <omar> a hard final month i guess
03:55:41 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [7634]: reporting module: Removed getCohortDefinitionByName and convenience … <http://dev.openmrs.org/changeset/7634> || OpenMRS Changesets: Changeset [7633]: Adding a new openmrs api <http://dev.openmrs.org/changeset/7633>
03:57:13 *** Mkop has quit IRC
04:09:23 <r0bby> omar: you didn't add the web-* or the tests-* jar.
04:09:28 <r0bby> both are necessary :)
04:09:53 <omar> you talk about my commit on the svn repository?
04:10:27 <Keelhaul> who wants to see a nasty injury D=
04:10:44 <omar> its only that i havent committed the other 2 jars, but there already are in my environment
04:10:47 <omar> i want
04:11:58 <omar> wtf?
04:12:11 <Keelhaul> thats what i thought
04:12:15 <omar> hehe
04:12:17 <Keelhaul> not sure it'S real
04:12:24 <omar> me neither
04:13:11 <omar> but well, i open the link with my father around me, so i can focus very much
04:17:49 <omar> eclipse restart magic
04:18:14 <Keelhaul> lol
04:18:44 <omar> yeah, sure, this stuff is deterministic
04:22:35 *** luzhuangwei has joined #openmrs
04:38:54 *** Keelhaul has quit IRC
04:59:46 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [7635]: web api and test api added <http://dev.openmrs.org/changeset/7635>
05:01:34 *** luzhuangwei has quit IRC
05:31:39 *** omar has quit IRC
05:44:52 <Mkop1> Echidna_: what'd you do to yourself?
05:53:20 *** atomicturtle1 has joined #openmrs
05:53:20 *** atomicturtle has quit IRC
06:21:54 *** pascal` has joined #openmrs
06:48:18 *** scottyaz has joined #openmrs
07:22:31 *** scottyaz has quit IRC
07:39:59 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [7636]: new Backing Bean for longitudinal data viewer <http://dev.openmrs.org/changeset/7636>
08:00:40 *** pascal` has quit IRC
08:11:12 *** pascal` has joined #openmrs
08:11:19 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [7638]: Longitudinal data review fix <http://dev.openmrs.org/changeset/7638> || OpenMRS Changesets: Changeset [7637]: api jars <http://dev.openmrs.org/changeset/7637>
08:42:52 <Mkop1> yay, I just submitted my final project in python
08:44:09 <pascal`> cool Mkop1
08:44:12 <pascal`> what's the project?
08:44:22 <Mkop1> it started out as networked scrabble
08:44:28 <Mkop1> but became more generic
08:44:42 <Mkop1> networked scrabble/tictactoe/any other game you want to write
08:44:48 <pascal`> ok cool
08:45:18 <pascal`> what do you mean by /final/?
08:45:25 <Mkop1> final project for a class
08:45:27 <pascal`> i mean, what final?
08:46:01 <Mkop1> I'm not sure what you mean
08:46:17 <pascal`> what class?
08:46:54 <Mkop1> Intro to Python
08:47:01 <Mkop1> it's a half-credit class
08:47:19 <Mkop1> (normal classes here are one credit)
08:47:30 <Mkop1> 1 hour a week lecture, 5 homeworks, one major project
08:48:52 <Mkop1> ok, I have to GO TO SLEEEP
08:48:58 <Mkop1> good night
08:51:46 <pascal`> night Mkop1
08:57:54 *** atomicturtle has joined #openmrs
08:57:55 *** atomicturtle1 has quit IRC
09:07:34 *** Mkop1 has quit IRC
10:14:50 *** luzhuangwei has joined #openmrs
11:10:06 *** atomicturtle has quit IRC
11:44:40 *** james_regen has joined #openmrs
11:44:40 *** ChanServ sets mode: +v james_regen
12:02:57 *** upul has joined #openmrs
12:02:57 *** ChanServ sets mode: +v upul
12:04:45 *** bwolfe has joined #openmrs
12:04:45 *** ChanServ sets mode: +o bwolfe
12:12:02 <pascal`> hey bwolfe
12:12:39 <bwolfe> hey
12:12:58 <pascal`> um, i'd like to submit my little module to the repository
12:13:07 <pascal`> do i need special permissions?
12:13:13 <bwolfe> !requestingaccess
12:13:13 <OpenMRSBot> bwolfe: Error: "requestingaccess" is not a valid command.
12:13:22 <pascal`> it's not 100% done yet, but it is functional
12:13:26 <pascal`> o
12:13:26 <bwolfe> !learn requestingaccess as http://openmrs.org/wiki/Developers#Requesting_Subversion_Repository_Access
12:13:26 <OpenMRSBot> bwolfe: The operation succeeded.
12:13:27 <pascal`> k
12:13:32 <bwolfe> !requestingaccess
12:13:32 <OpenMRSBot> bwolfe: "requestingaccess" --- http://openmrs.org/wiki/Developers#Requesting_Subversion_Repository_Access
12:13:35 <bwolfe> :-)
12:14:39 <jmiranda> pascal`:
12:15:26 <pascal`> jmiranda:
12:16:31 <jmiranda> pascal`: did you figure out the OOM problem from the other day
12:16:58 <pascal`> all i did was up the permgen size
12:17:20 <pascal`> i'm blaming tomcat (=
12:17:24 <jmiranda> was it an issue generating a reporting within openmrs using birt
12:17:29 <pascal`> yes
12:17:32 <jmiranda> ok
12:17:37 <jmiranda> yeah, that's usually the case
12:17:43 <pascal`> when i clicked on generate -> fail.
12:18:04 <jmiranda> are you using openmrs data exports or SQL as the data set for the report?
12:18:50 <pascal`> sql
12:26:45 <jmiranda> ok
12:32:04 <pascal`> sent off an email to code@openmrs.org requesting my module...
12:35:15 <pascal`> woohoo, got a +1 =D
12:37:36 *** upul has quit IRC
12:55:30 *** Keelhaul has joined #openmrs
12:55:30 *** ChanServ sets mode: +v Keelhaul
13:30:19 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Tickets: Ticket #1480 (defect created): synchronization: NPE <http://dev.openmrs.org/ticket/1480>
13:55:10 *** atomicturtle has joined #openmrs
13:55:39 *** r0bby has quit IRC
13:58:30 *** r0bby has joined #openmrs
13:58:31 *** ChanServ sets mode: +v r0bby
14:00:50 *** Agnor has joined #openmrs
14:03:04 *** pascal` has quit IRC
14:12:33 *** atomicturtle has quit IRC
14:14:37 <Keelhaul> bwolfe: is it allowed to put an institutions's name into <author> of a module?
14:14:52 <bwolfe> yeah, you can put whatever you want there
14:15:43 <Keelhaul> ok
14:32:23 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Tickets: Ticket #1418 (task closed): Uuids Branch: ReportObject needs uuids <http://dev.openmrs.org/ticket/1418#comment:1> || OpenMRS Tickets: Ticket #1473 (defect closed): View all Obs for a patient throws an exception <http://dev.openmrs.org/ticket/1473#comment:2> || OpenMRS Changesets: Changeset [7641]: 1.4.x: Backported fix for viewing all (including voided) obs - #1473 <http://dev.openmrs.org/changeset/7641> || OpenMRS Changesets: Changeset [7640]: Fixed personObsForm show all to display the voided obs - #1473 <http://dev.openmrs.org/changeset/7640> || OpenMRS Changesets: Changeset [7639]: ncd: Removed StringUtilities.isNullOrEmpty; replaced with … <http://dev.openmrs.org/changeset/7639>
14:55:14 <Keelhaul> !gsoc2009
14:55:14 <OpenMRSBot> Keelhaul: "gsoc2009" --- http://openmrs.org/wiki/Summer_Of_Code_2009
15:06:22 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Tickets: Ticket #1481 (defect created): Cohort builder shows retired states <http://dev.openmrs.org/ticket/1481>
15:23:24 <Keelhaul> bwolfe
15:23:25 <Keelhaul> 3) Choose the openmrs-modules folder as the parent folder (from the http://svn.openmrs.org repository) and put "yourmoduleid" as the directory name
15:23:54 <Keelhaul> openmrs-modules/moduleid as the folder name?
15:26:30 <bwolfe> yeah, sounds right
15:30:46 <Keelhaul> ok here goes
15:32:19 <Keelhaul> bwolfe: would you say it's safe to start with version 1.0 in the repository
15:32:45 <bwolfe> Keelhaul: thats totally up to you. some people prefer 0.1, some people do 1.0
15:33:15 <Keelhaul> 1.0 suggest it's complete and tested
15:33:24 <Keelhaul> at least ideally
15:33:43 <Keelhaul> ok i'll start with 1.0 for two of them
15:33:46 <Keelhaul> 0.5 for the last one
15:33:57 <Keelhaul> because simulation curve amplitude is sstill wrong
15:34:03 <Keelhaul> need someone with math skills to fix it
15:37:21 <Keelhaul> bwolfe: where do the javadocs go
15:37:25 <Keelhaul> if anywhere at all
15:37:31 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Tickets: Ticket #1481 (defect closed): Cohort builder shows retired states <http://dev.openmrs.org/ticket/1481#comment:1> || Justin Miranda: Warning: DO NOT INSTALL Subclipse 1.6 for Eclipse 3.4.x <http://blog.justinmiranda.com/2009/05/warning-do-not-install-subclipse-16-for.html>
15:38:56 <bwolfe> Keelhaul: javadocs are not automatically generated off of modules
15:39:06 <bwolfe> Keelhaul: openmrs api javadocs are at http://docs.openmrs.org
15:39:09 <Keelhaul> bwolfe: no, but i did
15:39:11 <Keelhaul> ok
15:39:21 <Keelhaul> what about module javadocs
15:39:29 <bwolfe> I suggest you create a wiki page for you module
15:39:43 <bwolfe> and link to the wiki page in your config.xml/description
15:40:09 <bwolfe> you can upload your javadocs to the wiki as an attachment or try to get it into the wiki pages somehow
15:40:56 <Keelhaul> heh
15:40:59 <Keelhaul> too much text for a wiki page
15:41:06 <Keelhaul> i have a proper user manual for the wiki page
16:08:28 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [7644]: inpatientcare: Creating initial directory <http://dev.openmrs.org/changeset/7644> || OpenMRS Changesets: Changeset [7643]: medicalproblem: Initial commit of module files <http://dev.openmrs.org/changeset/7643> || OpenMRS Changesets: Changeset [7642]: medicalproblem: Creating initial directory <http://dev.openmrs.org/changeset/7642>
16:16:04 <Keelhaul> uhm
16:16:05 <Keelhaul> bwolfe
16:16:19 <Keelhaul> are modules supposed to compile if the user has no trunk in their workspace
16:16:30 <Keelhaul> i tend to not package spring or hibernate with the modules
16:16:34 <Keelhaul> and reference the files from trunk
16:16:46 <bwolfe> Keelhaul: thats ok, thats up to the module writer
16:16:50 <Keelhaul> ok
16:22:45 <Keelhaul> bwolfe: hmm if i reference all libs from trunk, it wont compile if i do ant clean, then build
16:22:55 <Keelhaul> only if i do eclipse clean, then build, it works
16:29:35 *** kane77 has quit IRC
16:31:01 *** kane77 has joined #openmrs
16:36:29 *** vanmh has joined #openmrs
16:40:33 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [7646]: diabetesmanagement: Creating initial directory <http://dev.openmrs.org/changeset/7646> || OpenMRS Changesets: Changeset [7645]: inpatientcare: Initial commit of module files <http://dev.openmrs.org/changeset/7645>
16:57:12 *** nribeka has quit IRC
17:01:10 *** luzhuangwei has quit IRC
17:12:19 <Keelhaul> bwolfe: the descriptions displayed in the module repository list are not the descriptions you see when you edit a module
17:12:27 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [7648]: diabetesmanagement: Initial commit of module files <http://dev.openmrs.org/changeset/7648> || OpenMRS Changesets: Changeset [7647]: fixing some lib-common issues <http://dev.openmrs.org/changeset/7647>
17:26:30 <bwolfe> Keelhaul: how so ?
17:26:47 <Keelhaul> bwolfe: dunno the list displays the description from config.xml
17:42:38 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [7649]: distribution branch for chirdl projects (chica, nbs,...) <http://dev.openmrs.org/changeset/7649> || OpenMRS Modules: Diabetes Management 0.5 uploaded to OpenMRS Module Repository <https://dev.openmrs.org/modules/view.jsp?module=diabetesmanagement&version=&0.5> || OpenMRS Modules: Inpatient Care 1.0 uploaded to OpenMRS Module Repository <https://dev.openmrs.org/modules/view.jsp?module=inpatientcare&version=&1.0> || OpenMRS Modules: Medical Problem 1.0 uploaded to OpenMRS Module Repository <https://dev.openmrs.org/modules/view.jsp?module=medicalproblem&version=&1.0>
17:45:28 <bwolfe> Keelhaul: looks the same to me
17:46:05 <bwolfe> you can edit the "short description" in the module repo to change what is displayed in the lists/searches
17:48:02 <Keelhaul> bwolfe: where can i put detailed manuals
17:48:17 <bwolfe> link to them from your wiki page
17:48:25 <bwolfe> upload them to the wiki
17:48:50 <Keelhaul> so a manual is separate from the module wiki page?
17:49:49 <Keelhaul> http://openmrs.org/wiki/Inpatient_Care_Module
17:50:03 <Keelhaul> so i cant put the entire text+screenshots in there?
17:59:24 <jmiranda> Keelhaul: i use the following naming convention for project documentation
17:59:26 <jmiranda> http://openmrs.org/wiki/BIRT_ODA_Plugin_Project
17:59:32 <jmiranda> http://openmrs.org/wiki/BIRT_ODA_Plugin_User_Guide
17:59:35 <OpenMRSBot> <http://ln-s.net/3ANg> (at openmrs.org)
17:59:39 <jmiranda> http://openmrs.org/wiki/BIRT_ODA_Plugin_Developer_Guide
17:59:40 <OpenMRSBot> <http://ln-s.net/3ANh> (at openmrs.org)
17:59:55 <Keelhaul> hmm
17:59:58 <Keelhaul> no "Module"?
18:00:06 <jmiranda> that's not a module
18:00:09 <Keelhaul> o ok
18:00:14 <jmiranda> but yeah, you can include Module in yours
18:00:40 <jmiranda> eventually, i'd like to have an Eclipse style manual within OpenMRS
18:01:01 <Keelhaul> whats that like
18:01:06 <jmiranda> so we could eventually move away from using the wiki
18:01:23 <jmiranda> for instance, you could click a Help link from within OpenMRS
18:01:40 <jmiranda> and link to the manual (which is deployed with the app)
18:01:51 <jmiranda> modules can add their own manual pages
18:02:21 <Keelhaul> o
18:03:38 <jmiranda> and we'd have a framework (or best practices guide) for writing good documentation for the module
18:04:17 <jmiranda> tough to do and it will probably be even more difficult to maintain
18:04:27 <jmiranda> (project documentation, i mean)
18:05:06 <jmiranda> but eventually i see the documentation as being as much a deliverable as the source code (and easily publishable)
18:07:11 <bwolfe> sweet action
18:07:27 <bwolfe> internal adaptor for my new sata drive for the laptop arrived today
18:07:58 <Keelhaul> why does it need an adaptor
18:08:23 <bwolfe> because the curren tinternal hdd is an IDE drive
18:08:32 <bwolfe> and I have a laptop sata drive that I want to put in
18:09:14 <Keelhaul> oh
18:09:21 <Keelhaul> i thought that requires a whole new controller
18:09:28 <bwolfe> thinkpad sells an adapter that fits where the cdrom is. I pop out the cdrom, put in the new adapter+hdd and voila!
18:09:37 <Keelhaul> i cant imagine how that would fit into a laptop
18:09:41 <bwolfe> the controller is built into the adapter I think
18:09:43 <Keelhaul> oh
18:09:44 <Keelhaul> =/
18:09:46 <Keelhaul> no cdrom then
18:09:53 <bwolfe> right...I rarely use it anyway
18:10:04 <Keelhaul> i want an ssd for my laptop
18:10:08 <Keelhaul> but they still cost too much =/
18:10:15 <bwolfe> I'll just need to get a bootable usb ubuntu stick to install jaunty
18:10:25 <bwolfe> yeah, I want an ssd too
18:10:37 <bwolfe> maybe in the next laptop...
18:10:46 <Keelhaul> seen that video where that brit made a raid array out of 24 ssds?
18:11:14 <bwolfe> no
18:11:38 <Keelhaul> http://www.youtube.com/watch?v=96dWOEa4Djs
18:14:44 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [7650]: distribution branch for CHIRDL projects (chica, nbs...) Copy of logic … <http://dev.openmrs.org/changeset/7650>
18:21:51 *** openmrs_9279 has joined #openmrs
18:22:02 *** openmrs_9279 is now known as Mkop
18:22:51 <Mkop> jmiranda: just so you know, syntax for a regular link in media wiki is [http://url text], no pipe in there
18:23:22 <jmiranda> where do you see a pipe?
18:23:53 <Mkop> there was one before
18:23:58 <Mkop> in the link to google docs
18:24:01 <Mkop> but I fixed it
18:24:24 <Mkop> (after about the third try, since each time it said that you had edited it since I had clicked edit)
18:24:49 <bwolfe> Mkop: heh, you've got to be quick with the edits!
18:24:55 <Mkop> I was!
18:25:08 <Mkop> click edit, scroll down, delete pipe, click save, and bam, justin beat me to it!
18:25:47 <bwolfe> he's a quick one
18:27:26 <jmiranda> :)
18:27:29 <jmiranda> sorry about that
18:27:33 <jmiranda> and thanks for editting
18:27:36 <jmiranda> editing
18:29:38 <Mkop> I'm really bummed that I won't be able to make much of the test-athon
18:30:13 <Mkop> Saturday until about 10 PM Eastern time I can't do b/c it's the sabbath, and Sunday I'll be running around Chicago seeing cousins
18:31:44 <Mkop> ok, I've gtg do work
18:31:53 <Mkop> and as long as this window is open, that's unlikely
18:32:02 <Mkop> so see y'all later!
18:32:37 *** nribeka has joined #openmrs
18:32:37 *** ChanServ sets mode: +v nribeka
18:32:53 <jmiranda> Mkop: maybe you can help us during the week
18:33:00 <jmiranda> we can discuss later
18:33:03 <jmiranda> good luck with work
18:33:04 *** nribeka is now known as win-meeting
18:33:16 <jmiranda> i'm taking a break ... be back later
18:33:18 *** win-meeting is now known as nribeka-meeting
18:34:45 *** Mkop has quit IRC
18:38:56 *** openmrs_9369 has joined #openmrs
18:39:00 *** openmrs_9369 is now known as Mkop
18:45:56 <Keelhaul> jmiranda: http://openmrs.org/wiki/Medical_Problem_Module_User_Guide
18:46:00 <OpenMRSBot> <http://ln-s.net/3AOS> (at openmrs.org)
18:46:01 <Keelhaul> is this readable
18:46:05 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [7653]: openmrs-chirdl: change the name of the project in the build file. <http://dev.openmrs.org/changeset/7653> || OpenMRS Changesets: Changeset [7652]: Creating the serialization branch for luzhuangwei. This will be used for … <http://dev.openmrs.org/changeset/7652> || OpenMRS Changesets: Changeset [7651]: oops, do not require /build or /dist folders <http://dev.openmrs.org/changeset/7651> || Justin Miranda: OpenMRS Pre-GSoC Test-a-Thon Sprint Extravaganza (May 16 - 17) <http://blog.justinmiranda.com/2009/05/may-16-17-openmrs-pre-gsoc-test-thon.html>
18:46:05 <Keelhaul> or are the screenshots too large
18:47:29 <jmiranda> Keelhaul: yeah it's readable
18:47:34 <Keelhaul> hmm i have to replace some of these screenshots
18:47:39 <Keelhaul> they are outdated
18:47:42 <jmiranda> you could create thumbnails for them
18:47:55 <Keelhaul> i know
18:47:56 <Keelhaul> i tried
18:47:59 <Keelhaul> but ididnt like
18:48:02 <jmiranda> or use the wiki thumbnail widget
18:48:07 <jmiranda> yeah, i've tried it too
18:48:49 <jmiranda> what did you use to obfuscate the patient names and IDs
18:50:27 <Keelhaul> paint.net
18:59:52 *** Mkop has quit IRC
19:00:07 *** openmrs_9369 has joined #openmrs
19:04:11 <openmrs_9369> jmiranda: FWIW, my only solution to the issues I got when upgrading svn was to delete, and recheckout
19:04:50 <jmiranda> openmrs_9369: thanks
19:04:56 <jmiranda> i actually figured it out
19:05:02 <jmiranda> there's an update at the bottom
19:05:24 <jmiranda> once you use the subversion script to convert the project back to 1.4
19:05:37 <jmiranda> you need to restart eclipse with the -clean option
19:06:28 <openmrs_9369> btw, I'm Mkop
19:06:30 *** openmrs_9369 is now known as Mkop
19:06:56 <Mkop> I don't remember exactly, but I had issues even after the convert script
19:07:12 <jmiranda> it doesn't seem to work for every project
19:16:54 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [7655]: Fixing #790 - Merge patients is broken <http://dev.openmrs.org/changeset/7655> || OpenMRS Changesets: Changeset [7654]: Fixes to NlpTextAnalyzer and related classes and tests. <http://dev.openmrs.org/changeset/7654>
19:18:59 <jmiranda> Mkop:
19:19:03 <jmiranda> you're right
19:19:38 <jmiranda> looks like it reverted back again
19:20:03 <jmiranda> the only files that have the overlay are the top level directories for some of the projects
19:21:31 <jmiranda> but even checking out fresh from subversion doesn't help
19:26:17 <Mkop> they shoul definitely have some kind of warning that "upgrading to 1.6 will change the format of your files. Are you sure you want to do this?"
19:34:07 *** james_regen has quit IRC
19:48:57 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [7657]: Fixing CI failing unit test <http://dev.openmrs.org/changeset/7657> || OpenMRS Changesets: Changeset [7656]: 1.4.x branch: Fixing #790 - Merge patients is broken <http://dev.openmrs.org/changeset/7656> || OpenMRS Tickets: Ticket #1010 (defect closed): Error synching concepts with form import/export <http://dev.openmrs.org/ticket/1010#comment:3>
19:49:57 <jmiranda> Mkop: i wish they just release a version of 1.6 that isn't a piece of sh1t
19:53:19 <bwolfe> is it subclipse's fault or subversions fault ?
19:53:27 <bwolfe> have you tried another subversion eclipse plugin jmiranda ?
19:54:22 <jmiranda> bwolfe: like what? subversive?
19:54:51 <bwolfe> I don't remember what the other one is called, but the non-subclipse one is what ships with the openmrs dev studio
19:55:32 *** omar has joined #openmrs
19:58:04 <omar> hi
19:58:13 <omar> if i want to apply for a lab
19:58:33 <omar> I have to say that i need it for 3 months ??
19:59:01 <omar> or the lab uses its more a burst mode of 3-4 days and my module its going out?
20:03:24 <bwolfe> omar: you get it for 3 months
20:05:40 <omar> ok
20:05:42 <omar> thanks
20:05:51 <omar> so let me get a public key
20:22:07 <Keelhaul> what are labs for again?
20:26:30 <omar> good question
20:26:39 <omar> I think its like a qa environment
20:27:09 <omar> but certainly bwolfe can be give us precise info
20:27:22 <bwolfe> !labs
20:27:22 <OpenMRSBot> bwolfe: Error: "labs" is not a valid command.
20:27:32 <bwolfe> !learn labs as http://labs.openmrs.org
20:27:32 <OpenMRSBot> bwolfe: The operation succeeded.
20:27:40 <bwolfe> just a place for interns to show off their code easily
20:27:57 <omar> man, I go out for a soda and biondich call home and dont find me.... very bad luck
20:28:01 <Keelhaul> heh ok
20:28:04 <Keelhaul> i have Echidna_ for that =)
20:29:39 <bwolfe> yeah
20:29:46 <bwolfe> similar concept
20:40:14 <Mkop> Keelhaul: is Echnida accessible by public http?
20:44:22 <Keelhaul> yes
20:45:20 *** Mkop has quit IRC
20:52:58 *** openmrs_3272 has joined #openmrs
20:53:05 *** openmrs_3272 is now known as Mkop
20:59:23 *** kane77 has quit IRC
21:17:37 *** omar has quit IRC
21:18:21 <r0bby> I AM DONE :D
21:19:20 <r0bby> bwolfe: so it goes away after 3 months?
21:20:28 <bwolfe> more than likely
21:21:39 <Keelhaul> bbl
21:21:40 *** Keelhaul has quit IRC
21:25:07 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [7663]: Creating 1.0 tag for initial release of NCD module. <http://dev.openmrs.org/changeset/7663> || OpenMRS Changesets: Changeset [7662]: Created dev branch from head revision of trunk. <http://dev.openmrs.org/changeset/7662> || OpenMRS Changesets: Changeset [7661]: Moving NCD module sources from root folder to trunk folder. <http://dev.openmrs.org/changeset/7661> || OpenMRS Changesets: Changeset [7660]: Creating tags folder where snapshots of releases are committed. <http://dev.openmrs.org/changeset/7660> || OpenMRS Changesets: Changeset [7659]: Creating the branches folder where experimental or new development will be … <http://dev.openmrs.org/changeset/7659> || OpenMRS Changesets: Changeset [7658]: Creating the trunk folder where the most current, stable, production … <http://dev.openmrs.org/changeset/7658>
21:38:44 *** Mkop has joined #openmrs
21:49:09 *** bwolfe has quit IRC
21:57:10 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Tickets: Ticket #790 (defect closed): Merge patients is broken <http://dev.openmrs.org/ticket/790#comment:11> || OpenMRS Changesets: Changeset [7668]: remoteformentry module: Added ability to convert invalid identifier … <http://dev.openmrs.org/changeset/7668> || OpenMRS Changesets: Changeset [7667]: Re-enabling regression unit test for #790 - Merge patients is broken <http://dev.openmrs.org/changeset/7667> || OpenMRS Changesets: Changeset [7666]: ncd: harmless space added for branch merge test. <http://dev.openmrs.org/changeset/7666> || OpenMRS Changesets: Changeset [7665]: idcards: Made some minor changes to messages files Added option to not use … <http://dev.openmrs.org/changeset/7665> || OpenMRS Changesets: Changeset [7664]: ncd: Marked dist and build folders as ignored (unversioned). <http://dev.openmrs.org/changeset/7664> || OpenMRS Modules: Remote FormEntry 2.6 uploaded to OpenMRS Module Repository <https://dev.openmrs.org/modules/view.jsp?module=remoteformentry&version=&2.6>
22:03:44 <r0bby> :(
22:03:46 <r0bby> shame :(
22:06:17 *** nribeka-meeting has quit IRC
22:26:47 <Mkop> r0bby: what?
22:28:41 <r0bby> Mkop: nothing relevent :)
22:36:50 *** bwolfe has joined #openmrs
22:36:50 *** ChanServ sets mode: +o bwolfe
22:52:05 *** Mkop1 has joined #openmrs
22:59:13 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [7669]: ncd: marked build and dist folders as ignored. ncd: updated … <http://dev.openmrs.org/changeset/7669>
23:06:12 *** omar has joined #openmrs
23:10:29 *** Mkop has quit IRC
23:15:54 *** bwolfe has quit IRC
23:18:40 <Mkop1> wow, lot of changesets today
23:22:09 *** Keelhaul has joined #openmrs
23:22:09 *** ChanServ sets mode: +v Keelhaul
23:47:48 *** Mkop1 has quit IRC
23:48:34 <omar> by the way
23:48:47 <omar> the labs installation has demo data in his database?