Re: [Apache Bloodhound] #733: bloodhound_setup.py fails - ImportError: No module named trac.util

2014-01-14 Thread Apache Bloodhound
#733: bloodhound_setup.py fails - ImportError: No module named trac.util
-+
  Reporter:  AlecTaylor  |  Owner:  nobody
  Type:  defect  | Status:  new
  Priority:  blocker |  Milestone:
 Component:  installer   |Version:
Resolution:  |   Keywords:
-+

Comment (by astaric):

 Are you following installation on the wiki (BloodhoundInstall)?

 It looks like you skipped the

 {{{
  pip install -r requirements.txt
 }}}

 step.

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


Re: [Apache Bloodhound] #733: bloodhound_setup.py fails - ImportError: No module named trac.util

2014-01-14 Thread Apache Bloodhound
#733: bloodhound_setup.py fails - ImportError: No module named trac.util
-+
  Reporter:  AlecTaylor  |  Owner:  nobody
  Type:  defect  | Status:  new
  Priority:  blocker |  Milestone:
 Component:  installer   |Version:
Resolution:  |   Keywords:
-+

Comment (by gjm):

 note that r1557980 changes the file and therefore the specific error. The
 script is effectively using the up to date trunk code.

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


Re: [Apache Bloodhound] #733: bloodhound_setup.py fails - ImportError: No module named trac.util

2014-01-14 Thread Apache Bloodhound
#733: bloodhound_setup.py fails - ImportError: No module named trac.util
-+
  Reporter:  AlecTaylor  |  Owner:  nobody
  Type:  defect  | Status:  new
  Priority:  blocker |  Milestone:
 Component:  installer   |Version:
Resolution:  |   Keywords:
-+

Comment (by astaric):

 Could you run
 {{{
 pip freeze
 }}}
 while bloodhound_env is active and post its ouput?

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


Re: [Apache Bloodhound] #718: Integrity error modifying batch of tickets (0.8-dev)

2014-01-14 Thread Apache Bloodhound
#718: Integrity error modifying batch of tickets (0.8-dev)
-+-
  Reporter:  olemis  |  Owner:  rjollos
  Type:  defect  | Status:  review
  Priority:  major   |  Milestone:  Release 9
 Component:  trac core   |Version:
Resolution:  |   Keywords:  ticket batch modify, trac
 |  backports, need-info
-+-
Changes (by rjollos):

 * priority:  blocker = major
 * keywords:  ticket batch modify, trac backports = ticket batch modify,
 trac backports, need-info
 * milestone:  Release 8 = Release 9


Comment:

 I haven't been able to reproduce the issue, and I have no guesses as to
 how this could scenario could come about. The selected tickets are
 assigned to the hidden field on form submit:
 [browser:/trunk/trac/trac/htdocs/js/query.js@1557980#L409], which is
 fairly straightforward and doesn't leave much to the imagination regarding
 failure modes.

 The only way I can see this failing is if you were somehow able to modify
 the //Milestone// field when at global scope (which should be impossible
 to begin with, and is an even less likely scenario given that each ticket
 id is duplicated exactly once and unlikely to refer to different
 products), or if there was a defect that allowed a query to create a view
 with duplicated tickets.

 I'd prefer not to put the workaround in place since it would just mask the
 problem. Let's leave the ticket open for a while to see if the issue
 occurs again, and if we can get more diagnostic information the next time.

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


svn commit: r1558108 - in /bloodhound/trunk/bloodhound_theme/bhtheme/templates: bh_changeset.html bh_diff_form.html bh_roadmap.html

2014-01-14 Thread rjollos
Author: rjollos
Date: Tue Jan 14 16:51:21 2014
New Revision: 1558108

URL: http://svn.apache.org/r1558108
Log:
0.8dev: Added license headers to recently added files.

Modified:
bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_changeset.html
bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_diff_form.html
bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_roadmap.html

Modified: bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_changeset.html
URL: 
http://svn.apache.org/viewvc/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_changeset.html?rev=1558108r1=1558107r2=1558108view=diff
==
--- bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_changeset.html 
(original)
+++ bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_changeset.html Tue 
Jan 14 16:51:21 2014
@@ -1,3 +1,22 @@
+!--!
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  License); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  AS IS BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+--
+
 !DOCTYPE html
 PUBLIC -//W3C//DTD XHTML 1.0 Strict//EN
 http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd;

