IRC Chat : 2009-01-13 - OpenMRS

01:13:29 *** ehue has quit IRC
01:20:54 *** nribeka has quit IRC
01:22:42 *** nribeka has joined #openmrs
01:26:37 *** atomicturtle has joined #openmrs
01:27:23 *** atomicturtle has left #openmrs
01:40:51 *** nribeka has quit IRC
01:41:39 *** nribeka has joined #openmrs
02:38:27 *** upul has joined #openmrs
03:55:07 *** nribeka has quit IRC
03:55:31 *** nribeka has joined #openmrs
05:00:49 *** nribeka has quit IRC
05:01:41 *** nribeka has joined #openmrs
05:02:08 *** nribeka has quit IRC
05:02:41 *** nribeka has joined #openmrs
05:03:13 *** nribeka has joined #openmrs
07:54:09 *** nribeka has quit IRC
08:00:27 *** nribeka has joined #openmrs
08:08:48 *** nribeka has quit IRC
08:29:05 *** upul has quit IRC
08:29:30 *** upul has joined #openmrs
11:36:36 *** upul has quit IRC
12:27:00 *** james_regen has joined #openmrs
12:27:00 *** ChanServ sets mode: +v james_regen
12:59:13 *** upul has joined #openmrs
13:14:43 *** bwolfe has joined #openmrs
13:14:43 *** ChanServ sets mode: +o bwolfe
13:22:42 *** upul has quit IRC
13:22:42 *** upul_ has joined #openmrs
13:28:14 *** upul_ is now known as upul
13:32:08 <upul> bwolfe: Good morning
13:32:58 <bwolfe> hey upul
13:34:42 <upul> bwolfe: I added a patch yesterday, 'add demo data' not given for 'existing database' because some privileges get created on startup in OpenMRSConstants, which demo data try to create again
13:37:14 <bwolfe> yeah, saw the ticket, havent looked closely at it yet.
13:37:29 <bwolfe> does it give thte user the option of also adding in demo data ?
13:38:19 <upul> bwolfe: for new databases it gives the option, for exisitng databases 'demo data' cannot run because of duplicates
13:38:53 <bwolfe> what about existing databases that don"t have any tables yet ?
13:40:31 <upul> bwolfe: for that it is possible, then 'add demo data' option will be active depending on 'create tables' option
13:42:15 <upul> bwolfe: with core data only there is a orphan privilege in role_privilege 'view mime types'
13:42:33 <upul> bwolfe: that mail from tammy is a similar issue
13:43:24 <bwolfe> upul the orphan privilege is in the liquibase-data.zip somewhere? :-/
13:44:02 <bwolfe> upul: yes, i thought the tribe update sql removed the role_privillege stuff too. i was goinig to look into that now...but have you checked ?
13:44:42 <upul> bwolfe: didn't check the tribe privs, it doesnot come up in trunk now
13:45:04 <upul> bwolfe: i'll run core data only again and check for what is missing there
13:51:08 <upul> bwolfe: with coredata only, View Mime Types privilege is missing but it's used for Authenitcated role. I think all the privileges get created from the OpenMRS constants list, not the script
13:54:24 <bwolfe> the view mime types doesn"t get created anymore in trunk
13:54:53 <bwolfe> so if it is being assigned to a role by the scripts, that is a problem
13:54:57 <bwolfe> (same with manage tribes)
13:59:22 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [6600]: installer-nbi: Removed location for openmrs-webapp. By default goes to … <http://dev.openmrs.org/changeset/6600>
14:04:37 *** bwolfe has quit IRC
14:11:37 *** bwolfe has joined #openmrs
14:11:37 *** ChanServ sets mode: +o bwolfe
14:31:26 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [6602]: -- atd * fixed sorting by start_time, end_time to account for null … <http://dev.openmrs.org/changeset/6602> || OpenMRS Changesets: Changeset [6601]: -- chica * removed print lines from rules <http://dev.openmrs.org/changeset/6601>
14:34:31 *** james_rege1 has joined #openmrs
14:35:12 *** james_regen has quit IRC
14:49:16 *** atomicturtle1 has joined #openmrs
14:53:11 *** nribeka has joined #openmrs
15:01:35 <nribeka> bwolfe, the answer to the email:
15:01:43 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Tickets: Ticket #231 (enhancement closed): Create Custom Izpack Panel to Install Tomcat and Mysql <http://dev.openmrs.org/ticket/231#comment:2> || OpenMRS Tickets: Ticket #149 (task closed): Create an Openmrs Installer <http://dev.openmrs.org/ticket/149#comment:3> || OpenMRS Tickets: Ticket #1149 (task closed): scheduler defaults to admin/test <http://dev.openmrs.org/ticket/1149#comment:3> || OpenMRS Tickets: Ticket #846 (defect closed): OpenMRS is not fully compatible with Firefox 3 <http://dev.openmrs.org/ticket/846#comment:19>
15:02:04 <nribeka> unfortunately i haven't found any article that similar to us
15:02:18 <nribeka> when a person has to be a patient and user at the same time
15:05:20 <bwolfe> *sigh*
15:05:23 <bwolfe> yeah, I figured
15:05:38 <bwolfe> I think it might be a hibernate feature
15:05:53 <bwolfe> we ran a patched hibernate for a while that did some modifications to work with this
15:06:03 <bwolfe> but then it caused other issues with modules overriding objects, etc
15:12:23 <nribeka> patched hibernate bwolfe?
15:12:28 <nribeka> what did the patch do?
15:14:05 <bwolfe> it forced hibernate to think of the User object and Person object (or patient+person) differently. currently it assumes them to be equal
15:14:29 <bwolfe> it uses the root object to do the comparison (person is our root object)
15:17:32 <nribeka> hmm ... so it
15:17:35 <nribeka> ups
15:17:42 <nribeka> it's a custom hibernate then?
15:18:29 <bwolfe> it used to be
15:18:34 <bwolfe> then it was a standard hibernate for a while
15:18:50 <bwolfe> then darius found another bug a month or so ago and now we're running a custom hibernate again. :-)
15:22:39 <nribeka> ic ic bwolfe :)
15:23:20 <nribeka> most of the example i found: if you create a subclass then it's going to be a new one. so not like what we need :)
15:24:51 <nribeka> i'll look around for more and try the implicit polymorphic. but my hunch is if we use implicit polymorphic, everytime we create a new patient or user, it will assigned with different id and fail to create a person that is a patient and a user at the same time
15:27:28 *** atomicturtle1 has quit IRC
15:33:35 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Tickets: Ticket #236 (enhancement closed): Support multiple install bundles <http://dev.openmrs.org/ticket/236#comment:1> || OpenMRS Tickets: Ticket #235 (enhancement closed): Check for Mysql Database Port, Name, Connection, etc. <http://dev.openmrs.org/ticket/235#comment:1> || OpenMRS Tickets: Ticket #234 (enhancement closed): Check for Tomcat Install <http://dev.openmrs.org/ticket/234#comment:1> || OpenMRS Tickets: Ticket #233 (enhancement closed): Add Mac support <http://dev.openmrs.org/ticket/233#comment:2> || OpenMRS Tickets: Ticket #232 (enhancement closed): Add linux support <http://dev.openmrs.org/ticket/232#comment:2>
15:36:04 *** nribeka1 has joined #openmrs
15:46:16 *** nribeka has quit IRC
15:46:25 *** upul has quit IRC
15:54:03 *** atomicturtle has joined #openmrs
16:05:35 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [6604]: chica_module: rules that were changed in todays meeting (UPDATED) <http://dev.openmrs.org/changeset/6604> || OpenMRS Tickets: Ticket #1209 (task closed): ObjectNotFoundException When Editing a Role or User <http://dev.openmrs.org/ticket/1209#comment:2> || OpenMRS Changesets: Changeset [6603]: Added sql to liquibase update xml to remove any dangling tribe or mime … <http://dev.openmrs.org/changeset/6603> || OpenMRS Tickets: Ticket #1209 (task created): ObjectNotFoundException When Editing a Role or User <http://dev.openmrs.org/ticket/1209>
17:15:52 *** Echidna has joined #openmrs
17:19:49 *** Echidna_ has quit IRC
17:33:52 *** sunbiz has joined #openmrs
17:49:17 *** nribeka1 has quit IRC
18:13:45 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [6605]: Updates to the initial setup wizard: 1) Made demo data optional, 2) added … <http://dev.openmrs.org/changeset/6605>
18:31:51 *** nribeka has joined #openmrs
18:45:49 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [6606]: Merging trunk into branch logic [6576]:[6605] <http://dev.openmrs.org/changeset/6606> || OpenMRS Tickets: Ticket #907 (task closed): Demo data has concepts without concept names <http://dev.openmrs.org/ticket/907#comment:6> || OpenMRS Tickets: Ticket #1206 (task closed): Wizard: improvements, separate demo data option, validations, usability, back and next flow <http://dev.openmrs.org/ticket/1206#comment:2>
19:06:35 <nribeka> bwolfe, can i add our conversation in the email to the ticket comments?
19:06:48 <nribeka> who knows other have other thought on that ticket
19:06:48 <nribeka> :D
19:21:04 *** sunbiz has left #openmrs
19:49:53 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [6607]: -- sockethl7listener * fixed build of Tester application <http://dev.openmrs.org/changeset/6607>
20:07:28 *** nribeka-class has joined #openmrs
20:08:34 <bwolfe> nribeka / nribeka-class : yeah, go for it
20:09:01 <nribeka-class> ok bwolfe. i will do in the class break
20:21:58 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [6608]: registration: Primary JavaScript validation for required fields <http://dev.openmrs.org/changeset/6608>
21:25:59 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [6609]: Added check for leading and trailing spaces in role names - #1109 <http://dev.openmrs.org/changeset/6609>
21:38:41 *** nribeka has quit IRC
21:42:54 *** nribeka has joined #openmrs
21:58:04 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Tickets: Ticket #848 (task closed): Module classloaders are not set properly on startup <http://dev.openmrs.org/ticket/848#comment:3> || OpenMRS Tickets: Ticket #963 (defect closed): CD4 Count Concept Contains Non-Alphanumeric Characters in the Units <http://dev.openmrs.org/ticket/963#comment:2> || OpenMRS Changesets: Changeset [6611]: Set the voided date of attributes - #1034 <http://dev.openmrs.org/changeset/6611> || OpenMRS Tickets: Ticket #1060 (task closed): Loading a module with an illegal Extension class gives no error message <http://dev.openmrs.org/ticket/1060#comment:2> || OpenMRS Changesets: Changeset [6610]: Added javadoc verbage to the module class <http://dev.openmrs.org/changeset/6610>
22:30:09 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Tickets: Ticket #480 (task closed): One-row-per-Obs Data Exports <http://dev.openmrs.org/ticket/480#comment:4> || OpenMRS Tickets: Ticket #852 (task closed): Allows out of range values for the dosage(HISA) <http://dev.openmrs.org/ticket/852#comment:2> || OpenMRS Tickets: Ticket #712 (defect closed): Problem with updating Edit FormField <http://dev.openmrs.org/ticket/712#comment:4> || OpenMRS Tickets: Ticket #834 (defect closed): Error handling needed when trying to delete an object which is in use <http://dev.openmrs.org/ticket/834#comment:4>
22:52:35 *** nribeka-class has quit IRC
22:55:54 *** nribeka has quit IRC
23:02:11 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [6612]: Added descriptions to the concept source html form - #1118 <http://dev.openmrs.org/changeset/6612>
23:34:10 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [6613]: Adding error message to find patient search for users that have been … <http://dev.openmrs.org/changeset/6613>
23:45:11 *** atomicturtle has quit IRC
23:52:51 *** nribeka has joined #openmrs
23:57:52 *** atomicturtle has joined #openmrs