| 00:51:51 | *** gbastien has joined #openmrs |
| 00:57:58 | *** pascal` has joined #openmrs |
| 01:16:38 | *** mathiaslin has joined #openmrs |
| 01:25:08 | <robbyoconnor> deadpool: I found ways of taking full advantage of EL :) |
| 01:25:20 | <robbyoconnor> to avoid including java code into my JSPs :) |
| 01:25:32 | <deadpool> how so? |
| 01:25:34 | <robbyoconnor> it's all in facilitydata module |
| 01:25:48 | <deadpool> hmm thanks i will take a look into it |
| 01:25:49 | <robbyoconnor> well you can define functions (you write them as java methods) |
| 01:26:34 | <robbyoconnor> I have to fix that module |
| 01:26:45 | <robbyoconnor> it's broken -- I haven't touched java in a while :( |
| 01:29:03 | <deadpool> haha so what are you up to? |
| 01:29:18 | <robbyoconnor> python -- if I can find the motivation to write code :) |
| 01:29:27 | <deadpool> do you work? |
| 01:29:41 | <robbyoconnor> nay |
| 01:29:47 | <deadpool> schoo? |
| 01:29:50 | <deadpool> school? |
| 01:29:52 | <robbyoconnor> yes |
| 01:29:56 | <deadpool> where at? |
| 01:30:02 | <robbyoconnor> I just finished my associates degree |
| 01:30:08 | <deadpool> ah cool |
| 01:30:16 | <robbyoconnor> I can't start my bachelors until the fall |
| 01:30:17 | <deadpool> so applying to schools then |
| 01:30:25 | <robbyoconnor> I have a school I want |
| 01:30:28 | <deadpool> i remember those days |
| 01:30:33 | <robbyoconnor> it's City College in NYC :) |
| 01:30:38 | <deadpool> ah cool |
| 01:30:40 | <robbyoconnor> and the program is intense |
| 01:30:48 | <deadpool> cs i assume? |
| 01:31:02 | <robbyoconnor> I'm using this semester to brush up on calculus |
| 01:31:04 | <robbyoconnor> what else |
| 01:31:35 | <deadpool> haha well i went a different route and still am doing cs though i should probably have done cs in the beginning |
| 01:31:52 | <robbyoconnor> CS is amazing |
| 01:31:57 | <robbyoconnor> it's so versatile |
| 01:32:06 | <robbyoconnor> you can study one of the MANY branches |
| 01:32:24 | <deadpool> yes i guess but i was more interested in physics so i did and ee degree |
| 01:32:40 | <deadpool> and in there you use cs to model your applications |
| 01:33:14 | <robbyoconnor> Engineers need CS majors |
| 01:33:24 | <robbyoconnor> come to think of it -- EVERYBODY needs CS majors |
| 01:33:33 | <deadpool> yes but i was both in college and now i am just a pure programmer |
| 01:34:31 | <deadpool> now just a code monkey for cisco |
| 01:34:50 | <robbyoconnor> that's fun |
| 01:35:03 | <robbyoconnor> I found that I need structure |
| 01:35:04 | <robbyoconnor> :X |
| 01:35:47 | <deadpool> what are you interested in systems programming? application programming? device driver programming? |
| 01:35:58 | <robbyoconnor> mostly backend coding |
| 01:36:10 | <deadpool> so systems programming then |
| 01:36:10 | <robbyoconnor> I've worked with webapps frequently |
| 01:36:15 | <robbyoconnor> more or less :X |
| 01:36:38 | <deadpool> could always use more linux systems programmers in the world |
| 01:37:54 | <robbyoconnor> er not coding THAT low level |
| 01:40:19 | <robbyoconnor> I work with webapps though frequently! |
| 01:40:27 | <deadpool> ah ic |
| 01:40:49 | <deadpool> i am a linux systems programmer |
| 01:40:57 | <robbyoconnor> ouch |
| 01:41:10 | <deadpool> eh i like it |
| 01:41:15 | <robbyoconnor> I don't even know how to design in C :X |
| 01:41:49 | <deadpool> so now getting into java and stuff which i haven't done since first year of college |
| 01:51:39 | *** mathiaslin has quit IRC |
| 01:51:52 | *** mathiaslin has joined #openmrs |
| 02:02:28 | <OpenMRSBot> Recent updates in the world of openmrs: New Changeset: OpenMRS trunk #17581: [Darius Jazayeri] Fixing TRUNK-1946 - Calling User.addName throws a NullPointerException if the user isn't attached to a Person yet <http://feedproxy.google.com/~r/OMRStrunk/~3/_jdhwhFJ3gc/> || OpenMRS Modules: Request Account 1.2 uploaded to OpenMRS Module Repository <https://dev.openmrs.org/modules/view.jsp?module=requestaccount&version=&1.2> |
| 02:03:37 | <deadpool> hey robbyoconnor quick question do you know if the mysql data and the java data object are the same was looking online and it says the date class is deprecated |
| 02:07:21 | *** mathiaslin has quit IRC |
| 02:08:45 | <robbyoconnor> you'd have to look at the hibernate docs |
| 02:09:06 | <robbyoconnor> it'd be wise to buy the "Java Persistence with Hibernate" book published by manning publications |
| 02:09:24 | <robbyoconnor> well worth it if you're doing java development! |
| 02:11:21 | <deadpool> ah fair enough |
| 02:11:43 | <deadpool> the only java development i am doing is for openmrs |
| 02:15:44 | <deadpool> hey robbyoconnor i do have a question i get this warning http://pastebin.com/jZ8YA6TQ |
| 02:16:34 | <deadpool> with this code here http://pastebin.com/Z9115yiQ i know it has something to do with the list <inventory> i googled it and it there weren't any solutions that fixed the problem i was having |
| 02:18:56 | <deadpool> well it is just a warning |
| 02:19:54 | <robbyoconnor> you can safely ignore that |
| 02:20:05 | <robbyoconnor> it's just a warning |
| 02:20:16 | <robbyoconnor> most people suppress that |
| 02:28:38 | <deadpool> gotcha i was reading that it was because the list was being deprecated in someway and that didn't make sense |
| 02:34:36 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Modules: Reporting Compatibility 1.5.3 uploaded to OpenMRS Module Repository <https://dev.openmrs.org/modules/view.jsp?module=reportingcompatibility&version=&1.5.3> |
| 02:36:25 | *** bwolfe has joined #openmrs |
| 02:36:25 | *** ChanServ sets mode: +o bwolfe |
| 02:57:47 | *** gbastien has quit IRC |
| 03:06:32 | *** lh has joined #openmrs |
| 03:06:42 | *** lh has quit IRC |
| 03:31:14 | *** ChanServ sets mode: +v pascal` |
| 03:50:11 | *** manselmo has joined #openmrs |
| 03:50:35 | *** manselmo has quit IRC |
| 03:55:12 | *** bwolfe has quit IRC |
| 05:15:09 | <OpenMRSBot> Recent updates in the world of openmrs: New Changeset: OpenMRS trunk #17590: [Wyclif Luyima] Follow up to Unknown column error when a user enters multiple words in the concept search box to fix comments - TRUNK-1942 <http://feedproxy.google.com/~r/OMRStrunk/~3/fdEeAoVhwio/> || New Changeset: OpenMRS trunk #17589: [Wyclif Luyima] Unknown column error when a user enters multiple words in the concept search box - TRUNK-1942 <http://feedproxy.google.com/~r/OMRStrunk/~3/TWowa87LZxo/> || New Changeset: OpenMRS trunk #17588: [Wyclif Luyima] Removing requirement of manage concept stop word privileges from methods that fetch stop words in the service layer <http://feedproxy.google.com/~r/OMRStrunk/~3/XKdUAqlEV2I/> |
| 05:47:21 | *** robota has joined #openmrs |
| 05:56:16 | *** robota has quit IRC |
| 06:16:29 | *** muthah has joined #openmrs |
| 06:19:18 | <OpenMRSBot> Recent updates in the world of openmrs: New Changeset: OpenMRS 1.8.x #17591: [Wyclif Luyima] Back porting fix for Unknown column error when a user enters multiple words in the concept search box - TRUNK-1942 <http://feedproxy.google.com/~r/OMRStrunk/~3/txU9GxOGCQY/> |
| 06:22:21 | *** robota has joined #openmrs |
| 06:30:57 | *** x-ian has joined #openmrs |
| 06:33:09 | *** x-ian_ has joined #openmrs |
| 06:33:10 | *** x-ian has quit IRC |
| 06:33:12 | *** x-ian_ is now known as x-ian |
| 06:34:00 | *** x-ian_ has joined #openmrs |
| 06:34:01 | *** x-ian has quit IRC |
| 06:34:02 | *** x-ian_ is now known as x-ian |
| 06:46:22 | *** x-ian has quit IRC |
| 06:46:48 | *** robota has quit IRC |
| 06:47:55 | *** robota has joined #openmrs |
| 06:49:33 | *** x-ian has joined #openmrs |
| 07:01:43 | *** x-ian has quit IRC |
| 07:03:41 | *** robota has quit IRC |
| 07:03:49 | *** x-ian has joined #openmrs |
| 07:18:22 | *** robota has joined #openmrs |
| 09:04:39 | *** robota has quit IRC |
| 09:05:29 | *** robota has joined #openmrs |
| 09:30:05 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Forum: OpenMRS Webservice <http://forum.openmrs.org/viewtopic.php?f=8&t=738#p2798> || OpenMRS Forum: Re: How to link a Servlet Controller with a JSP? <http://forum.openmrs.org/viewtopic.php?f=8&t=730#p2797> |
| 10:07:18 | *** pascal` has quit IRC |
| 10:29:32 | *** rafa has joined #openmrs |
| 10:34:18 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Forum: Re: OpenMRS Webservice <http://forum.openmrs.org/viewtopic.php?f=8&t=738#p2799> |
| 10:34:33 | *** r-friedman has quit IRC |
| 10:37:50 | *** pascal` has joined #openmrs |
| 10:47:59 | *** x-ian has quit IRC |
| 11:11:46 | *** x-ian has joined #openmrs |
| 12:30:05 | *** robbyoconnor has quit IRC |
| 13:30:01 | *** pascal` has quit IRC |
| 13:30:58 | *** gbastien has joined #openmrs |
| 13:35:16 | *** muthah has quit IRC |
| 13:40:12 | *** rafa has quit IRC |
| 14:00:00 | *** gbastien has quit IRC |
| 14:13:48 | *** gbastien has joined #openmrs |
| 14:20:33 | *** x-ian_ has joined #openmrs |
| 14:20:34 | *** x-ian has quit IRC |
| 14:20:39 | *** x-ian_ is now known as x-ian |
| 14:25:04 | *** gbastien has quit IRC |
| 14:33:11 | *** pascal` has joined #openmrs |
| 14:35:02 | *** rafa has joined #openmrs |
| 15:27:37 | *** robota has quit IRC |
| 15:38:51 | *** mblanchette has joined #openmrs |
| 15:39:06 | *** x-ian has quit IRC |
| 15:49:32 | *** robbyoconnor has joined #openmrs |
| 15:49:32 | *** ChanServ sets mode: +v robbyoconnor |
| 15:50:16 | *** x-ian has joined #openmrs |
| 15:55:21 | <OpenMRSBot> Recent updates in the world of openmrs: On Twitter: OpenMRS: RSVP for the next #OpenMRS meetup in Nairobi #Kenya on 24-Jan and help save lives with #HFOSS - http://bit.ly/iavPys #ICT4D #eHealth <http://twitter.com/OpenMRS/statuses/25937503085133824> |
| 16:19:13 | *** pascal` has quit IRC |
| 17:11:42 | *** rafa has quit IRC |
| 17:19:38 | *** lh has joined #openmrs |
| 17:36:59 | *** mblanchette has quit IRC |
| 17:40:51 | *** x-ian has quit IRC |
| 18:51:13 | *** x-ian has joined #openmrs |
| 19:38:01 | *** Echidna has quit IRC |
| 19:38:11 | <OpenMRSBot> Recent updates in the world of openmrs: On Twitter: OpenMRS: RT @lhawthorn #Google CEO Eric Schmidt & others says #opensource is way to go for #HealthIT http://bit.ly/f340cw #eHealth <http://twitter.com/OpenMRS/statuses/25995454407774209> |
| 19:38:49 | *** Echidna has joined #openmrs |
| 19:38:49 | *** ChanServ sets mode: +v Echidna |
| 19:45:34 | *** Echidna has quit IRC |
| 20:07:10 | <deadpool> hey robbyoconnor quick question i am trying to enter a date in the year month day format like 2011-02-01 but it gives me an invalid date any ideas also tried 20110201 didn't work |
| 20:08:32 | <deadpool> do you think i need to do something with like the dateformat? |
| 20:25:27 | <robbyoconnor> deadpool: you should use the datepicker... |
| 20:25:43 | <robbyoconnor> and the proper format |
| 20:31:16 | <deadpool> uuuhhh how would i do that? |
| 20:31:39 | <deadpool> can you point me toward a tutorial robbyoconnor? |
| 20:32:24 | <deadpool> so i should use jquery i get that but after that will it pass the right date format from the jsp to the java? |
| 20:32:45 | *** gbastien has joined #openmrs |
| 20:33:56 | <robbyoconnor> deadpool: there's a datepicker in openmrs |
| 20:34:01 | <robbyoconnor> look at other modules |
| 20:34:07 | <deadpool> gotcha will do |
| 20:34:39 | <robbyoconnor> specifically -- their code in subversion |
| 20:34:45 | <robbyoconnor> (not on demo) |
| 20:34:49 | <deadpool> any specific module? |
| 20:35:09 | <robbyoconnor> not off the top of my head hold on |
| 20:36:45 | <robbyoconnor> http://svn.openmrs.org/openmrs-modules/facilitydata/branches/1.5.x/web/src/org/openmrs/module/facilitydata/web/controller/FacilityDataReportFormController.java |
| 20:36:48 | <robbyoconnor> that's the controller |
| 20:36:50 | <OpenMRSBot> <http://ln-s.net/8N6N> (at svn.openmrs.org) |
| 20:37:23 | <robbyoconnor> er wait no |
| 20:39:42 | <robbyoconnor> deadpool: what date format are you using? |
| 20:40:06 | <deadpool> yyyy-mm-dd |
| 20:41:35 | <robbyoconnor> are you sure? |
| 20:41:53 | <deadpool> yup is that bad? |
| 20:41:58 | <robbyoconnor> nah |
| 20:58:37 | <deadpool> robbyoconnor: any good example modules? |
| 21:08:49 | *** rafa has joined #openmrs |
| 21:37:19 | <robbyoconnor> deadpool; hold on |
| 21:38:35 | *** [-Haza-] has quit IRC |
| 21:46:16 | *** rafa has quit IRC |
| 21:53:14 | *** x-ian has quit IRC |
| 22:22:03 | <robbyoconnor> deadpool: http://source.openmrs.org/browse/Modules/facilitydata/web/module/manageReport.jsp?r=9614 |
| 22:22:13 | <robbyoconnor> that's how you use jquery :) |
| 22:22:17 | <OpenMRSBot> <http://ln-s.net/8N8m> (at source.openmrs.org) |
| 22:26:13 | *** lh has quit IRC |
| 23:07:51 | *** gbastien has quit IRC |
| 23:11:37 | *** pascal` has joined #openmrs |
| 23:47:37 | *** me_ has joined #openmrs |
| 23:47:45 | <me_> hi everybody |
| 23:48:04 | *** me_ is now known as Guest32466 |
| 23:48:27 | <Guest32466> would someone asssit me in here? |
| 23:48:40 | *** Guest32466 has quit IRC |
| 23:50:27 | *** pascal` has quit IRC |