Re: [Apache Bloodhound] #547: TracError on Timeline Widget in Ticket view

2013-07-02 Thread Apache Bloodhound
#547: TracError on Timeline Widget in Ticket view
--+---
  Reporter:  tim  |  Owner:  rjollos
  Type:  defect   | Status:  closed
  Priority:  major|  Milestone:  Release 6
 Component:  plugins  |Version:  0.5.3
Resolution:  fixed|   Keywords:
--+---
Changes (by astaric):

 * status:  accepted = closed
 * resolution:   = fixed


Comment:

 As the problem no longer appears in trunk version and we have added unit
 tests that should cover this scenario for the future, I am closing the
 ticket. If the problem reappears, please reopen it.

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


[Apache Bloodhound] New user registration: mrsngcarter

2013-07-02 Thread Apache Bloodhound
New user registration for user mrsngcarter

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



Re: [Apache Bloodhound] #444: Show number of attachments next to attachment heading

2013-07-02 Thread Apache Bloodhound
#444: Show number of attachments next to attachment heading
--+
  Reporter:  rjollos  |  Owner:  rjollos
  Type:  enhancement  | Status:  new
  Priority:  minor|  Milestone:  Release 7
 Component:  ui design|Version:
Resolution:   |   Keywords:  trac-1.0.0
--+
Changes (by rjollos):

 * milestone:  Release 6 = Release 7


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


Re: [Apache Bloodhound] #501: Convert repository annotations to Bootstrap

2013-07-02 Thread Apache Bloodhound
#501: Convert repository annotations to Bootstrap
-+-
  Reporter:  olemis  |  Owner:  rjollos
  Type:  task| Status:  review
  Priority:  major   |  Milestone:  Release 7
 Component:  ui design   |Version:
Resolution:  |   Keywords:  vcs browser blame responsive
 |  bootstrap
-+-
Changes (by rjollos):

 * milestone:  Release 6 = Release 7


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


[Apache Bloodhound] #580: Two edit textareas are display after a collision

2013-07-02 Thread Apache Bloodhound
#580: Two edit textareas are display after a collision
--+-
  Reporter:  rjollos  |Owner:
  Type:  defect   |   Status:  new
  Priority:  major|  Version:  0.5.3
Resolution:   |
--+-
 While working on #446, it was observed that two edit textareas are
 displayed after there is an edit collisions.

 [[Image(WikiEdit.png,100%)]]

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


Re: [Apache Bloodhound] #580: Two edit textareas are display after a collision

2013-07-02 Thread Apache Bloodhound
#580: Two edit textareas are display after a collision
+-
  Reporter:  rjollos|  Owner:  nobody
  Type:  defect | Status:  new
  Priority:  major  |  Milestone:  Release 7
 Component:  ui design  |Version:  0.5.3
Resolution: |   Keywords:  wiki edit collision
+-
Changes (by rjollos):

 * keywords:   = wiki edit collision
 * owner:   = nobody
 * component:   = ui design
 * milestone:   = Release 7


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


svn commit: r1499174 - /bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_wiki_edit.html

2013-07-02 Thread rjollos
Author: rjollos
Date: Wed Jul  3 02:01:31 2013
New Revision: 1499174

URL: http://svn.apache.org/r1499174
Log:
Avoid duplicate edit forms when a collision occurs in normal edit mode (i.e. 
not side-by-side). Fixes #580.

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

Modified: bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_wiki_edit.html
URL: 
http://svn.apache.org/viewvc/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_wiki_edit.html?rev=1499174r1=1499173r2=1499174view=diff
==
--- bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_wiki_edit.html 
(original)
+++ bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_wiki_edit.html Wed 
Jul  3 02:01:31 2013
@@ -205,7 +205,7 @@
   editing. Your changes cannot be saved.
 /div
   /div
-  div class=span12
+  div py:if=sidebyside class=span12
 xi:include href=bh_wiki_edit_form.html /
   /div
 /py:when




