IRC Chat : 2011-12-26 - OpenMRS

00:04:48 *** morristic has joined #openmrs
00:53:15 *** morristic has quit IRC
04:46:34 *** dmexs has joined #openmrs
06:29:03 *** dmexs has quit IRC
08:07:16 *** dkayiwa has joined #openmrs
08:27:49 *** dkayiwa has left #openmrs
09:57:04 *** bryq has joined #openmrs
09:57:04 *** ChanServ sets mode: +v bryq
10:01:25 *** kishoreyekkanti has joined #openmrs
10:07:23 *** bryq has quit IRC
10:53:32 *** kishoreyekkanti_ has joined #openmrs
10:55:38 *** kishoreyekkanti has quit IRC
10:55:38 *** kishoreyekkanti_ is now known as kishoreyekkanti
11:12:12 *** bryq has joined #openmrs
11:12:12 *** ChanServ sets mode: +v bryq
11:18:41 *** bryq has quit IRC
11:19:39 *** dkayiwa has joined #openmrs
11:21:43 *** dkayiwa has left #openmrs
12:13:39 *** kishoreyekkanti_ has joined #openmrs
12:15:48 *** kishoreyekkanti has quit IRC
12:15:48 *** kishoreyekkanti_ is now known as kishoreyekkanti
12:22:44 *** rafa has joined #openmrs
12:22:44 *** ChanServ sets mode: +v rafa
12:53:46 *** kishoreyekkanti has quit IRC
13:13:21 *** r0friedman has joined #openmrs
13:13:31 *** r0friedman is now known as r_friedman
13:14:02 <r_friedman> wyclif: g'morning, how's it going?
14:04:33 <r_friedman> hey rafa, u there?
14:32:49 *** rafa has quit IRC
15:23:44 *** bryq has joined #openmrs
15:23:44 *** ChanServ sets mode: +v bryq
15:24:11 *** bryq has quit IRC
16:22:21 *** suranga_ has joined #openmrs
16:42:50 *** suranga_ has quit IRC
17:36:00 <wyclif> hi r_friedman
17:40:05 *** kishoreyekkanti has joined #openmrs
18:15:04 *** deadpool_ has joined #openmrs
18:21:08 *** deadpool_ has quit IRC
18:34:22 *** dmexs has joined #openmrs
19:23:00 *** kishoreyekkanti has left #openmrs
21:15:14 <r_friedman> wyclif: hi wyclif, sorry to have missed you
21:28:29 *** deadpool_ has joined #openmrs
21:30:29 <deadpool_> wyclif: how do i include a a js or a css in my module?
21:38:21 *** dmexs has quit IRC
21:42:04 *** dmexs has joined #openmrs
22:15:15 *** morristic has joined #openmrs
22:35:27 *** morristic has quit IRC
23:12:09 *** dmexs has quit IRC
23:23:15 <r_friedman> deadpool_: you still here?
23:23:37 <deadpool_> yeah
23:23:56 <deadpool_> r_friedman: i tried doing the htmlinclude but i don't think i am getting the path right?
23:24:30 <r_friedman> deadpool_: re your q, see https://wiki.openmrs.org/display/docs/Creating+Modules they go in omod source main resources
23:24:58 <deadpool_> i saw that
23:25:00 <r_friedman> there's another wiki page that says you reference them as ..\resources i believe, something to do with proxies as i recall
23:25:26 <deadpool_> so i am using this
23:25:40 <deadpool_> <openmrs:htmlIncludefile="/module/Pharmacy/resources/pharmacy.js"/>
23:25:40 <deadpool_> <script type="text/javascript" src="/openmrs/module/Pharmacy/resources/pharmacy.js"></script>
23:25:47 <deadpool_> to see if one works or the other
23:26:24 <deadpool_> when i look at the page source for the openmrs htmlInclude
23:26:39 <deadpool_> i get some funny stuff at the end like this
23:26:53 <deadpool_> <script src="/openmrs/module/Pharmacy/resources/pharmacy.js?v=1.8.2.21762" type="text/javascript" ></script>
23:26:58 <deadpool_> which seems funny
23:29:53 <r_friedman> deadpool_: right. wish i could find that page
23:30:11 <deadpool_> yeah i was looking for it too
23:30:59 <r_friedman> what version of omrs are you using? 1.8.2?
23:31:03 <deadpool_> yeah
23:31:07 <deadpool_> for modules
23:32:17 <r_friedman> so maybe if you use a relative path it doesn't get decorated
23:32:28 <deadpool_> yeah i tried multiple things
23:32:52 <r_friedman> deadpool_: too bad, seems like you need someone who actually knows something
23:32:57 <deadpool_> r_friedman: yeah i know
23:33:07 <deadpool_> well maybe tomorrow
23:33:10 <r_friedman> just tryinig to help bcs of coming across it yesterday
23:33:14 <deadpool_> ah
23:33:17 <deadpool_> did you get it to work?
23:33:39 <r_friedman> deadpool_: i'm a back end guy, haven't worked my way into UI stuff
23:33:55 <deadpool_> oh i am working on all of the stuff
23:34:03 <deadpool_> backend is pretty good
23:34:18 <deadpool_> but since i am hacking openmrs i am all over the place
23:34:27 <r_friedman> deadpool_: yeah, i will be soon, it's just i haven't had to yet
23:34:56 <r_friedman> i find this all pretty intimidating, try to take small steps
23:35:08 <deadpool_> if i can get this to work i think i can input my own module scripts into core openmrs without having to custom build openmrs
23:35:16 <deadpool_> r_friedman: you get used to it
23:35:27 <deadpool_> i have broken openmrs multiple times
23:35:37 <deadpool_> otherwise you can't really find problems
23:36:04 <r_friedman> deadpool_: haha, omrs breaks me. i have had this repeated dream every night for weeks about an undocumented configuration file
23:36:43 <r_friedman> it's so real, the first thing i think every morning when i wake up is that i'm going to fix that file today
23:37:01 <deadpool_> what are you working on?
23:37:08 <r_friedman> lab module
23:58:18 <deadpool_> ah for like tests and stuff