| 00:19:32 | *** nribeka has joined #openmrs |
| 00:19:32 | *** ChanServ sets mode: +v nribeka |
| 01:08:23 | *** bwolfe has joined #openmrs |
| 01:08:23 | *** ChanServ sets mode: +o bwolfe |
| 01:15:04 | *** nribeka has quit IRC |
| 01:19:18 | * r0bby bangs his head |
| 01:19:33 | <r0bby> IDEA just decided 'I don't want to support eclipse anymore' |
| 01:19:51 | <r0bby> I've had a lot of JVM crashes lately |
| 01:21:13 | *** nribeka has joined #openmrs |
| 01:21:13 | *** ChanServ sets mode: +v nribeka |
| 01:21:27 | <r0bby> which means I can't load my project |
| 01:22:12 | <r0bby> oh cute it disabled the eclipse integration plugin |
| 01:23:44 | * r0bby taps his fingers |
| 02:49:30 | *** nribeka1 has joined #openmrs |
| 03:08:09 | *** bwolfe has quit IRC |
| 03:13:10 | *** nribeka has quit IRC |
| 04:47:34 | *** Keelhaul has quit IRC |
| 06:32:22 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [8452]: facility data module: make the validator return a boolean; makes for ⦠<http://dev.openmrs.org/changeset/8452> |
| 07:36:32 | *** kane77 has joined #openmrs |
| 09:40:22 | *** pascal` has joined #openmrs |
| 10:57:08 | *** kane77 has quit IRC |
| 11:43:30 | *** Keelhaul has joined #openmrs |
| 11:43:30 | *** ChanServ sets mode: +v Keelhaul |
| 12:02:23 | *** scottyaz has joined #openmrs |
| 12:18:29 | *** scottyaz has quit IRC |
| 13:21:18 | *** Agnor has joined #openmrs |
| 13:53:44 | *** scottyaz has joined #openmrs |
| 13:59:14 | *** atomicturtle has joined #openmrs |
| 14:00:58 | *** atomicturtle has left #openmrs |
| 14:45:50 | *** pascal` has quit IRC |
| 16:54:32 | *** atomicturtle1 has joined #openmrs |
| 17:44:57 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [8453]: dataintegrity: added the run multiple integrity checks at one go feature <http://dev.openmrs.org/changeset/8453> |
| 17:45:28 | *** atomicturtle1 has left #openmrs |
| 19:18:51 | *** openmrs_9304 has joined #openmrs |
| 19:19:01 | *** openmrs_9304 has quit IRC |
| 19:32:14 | <Agnor> double fail of mine... |
| 19:32:35 | <Agnor> sent an email to dev@openmrs.org with a doubt intended to the dev mailing list |
| 19:32:51 | <Agnor> but then I thought I sent it to the wrong address |
| 19:33:26 | <Agnor> so I sent another mail saying that it was supposed to be on the dev list |
| 19:33:43 | <Agnor> well, you'll see when you receive both mails... |
| 19:50:18 | <r0bby> it's all ok |
| 19:50:25 | <r0bby> nobody is gnna kill you |
| 19:50:38 | * r0bby gets out the gun and takes you out back |
| 19:50:41 | <r0bby> ... j/k |
| 19:50:42 | <r0bby> :) |
| 19:50:51 | <r0bby> j/k = Just kidding btw :) |
| 19:52:02 | <Agnor> lol |
| 19:54:57 | *** atomicturtle has joined #openmrs |
| 19:55:18 | <Keelhaul> hmm |
| 19:55:23 | <Keelhaul> why do people say "doubt" |
| 20:09:16 | <r0bby> no idea |
| 20:09:33 | <r0bby> Keelhaul: have you mapped Lists in hibernate in any of your modules/ |
| 20:09:43 | <Keelhaul> sets |
| 20:10:03 | <Keelhaul> medicalproblem has examples of many to many |
| 20:10:10 | <Keelhaul> and inpatientcare of one to many |
| 20:10:18 | <Keelhaul> i tried one to one too but it doesnt work |
| 20:12:13 | <r0bby> did you use a seperate table for the set? |
| 20:12:17 | <r0bby> or the same table? |
| 20:12:35 | <r0bby> I'm basically trying to wing it :< |
| 20:13:44 | <r0bby> it looks like you used a seperate table |
| 20:14:51 | <r0bby> ok that answers my question and makes me more confident in the way i designed my schema |
| 20:15:12 | <r0bby> i just hope i get the green light w/ it :( |
| 20:16:04 | <r0bby> I LOVE seeing my todo list shrink |
| 20:18:21 | <Keelhaul> many to many needs an extra mapping table |
| 20:18:34 | <Keelhaul> one to many just a field in the child element table |
| 20:19:00 | <r0bby> yeh |
| 20:19:09 | <r0bby> Bridge table (as my mysql book called it) |
| 20:19:21 | <r0bby> I bought it like 2-3 years ago it sat collecting dust til now! |
| 20:19:32 | *** bwolfe has joined #openmrs |
| 20:19:33 | *** ChanServ sets mode: +o bwolfe |
| 20:20:01 | <r0bby> I hate thinking |
| 20:20:06 | <r0bby> it damages brain cells |
| 20:53:21 | <r0bby> bwolfe: for a test dataset do I have to manually type out the table XML :( |
| 20:53:40 | <r0bby> it's gonna be faster to just test it before i deploy :( |
| 20:53:59 | <r0bby> there are so many code paths it's not funny |
| 20:56:01 | <bwolfe> r0bby: see the CreateInitialDataset unit test in test/org/openmrs/test |
| 20:56:20 | <bwolfe> you can take out hte @Ignore and run it as a unit test to make a dbunit xml file for you from an existing database |
| 20:56:24 | <r0bby> just run that? or copy it into my own project |
| 20:56:30 | <bwolfe> just run it in trunk |
| 20:56:36 | <bwolfe> gotta run |
| 20:56:39 | *** bwolfe has quit IRC |
| 21:18:01 | *** atomicturtle has left #openmrs |
| 21:26:15 | *** Keelhaul has quit IRC |
| 22:46:38 | *** openmrs_224 has joined #openmrs |
| 22:46:45 | <openmrs_224> hi all, |
| 22:47:22 | <openmrs_224> guys, i'm new here, is it ok to ask a technical question about openmrs here ? |
| 22:53:18 | *** atomicturtle1 has joined #openmrs |
| 22:54:29 | *** openmrs_224 has quit IRC |
| 23:01:17 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [8455]: htmlformentry. updating htmlFormEntry.jsp page (forgot to include it in ⦠<http://dev.openmrs.org/changeset/8455> || OpenMRS Changesets: Changeset [8454]: htmlformentry module. added a property to FormEntrySession for returnURL ⦠<http://dev.openmrs.org/changeset/8454> |
| 23:03:01 | *** nribeka has joined #openmrs |
| 23:03:01 | *** ChanServ sets mode: +v nribeka |
| 23:11:51 | *** Keelhaul has joined #openmrs |
| 23:11:51 | *** ChanServ sets mode: +v Keelhaul |
| 23:20:18 | *** nribeka1 has quit IRC |
| 23:33:21 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [8456]: mdrtb14 -- optimized MdrtbFactory for speed more than it was, improved ⦠<http://dev.openmrs.org/changeset/8456> |