Re: [Apache Bloodhound] #580: Two edit textareas are display after a collision

2013-07-02 Thread Apache Bloodhound
#580: Two edit textareas are display after a collision
+-
  Reporter:  rjollos|  Owner:  rjollos
  Type:  defect | Status:  closed
  Priority:  major  |  Milestone:  Release 6
 Component:  ui design  |Version:  0.5.3
Resolution:  fixed  |   Keywords:  wiki edit collision
+-
Changes (by rjollos):

 * status:  assigned = closed
 * resolution:   = fixed


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


Re: [Apache Bloodhound] #580: Two edit textareas are display after a collision

2013-07-02 Thread Apache Bloodhound
#580: Two edit textareas are display after a collision
+-
  Reporter:  rjollos|  Owner:  rjollos
  Type:  defect | Status:  assigned
  Priority:  major  |  Milestone:  Release 6
 Component:  ui design  |Version:  0.5.3
Resolution: |   Keywords:  wiki edit collision
+-
Changes (by rjollos):

 * owner:  nobody = rjollos
 * status:  new = assigned
 * milestone:  Release 7 = Release 6


Comment:

 Since this turned out to be a one-line change, I just went ahead and fixed
 it.

 (In [1499174])

 Avoid duplicate edit forms when a collision occurs in normal edit mode
 (i.e. not side-by-side). Fixes #580.

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


Re: [Apache Bloodhound] #446: Edit conflict warning messages may not be visible when not in side-by-side edit mode

2013-07-02 Thread Apache Bloodhound
#446: Edit conflict warning messages may not be visible when not in side-by-side
edit mode
+
  Reporter:  rjollos|  Owner:  rjollos
  Type:  defect | Status:  new
  Priority:  minor  |  Milestone:  Release 6
 Component:  ui design  |Version:
Resolution: |   Keywords:  trac-1.0.2
+

Comment (by rjollos):

 (In [1499176])

 Applied [t 11827] to `bh_wiki_edit.html`. Refs #446.

 Put conflict message always at the top of the page so that it is always
 visible. The page refreshes and does not scroll downward when selecting
 //Preview Page//, //Review Changes// or //Submit changes//.

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


svn commit: r1499178 - /bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_wiki_edit.html

2013-07-02 Thread rjollos
Author: rjollos
Date: Wed Jul  3 02:15:30 2013
New Revision: 1499178

URL: http://svn.apache.org/r1499178
Log:
Applied [t 11828] to `bh_wiki_edit.html`. Refs #446.

Put merge warning message always above the preview. When not in side-by-side 
edit mode, the page scrolls down to the preview when Merge changes is selected.

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

Modified: bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_wiki_edit.html
URL: 
http://svn.apache.org/viewvc/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_wiki_edit.html?rev=1499178r1=1499177r2=1499178view=diff
==
--- bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_wiki_edit.html 
(original)
+++ bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_wiki_edit.html Wed 
Jul  3 02:15:30 2013
@@ -115,19 +115,6 @@
 darr;
   /div
   h1 class=span12 i18n:msg=nameEditing ${name_of(page.resource)}/h1
-  div py:if=merge class=system-message span12
-div class=alert
-  pspan class=label label-importantImportant/span
-  Someone else has modified that page since you started your 
edits./pbr /
-  p i18n:msg=strongIf you save right away, you risk to revert 
those changes
-  (highlighted below as deletions)./strong/pbr /
-  p i18n:msg=Please review all those changes and manually merge 
them with your
-  own changes. br /
-  If you're unsure about what you're doing, please press 
codeCancel/code
-  (losing your changes) and start editing the latest version of the 
page
-  again./p
-/div
-  /div
 
   !--/p!
 
@@ -169,6 +156,19 @@
 div py:if=not sidebyside class=span12
   xi:include href=bh_wiki_edit_form.html /
 /div
