Re: Close & open triggers multiple issues

2022-03-21 Thread webmas...@gmail.com
Thank you for solving this! I understand you focus more on paid support. But this bug is most likely impacting all customers. Op zondag 6 maart 2022 om 10:39:35 UTC+1 schreef Christian Hammond: > Hi, > > My apologies. Most of our available support time has been directed to our > paid support

Re: Close & open triggers multiple issues

2022-03-06 Thread Christian Hammond
Hi, My apologies. Most of our available support time has been directed to our paid support channel these days. I found the cause of this. There's a bad check that got slipped in. Basically, each issue bar listens for issue status change events, and determines from those whether the bar should

Re: Close & open triggers multiple issues

2022-03-04 Thread webmas...@gmail.com
Any update Christian? Op zaterdag 26 februari 2022 om 18:03:44 UTC+1 schreef webmas...@gmail.com: > You are right. I made it public now! > > I hope you can see it now :) > Op donderdag 17 februari 2022 om 22:21:49 UTC+1 schreef Christian Hammond: > >> That's bizarre. It does not reproduce

Re: Close & open triggers multiple issues

2022-02-26 Thread webmas...@gmail.com
You are right. I made it public now! I hope you can see it now :) Op donderdag 17 februari 2022 om 22:21:49 UTC+1 schreef Christian Hammond: > That's bizarre. It does not reproduce locally. > > Can you make that review request public, so I can inspect it? > > Christian > > On Tue, Feb 15, 2022

Re: Close & open triggers multiple issues

2022-02-17 Thread Christian Hammond
That's bizarre. It does not reproduce locally. Can you make that review request public, so I can inspect it? Christian On Tue, Feb 15, 2022 at 2:15 PM webmas...@gmail.com wrote: > Ps. you can try to reproduce is locally. Or register an account on my > server, you get by default added to the

Re: Close & open triggers multiple issues