Modified: bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_diff_form.html
URL: 
http://svn.apache.org/viewvc/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_diff_form.html?rev=1558108r1=1558107r2=1558108view=diff
==
--- bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_diff_form.html 
(original)
+++ bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_diff_form.html Tue 
Jan 14 16:51:21 2014
@@ -1,3 +1,22 @@
+!--!
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  License); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  AS IS BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+--
+
 !DOCTYPE html
 PUBLIC -//W3C//DTD XHTML 1.0 Strict//EN
 http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd;

Modified: bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_roadmap.html
URL: 
http://svn.apache.org/viewvc/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_roadmap.html?rev=1558108r1=1558107r2=1558108view=diff
==
--- bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_roadmap.html 
(original)
+++ bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_roadmap.html Tue Jan 
14 16:51:21 2014
@@ -1,3 +1,22 @@
+!--!
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  License); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  AS IS BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+--
+
 !DOCTYPE html
 PUBLIC -//W3C//DTD XHTML 1.0 Strict//EN
 http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd;




Re: [Apache Bloodhound] #718: Integrity error modifying batch of tickets (0.8-dev)

2014-01-14 Thread Apache Bloodhound
#718: Integrity error modifying batch of tickets (0.8-dev)
-+-
  Reporter:  olemis  |  Owner:  rjollos
  Type:  defect  | Status:  review
  Priority:  major   |  Milestone:  Release 9
 Component:  trac core   |Version:
Resolution:  |   Keywords:  ticket batch modify, trac
 |  backports, need-info
-+-

Comment (by olemis):

 Replying to [comment:6 rjollos]:
  I haven't been able to reproduce the issue, and I have no guesses as to
 how this could scenario could come about.
 [...]
  there was a defect that allowed a query to create a view with duplicated
 tickets.
 

 This is the case, a bizarre issue with PostgreSql in a multienv deployment

  I'd prefer not to put the workaround in place since it would just mask
 the problem. Let's leave the ticket open for a while to see if the issue
 occurs again, and if we can get more diagnostic information the next time.

 ok... I'll try to figure out why is it that I'm getting dup ticket ids in
 /query view

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


Re: [Apache Bloodhound] #718: Integrity error modifying batch of tickets (0.8-dev)

2014-01-14 Thread Apache Bloodhound
#718: Integrity error modifying batch of tickets (0.8-dev)
-+-
  Reporter:  olemis  |  Owner:  rjollos
  Type:  defect  | Status:  review
  Priority:  major   |  Milestone:  Release 9
 Component:  trac core   |Version:
Resolution:  |   Keywords:  ticket batch modify, trac
 |  backports, need-info
-+-

Comment (by rjollos):

 An issue with duplicate ticket ids in the timline, which only manifested
 itself on DBs other than SQLite, was resolved in trac:#11288. It's
 unlikely related to be directly related to what you are seeing, but I
 mention in case it could provide inspiration in searching for the issue.

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


Re: [Apache Bloodhound] #695: Add support for the CommitTicketUpdater component

2014-01-14 Thread Apache Bloodhound
#695: Add support for the CommitTicketUpdater component
--+---
  Reporter:  bsmithers|  Owner:  rjollos
  Type:  enhancement  | Status:  review
  Priority:  major|  Milestone:  Release 8
 Component:  trac core|Version:  0.7.0
Resolution:   |   Keywords:  vcs hooks
--+---

