| 00:00:17 | *** Agnor has joined #openmrs |
| 00:02:29 | <Agnor> yes just as I thought, the error was on that lines :) |
| 00:02:42 | <Agnor> it made some sense... |
| 00:02:56 | *** nribeka has joined #openmrs |
| 00:02:56 | *** ChanServ sets mode: +v nribeka |
| 00:04:34 | <r0bby> Agnor: so patch it :) |
| 00:04:41 | <Agnor> doing that |
| 00:05:12 | <Agnor> I'm actually happy, it probably is my biggest fix on the openmrs core ;) |
| 00:07:17 | *** atomicturtle1 has quit IRC |
| 00:09:21 | <r0bby> Agnor: Darius knew what he was doing when he chose you I guess :) |
| 00:09:36 | <r0bby> my friend got pissed mainly because darius kept asking for mock ups and he delivered |
| 00:09:44 | <r0bby> :X |
| 00:09:51 | <r0bby> prolly shouldn't publicize that :) |
| 00:09:52 | <Agnor> I actually thought he created a random generator to choose me |
| 00:10:01 | <Agnor> lol |
| 00:10:16 | <r0bby> Eh your proposal must have been good |
| 00:10:24 | <Agnor> well, I guess Darius wanted to look at some work |
| 00:10:29 | <r0bby> and you probably had stronger skills |
| 00:10:35 | <Agnor> I had some experience in designing guis before |
| 00:10:43 | <r0bby> that's what made you stand out |
| 00:10:50 | <r0bby> my friend didn't have the experience |
| 00:11:21 | <Agnor> I did have a lack of pratical knowledge on Javascript, but I think I caught up greatily |
| 00:11:21 | * r0bby sighs |
| 00:11:34 | <r0bby> eh i didnt know JS at all :) |
| 00:11:39 | <r0bby> it's not impossible to learn it :) |
| 00:11:51 | <Agnor> it's very easy if you know C |
| 00:11:51 | <r0bby> I got by because i was playing with java 7 stuff :) |
| 00:12:13 | <r0bby> it's very easy to learn any language like C (read: C/C++/Java/C# -- all have similar syntax) |
| 00:12:35 | <r0bby> just need to learn different ways to do things |
| 00:12:51 | <Agnor> yes |
| 00:13:31 | <r0bby> in groovy there are different idioms for doing things -- similarly in java |
| 00:13:43 | <r0bby> (I was barred from touching groovy this summer) |
| 00:13:49 | <Agnor> mostly switching between procedimental to oop paradigms should be the most difficult thing between C -> C#/Java/C++ |
| 00:14:31 | <r0bby> eeek --- i can't think outside of OOP :X |
| 00:14:41 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [9511]: facility data: update the .classpath to remove references to old jars and ⦠<http://dev.openmrs.org/changeset/9511> || OpenMRS Changesets: Changeset [9510]: facility data: update to 1.6.x jars. <http://dev.openmrs.org/changeset/9510> |
| 00:17:40 | <Agnor> well, you can use oop in C |
| 00:18:14 | <Agnor> did you learn the functional paradigm? |
| 00:18:24 | <Agnor> I had scheme on my first year at college |
| 00:18:26 | <r0bby> hrm no |
| 00:18:28 | <Agnor> it was horrific |
| 00:18:41 | <r0bby> I can't get my head around it |
| 00:18:48 | <r0bby> makes me wanna scream |
| 00:19:01 | <Agnor> there were also no {} for blocks, just () to everything |
| 00:19:09 | <Agnor> let's see if I can find an example |
| 00:20:00 | <Agnor> http://en.wikipedia.org/wiki/Scheme_(programming_language)#Distinguishing_features |
| 00:20:16 | <Agnor> look at the factorial example |
| 00:20:34 | <Agnor> scheme is considered one of the best languages for beginners |
| 00:37:03 | <r0bby> Agnor: yeh scheme is a lisp dialect |
| 00:46:34 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [9513]: facility data: clear out the NumericQuestion properties (min and max ⦠<http://dev.openmrs.org/changeset/9513> || OpenMRS Tickets: Ticket #1694 (defect created): DWRConceptService.getConcept causes an exception to be thrown instead of returning null <http://dev.openmrs.org/ticket/1694> || OpenMRS Changesets: Changeset [9512]: facility data: disallow question data type changes and notify the user ⦠<http://dev.openmrs.org/changeset/9512> |
| 00:56:52 | *** Agnor has quit IRC |
| 01:18:35 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [9514]: facility data: redirect page changed if the proper privileges aren't ⦠<http://dev.openmrs.org/changeset/9514> |
| 01:50:36 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Tickets: Ticket #1695 (defect closed): Bug in UserFormController passes userId rather than systemId <http://dev.openmrs.org/ticket/1695#comment:1> || OpenMRS Changesets: Changeset [9516]: trunk: Bug fix for ticket #1695 <http://dev.openmrs.org/changeset/9516> || OpenMRS Changesets: Changeset [9515]: openmrs-1.5.x: Bug fix for ticket #1695 <http://dev.openmrs.org/changeset/9515> || OpenMRS Tickets: Ticket #1695 (defect created): Bug in UserFormController passes userId rather than systemId <http://dev.openmrs.org/ticket/1695> |
| 02:30:31 | <r0bby> uhm: /jj |
| 02:39:14 | *** upul has joined #openmrs |
| 02:39:15 | *** ChanServ sets mode: +v upul |
| 02:39:26 | *** atomicturtle has joined #openmrs |
| 02:39:30 | *** atomicturtle has left #openmrs |
| 03:26:44 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [9517]: trunk: Enhancement to make password strength requirement configurable via ⦠<http://dev.openmrs.org/changeset/9517> |
| 03:57:42 | *** bwolfe has quit IRC |
| 03:58:05 | *** upul_ has joined #openmrs |
| 03:58:05 | *** ChanServ sets mode: +v upul_ |
| 04:00:45 | *** upul has quit IRC |
| 05:23:34 | *** atomicturtle1 has joined #openmrs |
| 06:04:48 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Forum: Customised view <http://forum.openmrs.org/viewtopic.php?f=11&t=483#p1757> || OpenMRS Changesets: Changeset [9519]: facility data: localize "Action" <http://dev.openmrs.org/changeset/9519> || OpenMRS Changesets: Changeset [9518]: facility data: management of questions is now implemented. <http://dev.openmrs.org/changeset/9518> |
| 06:07:26 | *** mkulumadzi has joined #openmrs |
| 06:41:39 | <r0bby> hey mkulumadzi |
| 06:46:44 | <mkulumadzi> hi r0bby |
| 07:01:44 | *** pascal` has joined #openmrs |
| 07:05:47 | <r0bby> what's up :) |
| 07:06:04 | *** nribeka has quit IRC |
| 07:08:09 | <pascal`> hi r0bby |
| 07:08:21 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [9522]: facility data: 2 of 2: tweak JS file. <http://dev.openmrs.org/changeset/9522> || OpenMRS Changesets: Changeset [9521]: facility data: part 1 of 2: fix formatting. <http://dev.openmrs.org/changeset/9521> || OpenMRS Changesets: Changeset [9520]: facility data: allow for unretiring a question; only display the reason if ⦠<http://dev.openmrs.org/changeset/9520> |
| 07:10:40 | <r0bby> jesus christ |
| 07:10:46 | <r0bby> I need to stop machine gun commits :X |
| 07:11:23 | <pascal`> i'm guessing you just looked at the time? |
| 07:11:42 | <r0bby> pascal`: most of these commits were show-stopping bugs |
| 07:12:00 | <r0bby> that if my mentor looked, it would have hit him |
| 07:12:22 | <pascal`> how did these showstoppers get past your testing? |
| 07:12:24 | <pascal`> )= |
| 07:12:26 | <pascal`> *(= |
| 07:12:38 | <r0bby> what testing? |
| 07:12:40 | <r0bby> it's UI :P |
| 07:13:08 | <pascal`> ui monkey testing |
| 07:13:11 | <pascal`> =P |
| 07:13:57 | <r0bby> yeh im testing it manually |
| 07:14:05 | <r0bby> now i can move on knowing this all works :) |
| 07:15:54 | <pascal`> well, there'll always be bugs |
| 07:19:48 | <r0bby> yeh :) |
| 07:20:01 | <r0bby> im using JS to heenhance the UI |
| 07:20:07 | <r0bby> enhance* |
| 07:22:05 | <r0bby> hrm |
| 07:22:10 | <r0bby> I'm a moron |
| 07:29:20 | <upul_> commits increase the ohloh rating |
| 07:29:27 | *** upul_ is now known as upul |
| 07:38:58 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [9524]: facility data: unless a question already exists: retiring isn't ⦠<http://dev.openmrs.org/changeset/9524> || OpenMRS Changesets: Changeset [9523]: facility data: fix the JS reverting to an earlier version; make it ⦠<http://dev.openmrs.org/changeset/9523> |
| 07:58:40 | <r0bby> upul: not in muy case |
| 08:00:43 | <r0bby> hrm so it does :X |
| 08:01:49 | <upul> commit often, easy to go past ben :-D |
| 08:02:43 | <r0bby> 166 lines of groovy |
| 08:02:57 | <r0bby> https://www.ohloh.net/p/openmrs/contributors/20796231685341 |
| 08:03:00 | <r0bby> er no |
| 08:03:02 | <OpenMRSBot> <http://ln-s.net/3jp+> (at www.ohloh.net) |
| 08:04:32 | <r0bby> neato :) |
| 08:04:37 | <r0bby> anyways i sleep |
| 08:05:09 | <upul> you only need about 450 commits to go past ben :-D |
| 08:05:28 | <upul> good night |
| 08:10:25 | <r0bby> I have a commit sitting here but i'll wait |
| 08:10:34 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Tickets: Ticket #1696 (task created): UI conventions while designing the screens <http://dev.openmrs.org/ticket/1696> |
| 08:10:40 | <r0bby> I have to do the form questions UI which is gonna be *REALLY* easy :) |
| 08:10:41 | <upul> commit before you go to sleep |
| 08:10:49 | <r0bby> ...why? :) |
| 08:11:02 | <upul> 449 |
| 08:11:04 | <r0bby> im not gonna be spiteful and do it :) |
| 08:11:24 | <r0bby> im not gonna do it for that reason |
| 08:11:25 | <r0bby> it's stupid |
| 08:11:39 | <r0bby> commits are done for a reason: usually do the fact there are show stopping bugs |
| 08:11:42 | <upul> DO IT |
| 08:11:59 | <r0bby> make me beeotch |
| 08:12:05 | <r0bby> good night :) |
| 08:12:28 | <upul> good night |
| 08:12:34 | <r0bby> (you need to learn: I'm defiant when told what to do :)) |
| 08:12:41 | <upul> go to sleep |
| 08:12:46 | <r0bby> esp. when it's someebody I don't need to listen to) |
| 08:12:50 | <upul> ha ha |
| 08:12:59 | <upul> go to sleep! |
| 08:13:15 | <r0bby> Yes sir! |
| 08:22:13 | <r0bby> OpenMRS has a lot of messages that can be reused by modudles |
| 08:22:13 | *** atomicturtle1 has quit IRC |
| 08:22:16 | <r0bby> modules* |
| 08:24:23 | *** atomicturtle has joined #openmrs |
| 09:19:00 | *** pascal` has quit IRC |
| 10:15:31 | *** pascal` has joined #openmrs |
| 10:29:56 | <upul> windows 7 interface looks cool |
| 10:44:15 | <pascal`> is it? |
| 10:45:05 | <upul> yes it's very clean |
| 11:18:13 | *** pascal` has quit IRC |
| 11:22:53 | *** atomicturtle has quit IRC |
| 11:22:54 | *** atomicturtle1 has joined #openmrs |
| 11:30:52 | *** upul has quit IRC |
| 11:45:17 | *** bwolfe has joined #openmrs |
| 11:45:17 | *** ChanServ sets mode: +o bwolfe |
| 11:51:30 | *** james_regen has joined #openmrs |
| 11:51:31 | *** ChanServ sets mode: +v james_regen |
| 11:56:29 | *** bmckown has joined #openmrs |
| 11:56:29 | *** ChanServ sets mode: +o bmckown |
| 12:17:45 | *** bmckown has quit IRC |
| 12:20:22 | *** bwolfe has quit IRC |
| 12:24:23 | *** nribeka has joined #openmrs |
| 12:24:23 | *** ChanServ sets mode: +v nribeka |
| 12:30:33 | *** bmckown has joined #openmrs |
| 12:30:33 | *** ChanServ sets mode: +o bmckown |
| 12:39:12 | *** bwolfe has joined #openmrs |
| 12:39:12 | *** ChanServ sets mode: +o bwolfe |
| 12:51:27 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Forum: Re: Customised view <http://forum.openmrs.org/viewtopic.php?f=11&t=483#p1758> || OpenMRS Changesets: Changeset [9526]: occ: omitted a few fields which doesn't exist in Openmrs trunk. Such as ⦠<http://dev.openmrs.org/changeset/9526> || OpenMRS Changesets: Changeset [9525]: serialization.xstream: added the feature that XStreamSerializer can ignore ⦠<http://dev.openmrs.org/changeset/9525> || OpenMRS Modules: Serialization Xstream 0.1.5 uploaded to OpenMRS Module Repository <https://dev.openmrs.org/modules/view.jsp?module=serialization.xstream&version=&0.1.5> |
| 13:16:10 | <nribeka> bwolfe, i can't login to labs |
| 13:16:37 | <nribeka> nvm bwolfe |
| 13:17:00 | <r0bby> my labs instance is slightly diff :X -- stupid me and mucking |
| 13:17:23 | <r0bby> people will have to do http://lab1.openmrs.org:8080/openmrs vs having / forward :X |
| 13:27:28 | <bwolfe> r0bby: I don't think the other labs forward either |
| 13:27:52 | <bwolfe> r0bby: your's is different because you took out the 8080 port |
| 13:29:27 | <r0bby> I dont think i did |
| 13:35:13 | *** atomicturtle1 has quit IRC |
| 13:55:31 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Milestones: Milestone FormEntry 2.7 completed <http://dev.openmrs.org/milestone/FormEntry%202.7> || OpenMRS Milestones: Milestone FormEntry 1.3 completed <http://dev.openmrs.org/milestone/FormEntry%201.3> || OpenMRS Milestones: Milestone FormEntry 1.1 completed <http://dev.openmrs.org/milestone/FormEntry%201.1> || OpenMRS Tickets: Ticket #1698 (task created): Add StatefulRule interface to Logic <http://dev.openmrs.org/ticket/1698> || OpenMRS Changesets: Changeset [9528]: -- logic branch * added some class level comments <http://dev.openmrs.org/changeset/9528> || OpenMRS Changesets: Changeset [9527]: 1.4.x: backporting fix for ticket #1532 from [8328] - add openmrs version ⦠<http://dev.openmrs.org/changeset/9527> || OpenMRS Tickets: Ticket #1697 (task created): Add Unit Test for ReferenceRules to Logic Branch <http://dev.openmrs.org/ticket/1697> || OpenMRS Modules: Form Entry 3.6.8 uploaded to OpenMRS Module Repository <https://dev.openmrs.org/modules/view.jsp?module=formentry&version=&3.6.8> || OpenMRS Modules: Form Entry 4.1.1 uploaded to OpenMRS Module Repository <https://dev.openmrs.org/modules/view.jsp?module=formentry&version=&4.1.1> |
| 14:01:28 | <nribeka> bwolfe, conference call? |
| 14:01:54 | <bwolfe> nribeka: ah yes |
| 14:06:41 | *** bwolfe has quit IRC |
| 14:21:43 | *** bwolfe has joined #openmrs |
| 14:21:44 | *** ChanServ sets mode: +o bwolfe |
| 14:23:22 | *** bmckown has quit IRC |
| 14:23:44 | *** bmckown has joined #openmrs |
| 14:23:44 | *** ChanServ sets mode: +o bmckown |
| 14:25:41 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Tickets: Ticket #523 (task closed): Initial Encounter Basic Form 0001 <http://dev.openmrs.org/ticket/523#comment:1> || OpenMRS Tickets: Ticket #514 (task closed): New person/patient defaults <http://dev.openmrs.org/ticket/514#comment:2> || OpenMRS Tickets: Ticket #526 (defect closed): Patient summary display and regimens are not updated with current information. <http://dev.openmrs.org/ticket/526#comment:1> || OpenMRS Tickets: Ticket #525 (defect closed): IMAI Initial Encounter Form 0011 <http://dev.openmrs.org/ticket/525#comment:1> || OpenMRS Tickets: Ticket #524 (defect closed): Patient summary display is not updated with current information. <http://dev.openmrs.org/ticket/524#comment:1> || OpenMRS Tickets: Ticket #522 (defect closed): ART Encounter Basic 00002 - Location <http://dev.openmrs.org/ticket/522#comment:1> || OpenMRS Tickets: Ticket #521 (defect closed): ART Encounter Basic 00002 bottom section <http://dev.openmrs.org/ticket/521#comment:2> || OpenMRS Tickets: Ticket #520 (defect closed): TB and PCP options <http://dev.openmrs.org/ticket/520#comment:1> || OpenMRS Tickets: Ticket #519 (defect closed): Dead in the future? <http://dev.openmrs.org/ticket/519#comment:4> || OpenMRS Tickets: Ticket #1621 (task closed): Change Password Regular Expression <http://dev.openmrs.org/ticket/1621#comment:11> || OpenMRS Changesets: Changeset [9529]: openmrs-1.5.x: Enhancement to make password strength requirement ⦠<http://dev.openmrs.org/changeset/9529> || OpenMRS Tickets: Ticket #96 (task closed): Proposed concept_class changes. <http://dev.openmrs.org/ticket/96#comment:3> |
| 14:29:28 | *** atomicturtle has joined #openmrs |
| 14:57:45 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Tickets: Ticket #1699 (defect created): Possible bug in HibernateSerializedObjectDAO <http://dev.openmrs.org/ticket/1699> || OpenMRS Changesets: Changeset [9534]: facility data: remove a space in the localization taglib call. <http://dev.openmrs.org/changeset/9534> || OpenMRS Changesets: Changeset [9533]: ncd: Added new code and SQL for new NLP concepts (Gonorrhea, Chlamydia, ⦠<http://dev.openmrs.org/changeset/9533> || OpenMRS Changesets: Changeset [9532]: facility data: only show retired if the question actually exists; remove ⦠<http://dev.openmrs.org/changeset/9532> || OpenMRS Changesets: Changeset [9531]: amrs registration: modified the preferred handling, prevent voided patient ⦠<http://dev.openmrs.org/changeset/9531> || OpenMRS Changesets: Changeset [9530]: -- chica * don't filter if no location tags are mapped for the location <http://dev.openmrs.org/changeset/9530> |
| 15:16:00 | *** bmckown_ has joined #openmrs |
| 15:16:46 | *** atomicturtle has quit IRC |
| 15:17:55 | *** bmckown has quit IRC |
| 15:56:47 | *** nribeka has quit IRC |
| 16:01:51 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Milestones: Milestone OpenMRS Lite Release Candidate completed <http://dev.openmrs.org/milestone/OpenMRS%20Lite%20Release%20Candidate> || OpenMRS Tickets: Ticket #1594 (task closed): InfoPath schema incorrectly has HL7 sextuplets storing the selected name in both triplets. <http://dev.openmrs.org/ticket/1594#comment:5> || OpenMRS Changesets: Changeset [9536]: facility data: reset->cancel <http://dev.openmrs.org/changeset/9536> || OpenMRS Tickets: Ticket #394 (task closed): Add ability to save and display previously generated report parameters <http://dev.openmrs.org/ticket/394#comment:3> || OpenMRS Tickets: Ticket #396 (enhancement closed): Integrate cohorts and data exports into the module <http://dev.openmrs.org/ticket/396#comment:2> || OpenMRS Tickets: Ticket #393 (enhancement closed): Improve interface of report generateing screen <http://dev.openmrs.org/ticket/393#comment:3> || OpenMRS Changesets: Changeset [9535]: amrs-14x: applying openmrs branch 1.4.x changes [9501] and [9527] to ⦠<http://dev.openmrs.org/changeset/9535> |
| 16:18:43 | *** nribeka has joined #openmrs |
| 16:18:43 | *** ChanServ sets mode: +v nribeka |
| 16:21:40 | *** bwolfe_ has joined #openmrs |
| 16:21:40 | *** ChanServ sets mode: +o bwolfe_ |
| 16:23:02 | *** bwolfe has quit IRC |
| 16:33:52 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Tickets: Ticket #1682 (enhancement closed): ICD9 In ORU Critic <http://dev.openmrs.org/ticket/1682#comment:3> |
| 16:35:31 | *** Agnor has joined #openmrs |
| 17:05:53 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [9544]: schedulerquartz: added text search in the schedulerlog, ⦠<http://dev.openmrs.org/changeset/9544> || OpenMRS Tickets: Ticket #1699 (defect closed): Possible bug in HibernateSerializedObjectDAO <http://dev.openmrs.org/ticket/1699#comment:1> || OpenMRS Changesets: Changeset [9543]: trunk: Bug fix for HibernateSerializerObjectDAO as described in ticket ⦠<http://dev.openmrs.org/changeset/9543> || OpenMRS Changesets: Changeset [9542]: openmrs-1.5.x: Bug fix for HibernateSerializerObjectDAO as described in ⦠<http://dev.openmrs.org/changeset/9542> || OpenMRS Tickets: Ticket #1700 (enhancement created): Integrate new Gonorrhea, Chlamydia, and TB concepts <http://dev.openmrs.org/ticket/1700> || OpenMRS Changesets: Changeset [9541]: facility data: hold over from package change on the command class; switch ⦠<http://dev.openmrs.org/changeset/9541> || OpenMRS Changesets: Changeset [9540]: facility data: move the command package under the ⦠<http://dev.openmrs.org/changeset/9540> || OpenMRS Changesets: Changeset [9539]: facility data: various changes. <http://dev.openmrs.org/changeset/9539> || OpenMRS Changesets: Changeset [9538]: facility data: remove the spring tag import <http://dev.openmrs.org/changeset/9538> || OpenMRS Changesets: Changeset [9537]: formentry: Fixing concept name selection into sextuplet hl7 value - #1594 <http://dev.openmrs.org/changeset/9537> |
| 17:29:39 | *** mkulumadzi has quit IRC |
| 17:37:57 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [9545]: dataintegrity: added the check execution with parameters for the single ⦠<http://dev.openmrs.org/changeset/9545> |
| 17:51:52 | *** bwolfe_ is now known as bwolfe |
| 18:09:58 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [9546]: -- chica * fixed compilation error with pwsId rule. The method was ⦠<http://dev.openmrs.org/changeset/9546> |
| 18:10:57 | *** pascal` has joined #openmrs |
| 18:15:30 | <pascal`> |
| 18:42:02 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Tickets: Ticket #1701 (task created): Long Serializer in XStream should only go one level deep in the User object <http://dev.openmrs.org/ticket/1701> |
| 18:43:30 | *** pascal` has quit IRC |
| 18:45:53 | *** bmckown_ has quit IRC |
| 18:46:28 | *** bmckown_ has joined #openmrs |
| 18:54:23 | *** mkulumadzi has joined #openmrs |
| 19:26:45 | *** Mkop has joined #openmrs |
| 19:46:08 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [9548]: Fixed name and location of extension points on concept dictionary pages. <http://dev.openmrs.org/changeset/9548> || OpenMRS Changesets: Changeset [9547]: 1.5.x: Fixed name and location of extension points on concept dictionary ⦠<http://dev.openmrs.org/changeset/9547> |
| 20:18:11 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Tickets: Ticket #1702 (enhancement created): Add Demo Data's Concept Ids to Attributes and Global Properties <http://dev.openmrs.org/ticket/1702> || OpenMRS Tickets: Ticket #1694 (defect closed): DWRConceptService.getConcept causes an exception to be thrown instead of returning null <http://dev.openmrs.org/ticket/1694#comment:2> || OpenMRS Changesets: Changeset [9551]: Fixing DWRConceptService NPEs - #1694 Author: Agnor <http://dev.openmrs.org/changeset/9551> || OpenMRS Changesets: Changeset [9550]: ncd: Fixed SQL diff 1.1.063. <http://dev.openmrs.org/changeset/9550> || OpenMRS Changesets: Changeset [9549]: 1.5.x: Fixing DWRConceptService NPEs - #1694 Author: Agnor <http://dev.openmrs.org/changeset/9549> || OpenMRS Milestones: Milestone (Completed) OpenMRS Lite Release Candidate completed <http://dev.openmrs.org/milestone/%28Completed%29%20OpenMRS%20Lite%20Release%20Candidate> || OpenMRS Milestones: Milestone (Completed) FormEntry 2.7 completed <http://dev.openmrs.org/milestone/%28Completed%29%20FormEntry%202.7> || OpenMRS Milestones: Milestone (Completed) FormEntry 1.3 completed <http://dev.openmrs.org/milestone/%28Completed%29%20FormEntry%201.3> || OpenMRS Milestones: Milestone (Completed) FormEntry 1.1 completed <http://dev.openmrs.org/milestone/%28Completed%29%20FormEntry%201.1> |
| 20:50:10 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Tickets: Ticket #178 (task closed): Need to prevent forms without an existing XSN from being published/used <http://dev.openmrs.org/ticket/178#comment:2> || OpenMRS Tickets: Ticket #1703 (task created): Update Liquibase Schema, Core, and Demo Data <http://dev.openmrs.org/ticket/1703> |
| 21:07:36 | *** mkulumadzi has quit IRC |
| 21:22:11 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Tickets: Ticket #1688 (defect closed): Updating user password fails on NonUniqueObjectException. <http://dev.openmrs.org/ticket/1688#comment:5> || OpenMRS Tickets: Ticket #1588 (defect closed): LazyInitializationException: failed to lazily initialize a collection of role: org.openmrs.User.userProperties, no session or session was closed <http://dev.openmrs.org/ticket/1588#comment:62> || OpenMRS Tickets: Ticket #1657 (defect closed): Releasing or rejecting a result should create a decided result. <http://dev.openmrs.org/ticket/1657#comment:9> || OpenMRS Tickets: Ticket #1704 (task created): ReportingCompatibility Module Has Bad Link to JQuery <http://dev.openmrs.org/ticket/1704> |
| 21:38:25 | *** bmckown_ has quit IRC |
| 21:47:33 | *** Mkop has quit IRC |
| 21:54:13 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [9565]: patientmatching module: fixed a major typo in tutorial.txt <http://dev.openmrs.org/changeset/9565> || OpenMRS Changesets: Changeset [9564]: 1.5.x: Bumping up the version suffix to RC prior to the release <http://dev.openmrs.org/changeset/9564> || OpenMRS Changesets: Changeset [9563]: Added NPE check and log message to js/dwr concept answer searches <http://dev.openmrs.org/changeset/9563> || OpenMRS Changesets: Changeset [9562]: patientmatching module: added simple tutorial documentation draft for new ⦠<http://dev.openmrs.org/changeset/9562> || OpenMRS Changesets: Changeset [9561]: 1.5.x: Added NPE check and log message to js/dwr concept answer searches <http://dev.openmrs.org/changeset/9561> || OpenMRS Changesets: Changeset [9560]: patientmatching module: removed Modifier interface from NullAnalyzer, as ⦠<http://dev.openmrs.org/changeset/9560> || OpenMRS Changesets: Changeset [9559]: Undoing change that was refreshing the authenticated user in the ⦠<http://dev.openmrs.org/changeset/9559> || OpenMRS Changesets: Changeset [9558]: ncd: #1657 changed the manual review reject and report buttons to add a ⦠<http://dev.openmrs.org/changeset/9558> || OpenMRS Changesets: Changeset [9557]: 1.5.x: Undoing change that was refreshing the authenticated user - #1588 <http://dev.openmrs.org/changeset/9557> || OpenMRS Changesets: Changeset [9556]: reportingcompatibility/trunk: Fixed uuid on report table columns and ⦠<http://dev.openmrs.org/changeset/9556> || OpenMRS Changesets: Changeset [9555]: Fixing the saving of a report schema xml object <http://dev.openmrs.org/changeset/9555> || OpenMRS Changesets: Changeset [9554]: 1.5.x: Fixing the saving of a report schema xml object <http://dev.openmrs.org/changeset/9554> || OpenMRS Changesets: Changeset [9553]: ncd: Fixed the second 1.1.063 diff to be 1.1.064. <http://dev.openmrs.org/changeset/9553> || OpenMRS Changesets: Changeset [9552]: ncd: Added diff for new NLP concepts. <http://dev.openmrs.org/changeset/9552> |
| 21:55:46 | *** bwolfe has quit IRC |
| 22:01:08 | *** nribeka has quit IRC |
| 22:26:16 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [9573]: facility data: tweak on the wording. <http://dev.openmrs.org/changeset/9573> || OpenMRS Changesets: Changeset [9572]: facility data: bug fix where false positives occured when determining if a ⦠<http://dev.openmrs.org/changeset/9572> || OpenMRS Tickets: Ticket #1692 (defect closed): Reportable result list page search criteria matching too many rows causes an error <http://dev.openmrs.org/ticket/1692#comment:2> || OpenMRS Changesets: Changeset [9571]: ncd: #1692 fixed HQLQueryBuilder to distinguish normal and prefetch joins. <http://dev.openmrs.org/changeset/9571> || OpenMRS Changesets: Changeset [9570]: pihhaiti. patient summary lists are in, and ready for testing. <http://dev.openmrs.org/changeset/9570> || OpenMRS Changesets: Changeset [9569]: mdrtb14. Added tb drug allergy architecture and convenience method for ⦠<http://dev.openmrs.org/changeset/9569> || OpenMRS Changesets: Changeset [9568]: schedulerquartz: oftenRadio property added <http://dev.openmrs.org/changeset/9568> || OpenMRS Changesets: Changeset [9567]: schedulerquartz: TaskFormController and TaskFormValidator classes modified <http://dev.openmrs.org/changeset/9567> || OpenMRS Changesets: Changeset [9566]: schedulerquartz: UI modified <http://dev.openmrs.org/changeset/9566> |
| 22:49:21 | *** nribeka has joined #openmrs |
| 22:49:21 | *** ChanServ sets mode: +v nribeka |
| 22:58:18 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Tickets: Ticket #1658 (defect closed): Allow changing Unknown condition names for manual review results <http://dev.openmrs.org/ticket/1658#comment:5> |
| 23:08:19 | *** nribeka_ has joined #openmrs |
| 23:26:32 | *** nribeka has quit IRC |
| 23:58:07 | *** Agnor has quit IRC |