2022-02-15 Thread webmas...@gmail.com
Ps. you can try to reproduce is locally. Or register an account on my server, you get by default added to the 'public' group. Where this specific review request is added to. Op dinsdag 15 februari 2022 om 23:09:52 UTC+1 schreef webmas...@gmail.com: > I create two issues on a code review (1

Re: Review Board Ticket #4467: Uploading File dialog triggers a JavaScript error if it can't communicate with the web server

2017-10-18 Thread Christian Hammond
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4467/ -- New update by chipx86 For Beanbag, Inc. > Review Board > Ticket #4467

Re: Review Board Ticket #4467: Uploading File dialog triggers a JavaScript error if it can't communicate with the web server

2017-09-22 Thread Nicholas Mercier
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4467/ -- New update by chipx86 For Beanbag, Inc. > Review Board > Ticket #4467

Re: Review Board Ticket #4467: Uploading File dialog triggers a JavaScript error if it can't communicate with the web server

2016-09-21 Thread Christian Hammond
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4467/ -- New update by chipx86 For Beanbag, Inc. > Review Board > Ticket #4467

Review Board Ticket #4467: Uploading File dialog triggers a JavaScript error if it can't communicate with the web server

2016-09-21 Thread Christian Hammond
New Tags: Priority:Medium, Type:Defect -- Uploading File dialog triggers a JavaScript error if it can't communicate with the web server == # W

Re: Issue 2699 in reviewboard: Search always triggers error

2012-08-29 Thread reviewboard
Comment #6 on issue 2699 by gjun...@gmail.com: Search always triggers error http://code.google.com/p/reviewboard/issues/detail?id=2699 The problem is about Pylucene. I installed a latest Pylucene from source and everything works great! -- You received this message because you are subscribed

Re: Issue 2699 in reviewboard: Search always triggers error

2012-08-29 Thread reviewboard
Updates: Status: ThirdParty Comment #7 on issue 2699 by trowb...@gmail.com: Search always triggers error http://code.google.com/p/reviewboard/issues/detail?id=2699 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google Groups

Re: Issue 2699 in reviewboard: Search always triggers error

2012-08-24 Thread reviewboard
Comment #5 on issue 2699 by gjun...@gmail.com: Search always triggers error http://code.google.com/p/reviewboard/issues/detail?id=2699 I really appreciate any suggestions before I try reviewboard on redhat 6 or centos 6.3 if the issue (search function) is related to ubuntu specific. Thanks

Re: Issue 2699 in reviewboard: Search always triggers error

2012-08-09 Thread reviewboard
Comment #1 on issue 2699 by gjun...@gmail.com: Search always triggers error http://code.google.com/p/reviewboard/issues/detail?id=2699 pylucene -- 2.3.1-1.1ubuntu2 script to index the site is successful without error. rb-site manage /path/to/site index -- --full -- You received this message

Re: Issue 2699 in reviewboard: Search always triggers error

2012-08-09 Thread reviewboard
Comment #2 on issue 2699 by gjun...@gmail.com: Search always triggers error http://code.google.com/p/reviewboard/issues/detail?id=2699 upgraded to 1.6.11, same error. -- You received this message because you are subscribed to the Google Groups reviewboard-issues group. To post to this group

Re: Issue 2699 in reviewboard: Search always triggers error

2012-08-09 Thread reviewboard
Updates: Status: NeedInfo Comment #3 on issue 2699 by trowb...@gmail.com: Search always triggers error http://code.google.com/p/reviewboard/issues/detail?id=2699 Have you run the index command? -- You received this message because you are subscribed to the Google Groups reviewboard

Re: Issue 2699 in reviewboard: Search always triggers error

2012-08-09 Thread reviewboard
Comment #4 on issue 2699 by gjun...@gmail.com: Search always triggers error http://code.google.com/p/reviewboard/issues/detail?id=2699 Yes, I run the index command -- rb-site manage /var/www/ index -- --full -- You received this message because you are subscribed to the Google Groups

Re: Triggers

2010-09-28 Thread Brendan Almonte
Scott, Would it be possible to share this code? Thanks, Brendan On Aug 20, 9:55 am, Scott Quesnelle scott.quesne...@gmail.com wrote: I modified the base code for reviewboard. Its one small change in the webapi code to trigger a generate_summary call when the close-submitted action is done.

Re: Triggers

2010-08-23 Thread J Arrizza
Scott, Very nice, thanks for the tip! John On Fri, Aug 20, 2010 at 6:55 AM, Scott Quesnelle scott.quesne...@gmail.comwrote: I modified the base code for reviewboard. Its one small change in the webapi code to trigger a generate_summary call when the close-submitted action is done. Then a

Re: Triggers

2010-08-20 Thread Scott Quesnelle
I modified the base code for reviewboard. Its one small change in the webapi code to trigger a generate_summary call when the close-submitted action is done. Then a new file which contains the generate_summary code and its appropriate template. The email code was used as the inspiration, and

Re: Triggers

2010-08-19 Thread J Arrizza
Scott, Sorry for taking so long to back to you, got tied up on other stuff. Very nice. You modified the base code in some spot or is the review summary generation already a part of RB 1.07? John On Wed, Aug 18, 2010 at 2:22 PM, Scott Quesnelle scott.quesne...@gmail.comwrote: John, I have an

Re: Triggers

2010-08-19 Thread J Arrizza
Christian, Sorry for taking so long to back to you as well... This is a great idea, should make a lot of things easier to connect up. John On Wed, Aug 18, 2010 at 12:25 PM, Christian Hammond chip...@chipx86.comwrote: Hi John, This support is coming in 1.6 in the form of WebHooks. On

Triggers

2010-08-18 Thread JohnA
Searched the doc and these forums but there doesn't seem to be any mention of triggers. Specifically I'd like to have ReviewBoard call a script when a review is closed. I'm going to use that trigger to add a note to the defect tracking system saying the reviews are done for that SCR

Re: Triggers

2010-08-18 Thread Christian Hammond
. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Wed, Aug 18, 2010 at 11:01 AM, JohnA cppge...@gmail.com wrote: Searched the doc and these forums but there doesn't seem to be any mention of triggers

Re: Triggers

2010-08-18 Thread Scott Quesnelle
://www.vmware.com On Wed, Aug 18, 2010 at 11:01 AM, JohnA cppge...@gmail.com wrote: Searched the doc and these forums but there doesn't seem to be any mention of triggers. Specifically I'd like to have ReviewBoard call a script when a review is closed. I'm going to use that trigger to add a note

Provide ReviewBoard hooks / triggers

2010-04-03 Thread Jan Koprowski
? One idea is provide triggers which can't modify anything, and if needed hooks which allow modify variables provided to function. -- Want to help the Review Board project? Donate today at http://www.reviewboard.org/donate/ Happy user? Let us know at http://www.reviewboard.org/users

Issue 933 in reviewboard: Clicking expand triggers review comment

2009-04-17 Thread codesite-noreply
Comment #10 on issue 933 by chipx86: Clicking expand triggers review comment http://code.google.com/p/reviewboard/issues/detail?id=933 Issue 1061 has been merged into this issue. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred

Issue 933 in reviewboard: Clicking expand triggers review comment

2009-03-23 Thread codesite-noreply
Updates: Status: Fixed Comment #9 on issue 933 by chipx86: Clicking expand triggers review comment http://code.google.com/p/reviewboard/issues/detail?id=933 Fixed in r1848. -- You received this message because you are listed in the owner or CC fields of this issue, or because you

Issue 933 in reviewboard: Clicking expand triggers review comment

2009-03-20 Thread codesite-noreply
Comment #6 on issue 933 by clarkd4: Clicking expand triggers review comment http://code.google.com/p/reviewboard/issues/detail?id=933 For the record, I liked the old behavior that only clicking or drag-selecting in the line number column triggers a comment box. -- You received this message

Issue 933 in reviewboard: Clicking expand triggers review comment

2009-03-20 Thread codesite-noreply
Comment #7 on issue 933 by jefflamb: Clicking expand triggers review comment http://code.google.com/p/reviewboard/issues/detail?id=933 I agree. I like highlighting blocks by click and dragging text when I'm showing something to people (or myself.) -- You received this message because you

Issue 933 in reviewboard: Clicking expand triggers review comment

2009-03-17 Thread codesite-noreply
Comment #3 on issue 933 by chipx86: Clicking expand triggers review comment http://code.google.com/p/reviewboard/issues/detail?id=933 Issue 961 has been merged into this issue. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred

Issue 933 in reviewboard: Clicking expand triggers review comment

2009-03-09 Thread codesite-noreply
Comment #1 on issue 933 by grossag: Clicking expand triggers review comment http://code.google.com/p/reviewboard/issues/detail?id=933 Saw this too. Kind of a pain. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue