| 00:00:38 | *** downeym has joined #openmrs |
| 00:00:38 | *** OpenMRSBot sets mode: +o downeym |
| 00:00:38 | *** ChanServ sets mode: +o downeym |
| 00:00:46 | <downeym> hello world |
| 00:31:44 | *** downeym has quit IRC |
| 00:36:17 | *** dlawson has joined #openmrs |
| 00:50:16 | *** downeym has joined #openmrs |
| 00:50:16 | *** ChanServ sets mode: +o downeym |
| 00:50:16 | *** OpenMRSBot sets mode: +o downeym |
| 00:50:42 | *** dlawson has left #openmrs |
| 00:51:13 | *** jportela has left #openmrs |
| 01:22:28 | * downeym is so happy to be done choosing gsoc students :) |
| 01:29:10 | *** dlawson has joined #openmrs |
| 01:30:17 | *** dlawson has left #openmrs |
| 01:42:03 | <djazayeri> downeym: hello (very slow response from the world) |
| 01:42:11 | <downeym> heh |
| 01:43:31 | <djazayeri> you know what's really annoying? Revising a tutorial that took hours to write, and has tons of code snippets (repeated with progressive modifications), because our best practices have changed. |
| 01:48:51 | <downeym> Our practices or best practices? |
| 01:49:02 | <djazayeri> sometimes they're the same thing |
| 01:49:03 | <djazayeri> :-) |
| 01:49:10 | <downeym> sometimes, when we're lucky :) |
| 01:49:20 | <djazayeri> or good |
| 01:49:29 | <downeym> they can flow either way i suppose |
| 02:01:50 | *** jriley has joined #openmrs |
| 02:08:41 | *** czakian has joined #openmrs |
| 02:15:25 | <czakian> Hey there, I am looking at the openmrs source code, and I was wondering if you could explain how the logs work |
| 02:15:40 | <czakian> specifically in the web package |
| 02:15:55 | <czakian> in the moduleservlet.java file |
| 02:17:01 | <downeym> djazayeri: ping |
| 02:17:21 | *** mjohnst has joined #openmrs |
| 02:17:28 | *** suhothayan has joined #openmrs |
| 02:17:34 | <djazayeri> czakian: could you be more specific? What about the logs? |
| 02:17:55 | <downeym> hi long-suho :) |
| 02:18:32 | <czakian> well specifically, what are the logs used for? |
| 02:18:40 | <czakian> are they just storing the session |
| 02:18:46 | <czakian> or do they play some other purpose? |
| 02:19:02 | <djazayeri> you mean like this line? log.debug("In service method for module servlet: " + request.getPathInfo()); |
| 02:19:12 | <czakian> yes |
| 02:19:14 | <czakian> like that |
| 02:19:32 | <djazayeri> Basically they log information to a file (or elsewhere, if you're using the logmanager module) |
| 02:19:44 | <djazayeri> you can log at different "levels" |
| 02:19:59 | <czakian> I see |
| 02:20:06 | <djazayeri> i.e. I could say: log.trace("iteration " + i) |
| 02:20:20 | <djazayeri> or log.info("user logged in: " + username); |
| 02:20:28 | <czakian> ah, ok |
| 02:20:31 | <czakian> that makes sense |
| 02:20:33 | *** suho has quit IRC |
| 02:20:34 | <djazayeri> or log.error("Error trying to invoke servlet", ex); |
| 02:20:52 | <djazayeri> and depending on what log level the user has configured, you will only see certain levels. |
| 02:21:09 | <djazayeri> a standard user would have INFO-level logging enabled |
| 02:21:19 | <djazayeri> so for them log.debug actually has no effect |
| 02:21:48 | <djazayeri> but if you're a developer, you might turn your logging level to DEBUG, and then you'd see those messages |
| 02:22:25 | <czakian> and where would one turn on the log level to debug? |
| 02:22:34 | <djazayeri> log4j.xml |
| 02:23:27 | <czakian> cool. I will play around with it |
| 02:23:29 | <czakian> thanks |
| 02:23:57 | *** wluyima has joined #openmrs |
| 02:24:05 | <djazayeri> np |
| 02:24:07 | <djazayeri> gotta run |
| 02:24:10 | <downeym> hey wluyima |
| 02:24:30 | *** wluyima is now known as Guest53250 |
| 02:25:27 | <downeym> wyclif: are we still releasing 1.8 in the morning? |
| 02:28:26 | *** czakian has quit IRC |
| 02:30:27 | <Guest53250> hey darius |
| 02:30:47 | *** Guest53250 is now known as wyclif |
| 02:30:59 | <wyclif> downeym, yes |
| 02:31:51 | <downeym> wyclif: ok |
| 02:31:54 | <wyclif> i have prepared everything, am testing now |
| 02:32:03 | <wyclif> i will coming in at 8am |
| 02:32:10 | <downeym> wyclif: i will try to wake up :) |
| 02:32:55 | <wyclif> you can come in anytime |
| 02:33:00 | <downeym> hahah i know |
| 02:33:00 | <wyclif> it is me to come in early |
| 02:33:23 | <downeym> you still have the keys to sourceforge, yes? |
| 02:33:32 | <wyclif> i should be done by noon tomorrow if the testing goes well |
| 02:33:41 | <wyclif> yes |
| 02:33:49 | <downeym> ok |
| 02:46:25 | *** downeym has quit IRC |
| 02:49:30 | *** czakian has joined #openmrs |
| 03:12:51 | *** suhothayan is now known as suho |
| 03:26:05 | *** aok1425 has joined #openmrs |
| 03:26:31 | *** gbastien has joined #openmrs |
| 03:30:18 | *** aok1425 has quit IRC |
| 03:37:16 | *** czakian has quit IRC |
| 03:37:20 | *** gbastien has quit IRC |
| 03:38:52 | *** aja has joined #openmrs |
| 04:03:52 | *** upul` has joined #openmrs |
| 04:03:52 | *** ChanServ sets mode: +v upul` |
| 04:30:27 | <OpenMRSBot> Recent updates in the world of openmrs: New Changeset: OpenMRS (1.8.x): Back porting, OpenMRS in-app Help is not helpful - TRUNK-2118 <http://feedproxy.google.com/~r/OMRStrunk/~3/seqcpTQuc0U/OpenMRS> || New Changeset: OpenMRS (trunk): OpenMRS in-app Help is not helpful - TRUNK-2054... <http://feedproxy.google.com/~r/OMRStrunk/~3/L8rbSXEOehQ/OpenMRS> |
| 04:50:49 | *** mjohnst has left #openmrs |
| 05:01:57 | *** bwolfe has quit IRC |
| 05:06:37 | *** jriley has quit IRC |
| 06:08:20 | *** aja has quit IRC |
| 06:56:32 | *** bwolfe has joined #openmrs |
| 06:56:32 | *** ChanServ sets mode: +o bwolfe |
| 06:59:00 | *** jriley has joined #openmrs |
| 07:01:01 | *** dkayiwa has joined #openmrs |
| 07:43:24 | *** bwolfe has quit IRC |
| 07:43:47 | *** bwolfe has joined #openmrs |
| 07:43:47 | *** ChanServ sets mode: +o bwolfe |
| 08:01:43 | *** bryq has joined #openmrs |
| 08:12:36 | *** pascal` has joined #openmrs |
| 08:15:30 | *** 17SAAEZBU has joined #openmrs |
| 08:16:00 | *** pascal` has quit IRC |
| 08:16:04 | *** 17SAAEZBU is now known as Hazamonzo_ |
| 08:33:10 | *** pascal` has joined #openmrs |
| 09:06:57 | *** dkayiwa has quit IRC |
| 09:07:09 | *** dkayiwa has joined #openmrs |
| 09:17:13 | <OpenMRSBot> Recent updates in the world of openmrs: New Changeset: OpenMRS (trunk): Changing from sort desc to asc for getEncountersByVisit - TRUNK-2237 <http://feedproxy.google.com/~r/OMRStrunk/~3/fjP0NKcgZoE/OpenMRS> || New Changeset: OpenMRS (trunk): Adding Visit property to Encounter - TRUNK-2237 <http://feedproxy.google.com/~r/OMRStrunk/~3/Ojc1_tDmiaQ/OpenMRS> |
| 09:36:01 | *** dkayiwa has quit IRC |
| 09:47:27 | <OpenMRSBot> Recent updates in the world of openmrs: New Changeset: OpenMRS (trunk): Addressing comments on Adding Visit property to Encounter - TRUNK-2237 <http://feedproxy.google.com/~r/OMRStrunk/~3/zB70ImtQBag/OpenMRS> |
| 10:14:06 | *** zubair has joined #openmrs |
| 10:14:12 | <zubair> hello |
| 10:15:03 | *** suho has quit IRC |
| 10:22:37 | *** jriley has quit IRC |
| 10:25:02 | <zubair> hello |
| 10:28:52 | *** surangak has joined #openmrs |
| 10:34:55 | *** ChanServ sets mode: +v pascal` |
| 10:46:55 | *** zubair has quit IRC |
| 10:51:46 | *** surangak has quit IRC |
| 11:10:23 | *** james_regen has joined #openmrs |
| 11:10:23 | *** ChanServ sets mode: +v james_regen |
| 11:18:00 | *** robbyoconnor has quit IRC |
| 11:40:44 | *** upul` has quit IRC |
| 11:59:11 | *** wyclif has quit IRC |
| 12:11:11 | *** chopin has joined #openmrs |
| 12:11:11 | *** ChanServ sets mode: +v chopin |
| 12:25:53 | *** wluyima has joined #openmrs |
| 12:26:19 | *** wluyima is now known as Guest9281 |
| 12:26:41 | *** Guest9281 is now known as wyclif |
| 12:41:19 | *** wluyima_ has joined #openmrs |
| 12:44:43 | *** rafa has joined #openmrs |
| 12:44:43 | *** ChanServ sets mode: +v rafa |
| 12:47:28 | *** Hazamonzo_ has quit IRC |
| 12:56:31 | *** downeym has joined #openmrs |
| 12:56:31 | *** ChanServ sets mode: +o downeym |
| 12:56:31 | *** OpenMRSBot sets mode: +o downeym |
| 13:08:02 | <downeym> happy gsoc day, all |
| 13:18:17 | *** rafa has quit IRC |
| 13:28:02 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Modules: Form Entry 5.0.3 uploaded to OpenMRS Module Repository <https://dev.openmrs.org/modules/view.jsp?module=formentry&version=&5.0.3> |
| 13:33:29 | <bwolfe> downeym: s/gsoc/earth |
| 14:00:10 | <OpenMRSBot> Recent updates in the world of openmrs: New Changeset: OpenMRS (1.8.x): Upgrading form entry, reporting and xforms modules to their latest versions <http://feedproxy.google.com/~r/OMRStrunk/~3/hL7sbJ938R8/OpenMRS> |
| 14:07:50 | *** lh has quit IRC |
| 14:10:53 | <downeym> oh yeah, earth day too :) |
| 15:01:43 | *** lh has joined #openmrs |
| 15:04:59 | *** jportela has joined #openmrs |
| 15:30:13 | *** aja has joined #openmrs |
| 15:37:00 | *** robbyoconnor has joined #openmrs |
| 15:37:00 | *** ChanServ sets mode: +v robbyoconnor |
| 15:41:45 | *** downeym is now known as downeym|OpenMRS |
| 15:41:47 | *** chopin has quit IRC |
| 15:47:26 | *** lh has quit IRC |
| 15:53:26 | *** james_regen has quit IRC |
| 15:57:07 | *** chopin has joined #openmrs |
| 15:57:07 | *** ChanServ sets mode: +v chopin |
| 16:08:32 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Modules: HTML Form Entry 1.7.2 uploaded to OpenMRS Module Repository <https://dev.openmrs.org/modules/view.jsp?module=htmlformentry&version=&1.7.2> |
| 16:20:32 | *** umashanthi has joined #openmrs |
| 16:20:32 | *** ChanServ sets mode: +v umashanthi |
| 16:23:05 | *** rafa_ has joined #openmrs |
| 16:23:05 | *** ChanServ sets mode: +v rafa_ |
| 16:30:17 | *** dlawson has joined #openmrs |
| 16:40:37 | <OpenMRSBot> Recent updates in the world of openmrs: New Changeset: OpenMRS (1.8.x): [maven-release-plugin] prepare for next development iteration <http://feedproxy.google.com/~r/OMRStrunk/~3/C96rf00kvj0/OpenMRS> || New Changeset: OpenMRS (): [maven-release-plugin] copy for tag 1.8.0-RC <http://feedproxy.google.com/~r/OMRStrunk/~3/3pB8RSbdGAo/OpenMRS> || New Changeset: OpenMRS (1.8.x): [maven-release-plugin] prepare release 1.8.0-RC <http://feedproxy.google.com/~r/OMRStrunk/~3/Sbb4jBzzmWg/OpenMRS> || New Changeset: OpenMRS (1.8.x): Upgrading html form entry to version 1.7.2 <http://feedproxy.google.com/~r/OMRStrunk/~3/ufOfMzeyAs8/OpenMRS> |
| 16:47:28 | *** rafa_ has quit IRC |
| 17:02:48 | *** sfb has joined #openmrs |
| 17:02:55 | <sfb> downeym|OpenMRS: hi |
| 17:03:15 | *** sfb has left #openmrs |
| 17:10:16 | *** suho has joined #openmrs |
| 17:13:50 | *** umashanthi1 has joined #openmrs |
| 17:14:35 | *** umashanthi1 has joined #openmrs |
| 17:14:50 | *** umashanthi1 has left #openmrs |
| 17:15:55 | *** umashanthi1 has joined #openmrs |
| 17:17:30 | *** umashanthi has quit IRC |
| 17:30:56 | *** czakian has joined #openmrs |
| 17:34:43 | <djazayeri> suho: I see your patch but I don't understand how it fixes the bug (on TRUNK-224). Can you comment on the ticket? |
| 17:35:00 | <suho> ok |
| 17:38:21 | *** Mkop has joined #openmrs |
| 17:38:21 | *** ChanServ sets mode: +v Mkop |
| 17:42:35 | <downeym|OpenMRS> GSoC mentors, please join #gsoc at your convenience for a meeting at 19:00 UTC. Thanks. :) |
| 17:42:37 | *** nribeka has joined #openmrs |
| 17:42:37 | *** ChanServ sets mode: +v nribeka |
| 17:44:50 | *** downeym|OpenMRS sets mode: +v dlawson |
| 17:44:54 | *** downeym|OpenMRS sets mode: +v wyclif |
| 17:44:57 | *** downeym|OpenMRS sets mode: +v wluyima_ |
| 17:45:01 | *** downeym|OpenMRS sets mode: +v umashanthi1 |
| 17:45:40 | *** nribeka is now known as nribeka|OpenMRS |
| 17:46:18 | *** zubair has joined #openmrs |
| 17:47:06 | *** chopin is now known as chopin|OpenMRS |
| 18:00:02 | <suho> hi djazayeri i have added a comment to https://tickets.openmrs.org/browse/TRUNK-224 |
| 18:00:34 | <suho> djazayeri, If its not clear please ping me |
| 18:02:27 | <djazayeri> suho: as I read the ticket description, there's a bug in the jsp page or controller that means that if you resubmit after having changed the identifier, it thinks there are 2 instead of 1. |
| 18:02:32 | <djazayeri> Does your patch fix this? |
| 18:02:51 | <suho> yes |
| 18:03:18 | <suho> I reproduced the error, and fixed that |
| 18:03:55 | *** harsha has joined #openmrs |
| 18:04:30 | *** zubair has quit IRC |
| 18:05:26 | <djazayeri> okay, great, the code looks trivial then, so I'll move it to a full review when I get the chance. |
| 18:08:28 | *** aja has quit IRC |
| 18:08:32 | <suho> djazayeri, ok |
| 18:10:17 | *** bwolfe has quit IRC |
| 18:16:29 | *** dlawson has quit IRC |
| 18:20:47 | *** wyclif has quit IRC |
| 18:21:13 | *** wluyima_ has quit IRC |
| 18:29:45 | *** aja has joined #openmrs |
| 18:33:11 | *** downeym|OpenMRS is now known as OpenMRS|downeym |
| 18:35:27 | *** nribeka|OpenMRS is now known as OpenMRS|nribeka |
| 18:36:53 | *** lh has joined #openmrs |
| 18:37:33 | *** lh is now known as gentoo|osuosl|lh |
| 18:37:44 | <OpenMRS|downeym> hi gentoo|osuosl|lh :) |
| 18:38:31 | <gentoo|osuosl|lh> OpenMRS|downeym: greetings! |
| 18:40:11 | *** zubair has joined #openmrs |
| 18:41:30 | <djazayeri> is putting your os/affiliation before your nickname the new cool thing? |
| 18:41:39 | <OpenMRS|downeym> yeah it is on gsoc day :) |
| 18:41:48 | <djazayeri> ah, right |
| 18:42:07 | <OpenMRS|downeym> big meeting at the top of the hour |
| 18:44:45 | *** chopin|OpenMRS is now known as OpenMRS|chopin |
| 18:46:08 | *** mjohnst has joined #openmrs |
| 18:47:00 | <OpenMRSBot> Recent updates in the world of openmrs: On Twitter: OpenMRS: #OpenMRS 1.8 Release Candidate now available for testing! http://bit.ly/fsp33G #ICT4D #eHealth <http://twitter.com/OpenMRS/statuses/61493011363807233> |
| 18:47:09 | <OpenMRS|downeym> yay, 1.8! |
| 18:47:10 | <OpenMRS|downeym> wyclif++ |
| 18:55:56 | *** burke_away has joined #openmrs |
| 18:55:56 | *** ChanServ sets mode: +o burke_away |
| 18:56:08 | <OpenMRS|downeym> burke_away: /nick OpenMRS|burke |
| 18:56:35 | *** burke_away is now known as OpenMRS|burke |
| 18:56:50 | <OpenMRS|downeym> all are welcome to /join #gsoc for the de-duplication meeting :) |
| 18:57:12 | *** djazayeri is now known as OpenMRS|djazayer |
| 19:01:51 | *** zubair has quit IRC |
| 19:02:10 | *** zubair has joined #openmrs |
| 19:03:10 | *** harsha has left #openmrs |
| 19:17:03 | *** gentoo|osuosl|lh is now known as lh |
| 19:17:15 | *** harsha1 has joined #openmrs |
| 19:17:19 | *** OpenMRS|chopin is now known as chopin |
| 19:18:10 | *** OpenMRS|downeym is now known as downeym |
| 19:24:14 | *** OpenMRS|burke has quit IRC |
| 19:28:22 | *** bryq has quit IRC |
| 19:28:32 | *** OpenMRS|djazayer is now known as djazayeri |
| 19:29:15 | <downeym> Congratulations students :) |
| 19:29:21 | *** czakian has quit IRC |
| 19:46:19 | *** bryq has joined #openmrs |
| 19:55:09 | *** lh has quit IRC |
| 19:59:23 | *** umashanthi1 has left #openmrs |
| 20:02:20 | *** harsha1 has left #openmrs |
| 20:05:32 | * suho counting the days for the results .. It is 2 days, 22 hours, 54 minutes, 33 seconds |
| 20:05:56 | <downeym> try to relax and have a nice weekend :) |
| 20:06:26 | <suho> downeym, trying :) |
| 20:07:19 | <robbyoconnor> suho: using the countdown I made ;) |
| 20:07:28 | <robbyoconnor> for a student w/ Sahana |
| 20:07:45 | <suho> http://timeanddate.com/counters/customcounter.html?msg=GSoC+2011+Student+announcement&month=04&day=25&year=2011&hour=19&min=00&sec=00&p0=0 |
| 20:07:51 | <OpenMRSBot> <http://ln-s.net/8kaA> (at timeanddate.com) |
| 20:07:53 | <suho> robbyoconnor, thanks :) |
| 20:09:17 | <downeym> !patience |
| 20:09:17 | <OpenMRSBot> downeym: "patience" --- patience is Patience is very important in GSoC. Relax and go code something useful. |
| 20:09:17 | *** lh has joined #openmrs |
| 20:09:24 | *** lh has joined #openmrs |
| 20:15:20 | *** aja has quit IRC |
| 20:17:47 | <suho> downeym, yes patience :) |
| 20:18:17 | * suho going to sleep its 2.00 am |
| 20:18:18 | <robbyoconnor> !learn countdown as http://goo.gl/JPGx3 |
| 20:18:18 | <OpenMRSBot> robbyoconnor: The operation succeeded. |
| 20:18:26 | <robbyoconnor> !countdown |
| 20:18:26 | <OpenMRSBot> robbyoconnor: "countdown" --- http://goo.gl/JPGx3 |
| 20:19:19 | <suho> robbyoconnor, thank .. now i dont need to keep count , OpenMRSBot will ;) |
| 20:30:27 | <robbyoconnor> suho: no |
| 20:30:34 | <robbyoconnor> it's just a link |
| 20:30:49 | <robbyoconnor> OpenMRSBot is just an infobot. |
| 20:30:49 | <OpenMRSBot> robbyoconnor: Error: "is" is not a valid command. |
| 20:31:22 | <suho> !countdown |
| 20:31:22 | <OpenMRSBot> suho: "countdown" --- http://goo.gl/JPGx3 |
| 20:31:43 | <suho> robbyoconnor, yes i can check for that :) |
| 20:32:06 | <suho> robbyoconnor, *that link |
| 20:40:47 | *** suho has quit IRC |
| 20:42:27 | *** pascal` has quit IRC |
| 20:51:15 | *** chopin has quit IRC |
| 20:57:46 | <robbyoconnor> yup |
| 20:57:57 | <robbyoconnor> er he's gone |
| 20:59:41 | * downeym shrug |
| 21:08:17 | *** downeym has quit IRC |
| 21:15:09 | *** mjohnst has quit IRC |
| 21:19:52 | *** bryq has quit IRC |
| 21:43:57 | *** OpenMRS|nribeka has quit IRC |
| 21:55:34 | <OpenMRSBot> Recent updates in the world of openmrs: New Changeset: OpenMRS (trunk): Error when creating Patient Identifier with duplicate value - TRUNK-224... <http://feedproxy.google.com/~r/OMRStrunk/~3/zMSlzPZmQvI/OpenMRS> |
| 21:58:05 | *** wluyima has joined #openmrs |
| 21:58:31 | *** wluyima is now known as Guest16683 |
| 22:30:34 | *** OpenMRS|nribeka has joined #openmrs |
| 23:22:02 | *** jportela has quit IRC |
| 23:25:01 | *** chopin has joined #openmrs |
| 23:25:01 | *** ChanServ sets mode: +v chopin |
| 23:32:22 | *** chopin has quit IRC |