| 00:00:35 | *** deadpool has joined #openmrs |
| 00:17:42 | *** gbastien has joined #openmrs |
| 00:37:05 | *** rafa has joined #openmrs |
| 00:37:05 | *** ChanServ sets mode: +v rafa |
| 00:46:01 | *** suhothayan has quit IRC |
| 00:54:54 | *** rafa has quit IRC |
| 01:19:58 | *** gbastien has quit IRC |
| 01:20:00 | *** dmexs_ has quit IRC |
| 01:20:21 | *** dmexs has joined #openmrs |
| 01:34:02 | *** chopin has joined #openmrs |
| 01:34:02 | *** ChanServ sets mode: +v chopin |
| 01:44:29 | *** jportela has quit IRC |
| 02:19:09 | *** gauravpaliwal has joined #openmrs |
| 02:19:09 | *** ChanServ sets mode: +v gauravpaliwal |
| 02:46:54 | *** gauravpaliwal has left #openmrs |
| 02:53:06 | *** gauravpaliwal has joined #openmrs |
| 02:53:06 | *** ChanServ sets mode: +v gauravpaliwal |
| 02:54:51 | *** deadpool has quit IRC |
| 03:03:23 | *** chopin has quit IRC |
| 03:16:43 | <OpenMRSBot> Recent updates in the world of openmrs: On Twitter: OpenMRS: RT @aparna77: OpenMRS rocks Google Summer of Code 2011 |
| 03:21:17 | *** deadpool has joined #openmrs |
| 03:26:59 | <gauravpaliwal> Hi, is it okey to add suffix to the openmrs module tables , in order to make them distinguished from the core module files |
| 03:27:07 | <gauravpaliwal> *i mean core module tables |
| 04:39:58 | *** deadpool has quit IRC |
| 04:45:29 | *** dkayiwa has joined #openmrs |
| 04:45:51 | *** batkinson has joined #openmrs |
| 04:47:27 | *** surangak has joined #openmrs |
| 05:00:37 | <robbyoconnor> gauravpaliwal: normally when I make a table for a module: moduleid_tablename |
| 05:00:43 | <robbyoconnor> where tablename is the name of the table |
| 05:00:50 | <robbyoconnor> (if you didn't place the moduleid |
| 05:01:21 | <gauravpaliwal> @robbyoconnor : Thanks |
| 05:01:33 | <robbyoconnor> I worked on the facility data module -- my moduleid was facilitydata -- so all tables start facilitydata_foo |
| 05:02:00 | <robbyoconnor> where foo is the table name (for a nice concrete example) |
| 05:03:01 | <gauravpaliwal> I also thought the same but decided to conform it as their is noting about this written on the convention page (please correct me if i am wrong) |
| 05:06:07 | *** muthah has joined #openmrs |
| 05:06:55 | *** surangak has quit IRC |
| 05:13:55 | *** bryq has joined #openmrs |
| 05:13:55 | *** ChanServ sets mode: +v bryq |
| 05:28:12 | <robbyoconnor> I haven't seen the page |
| 05:28:20 | <robbyoconnor> (It's been awhile since I coded for OpenMRS) |
| 05:29:44 | <gauravpaliwal> okeys |
| 05:54:45 | *** dmexs has quit IRC |
| 05:56:24 | *** robbyoconnor has quit IRC |
| 05:57:22 | *** muthah has quit IRC |
| 06:12:23 | *** bwolfe has joined #openmrs |
| 06:12:23 | *** ChanServ sets mode: +o bwolfe |
| 06:24:31 | <gauravpaliwal> Hi bwolfe |
| 06:24:43 | <bwolfe> hey gauravpaliwal ! |
| 06:25:15 | <gauravpaliwal> i have doubt regarding the feedback module , if a admin want to forward a feedback from the user to the openmrs developer list then will their be any moderation ( "so that no sensitive information is revealed ) before making that feedback public to the developer mailing ? |
| 06:26:25 | <gauravpaliwal> or it is only upto the administrator to decide if his feedback has any patient sensitive information or not. |
| 06:30:43 | *** rafa has joined #openmrs |
| 06:30:43 | *** ChanServ sets mode: +v rafa |
| 06:35:59 | <bwolfe> gauravpaliwal: it would be up to the administrator |
| 06:36:13 | <bwolfe> the interface should show him/her exactly what will be sent |
| 06:36:31 | <bwolfe> fyi: I only look at irc every 5 or 10 minutes |
| 06:36:55 | <bwolfe> so if you put my username or name into the text it will blink at me |
| 06:38:01 | <gauravpaliwal> @bowlfe : thanks for the info. will remember it from the next time. |
| 06:39:56 | <gauravpaliwal> bwolfe : thanks for the info. will remember it from the next time. |
| 06:40:25 | *** surangak has joined #openmrs |
| 06:41:46 | <bwolfe> :-) |
| 06:43:46 | *** surangak has quit IRC |
| 06:44:49 | *** surangak has joined #openmrs |
| 06:47:33 | <surangak> hello guys |
| 06:47:40 | <surangak> wonder if anyone can help me with a design clarification.... |
| 06:48:54 | <bwolfe> surangak: perhaps... |
| 06:49:01 | <surangak> :-) |
| 06:49:08 | <surangak> Its like this... |
| 06:49:18 | <surangak> Assume i need to create a table that will store a set of data that will remain pretty much unchanged |
| 06:49:25 | <surangak> so I really dont see a need to create a hbm file or a java class for this table |
| 06:49:33 | <surangak> but if a different table needs to access the new table, I cant create foreign key mappings because there is no hbm file to map it. |
| 06:49:58 | <surangak> so shall i not mark these values as foreign keys, but instead use them to select by id.. etc... |
| 06:55:23 | *** gauravpaliwal has left #openmrs |
| 06:58:52 | <bwolfe> whats in the table? |
| 06:59:02 | <bwolfe> and why not spend the 10 mins to make the hbm? Seems simple enough... |
| 06:59:08 | <bwolfe> surangak ^^ |
| 06:59:11 | <surangak> yeps |
| 06:59:24 | <surangak> but im concernd that the table has only two values, |
| 06:59:40 | <surangak> and the contents will not actually be modified by users... |
| 07:00:12 | <surangak> is your normal proactice to create hbms and java classes ? |
| 07:00:36 | <surangak> the table i was referring to will map domain class names to ids actually... |
| 07:00:55 | <surangak> so it will look like id :1 name :org.openmrs.patient |
| 07:01:08 | <surangak> Id: 2 name: org.openmrs.location etc... |
| 07:02:08 | <surangak> would u approve of creating a java class and mapping for the table ? I'm ok with that, just checking to see if thats how u guys do it :-) |
| 07:06:37 | *** surangak has quit IRC |
| 07:25:36 | *** dkayiwa_ has joined #openmrs |
| 07:25:36 | *** dkayiwa has quit IRC |
| 07:25:37 | *** dkayiwa_ is now known as dkayiwa |
| 07:47:20 | *** aja has joined #openmrs |
| 07:47:58 | *** batkinson has quit IRC |
| 07:50:43 | *** batkinson has joined #openmrs |
| 08:00:48 | *** bryq has quit IRC |
| 08:07:48 | *** bryq has joined #openmrs |
| 08:07:48 | *** ChanServ sets mode: +v bryq |
| 08:28:01 | *** dkayiwa has quit IRC |
| 08:28:35 | *** gauravpaliwal has joined #openmrs |
| 08:28:35 | *** ChanServ sets mode: +v gauravpaliwal |
| 09:05:34 | *** rafa has quit IRC |
| 09:06:20 | *** james_regen has joined #openmrs |
| 09:06:20 | *** ChanServ sets mode: +v james_regen |
| 09:15:22 | *** danielf` has joined #openmrs |
| 09:15:22 | *** ChanServ sets mode: +v danielf` |
| 09:18:00 | *** Hazamonzo has joined #openmrs |
| 09:18:24 | *** rafa has joined #openmrs |
| 09:18:24 | *** ChanServ sets mode: +v rafa |
| 09:20:13 | *** dkayiwa has joined #openmrs |
| 09:28:48 | *** muthah has joined #openmrs |
| 09:51:53 | *** aja has quit IRC |
| 10:13:07 | *** aja has joined #openmrs |
| 10:28:38 | *** wyclif has quit IRC |
| 10:31:12 | *** chopin has joined #openmrs |
| 10:31:12 | *** ChanServ sets mode: +v chopin |
| 10:46:06 | *** downeym has joined #openmrs |
| 10:46:06 | *** ChanServ sets mode: +o downeym |
| 10:46:06 | *** OpenMRSBot sets mode: +o downeym |
| 10:47:56 | *** cta has joined #openmrs |
| 10:48:01 | *** chopin has quit IRC |
| 10:49:18 | *** dkayiwa has quit IRC |
| 10:54:51 | *** wluyima has joined #openmrs |
| 10:55:06 | *** dkayiwa has joined #openmrs |
| 10:55:18 | *** wluyima is now known as Guest8336 |
| 10:55:58 | *** wluyima_ has joined #openmrs |
| 10:57:11 | *** wluyima_ has quit IRC |
| 10:57:19 | *** wluyima_ has joined #openmrs |
| 10:57:38 | *** wluyima_ is now known as wyclif |
| 11:02:21 | *** chopin has joined #openmrs |
| 11:02:21 | *** ChanServ sets mode: +v chopin |
| 11:07:14 | *** batkinson_ has joined #openmrs |
| 11:07:48 | *** muthah has quit IRC |
| 11:09:53 | *** batkinson has quit IRC |
| 11:12:07 | *** gbastien has joined #openmrs |
| 11:16:49 | *** surangak has joined #openmrs |
| 11:20:22 | <downeym> !devmtg |
| 11:20:22 | <OpenMRSBot> downeym: "devmtg" --- Reminder: Developer meeting Thursday at 10:00 AM Eastern - http://wiki.openmrs.org/display/docs/Weekly+Developer+Meeting |
| 11:20:28 | <downeym> (in 15 minutes) |
| 11:21:02 | *** rafa has quit IRC |
| 11:26:57 | *** r4friedman has joined #openmrs |
| 11:27:05 | <downeym> Hi r4friedman and welcome to the #openmrs IRC channel. |
| 11:27:19 | *** r4friedman is now known as r-friedman |
| 11:30:40 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Modules: Register 1.0.2 uploaded to OpenMRS Module Repository <https://dev.openmrs.org/modules/view.jsp?module=register&version=&1.0.2> |
| 11:41:08 | *** mccallumg has joined #openmrs |
| 11:41:08 | *** ChanServ sets mode: +v mccallumg |
| 11:41:30 | *** gauravpaliwal1 has joined #openmrs |
| 11:41:41 | <downeym> Hi gauravpaliwal1 and welcome to the #openmrs IRC channel. |
| 11:42:55 | <bwolfe> mccallumg: when can you join the call ? |
| 11:43:14 | <mccallumg> now. I'm just plugging in my headset |
| 11:43:24 | <bwolfe> mccallumg: perfect! |
| 11:44:07 | <mccallumg> bwolfe: voila |
| 11:44:20 | *** gauravpaliwal has quit IRC |
| 11:44:24 | <r-friedman> downeym: is there a ticket or wiki page on Paul's item? |
| 11:44:51 | <mccallumg> hi surangak |
| 11:45:00 | <surangak> Hello |
| 11:45:29 | *** gauravpaliwal1 has left #openmrs |
| 11:46:03 | <surangak> came to office today to join the call.. the net is better here.... |
| 11:46:27 | <r-friedman> bwolfe: is there a ticket or wiki page on Paul's item? |
| 11:46:44 | <bwolfe> r-friedman: yes |
| 11:46:53 | <bwolfe> it has ancillary in the ticket name I think, should be easy to find! :-D |
| 11:47:10 | <bwolfe> surangak: you're at the office at 1am? (or what time is it there?) |
| 11:48:07 | <surangak> its 7.45 pm... they r letting me use their machine and internet to join u |
| 11:48:32 | <surangak> my net at home is somewhat slow, so call gets dicsonnected sometimes... |
| 11:49:32 | <bwolfe> darius is reading now: http://notes.openmrs.org/devcall-2011-04-21 |
| 11:50:56 | *** rafa has joined #openmrs |
| 11:50:56 | *** ChanServ sets mode: +v rafa |
| 11:53:57 | <mccallumg> surangak: how far is your office from your home? |
| 11:54:25 | <surangak> abt 45 mins by bus :-) |
| 11:54:59 | <surangak> but they've given me go ahead to work on Gsoc over here or at home... |
| 11:55:34 | *** akssps011 has joined #openmrs |
| 11:55:46 | <downeym> Hi akssps011 and welcome to the #openmrs IRC channel. |
| 11:56:04 | <akssps011> hi downeym |
| 11:56:22 | <downeym> hi r-friedman sorry i missed your question earlier |
| 11:56:36 | <mccallumg> surangak: that's good news |
| 11:57:31 | *** downeym sets mode: +v wyclif |
| 11:57:33 | *** downeym sets mode: +v surangak |
| 11:57:36 | *** downeym sets mode: +v r-friedman |
| 11:57:39 | *** downeym sets mode: +v dkayiwa |
| 11:57:42 | *** downeym sets mode: +v cta |
| 11:57:44 | *** downeym sets mode: +v aja |
| 11:57:54 | <downeym> FYI - follow along at http://connect.openmrs.org/ |
| 11:57:59 | <downeym> (you'll want to be muted) |
| 12:00:19 | *** batkinson has joined #openmrs |
| 12:03:41 | *** batkinson_ has quit IRC |
| 12:05:52 | <r-friedman> bwolfe: where's the data model for this? |
| 12:06:16 | <bwolfe> r-friedman: hmm, design page for the concept mapping changes maybe? /me looks... |
| 12:06:23 | <bwolfe> http://wiki.openmrs.org/display/docs/Additional+Attributes+on+Concept+Map+(Design+Page) |
| 12:06:27 | <OpenMRSBot> <http://ln-s.net/8lUU> (at wiki.openmrs.org) |
| 12:06:43 | <r-friedman> bwolfe: muchas gracias |
| 12:07:48 | *** aja has quit IRC |
| 12:08:34 | *** aja has joined #openmrs |
| 12:08:44 | *** gbastien has quit IRC |
| 12:09:48 | <djazayeri> mccallumg: what's the map type for "Severe"? |
| 12:10:51 | <mccallumg> djazayeri: I'm not following the severe logic |
| 12:15:25 | *** gauravpaliwal1 has joined #openmrs |
| 12:17:04 | <djazayeri> I mean, If "severe diabetes" in OpenMRS maps to {src:"snomed", code:"diabetes", type:"narrower-than"}, {src:"snomed", code:"severe", type:???} |
| 12:17:13 | <djazayeri> what is the type for ??? |
| 12:19:55 | <djazayeri> mccallumg: (that's a question for you) |
| 12:20:45 | *** gauravpaliwal1 has left #openmrs |
| 12:20:51 | *** gauravpaliwal1 has joined #openmrs |
| 12:22:57 | <mccallumg> djazayeri: I'm hesitant on the "qualifier mapping" coming into play like this. I really don't like it. |
| 12:23:56 | <djazayeri> mccallumg: okay, maybe let's discuss with full brains at some later point |
| 12:24:11 | *** jportela has joined #openmrs |
| 12:29:20 | *** danielf` has quit IRC |
| 12:29:32 | *** upul` has joined #openmrs |
| 12:29:32 | *** ChanServ sets mode: +v upul` |
| 12:31:31 | *** downeym sets mode: +v jportela |
| 12:31:57 | *** ChanServ sets mode: +v aja |
| 12:33:17 | *** gauravpaliwal1 has left #openmrs |
| 12:35:27 | * r-friedman perseverates |
| 12:41:00 | *** suho has joined #openmrs |
| 12:41:00 | *** ChanServ sets mode: +v suho |
| 12:43:36 | <suho> hi dkayiwa |
| 12:43:46 | <dkayiwa> hi suho |
| 12:44:11 | <suho> I had problems in stetting up the message module |
| 12:44:27 | <dkayiwa> do you mind if we continue after the dev call? |
| 12:44:34 | <suho> np |
| 12:44:39 | <dkayiwa> thanks |
| 12:48:17 | <bwolfe> suho , are you on the dev call? |
| 12:48:23 | <suho> yes |
| 12:49:48 | <djazayeri> https://tickets.openmrs.org/secure/Dashboard.jspa?selectPageId=10134 |
| 12:49:49 | <OpenMRSBot> <http://ln-s.net/8jsH> (at tickets.openmrs.org) |
| 12:49:50 | *** gauravpaliwal1 has joined #openmrs |
| 12:50:58 | *** dlawson has joined #openmrs |
| 12:55:05 | *** gauravpaliwal1 has left #openmrs |
| 12:55:26 | *** gauravpaliwal has joined #openmrs |
| 12:55:26 | *** ChanServ sets mode: +v gauravpaliwal |
| 13:04:55 | *** mccallumg has quit IRC |
| 13:09:54 | *** gauravpaliwal has left #openmrs |
| 13:12:09 | *** batkinson has quit IRC |
| 13:12:13 | *** jportela has quit IRC |
| 13:13:43 | <r-friedman> djazayeri: thanks for chairing, gotta run |
| 13:13:55 | *** r-friedman has quit IRC |
| 13:15:03 | *** lh has joined #openmrs |
| 13:16:49 | *** surangak has quit IRC |
| 13:17:00 | *** cta has quit IRC |
| 13:17:14 | <suho> hi dkayiwa |
| 13:17:45 | <dkayiwa> hi suho |
| 13:18:01 | <suho> hi |
| 13:18:36 | *** dlawson has quit IRC |
| 13:18:41 | <suho> dkayiwa, shall we have a skype meeting |
| 13:18:44 | *** dlawson has joined #openmrs |
| 13:18:52 | <suho> if you are available |
| 13:19:34 | <dkayiwa> yes iam suho |
| 13:19:54 | <suho> my skype id is suhothayan |
| 13:19:58 | <dkayiwa> we can have the meeting |
| 13:20:36 | <dkayiwa> just added you |
| 13:22:09 | *** downeym has quit IRC |
| 13:25:26 | *** wyclif has quit IRC |
| 13:28:59 | *** aja has quit IRC |
| 13:30:28 | *** chopin has quit IRC |
| 13:32:13 | *** jportela has joined #openmrs |
| 13:32:13 | *** ChanServ sets mode: +v jportela |
| 13:32:26 | *** jportela has left #openmrs |
| 13:36:38 | *** wyclif has joined #openmrs |
| 13:37:05 | *** vchircu has joined #openmrs |
| 13:38:26 | *** gauravpaliwal has joined #openmrs |
| 13:38:26 | *** ChanServ sets mode: +v gauravpaliwal |
| 13:41:01 | *** chopin has joined #openmrs |
| 13:41:01 | *** ChanServ sets mode: +v chopin |
| 13:41:28 | *** gauravpaliwal has quit IRC |
| 13:41:47 | <suho> hi dlawson |
| 13:41:53 | <dlawson> hello suho |
| 13:41:56 | <dlawson> what's up? |
| 13:41:59 | *** gauravpaliwal has joined #openmrs |
| 13:41:59 | *** ChanServ sets mode: +v gauravpaliwal |
| 13:42:20 | <suho> dlawson, can you help me to configure messaging module |
| 13:42:24 | <dlawson> yes |
| 13:42:27 | <dlawson> which branch are you using? |
| 13:42:33 | <dlawson> and what are you trying to configure? |
| 13:42:51 | <suho> i used the trunk |
| 13:43:06 | <suho> is that ok or any suggestions? |
| 13:43:25 | <dlawson> it definitely is OK, but just so you know the lance-armstrong-phr branch will probably become trunk in the near future |
| 13:43:45 | <dlawson> it is greatly improved and includes a lot of other stuff |
| 13:43:55 | <dlawson> what exactly are you trying to do with the messaging module? |
| 13:44:12 | <suho> is it now in a working condition ? shall i use that |
| 13:44:34 | <suho> please help me with its url |
| 13:44:43 | <dlawson> it is in a working condition, mostly stable. There are definitely still bugs but it is fairly stable |
| 13:45:03 | <suho> great :) |
| 13:45:34 | <dlawson> so you can view the source here: https://source.openmrs.org/browse/Modules/messaging/branches/lance-armstrong-phr |
| 13:45:39 | <OpenMRSBot> <http://ln-s.net/8lVf> (at source.openmrs.org) |
| 13:45:42 | <suho> thanks |
| 13:45:43 | *** rafa has quit IRC |
| 13:46:10 | <dlawson> you you can check it out from here: http://svn.openmrs.org/openmrs-modules/messaging/branches/lance-armstrong-phr/ |
| 13:46:12 | <OpenMRSBot> <http://ln-s.net/8lVg> (at svn.openmrs.org) |
| 13:46:38 | <dlawson> so, are you going to use it to send SMS or email? Or are you interested in contributing? Or something else? |
| 13:46:58 | <suho> I'll be using this module in my gsoc project |
| 13:47:06 | <suho> to send notifications to users |
| 13:52:07 | *** upul` has quit IRC |
| 13:52:25 | *** dlawson has quit IRC |
| 13:57:48 | *** gauravpaliwal has left #openmrs |
| 14:04:14 | *** robbyoconnor has joined #openmrs |
| 14:04:19 | *** ChanServ sets mode: +v robbyoconnor |
| 14:10:28 | *** dkayiwa has quit IRC |
| 14:10:37 | *** dkayiwa has joined #openmrs |
| 14:12:52 | *** djazayeri has quit IRC |
| 14:20:11 | *** lh has quit IRC |
| 14:20:22 | *** downeym has joined #openmrs |
| 14:20:22 | *** ChanServ sets mode: +o downeym |
| 14:20:22 | *** OpenMRSBot sets mode: +o downeym |
| 14:25:50 | *** djazayeri has joined #openmrs |
| 14:25:50 | *** ChanServ sets mode: +o djazayeri |
| 14:26:43 | <djazayeri> has anybody installed ubuntu 11.04 yet? |
| 14:27:02 | <djazayeri> (if so, does it suck? or should I upgrade?) |
| 14:27:48 | <djazayeri> bwolfe: have you upgraded yet, over your blazing fast connection? |
| 14:27:53 | *** rafa has joined #openmrs |
| 14:27:53 | *** ChanServ sets mode: +v rafa |
| 14:29:53 | <djazayeri> meh, I can't resist, I'll just go for it. |
| 14:30:47 | <downeym> i haven't heard of any complaints |
| 14:31:16 | <downeym> djazayeri: http://search.twitter.com/search?q=natty |
| 14:32:10 | *** djazayeri has quit IRC |
| 14:33:39 | *** lh has joined #openmrs |
| 17:53:02 | *** batkinson has joined #openmrs |
| 17:57:14 | *** djazayeri has joined #openmrs |
| 17:57:14 | *** ChanServ sets mode: +o djazayeri |
| 18:06:16 | *** surangak has joined #openmrs |
| 18:07:13 | <bwolfe> djazayeri: I'm giving the training next week...so I'm not upgrading for at least 2 weeks |
| 18:07:23 | <djazayeri> good thinking |
| 18:10:49 | <bwolfe> http://twitter.com/Caboose885/statuses/63638267958013953 |
| 18:10:53 | <OpenMRSBot> <http://ln-s.net/8lXA> (at twitter.com) |
| 18:15:06 | *** suho has quit IRC |
| 18:20:18 | *** Mkop has joined #openmrs |
| 18:20:18 | *** ChanServ sets mode: +v Mkop |
| 18:25:32 | *** suho has joined #openmrs |
| 18:25:39 | *** ChanServ sets mode: +v suho |
| 18:27:47 | *** bryq1 has joined #openmrs |
| 18:28:00 | <downeym> Hi bryq1 and welcome to the #openmrs IRC channel. |
| 18:28:30 | *** bryq1 has quit IRC |
| 18:28:59 | *** bryq1 has joined #openmrs |
| 18:29:36 | *** bryq has quit IRC |
| 18:33:24 | *** Mkop has quit IRC |
| 18:34:18 | *** cta has joined #openmrs |
| 18:46:00 | *** lh has quit IRC |
| 18:47:14 | *** harsha has joined #openmrs |
| 18:47:24 | *** surangak has quit IRC |
| 18:52:07 | *** Mkop has joined #openmrs |
| 18:52:07 | *** ChanServ sets mode: +v Mkop |
| 18:58:18 | *** harsha has quit IRC |
| 19:13:39 | *** rafa has quit IRC |
| 19:20:08 | *** batkinson has quit IRC |
| 19:21:06 | *** cta has quit IRC |
| 19:25:35 | *** chopin has quit IRC |
| 19:29:20 | *** r-friedman has joined #openmrs |
| 19:29:34 | <r-friedman> bwolfe: got yr ears on? |
| 19:30:13 | <r-friedman> downeym: got yr ears on? |
| 19:31:06 | <downeym> roger roger, over |
| 19:31:16 | <r-friedman> downeym: first time i've heard that |
| 19:31:21 | <downeym> ;-) |
| 19:31:22 | <downeym> great film |
| 19:31:54 | <r-friedman> downeym: I'm trying to label jira issues, went fine until 2264, no label action in actions tab |
| 19:31:58 | <r-friedman> tunk-2265 |
| 19:32:02 | <r-friedman> trunk-2264 |
| 19:32:20 | <downeym> !ticket trunk-2264 |
| 19:32:20 | <OpenMRSBot> downeym: Allow me to help you with that. More details on ticket trunk-2264 can be found at http://tickets.openmrs.org/browse/trunk-2264 |
| 19:32:51 | <downeym> are you still logged in? |
| 19:33:00 | <r-friedman> yes |
| 19:34:11 | <downeym> Do you see a small pencil icon near the labels area? (beneath type, priority, component) |
| 19:34:55 | <r-friedman> yep, that worked ... i'd just gotten to it thru labels action before |
| 19:35:06 | <downeym> it's kind of odd ... but this one above is not yet assigned for work |
| 19:35:27 | <downeym> if you get a chance could you open up a ticket for me to research why? (and include some examples of once that worked that way and those that didn't?) http://go.openmrs.org/helpdesk |
| 19:37:01 | <r-friedman> never mind, my bad, labels is last entry, had to scroll to get to it |
| 19:37:20 | <r-friedman> light blue isn't working so well with my eyes these days |
| 19:37:23 | *** suho has quit IRC |
| 19:37:52 | <r-friedman> downeym: thanks, see above |
| 19:38:23 | *** james_regen has quit IRC |
| 19:38:34 | <downeym> ahh, ok then |
| 19:38:36 | <downeym> good to hear. |
| 19:38:44 | <downeym> although i would never put such oddness past Atlassian/JIRA. |
| 19:38:45 | <r-friedman> better to see |
| 19:41:06 | *** bwolfe has quit IRC |
| 19:42:07 | *** jportela has joined #openmrs |
| 19:42:07 | *** ChanServ sets mode: +v jportela |
| 19:52:53 | *** downeym has quit IRC |
| 19:55:42 | *** vchircu has quit IRC |
| 19:59:17 | <djazayeri> r-friedman: btw, "l" is a shortcut to bring up the labels thing |
| 19:59:22 | <djazayeri> useful if you're doing this in a batch |
| 20:33:51 | *** dkayiwa has quit IRC |
| 20:34:02 | *** dkayiwa has joined #openmrs |
| 20:34:24 | *** r-friedman has quit IRC |
| 20:41:49 | *** Mkop has quit IRC |
| 20:53:11 | *** lh has joined #openmrs |
| 20:54:59 | *** bryq1 has quit IRC |
| 20:57:25 | *** Hazamonzo has quit IRC |
| 21:17:24 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Modules: XForms 4.0.2 uploaded to OpenMRS Module Repository <https://dev.openmrs.org/modules/view.jsp?module=xforms&version=&4.0.2> |
| 21:28:47 | *** Linda has joined #openmrs |
| 21:32:11 | *** wyclif has quit IRC |
| 21:49:29 | <OpenMRSBot> Recent updates in the world of openmrs: On Twitter: OpenMRS: @gauravpaliwal Thanks for joining us this week! #OpenMRS <http://twitter.com/OpenMRS/statuses/63731291014705152> || On Twitter: OpenMRS: RT @tmarente: Still buzzing with inspiration from the Partners in Health event last night. Had a great conversation about @OpenMRS , #ic ... <http://twitter.com/OpenMRS/statuses/63731166250930176> |
| 23:12:23 | *** deadpool has joined #openmrs |
| 23:13:20 | *** downeym has joined #openmrs |
| 23:13:20 | *** ChanServ sets mode: +o downeym |
| 23:13:20 | *** OpenMRSBot sets mode: +o downeym |
| 23:18:46 | *** jportela has left #openmrs |
| 23:50:11 | <deadpool> hey quick question guys i want something like a cron job that does a certain action every day would it be better just to write a script or is there a way to do within java? |
| 23:58:14 | <downeym> within openmrs, or generally? |
| 23:58:39 | <deadpool> within openmrs |
| 23:59:09 | <deadpool> downeym: do you mean the script? |
| 23:59:40 | <downeym> was just checking on the context :) |
| 23:59:55 | <deadpool> no problem |
| 23:59:57 | *** gbastien has joined #openmrs |