| 02:38:27 | *** misha680 has joined #openmrs |
| 02:39:17 | *** muthah has quit IRC |
| 03:13:12 | *** misha680 has quit IRC |
| 03:14:38 | *** misha680 has joined #openmrs |
| 03:20:23 | *** bwolfe has quit IRC |
| 03:30:47 | *** misha680 has quit IRC |
| 03:32:10 | *** misha680 has joined #openmrs |
| 05:10:03 | *** muthah has joined #openmrs |
| 05:43:52 | *** estebanpv has joined #openmrs |
| 05:53:35 | *** pascal` has quit IRC |
| 06:28:44 | *** pascal` has joined #openmrs |
| 06:30:49 | *** wyclif has quit IRC |
| 06:33:11 | *** wyclif_ has joined #openmrs |
| 06:34:37 | *** estebanpv has quit IRC |
| 06:56:26 | *** robota has joined #openmrs |
| 07:35:17 | *** mansour has joined #openmrs |
| 09:31:07 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Forum: Re: Newbie : Need help with Integrating OpenMRS in webapp <http://forum.openmrs.org/viewtopic.php?f=23&t=715#p2717> |
| 10:00:40 | *** mansour has quit IRC |
| 11:24:12 | *** robbyoconnor has quit IRC |
| 12:03:30 | *** x-ian has joined #openmrs |
| 12:58:22 | *** robota has quit IRC |
| 12:58:39 | *** robota has joined #openmrs |
| 13:20:06 | *** bwolfe has joined #openmrs |
| 13:20:06 | *** ChanServ sets mode: +o bwolfe |
| 13:27:32 | *** gbastien has joined #openmrs |
| 13:37:15 | *** upul` has joined #openmrs |
| 13:37:15 | *** ChanServ sets mode: +v upul` |
| 13:45:50 | *** wyclif_ has quit IRC |
| 14:26:25 | *** wyclif_ has joined #openmrs |
| 14:27:45 | *** gbastien has quit IRC |
| 14:29:31 | *** upul` has left #openmrs |
| 14:38:05 | *** robota has quit IRC |
| 14:50:15 | <OpenMRSBot> Recent updates in the world of openmrs: New Changeset: OpenMRS trunk #16831: [Ben Wolfe] Fixed possible NPE when parsing person names with strange user input - TRUNK-1886 <http://feedproxy.google.com/~r/OMRStrunk/~3/614kS1oUe3g/> |
| 15:17:49 | *** pascal` has quit IRC |
| 15:52:32 | <OpenMRSBot> Recent updates in the world of openmrs: New Changeset: OpenMRS 1.7.x #16834: [Ben Wolfe] Fixed possible NPE when parsing person names with strange user input - TRUNK-1886 <http://feedproxy.google.com/~r/OMRStrunk/~3/2x4zoKRXkAk/> || New Changeset: OpenMRS trunk #16832: [Ben Wolfe] Fixed possible NPE when parsing person names with strange user input - TRUNK-1886 <http://feedproxy.google.com/~r/OMRStrunk/~3/KrxqzhEnNok/> |
| 16:24:40 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Modules: Synchronization 0.92 uploaded to OpenMRS Module Repository <https://dev.openmrs.org/modules/view.jsp?module=sync&version=&0.92> |
| 16:44:57 | *** misha680 has quit IRC |
| 16:56:59 | *** lh has joined #openmrs |
| 17:35:17 | *** misha680 has joined #openmrs |
| 17:53:35 | *** x-ian has quit IRC |
| 18:36:02 | *** x-ian has joined #openmrs |
| 18:53:36 | *** deadpool has joined #openmrs |
| 20:17:22 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Modules: Remote FormEntry 2.9.5 uploaded to OpenMRS Module Repository <https://dev.openmrs.org/modules/view.jsp?module=remoteformentry&version=&2.9.5> |
| 20:42:43 | *** x-ian has quit IRC |
| 20:57:32 | *** deadpool has quit IRC |
| 21:09:49 | *** deadpool has joined #openmrs |
| 21:23:07 | <deadpool> bwolfe: is the RequestMapping and all spring 3 or is it still part of spring 2 |
| 21:24:55 | <deadpool> bwolfe: nv I answered my own question |
| 21:53:34 | <OpenMRSBot> Recent updates in the world of openmrs: New Changeset: OpenMRS trunk #16841: [Wyclif Luyima] Added support for running the widgets in different modes and global properties for setting the preferred mode and batch size - TRUNK-1652 <http://feedproxy.google.com/~r/OMRStrunk/~3/2XwVacNnShU/> |
| 21:53:56 | <bwolfe> deadpool: spring 3, right ? |
| 21:54:32 | <deadpool> bwolfe: nope spring 2.5 i checked in the lib folder |
| 21:54:44 | <deadpool> it has a spring 2.5.1.jar |
| 21:55:28 | <deadpool> i assume that is correct right or i have been reading the wrong |
| 21:55:54 | <deadpool> well i have been reading spring 2.0 and it doesn't reference annotation much and still uses i guess the moduleApplicationcontext.xml |
| 21:56:06 | <deadpool> should I still be reading that or just go and see spring 3 |
| 22:03:22 | <bwolfe> deadpool: yeah, could be 2.5 |
| 22:03:48 | <bwolfe> I think we were doing some of that before openmrs 1.7 (which is when spring 3.0 was included) |
| 22:04:42 | <deadpool> hmm ic |
| 22:04:57 | <deadpool> so spring 3.0 is where all the RequestMapping and stuff is found? |
| 22:08:08 | *** wyclif_ has quit IRC |
| 22:08:16 | *** bwolfe has quit IRC |
| 22:08:59 | *** robbyoconnor has joined #openmrs |
| 22:08:59 | *** ChanServ sets mode: +v robbyoconnor |
| 22:23:19 | *** wyclif_ has joined #openmrs |
| 22:29:38 | *** wyclif_ has quit IRC |
| 23:42:16 | <deadpool> bwolfe: is there like a database hierarchy info page like it shows how data is arranged in the database? |
| 23:42:44 | <deadpool> i tried searching for it on openmrs.blip.tv and on the wiki but couldn't find anything |
| 23:49:49 | *** robbyoconnor has quit IRC |
| 23:50:30 | *** robbyoconnor has joined #openmrs |
| 23:50:30 | *** ChanServ sets mode: +v robbyoconnor |