| 00:25:57 | *** downeym has quit IRC |
| 01:15:50 | *** deadpool has joined #openmrs-sprint |
| 01:16:16 | *** deadpool has left #openmrs-sprint |
| 02:03:26 | *** Mkop has joined #openmrs-sprint |
| 03:28:44 | *** surangak has joined #openmrs-sprint |
| 03:52:43 | *** chopin has quit IRC |
| 03:59:26 | *** surangak has quit IRC |
| 05:44:51 | *** bwolfe has joined #openmrs-sprint |
| 05:44:51 | *** ChanServ sets mode: +o bwolfe |
| 05:53:26 | <bwolfe> Mkop: just wanting to lurk in all of our channels? :-) |
| 05:53:45 | <Mkop> lol, yep :-) |
| 05:54:17 | <Mkop> one of these days I might actually stop lurking and do something useful |
| 05:54:45 | <bwolfe> haha |
| 05:54:52 | <bwolfe> how's school going? that busy these days? |
| 05:54:54 | <Mkop> I now have more experience with J2EE technologies, so I'm more able to do stuff |
| 05:55:01 | <Mkop> school is OVER, done! |
| 05:55:04 | <Mkop> graduated last may |
| 05:55:21 | <Mkop> worked in Cleveland for 6 months for a company building and maintaining e-commerce sites |
| 05:55:49 | <Mkop> moved to NYC 2 months ago, looking for long term work, in the mean time I'm doing PHP web development for a startup |
| 05:58:06 | <Mkop> being the sole/lead developer on a project is a totally different experience |
| 06:00:36 | <Mkop> responsibility lies on my shoulders, and I'm the technical mind who gets to make all these subjective decisions about what is and isn't important - "Hey, this security thing is kinda important", "Hey, best practices for source control are something we should keep in mind", "Inline styling? see if I care!" |
| 06:11:05 | *** wluyima_ has quit IRC |
| 07:00:44 | <bwolfe> Mkop: yeah, is very different being the lead |
| 07:04:44 | <bwolfe> its also strange when you stop being the lead and now have to share decisions (or at least they don't let you make unilateral ones anymore) |
| 07:04:48 | <bwolfe> :-D |
| 07:17:30 | *** chopin has joined #openmrs-sprint |
| 07:17:30 | *** ChanServ sets mode: +v chopin |
| 07:18:13 | <Mkop> in this case, I'm not officially anything, I'm just the only developer worth squat (other work has been done by people offshore - my opinions on the quality of that work might be showing here) |
| 08:25:54 | *** dkayiwa has joined #openmrs-sprint |
| 08:32:26 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Forum: Re: Unloading Libraries <http://forum.openmrs.org/viewtopic.php?f=8&t=777#p2953> || OpenMRS Forum: Re: Delete meetings <http://forum.openmrs.org/viewtopic.php?f=22&t=778#p2952> || OpenMRS Forum: Re: Patient Beds <http://forum.openmrs.org/viewtopic.php?f=2&t=776#p2951> |
| 08:41:55 | *** Mkop has quit IRC |
| 09:05:36 | *** dkayiwa has quit IRC |
| 09:05:55 | *** dkayiwa has joined #openmrs-sprint |
| 09:08:08 | <bwolfe> dkayiwa: following up on the (unfortunatley offline) convo about TRUNK-220: for this one it might be easier to just duplicate what is happening when you unload a module. you have to completely remove the moduleclassloader and the openmrsclassloader |
| 09:08:19 | <bwolfe> if you can't get it within the next hour or so, move on to some other tickets. :-) |
| 09:08:35 | <bwolfe> you should be able to grab a few small ones and get them done before the end of the day |
| 09:08:53 | <dkayiwa> sure :) |
| 09:09:57 | <dkayiwa> bwolfe: stopModule, already removes the module class loader and calls dispose on it |
| 09:10:16 | <bwolfe> hmm |
| 09:10:20 | <bwolfe> but not on the openmrsclassloader? |
| 09:11:56 | <dkayiwa> bwolfe: it does it from ModuleFactory list of module class loaders |
| 09:46:48 | *** chopin has quit IRC |
| 11:46:50 | <bwolfe> dkayiwa: how goes things? |
| 12:58:02 | *** wluyima has joined #openmrs-sprint |
| 12:58:17 | *** wluyima is now known as Guest33500 |
| 13:05:40 | *** dkayiwa has quit IRC |
| 13:06:01 | *** dkayiwa has joined #openmrs-sprint |
| 13:35:47 | *** downeym has joined #openmrs-sprint |
| 13:35:47 | *** ChanServ sets mode: +o downeym |
| 13:35:48 | *** OpenMRSBot sets mode: +o downeym |
| 13:58:18 | <dkayiwa> bwolfe: the other ticket requires more time. so am on another one TRUNK-1809 |
| 13:59:19 | <bwolfe> ok |
| 13:59:21 | <bwolfe> np |
| 14:48:15 | *** harsha has joined #openmrs-sprint |
| 14:48:42 | <harsha> hi Ben, regarding the issue https://tickets.openmrs.org/browse/TRUNK-431 |
| 14:51:29 | <harsha> I was trying to add an @Authorized( { "View Data Entry Statistics" }) in AdminList.java in dataentrystatistics module |
| 14:54:34 | <harsha> but it does not work, further I saw other url's in the administration page uses hasPriviledges in the localHeader.jsp |
| 14:57:01 | <harsha> So in the module level , is there any convenient way to switch on/off the url in Admin page according to the privileges. |
| 14:57:56 | <harsha> or would this be a new implementation ? |
| 14:58:00 | <bwolfe> harsha: the whole admin section? |
| 14:58:04 | <bwolfe> I can't remember |
| 14:59:13 | <bwolfe> is there not a method on the extensionpoint or parent class you can extend? |
| 15:01:09 | <harsha> not the whole admin section, the particular module URL that should not display in the administration page if the user does not have privileges. |
| 15:01:10 | <harsha> I did not see the parent class, |
| 15:02:35 | <harsha> yeah in the parent class it do have a method called : getRequiredPrivilege |
| 15:03:48 | <bwolfe> harsha: looking at index.jsp on the admin page I see that it calls extension.requiredPrivilege and passes that to the hasPrivilege taglib |
| 15:04:14 | <bwolfe> so you can just return the view data entr stats from the getRequiredPrivilege() method on the admin extension point for the module |
| 15:04:52 | <harsha> yeah Ben, I just saw it. Thanks |
| 15:06:09 | *** Guest33500 has quit IRC |
| 15:06:09 | <bwolfe> dinner time |
| 15:06:11 | <bwolfe> bbs |
| 15:10:44 | *** bwolfe has quit IRC |
| 15:11:15 | *** wluyima_ has joined #openmrs-sprint |
| 15:50:29 | *** aja has joined #openmrs-sprint |
| 15:52:51 | *** chopin has joined #openmrs-sprint |
| 15:52:51 | *** ChanServ sets mode: +v chopin |
| 15:55:31 | *** aja_ has joined #openmrs-sprint |
| 16:12:03 | *** harsha has left #openmrs-sprint |
| 16:12:28 | *** chopin has quit IRC |
| 16:26:55 | *** chopin has joined #openmrs-sprint |
| 16:26:55 | *** ChanServ sets mode: +v chopin |
| 17:05:53 | *** dkayiwa has quit IRC |
| 17:06:33 | *** dkayiwa has joined #openmrs-sprint |
| 17:09:52 | *** harsha has joined #openmrs-sprint |
| 17:14:44 | *** aja_ has quit IRC |
| 17:16:33 | *** bwolfe has joined #openmrs-sprint |
| 17:16:33 | *** ChanServ sets mode: +o bwolfe |
| 17:37:05 | *** chopin has quit IRC |
| 17:49:43 | *** chopin has joined #openmrs-sprint |
| 17:49:43 | *** ChanServ sets mode: +v chopin |
| 18:21:46 | <harsha> hi Ben, I have attached two simple patches for https://tickets.openmrs.org/browse/TRUNK-431 |
| 18:22:54 | <bwolfe> ok, I'll get to those later, thanks! |
| 18:23:00 | <bwolfe> (maybe not till tomorrow though) |
| 18:23:48 | <harsha> okay |
| 18:33:48 | *** surangak has joined #openmrs-sprint |
| 18:34:11 | <surangak> hi ben, r u around |
| 18:34:35 | <bwolfe> I am |
| 18:34:42 | <bwolfe> on a call now, but can answer intermittently |
| 18:35:40 | <surangak> I saw your comments for ticket 1883 |
| 18:36:11 | <surangak> u had said.. for me to go with dateFormat = DateFormat.getDateInstance(DateFormat.SHORT, locale); |
| 18:36:24 | <surangak> instead of dateFormat = new SimpleDateFormat("yyyy-MM-dd", locale); |
| 18:36:48 | <downeym> !ticket TRUNK-1883 |
| 18:36:48 | <OpenMRSBot> downeym: Allow me to help you with that. More details on ticket TRUNK-1883 can be found at http://tickets.openmrs.org/browse/TRUNK-1883 |
| 18:37:10 | *** harsha has left #openmrs-sprint |
| 18:37:17 | <surangak> u preferred the use of the context locale for this... |
| 18:38:11 | <bwolfe> yeah, djazayeri convinced me that it is "more right" to show the date in the locale of the user |
| 18:39:08 | <surangak> if i use this method, 2011-4-13 will be displayed as 4/13/11 |
| 18:39:20 | <surangak> it uses / as seperators |
| 18:39:27 | <surangak> would that be ok... |
| 18:41:10 | <bwolfe> yeah |
| 18:41:46 | <surangak> ai, I was under the inpression that darius ment 4-13-2011 etc. |
| 18:42:13 | <surangak> but regarding the @should, I notice that all the @shoulds dont seem to have matching tests cases |
| 18:42:24 | <surangak> shall I complete them if i find any ? |
| 18:45:04 | <bwolfe> sure, but under a different ticket |
| 18:45:52 | <surangak> sure, So Ill have a go and get back to you later.. |
| 18:45:57 | <surangak> thanks |
| 19:42:27 | *** surangak has quit IRC |
| 19:59:03 | *** surangak has joined #openmrs-sprint |
| 20:00:50 | <surangak> Hi guys wonder if u can help me with a small issue |
| 20:01:13 | <surangak> regarding concepts and conceptNumeric |
| 20:24:04 | *** surangak has quit IRC |
| 21:01:17 | *** chopin has quit IRC |
| 21:06:38 | *** dkayiwa_ has joined #openmrs-sprint |
| 21:08:31 | *** dkayiwa has quit IRC |
| 21:08:31 | *** dkayiwa_ is now known as dkayiwa |
| 21:23:13 | *** bwolfe has quit IRC |
| 21:23:59 | *** bwolfe has joined #openmrs-sprint |
| 21:23:59 | *** ChanServ sets mode: +o bwolfe |
| 21:41:43 | *** downeym has quit IRC |
| 22:23:48 | *** dkayiwa has quit IRC |
| 22:24:24 | *** downeym has joined #openmrs-sprint |
| 22:24:24 | *** ChanServ sets mode: +o downeym |
| 22:24:25 | *** OpenMRSBot sets mode: +o downeym |
| 22:41:10 | <OpenMRSBot> Recent updates in the world of openmrs: New Changeset: OpenMRS (trunk): Voiding a patient should void patient's related data - TRUNK-226 <http://feedproxy.google.com/~r/OMRStrunk/~3/SR-mBhv2bHE/OpenMRS> |
| 22:55:13 | *** wluyima_ has quit IRC |
| 22:59:26 | *** jwmajors81 has joined #openmrs-sprint |
| 23:13:13 | <OpenMRSBot> Recent updates in the world of openmrs: New Changeset: OpenMRS (1.7.x): Back porting - Trying to create a user account for an existing patient actually duplicates the person - TRUNK-2034 <http://feedproxy.google.com/~r/OMRStrunk/~3/L7hVSGB_v3M/OpenMRS> || New Changeset: OpenMRS (1.8.x): Back porting - Trying to create a user account for an existing patient actually duplicates the person - TRUNK-2034 <http://feedproxy.google.com/~r/OMRStrunk/~3/WrsbnkaRPAo/OpenMRS> |
| 23:28:15 | *** wluyima_ has joined #openmrs-sprint |
| 23:29:40 | *** jwmajors81 has quit IRC |
| 23:55:28 | *** downeym has quit IRC |