[Apache Bloodhound] New user registration: altrovideo

2013-09-26 Thread Apache Bloodhound
New user registration for user altrovideo

--
Apache Bloodhound https://issues.apache.org/bloodhound/
The Apache Bloodhound issue tracker



[Apache Bloodhound] #675: Allow configuring the default retargeting option when closing or deleting a milestone

2013-09-26 Thread Apache Bloodhound
#675: Allow configuring the default retargeting option when closing or 
deleting
a milestone
-+
 Reporter:  rjollos  |  Owner:  nobody
 Type:  enhancement  | Status:  new
 Priority:  major|  Milestone:
Component:  ui design|Version:
 Keywords:  trac-1.2 |
-+
 Modifications to the `bh_milestone_delete.html` and
 `bh_milestone_edit.html` templates in !BloodhoundTheme will be needed to
 support changes in trac:#10010.

-- 
Ticket URL: https://issues.apache.org/bloodhound/ticket/675
Apache Bloodhound https://issues.apache.org/bloodhound/
The Apache Bloodhound issue tracker


svn commit: r1526635 - /bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_product_view.html

2013-09-26 Thread rjollos
Author: rjollos
Date: Thu Sep 26 18:11:59 2013
New Revision: 1526635

URL: http://svn.apache.org/r1526635
Log:
0.8dev: Escape substitution of `$USER` in template. Fixes #673.

Patch by Olemis Lang.

Modified:
bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_product_view.html

Modified: 
bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_product_view.html
URL: 
http://svn.apache.org/viewvc/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_product_view.html?rev=1526635r1=1526634r2=1526635view=diff
==
--- bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_product_view.html 
(original)
+++ bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_product_view.html 
Thu Sep 26 18:11:59 2013
@@ -78,7 +78,7 @@
 bh:widget urn=TicketQuery
   bh:args
 bh:arg name=max10/bh:arg
-bh:arg 
name=queryproduct=${product.prefix}amp;status=!closedamp;group=timeamp;col=idamp;col=summaryamp;col=owneramp;col=statusamp;col=priorityamp;order=priorityamp;groupdesc=1amp;desc=1amp;owner=$USER/bh:arg
+bh:arg 
name=queryproduct=${product.prefix}amp;status=!closedamp;group=timeamp;col=idamp;col=summaryamp;col=owneramp;col=statusamp;col=priorityamp;order=priorityamp;groupdesc=1amp;desc=1amp;owner=$$USER/bh:arg
 bh:arg name=titleMy Tickets/bh:arg
   /bh:args
 /bh:widget




Re: [Apache Bloodhound] #673: Many owners in My Ticket widget in /products/prefix page

2013-09-26 Thread Apache Bloodhound
#673: Many owners in My Ticket widget in /products/prefix page
-+-
  Reporter:  olemis  |  Owner:  rjollos
  Type:  defect  | Status:  closed
  Priority:  major   |  Milestone:  Release 8
 Component:  |Version:  0.7.0
  multiproduct   |   Keywords:  query widget, custom bootstrap
Resolution:  fixed   |  handlers
-+-
Changes (by rjollos):

 * status:  review = closed
 * resolution:   = fixed


Comment:

 I guess that Genshi is just substituting an empty string for `$USER` and
 `$$USER` effectively escapes the substitution?

 

 In ([1526635])

 0.8dev: Escape substitution of `$USER` in template. Fixes #673.

 Patch by Olemis Lang.

-- 
Ticket URL: https://issues.apache.org/bloodhound/ticket/673#comment:5
Apache Bloodhound https://issues.apache.org/bloodhound/
The Apache Bloodhound issue tracker


Re: [Apache Bloodhound] #673: Many owners in My Ticket widget in /products/prefix page

2013-09-26 Thread Apache Bloodhound
#673: Many owners in My Ticket widget in /products/prefix page
-+-
  Reporter:  olemis  |  Owner:  olemis
  Type:  defect  | Status:  closed
  Priority:  major   |  Milestone:  Release 8
 Component:  |Version:  0.7.0
  multiproduct   |   Keywords:  query widget, custom bootstrap
Resolution:  fixed   |  handlers
-+-
Changes (by rjollos):

 * owner:  rjollos = olemis


-- 
Ticket URL: https://issues.apache.org/bloodhound/ticket/673#comment:6
Apache Bloodhound https://issues.apache.org/bloodhound/
The Apache Bloodhound issue tracker


Re: [Apache Bloodhound] #670: Relation type is empty

2013-09-26 Thread Apache Bloodhound
#670: Relation type is empty
+
  Reporter:  olemis |  Owner:  nobody
  Type:  defect | Status:  new
  Priority:  critical   |  Milestone:
 Component:  relations  |Version:
Resolution: |   Keywords:
+

Comment (by olemis):

 I attached a [attachment:t670_r1526159_relation_type_empty.diff patch]
 adding functional test case for this feature .
 [attachment:t670_r1526159_relation_to_self.diff Another one] adds a test
 asserting the behavior (i.e. error message) of adding references to self.

 Details :

 {{{#!sh

 $ hg qapplied
 t387/t387_r1487712_bloodhound_setup.diff
 t387/t387_r1485255_functional_test_infra.diff
 t387/t387_r1495238_attach_btn_value.diff
 t387/t387_r1495238_functional_test.2.diff
 t387/t387_r1495238_functional_test.3.diff
 t387/t387_r1514232_functional_test.4.diff
 t387/t387_r1514860_functional_test.5.diff
 t598/t598_r1510975_functional_tester_product.diff
 t387/t387_r1515319_functional_test.6.diff
 t387/t387_r1515319_functional_test.7.diff
 t670/t670_r1526159_relation_type_empty.diff
 t670/t670_r1526159_relation_to_self.diff

 $ hg log -r qparent
 changeset:   446:57dd13c22b27
 tag: qparent
 tag: svn-1526159
 parent:  444:1b7d2c0e51b1
 user:astaric@13f79535-47bb-0310-9956-ffa450edef68
 date:Wed Sep 25 11:29:51 2013 +
 summary: Support #product-ticket_id syntax when adding relations.
 }}}

-- 
Ticket URL: https://issues.apache.org/bloodhound/ticket/670#comment:2
Apache Bloodhound https://issues.apache.org/bloodhound/
The Apache Bloodhound issue tracker