+div py:if=merge class=system-message span12
+  div class=alert
+pspan class=label label-importantImportant/span
+Someone else has modified that page since you started your 
edits./pbr /
+p i18n:msg=strongIf you save right away, you risk to revert 
those changes
+(highlighted below as deletions)./strong/pbr /
+p i18n:msg=Please review all those changes and manually merge 
them with your
+own changes. br /
+If you're unsure about what you're doing, please press 
codeCancel/code
+(losing your changes) and start editing the latest version of the 
page
+again./p
+  /div
+/div
 py:when test='preview'
   div class=span12
 table id=info summary=Revision info




[Apache Bloodhound] #581: Edit area has height of only 16px after a merge conflict is detected

2013-07-02 Thread Apache Bloodhound
#581: Edit area has height of only 16px after a merge conflict is detected
--+-
  Reporter:  rjollos  |Owner:
  Type:  defect   |   Status:  new
  Priority:  major|  Version:  0.5.3
Resolution:   |
--+-
 When in side-by-side edit mode, after pressing //Preview Page//, //Review
 Changes// or //Submit changes// and when a merge conflict is detected, the
 edit textarea has a height of only 16px.

 [[Image(WikiEdit.html)]]

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


Re: [Apache Bloodhound] #581: Edit area has height of only 16px after a merge conflict is detected

2013-07-02 Thread Apache Bloodhound
#581: Edit area has height of only 16px after a merge conflict is detected
+---
  Reporter:  rjollos|  Owner:  nobody
  Type:  defect | Status:  new
  Priority:  major  |  Milestone:  Release 7
 Component:  ui design  |Version:  0.5.3
Resolution: |   Keywords:  wiki edit
+---
Changes (by rjollos):

 * component:  dashboard = ui design


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


Re: [Apache Bloodhound] #581: Edit area has height of only 16px after a merge conflict is detected

2013-07-02 Thread Apache Bloodhound
#581: Edit area has height of only 16px after a merge conflict is detected
+---
  Reporter:  rjollos|  Owner:  nobody
  Type:  defect | Status:  new
  Priority:  major  |  Milestone:  Release 7
 Component:  dashboard  |Version:  0.5.3
Resolution: |   Keywords:  wiki edit
+---
Changes (by rjollos):

 * owner:   = nobody
 * keywords:   = wiki edit
 * component:   = dashboard
 * milestone:   = Release 7


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


Re: [Apache Bloodhound] #581: Edit area has height of only 16px after a merge conflict is detected

2013-07-02 Thread Apache Bloodhound
#581: Edit area has height of only 16px after a merge conflict is detected
+---
  Reporter:  rjollos|  Owner:  nobody
  Type:  defect | Status:  new
  Priority:  major  |  Milestone:  Release 7
 Component:  ui design  |Version:  0.5.3
Resolution: |   Keywords:  wiki edit
+---
Description changed by rjollos:

Old description:

 When in side-by-side edit mode, after pressing //Preview Page//, //Review
 Changes// or //Submit changes// and when a merge conflict is detected,
 the edit textarea has a height of only 16px.

 [[Image(WikiEdit.html)]]

New description:

 When in side-by-side edit mode, after pressing //Preview Page//, //Review
 Changes// or //Submit changes// and when a merge conflict is detected, the
 edit textarea has a height of only 16px.

 [[Image(WikiEdit.png,100%)]]

--

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


Re: [Apache Bloodhound] #509: Test compatibility with XMLRPC Plug-in

2013-07-02 Thread Apache Bloodhound
#509: Test compatibility with XMLRPC Plug-in
---+--
  Reporter:  mbooth|  Owner:  rjollos
  Type:  task  | Status:  review
  Priority:  critical  |  Milestone:  Release 6
 Component:  plugins   |Version:
Resolution:|   Keywords:  rpc XmlRpcPlugin
---+--

Comment (by rjollos):

 (In [1499182])

 Change methods from instance to class methods to support multiproduct test
 setup. Refs #509.

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