Comment (by rjollos):

 * [attachment:t695_r1545950_twill_write_html.diff] will be included in
 [trac:milestone:1.0.2 Trac 1.0.2] (trac:#11440, trac:#10018).
  * Part of [attachment:t695_r1534486_commit_ticket_update.tests.func.diff]
 committed to Trac in [trac 12434] for inclusion in Trac 1.0.2
 (trac:#11440).

 I think we should see if it is possible to subclass `CommitTicketUpdater`
 rather than modifying it
 ([attachment:t695_r1534486_commit_ticket_update_checklinks.diff]). At
 least, this approach has worked well for other situations: trac:#11349,
 trac:#10755.

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


[Apache Bloodhound] New user registration: mark.caven...@sbcglobal.net

2014-01-14 Thread Apache Bloodhound
New user registration for user mark.caven...@sbcglobal.net

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



[Apache Bloodhound] Batch modify: #698, #716

2014-01-14 Thread Apache Bloodhound
Batch modification to #698, #716 by rjollos:


Action: assign

-- 
Tickets URL: https://issues.apache.org/bloodhound/query?id=698%2C716
Apache Bloodhound https://issues.apache.org/bloodhound/
The Apache Bloodhound issue tracker


[Apache Bloodhound] Batch modify: #515

2014-01-14 Thread Apache Bloodhound
Batch modification to #515 by rjollos:


Action: assign

-- 
Tickets URL: https://issues.apache.org/bloodhound/query?id=515
Apache Bloodhound https://issues.apache.org/bloodhound/
The Apache Bloodhound issue tracker


[Apache Bloodhound] #734: Doubleclick creates 2 tickets

2014-01-14 Thread Apache Bloodhound
#734: Doubleclick creates 2 tickets
+---
 Reporter:  rjollos |  Owner:  rjollos
 Type:  defect  | Status:  new
 Priority:  major   |  Milestone:  Release 9
Component:  trac core   |Version:
 Keywords:  trac-1.0.2  |
+---
 Changes to BloodhoundTheme templates will be needed to incorporate
 trac:#10138, which prevents creation of multiple tickets when the submit
 button is clicked more than once, and addresses similar issues for the
 submit button on other forms.

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


Re: [Apache Bloodhound] #734: Doubleclick creates 2 tickets

2014-01-14 Thread Apache Bloodhound
#734: Doubleclick creates 2 tickets
+
  Reporter:  rjollos|  Owner:  rjollos
  Type:  defect | Status:  new
  Priority:  major  |  Milestone:  Release 9
 Component:  trac core  |Version:
Resolution: |   Keywords:  trac-1.0.2
+
Description changed by rjollos:

Old description:

 Changes to BloodhoundTheme templates will be needed to incorporate
 trac:#10138, which prevents creation of multiple tickets when the submit
 button is clicked more than once, and addresses similar issues for the
 submit button on other forms.

New description:

 Changes to !BloodhoundTheme templates will be needed to incorporate
 changes in trac:#10138, which prevents creation of multiple tickets when
 the submit button is clicked more than once, and addresses similar issues
 for the submit button on other forms.

--

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


[Apache Bloodhound] #735: Highlight rows in wiki tables on hover

2014-01-14 Thread Apache Bloodhound
#735: Highlight rows in wiki tables on hover
+-
 Reporter:  rjollos |  Owner:
 Type:  enhancement | Status:  new
 Priority:  trivial |  Milestone:
Component:  ui design   |Version:
 Keywords:  trac-1.0.2 css starter  |
+-
 Changes from trac:#11414 should be mirrored in `bloodhound.css`.

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


Re: [Apache Bloodhound] #695: Add support for the CommitTicketUpdater component

2014-01-14 Thread Apache Bloodhound
#695: Add support for the CommitTicketUpdater component
--+---
  Reporter:  bsmithers|  Owner:  rjollos
  Type:  enhancement  | Status:  review
  Priority:  major|  Milestone:  Release 8
 Component:  trac core|Version:  0.7.0
Resolution:   |   Keywords:  vcs hooks
--+---

Comment (by olemis):

 Replying to [comment:18 rjollos]:
   * [attachment:t695_r1545950_twill_write_html.diff] will be included in
 [trac:milestone:1.0.2 Trac 1.0.2] (trac:#11440, trac:#10018).
   * Part of
 [attachment:t695_r1534486_commit_ticket_update.tests.func.diff] committed
 to Trac in [trac 12434] for inclusion in Trac 1.0.2 (trac:#11440).
 
  I think we should see if it is possible to subclass
 `CommitTicketUpdater` rather than modifying it
 ([attachment:t695_r1534486_commit_ticket_update_checklinks.diff]). At
 least, this approach has worked well for other situations: trac:#11349,
 trac:#10755.

 Well , the fact is that the notion of multi-product has been there since
 the beginning . I mean , all previous patches are built under the
 assumption that the component is operating in a multi-product environment
 . Subclassing may be an option , and I'm not against doing so , but ...
 why bother if the component is already aware of multi-product architecture
 ?

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


Re: [Apache Bloodhound] #695: Add support for the CommitTicketUpdater component

2014-01-14 Thread Apache Bloodhound
#695: Add support for the CommitTicketUpdater component
--+---
  Reporter:  bsmithers|  Owner:  rjollos
  Type:  enhancement  | Status:  review
  Priority:  major|  Milestone:  Release 8
 Component:  trac core|Version:  0.7.0
Resolution:   |   Keywords:  vcs hooks
--+---

Comment (by rjollos):

 Replying to [comment:19 olemis]:
  but ... why bother if the component is already aware of multi-product
 architecture ?

 The patch is against the Trac core
 `trac/tracopt/ticket/commit_updater.py`, and we aim to modify that code as
 little as possible since it make merging and maintenance easier.

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


Re: [Apache Bloodhound] #718: Integrity error modifying batch of tickets (0.8-dev)

2014-01-14 Thread Apache Bloodhound
#718: Integrity error modifying batch of tickets (0.8-dev)
-+-
  Reporter:  olemis  |  Owner:  rjollos
  Type:  defect  | Status:  review
  Priority:  major   |  Milestone:  Release 9
 Component:  trac core   |Version:
Resolution:  |   Keywords:  ticket batch modify, trac
 |  backports, need-info
-+-

Comment (by olemis):

 Replying to [comment:8 rjollos]:
  An issue with duplicate ticket ids in the timline, which only manifested
 itself on DBs other than SQLite, was resolved in trac:#11288. It's
 unlikely related to be directly related to what you are seeing, but I
 mention in case it could provide inspiration in searching for the issue.

 It's something specific to BH . Like I just said it's happening in a
 multienv deployment . There are five envs , each having in turn their own
 set of products . Out of them only one displays tickets twice in ?query .
 All other work as expected . Odd indeed .

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


Re: [Apache Bloodhound] #733: bloodhound_setup.py fails - ImportError: No module named trac.util

2014-01-14 Thread Apache Bloodhound
#733: bloodhound_setup.py fails - ImportError: No module named trac.util
-+
  Reporter:  AlecTaylor  |  Owner:  nobody
  Type:  defect  | Status:  new
  Priority:  blocker |  Milestone:
 Component:  installer   |Version:
Resolution:  |   Keywords:
-+

Comment (by AlecTaylor):

 rjollos: virtualenv 1.10.1, pip 1.4.1, Python 2.7.5+.

 astaric: `source bloodhound_env/bin/activate` then `pip freeze` -
 http://pastebin.com/CY53jwAz
 Judging by the sheer size of it, it seems to be take my global packages.
 (I have started migrating everything to virtualenvs)

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


Re: [Apache Bloodhound] #695: Add support for the CommitTicketUpdater component

2014-01-14 Thread Apache Bloodhound
#695: Add support for the CommitTicketUpdater component
--+---
  Reporter:  bsmithers|  Owner:  rjollos
  Type:  enhancement  | Status:  review
  Priority:  major|  Milestone:  Release 8
 Component:  trac core|Version:  0.7.0
Resolution:   |   Keywords:  vcs hooks
--+---

Comment (by olemis):

 Replying to [comment:20 rjollos]:
  Replying to [comment:19 olemis]:
   but ... why bother if the component is already aware of multi-product
 architecture ?
 
  The patch is against the Trac core
 `trac/tracopt/ticket/commit_updater.py`, and we aim to modify that code as
 little as possible since it make merging and maintenance easier.

 Yes , I know . I'll be more specific my point is : if we are going to sub-
 class anyway then let's better keep {{{CommitTicketUpdater}}} in /trac
 unchanged and implement **all** patches in /bloodhound_multiproduct

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


Re: [Apache Bloodhound] #567: Write functional test cases to track regressions on known issues

2014-01-14 Thread Apache Bloodhound
#567: Write functional test cases to track regressions on known issues
---+-
  Reporter:  olemis|  Owner:  olemis
  Type:  task  | Status:  accepted
  Priority:  minor |  Milestone:  Release 9
 Component:  multiproduct  |Version:
Resolution:|   Keywords:  qa, functional test
---+-
Changes (by olemis):

 * milestone:  Release 8 = Release 9


Comment:

 We can let it go and defer this ticket to be handled in
 [milestone:Release 9]

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


Re: [Apache Bloodhound] #388: Test environment isolation across product boundaries - after #355

2014-01-14 Thread Apache Bloodhound
#388: Test environment isolation across product boundaries - after #355
---+
  Reporter:  olemis|  Owner:  olemis
  Type:  task  | Status:  accepted
  Priority:  critical  |  Milestone:  Release 8
 Component:  multiproduct  |Version:
Resolution:|   Keywords:  product environment testing QA
---+

Comment (by olemis):

 /me refreshing these patches ...

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


Re: [Apache Bloodhound] #695: Add support for the CommitTicketUpdater component

2014-01-14 Thread Apache Bloodhound
#695: Add support for the CommitTicketUpdater component
--+---
  Reporter:  bsmithers|  Owner:  rjollos
  Type:  enhancement  | Status:  review
  Priority:  major|  Milestone:  Release 8
 Component:  trac core|Version:  0.7.0
Resolution:   |   Keywords:  vcs hooks
--+---

Comment (by rjollos):

 Okay, we are thinking the same.

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


Re: [Apache Bloodhound] #733: bloodhound_setup.py fails - ImportError: No module named trac.util

2014-01-14 Thread Apache Bloodhound
#733: bloodhound_setup.py fails - ImportError: No module named trac.util
-+
  Reporter:  AlecTaylor  |  Owner:  nobody
  Type:  defect  | Status:  new
  Priority:  blocker |  Milestone:
 Component:  installer   |Version:
Resolution:  |   Keywords:
-+

Comment (by rjollos):

 What happens if you manually run (again)?:
 {{{#!sh
 source bloodhound_env/bin/activate
 pip install -r installer/requirements.txt
 }}}
 It seems that nothing was installed in your virtualenv (or you are somehow
 looking at the global environment and not the virtualenv, but you've
 already indicated that's not the case).

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


Re: [Apache Bloodhound] #717: 404 Invalid ticket number

2014-01-14 Thread Apache Bloodhound
#717: 404 Invalid ticket number
---+---
  Reporter:  jav   |  Owner:  nobody
  Type:  defect| Status:  closed
  Priority:  minor |  Milestone:  Release 8
 Component:  multiproduct  |Version:  0.7.0
Resolution:  worksforme|   Keywords:  ticket
---+---
Changes (by olemis):

 * status:  new = closed
 * resolution:   = worksforme
 * component:  trac core = multiproduct
 * keywords:   = ticket


Comment:

 I can't reproduce this one running /trunk 0.8-dev . I propose to close it
 (worksforme) . Please reopen if the issue is still noticed .

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


Re: [Apache Bloodhound] #730: Inconsistencies in /query view

2014-01-14 Thread Apache Bloodhound
#730: Inconsistencies in /query view
---+---
  Reporter:  olemis|  Owner:  nobody
  Type:  defect| Status:  new
  Priority:  blocker   |  Milestone:  Release 8
 Component:  multiproduct  |Version:
Resolution:|   Keywords:  query
---+---

Comment (by olemis):

 see comment:9:ticket:718

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


Re: [Apache Bloodhound] #718: Integrity error modifying batch of tickets (0.8-dev)

2014-01-14 Thread Apache Bloodhound
#718: Integrity error modifying batch of tickets (0.8-dev)
-+-
  Reporter:  olemis  |  Owner:  rjollos
  Type:  defect  | Status:  review
  Priority:  major   |  Milestone:  Release 9
 Component:  trac core   |Version:
Resolution:  |   Keywords:  ticket batch modify, trac
 |  backports, need-info
-+-

Comment (by olemis):

 Replying to [comment:6 rjollos]:
  I haven't been able to reproduce the issue, and I have no guesses as to
 how this could scenario could come about.

 BTW , now I notice this issue was already reported but not fully described
 , see #730 .
 [...]

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


Re: [Apache Bloodhound] #686: Dashboard Milestones and Components

2014-01-14 Thread Apache Bloodhound
#686: Dashboard Milestones and Components
+---
  Reporter:  ogaerick   |  Owner:  nobody
  Type:  defect | Status:  new
  Priority:  major  |  Milestone:  Release 9
 Component:  dashboard  |Version:  0.7.0
Resolution: |   Keywords:
+---
Changes (by olemis):

 * milestone:  Release 8 = Release 9


Comment:

 What shall we do about this ?
 btw, /me scheduling for [milestone:Release 9]

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


Re: [Apache Bloodhound] #686: Dashboard Milestones and Components

2014-01-14 Thread Apache Bloodhound
#686: Dashboard Milestones and Components
+---
  Reporter:  ogaerick   |  Owner:  nobody
  Type:  defect | Status:  new
  Priority:  major  |  Milestone:  Release 9
 Component:  dashboard  |Version:  0.7.0
Resolution: |   Keywords:
+---

Comment (by rjollos):

 I haven't looked closely, but my initial thought is that the suggestions
 make sense to implement.

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


Re: [Apache Bloodhound] #659: Ticket Embed UI Improvements

2014-01-14 Thread Apache Bloodhound
#659: Ticket Embed UI Improvements
--+-
  Reporter:  jdreimann|  Owner:  jdreimann
  Type:  enhancement  | Status:  assigned
  Priority:  major|  Milestone:  Release 8
 Component:  ui design|Version:
Resolution:   |   Keywords:  bep-0007 ticket
--+-

Comment (by olemis):

 may I move this ticket to [milestone:Release 9] ?

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


Re: [Apache Bloodhound] #259: Attach file button label consistency

2014-01-14 Thread Apache Bloodhound
#259: Attach file button label consistency
+
  Reporter:  rjollos|  Owner:  rjollos
  Type:  defect | Status:  new
  Priority:  trivial|  Milestone:  Release 9
 Component:  ui design  |Version:
Resolution: |   Keywords:  trac-1.0.2
+
Changes (by rjollos):

 * keywords:   = trac-1.0.2
 * milestone:   = Release 9


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


Re: [Apache Bloodhound] #273: Add license headers to files in contrib, sample-plugins and doc (was: Verify trac/contrib is granted to trac or remove for next release)

2014-01-14 Thread Apache Bloodhound
#273: Add license headers to files in contrib, sample-plugins and doc
+
  Reporter:  gjm|  Owner:  rjollos
  Type:  task   | Status:  accepted
  Priority:  blocker|  Milestone:  Release 9
 Component:  dashboard  |Version:
Resolution: |   Keywords:  trac-1.0.2
+

Comment (by rjollos):

 Aligning summary with trac:#11006.

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


Re: [Apache Bloodhound] #660: Integrate changes from Trac 1.0.2

2014-01-14 Thread Apache Bloodhound
#660: Integrate changes from Trac 1.0.2
+
  Reporter:  rjollos|  Owner:  rjollos
  Type:  defect | Status:  new
  Priority:  major  |  Milestone:  Release 9
 Component:  trac core  |Version:
Resolution: |   Keywords:  trac-1.0.2
+

Comment (by rjollos):

 Minor change in [trac 12268/#file0] may be needed to avoid functional test
 case failures.

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


Re: [Apache Bloodhound] #660: Integrate changes from Trac 1.0.2

2014-01-14 Thread Apache Bloodhound
#660: Integrate changes from Trac 1.0.2
+
  Reporter:  rjollos|  Owner:  rjollos
  Type:  defect | Status:  new
  Priority:  major  |  Milestone:  Release 9
 Component:  trac core  |Version:
Resolution: |   Keywords:  trac-1.0.2
+

Comment (by rjollos):

 Trac 1.0.2 has support for Babel 1.3 (trac:#11258), so we can bump the
 version in `requirements.txt` from 0.9.6 to 1.3.

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


Re: [Apache Bloodhound] #413: Consistent placement of Cancel buttons

2014-01-14 Thread Apache Bloodhound
#413: Consistent placement of Cancel buttons
--+
  Reporter:  rjollos  |  Owner:  rjollos
  Type:  enhancement  | Status:  closed
  Priority:  trivial  |  Milestone:  Release 5
 Component:  ui design|Version:
Resolution:  fixed|   Keywords:  trac-1.0.2
--+
Changes (by rjollos):

 * keywords:   = trac-1.0.2


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


[Apache Bloodhound] #736: Logout link should be protected

2014-01-14 Thread Apache Bloodhound
#736: Logout link should be protected
+---
 Reporter:  rjollos |  Owner:  nobody
 Type:  defect  | Status:  new
 Priority:  major   |  Milestone:  Release 9
Component:  trac core   |Version:
 Keywords:  trac-1.0.2  |
+---
 Changes to `bloodhound.css` will be need to complement changes to the
 //Logout// link in trac:#11060.

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


Re: [Apache Bloodhound] #412: Highlight entries in plugin table on hover-over (was: Highlight table rows on hover-over)

2014-01-14 Thread Apache Bloodhound
#412: Highlight entries in plugin table on hover-over
--+
  Reporter:  rjollos  |  Owner:  rjollos
  Type:  enhancement  | Status:  closed
  Priority:  minor|  Milestone:  Release 5
 Component:  ui design|Version:
Resolution:  fixed|   Keywords:  trac-1.0.2 css
--+

Comment (by rjollos):

 Align summary with complementary Trac ticket.

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


Re: [Apache Bloodhound] #652: Error accessing /login form

2014-01-14 Thread Apache Bloodhound
#652: Error accessing /login form
+
  Reporter:  olemis |  Owner:  rjollos
  Type:  defect | Status:  assigned
  Priority:  blocker|  Milestone:  Release 9
 Component:  ui design  |Version:
Resolution: |   Keywords:  product environment trac-1.0.2
+
Changes (by rjollos):

 * keywords:  product environment = product environment trac-1.0.2
 * milestone:  Release 8 = Release 9


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


[Apache Bloodhound] #737: RTL for wiki-toc broken?

2014-01-14 Thread Apache Bloodhound
#737: RTL for wiki-toc broken?
+
 Reporter:  rjollos |  Owner:  nobody
 Type:  defect  | Status:  new
 Priority:  major   |  Milestone:
Component:  trac core   |Version:
 Keywords:  trac-1.0.2  |
+
 Changes to `trac.css` in trac:#11122 should be ported to `bloodhound.css`.

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


[Apache Bloodhound] #738: Definition terms in list have absolute positioning

2014-01-14 Thread Apache Bloodhound
#738: Definition terms in list have absolute positioning
-+
 Reporter:  rjollos  |  Owner:  nobody
 Type:  enhancement  | Status:  new
 Priority:  major|  Milestone:
Component:  trac core|Version:
 Keywords:  trac-1.0.2   |
-+
 Complementary changes to !BloodhoundTheme templates will be needed for the
 changes in trac:#11403. This was discussed on the
 [http://markmail.org/message/rusicimstkrgkkgl mailing list].

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


Re: [Apache Bloodhound] #733: bloodhound_setup.py fails - ImportError: No module named trac.util

2014-01-14 Thread Apache Bloodhound
#733: bloodhound_setup.py fails - ImportError: No module named trac.util
-+
  Reporter:  AlecTaylor  |  Owner:  nobody
  Type:  defect  | Status:  new
  Priority:  blocker |  Milestone:
 Component:  installer   |Version:
Resolution:  |   Keywords:
-+

Comment (by AlecTaylor):

 Oh goodie, a new error (after running that command in my `virtualenv`):
 {{{
 Exception:
 Traceback (most recent call last):
   File bloodhound_env/local/lib/python2.7/site-
 packages/pip/basecommand.py, line 134, in main
 status = self.run(options, args)
   File bloodhound_env/local/lib/python2.7/site-
 packages/pip/commands/install.py, line 220, in run
 for req in parse_requirements(filename, finder=finder,
 options=options):
   File bloodhound_env/local/lib/python2.7/site-packages/pip/req.py, line
 1477, in parse_requirements
 req = InstallRequirement.from_line(line, comes_from,
 prereleases=getattr(options, pre, None))
   File bloodhound_env/local/lib/python2.7/site-packages/pip/req.py, line
 129, in from_line
 return cls(req, comes_from, url=url, prereleases=prereleases)
   File bloodhound_env/local/lib/python2.7/site-packages/pip/req.py, line
 44, in __init__
 req = pkg_resources.Requirement.parse(req)
   File bloodhound_env/local/lib/python2.7/site-
 packages/pkg_resources.py, line 2914, in parse
 reqs = list(parse_requirements(s))
   File bloodhound_env/local/lib/python2.7/site-
 packages/pkg_resources.py, line 2839, in parse_requirements
 line, p, specs = scan_list(VERSION,LINE_END,line,p,(1,2),version
 spec)
   File bloodhound_env/local/lib/python2.7/site-
 packages/pkg_resources.py, line 2807, in scan_list
 raise ValueError(Expected +item_name+ in,line,at,line[p:])
 ValueError: ('Expected version spec in', '../trac', 'at', '/trac')
 }}}

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


Re: [Apache Bloodhound] #738: Definition terms in list have absolute positioning

2014-01-14 Thread Apache Bloodhound
#738: Definition terms in list have absolute positioning
--+
  Reporter:  rjollos  |  Owner:  nobody
  Type:  enhancement  | Status:  new
  Priority:  major|  Milestone:  Release 9
 Component:  trac core|Version:
Resolution:   |   Keywords:  trac-1.0.2
--+
Changes (by rjollos):

 * milestone:   = Release 9


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


[Apache Bloodhound] #740: Set component when reporting defects to trac-hacks

2014-01-14 Thread Apache Bloodhound
#740: Set component when reporting defects to trac-hacks
-+---
 Reporter:  rjollos  |  Owner:  nobody
 Type:  enhancement  | Status:  new
 Priority:  major|  Milestone:  Release 9
Component:  trac core|Version:
 Keywords:  trac-1.0.2   |
-+---
 Complementary changes to !BloodhoundTheme templates will be needed for the
 changes made in #11434.

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


[Apache Bloodhound] #741: Update Whoosh dependency

2014-01-14 Thread Apache Bloodhound
#741: Update Whoosh dependency
---+-
 Reporter:  SaintGermain   |  Owner:  nobody
 Type:  enhancement| Status:  new
 Priority:  major  |  Milestone:  Unscheduled
Component:  search |Version:  0.7.0
 Keywords:  whoosh search  |
---+-
 bloodhound_search currently requires the exact Whoosh 2.4.1 version.
 Whoosh 2.4.1 contains a bug and a fix/workaround is included in
 Bloodhound.

 The Whoosh bug is corrected since version 2.5.1, branch 2.4.* is not
 supported anymore and Whoosh is already at version 2.5.6.

 The patch is easy as it requires only to properly remove the fix for 2.4.1
 (see below).

 See discussion on mailing-list:
 http://markmail.org/message/ryglvplsq3hgvu3g

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


Re: [Apache Bloodhound] #733: bloodhound_setup.py fails - ImportError: No module named trac.util

2014-01-14 Thread Apache Bloodhound
#733: bloodhound_setup.py fails - ImportError: No module named trac.util
-+
  Reporter:  AlecTaylor  |  Owner:  nobody
  Type:  defect  | Status:  new
  Priority:  blocker |  Milestone:
 Component:  installer   |Version:
Resolution:  |   Keywords:
-+

Comment (by rjollos):

 I'm not sure what the issue is. What do you see when opening the Python
 shell and typing?:
 {{{#!sh
  import trac
  import babe
 }}}

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


Re: [Apache Bloodhound] #733: bloodhound_setup.py fails - ImportError: No module named trac.util

2014-01-14 Thread Apache Bloodhound
#733: bloodhound_setup.py fails - ImportError: No module named trac.util
-+
  Reporter:  AlecTaylor  |  Owner:  nobody
  Type:  defect  | Status:  new
  Priority:  blocker |  Milestone:
 Component:  installer   |Version:
Resolution:  |   Keywords:
-+

Comment (by AlecTaylor):

 Those commands worked within the virtualenv without issue. Additionally:
 {{{
  from trac.util.translation import has_babel
  has_babel
 True
 }}}

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