Return-Path: Delivered-To: apmail-incubator-esme-dev-archive@minotaur.apache.org Received: (qmail 87380 invoked from network); 24 Aug 2010 03:26:25 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 24 Aug 2010 03:26:25 -0000 Received: (qmail 72488 invoked by uid 500); 24 Aug 2010 03:26:25 -0000 Delivered-To: apmail-incubator-esme-dev-archive@incubator.apache.org Received: (qmail 72425 invoked by uid 500); 24 Aug 2010 03:26:23 -0000 Mailing-List: contact esme-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: esme-dev@incubator.apache.org Delivered-To: mailing list esme-dev@incubator.apache.org Received: (qmail 72417 invoked by uid 99); 24 Aug 2010 03:26:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Aug 2010 03:26:22 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of hirsch.dick@gmail.com designates 209.85.215.175 as permitted sender) Received: from [209.85.215.175] (HELO mail-ey0-f175.google.com) (209.85.215.175) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Aug 2010 03:26:15 +0000 Received: by eyb7 with SMTP id 7so3038139eyb.6 for ; Mon, 23 Aug 2010 20:25:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=SjrjZVHZEbOuJd1tsj7Mm+p1QJlGj3W8dRln6OccIHk=; b=VUHKnZhJfV4gq2N7cMqBzBmOHXjcsnb8cC137w7TlPlkG5g81ipGl4P374jDsG7Lr+ DeEqUXOIASWsq1Rmjh1RDrkmIkI8a7xgg7PrScZ1SpnfqiR1crg9x8CC3Q3vZkooj41o iadtlW1n6zC0s3URODf9SE4o8+wVdj95d+74o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=ZyVGom4pAxkjwszZ/YslXJp+Ol85t/JnwKY2txdHd1euhbUCSLp9VSVbMRvhJG1bR7 gHShJEAMuR9OHWN2KTbkPRHj41DyEn/tK+Ma1xb9eEXtVxk0vJDNteKb24BPirkmD0di gCmAvjgziu+rCeLhjyX6M0Da7qtVNPwyc2K50= MIME-Version: 1.0 Received: by 10.213.105.77 with SMTP id s13mr4977031ebo.50.1282620354858; Mon, 23 Aug 2010 20:25:54 -0700 (PDT) Received: by 10.14.123.131 with HTTP; Mon, 23 Aug 2010 20:25:54 -0700 (PDT) In-Reply-To: References: Date: Tue, 24 Aug 2010 05:25:54 +0200 Message-ID: Subject: Re: Release 1.1 issues I am closing due to work done on them From: Richard Hirsch To: esme-dev@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Looks great. 2 of the issues are IE7-related and are assigned to Anne but she is currently in India and probably doesn't have a lot of time. https://issues.apache.org/jira/browse/ESME-208 might be scala-based since it looks like it makes an ajax call: function resend_msg(msg_id) { F341169038678G4R({'command': "resend", 'params':{"msg_id": msg_id}}); } http://svn.apache.org/viewvc/incubator/esme/trunk/server/src/main/scala/org/apache/esme/snippet/UserSnip.scala?view=markup object JsonResender extends JsonHandler{ 83 def apply(in: Any): JsCmd = in match { 84 case JsonCmd("resend", _, map: Map[String, Any], _) => 85 for (msgId <- map.get("msg_id").map(toLong); 86 user <- User.currentUser) 87 Distributor ! Distributor.ResendMessage(user.id, msgId) 88 89 Noop 90 91 case _ => Noop 92 } 93 } On Tue, Aug 24, 2010 at 1:06 AM, Ethan Jewett wrote: > This is all done, leaving us with a grand total of three issues left > in the Release 1.1 queue! :-) > > https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&mode=hide&sorter/order=DESC&sorter/field=priority&resolution=-1&pid=12310850&fixfor=12314823 > > Ethan > > On Mon, Aug 23, 2010 at 2:12 PM, Richard Hirsch wrote: >> I ju >> >> On Mon, Aug 23, 2010 at 9:01 PM, Ethan Jewett wrote: >>> I'm going to close down several release 1.1 issues that I think are >>> resolved, mostly due to patches by Imtiaz. If anyone else would like >>> to take a look, links to the issues are below: >>> >>> ESME-212 - Messages from pools aren't hidden - >>> https://issues.apache.org/jira/browse/ESME-212 >>> ESME-205 - Search is broken - https://issues.apache.org/jira/browse/ESME-205 >>> ESME-242 - The use of metadata in the api2 currently doesn't work - >>> https://issues.apache.org/jira/browse/ESME-242 >>> ESME-259 - Pool selector in streams doesn't work anymore - >>> https://issues.apache.org/jira/browse/ESME-259 >> >> OK - I haven't tried out the search on Stax but I will do it tomorrow >> - hopefully. >>> >>> We also don't really need ESME-225 in release 1.1, as it is a unit >>> test, so I'll move that to the backlog. >> >> Agreed >> >>> >>> I'll leave these for the next few hours, so feel free to speak up now. >>> After that I'm going to change the issue status, but they can be >>> changed back if necessary. >> >> I just closed ESME-240 - it was my fault that I used wrong syntax - we >> should probably document actions better >> >>> >>> Ethan >>> >> >