You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bloodhound.apache.org by Apache Bloodhound <bl...@incubator.apache.org> on 2012/05/01 18:52:28 UTC

[Apache Bloodhound] #51: Update styling for custom query to bootstrap

#51: Update styling for custom query to bootstrap
-----------------------+-------------------------------------
 Reporter:  gjm        |      Owner:  nobody
     Type:  task       |     Status:  new
 Priority:  major      |  Milestone:  RC1 for initial release
Component:  dashboard  |    Version:
 Keywords:             |
-----------------------+-------------------------------------
 This page has no changes for initial release other than applying bootstrap
 styling changes

 Spawned from #15

-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/51>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound (incubating) issue tracker

Re: [Apache Bloodhound] #51: Update styling for custom query to bootstrap

Posted by Apache Bloodhound <bl...@incubator.apache.org>.
#51: Update styling for custom query to bootstrap
------------------------+-------------------------------------
  Reporter:  gjm        |      Owner:  nobody
      Type:  task       |     Status:  new
  Priority:  major      |  Milestone:  RC1 for initial release
 Component:  dashboard  |    Version:
Resolution:             |   Keywords:
------------------------+-------------------------------------

Comment (by olemis):

 In order to provide Genshi template(s) implementing bootstrap styles,
 controls , best practices ... just like before (e.g. #15 , #41 , #10 , #8
 , #58 , #59 ) I think we really should move forward with #40 and merge
 theme and dashboard plugins into a single '''Bloodhound UI''' plugin.

-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/51#comment:1>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound (incubating) issue tracker

Re: [Apache Bloodhound] #51: Update styling for custom query to bootstrap

Posted by Apache Bloodhound <bl...@incubator.apache.org>.
#51: Update styling for custom query to bootstrap
------------------------+-------------------------------------
  Reporter:  gjm        |      Owner:  olemis
      Type:  task       |     Status:  accepted
  Priority:  major      |  Milestone:  RC1 for initial release
 Component:  ui design  |    Version:
Resolution:             |   Keywords:  query
------------------------+-------------------------------------

Comment (by gjm):

 I noticed a js error when batch_modify is not available. Perhaps it is
 also worth checking (in {{{bhtheme/templates/bh_query.html}}} around line
 15):

 {{{
 #!js
 if(typeof batch_modify != 'undefined' && batch_modify) {
   initializeBatch();
 }
 }}}

-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/51#comment:5>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound (incubating) issue tracker

Re: [Apache Bloodhound] #51: Update styling for custom query to bootstrap

Posted by Apache Bloodhound <bl...@incubator.apache.org>.
#51: Update styling for custom query to bootstrap
------------------------+-------------------------------------
  Reporter:  gjm        |      Owner:  olemis
      Type:  task       |     Status:  accepted
  Priority:  major      |  Milestone:  RC1 for initial release
 Component:  dashboard  |    Version:
Resolution:             |   Keywords:
------------------------+-------------------------------------
Changes (by olemis):

 * status:  new => accepted
 * owner:  nobody => olemis


-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/51#comment:2>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound (incubating) issue tracker

Re: [Apache Bloodhound] #51: Update styling for custom query to bootstrap

Posted by Apache Bloodhound <bl...@incubator.apache.org>.
#51: Update styling for custom query to bootstrap
------------------------+-------------------------------------
  Reporter:  gjm        |      Owner:  olemis
      Type:  task       |     Status:  accepted
  Priority:  major      |  Milestone:  RC1 for initial release
 Component:  ui design  |    Version:
Resolution:             |   Keywords:  query
------------------------+-------------------------------------

Comment (by olemis):

 Attached patches implement query web UI .

 ==== Dashboard ====

 Just apply [attachment:t51_r1338207_query_dashboard.diff] against r1338207
 . This patch incorporates some templates that may be reused by query
 widget and query web UI .

 ==== Theme ====

 Just apply [attachment:t51_r1338362_query_webui.diff] against r1338362 and
 you'll get updated templates .

 These templates are a bit tricky and complex ... so feedback is
 appreciated .

-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/51#comment:4>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound (incubating) issue tracker

Re: [Apache Bloodhound] #51: Update styling for custom query to bootstrap

Posted by Apache Bloodhound <bl...@incubator.apache.org>.
#51: Update styling for custom query to bootstrap
------------------------+-------------------------------------
  Reporter:  gjm        |      Owner:  review
      Type:  task       |     Status:  closed
  Priority:  major      |  Milestone:  RC1 for initial release
 Component:  ui design  |    Version:
Resolution:  fixed      |   Keywords:  query
------------------------+-------------------------------------
Changes (by gjm):

 * status:  assigned => closed
 * resolution:   => fixed


-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/51#comment:7>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound (incubating) issue tracker

Re: [Apache Bloodhound] #51: Update styling for custom query to bootstrap

Posted by Apache Bloodhound <bl...@incubator.apache.org>.
#51: Update styling for custom query to bootstrap
------------------------+-------------------------------------
  Reporter:  gjm        |      Owner:  review
      Type:  task       |     Status:  assigned
  Priority:  major      |  Milestone:  RC1 for initial release
 Component:  ui design  |    Version:
Resolution:             |   Keywords:  query
------------------------+-------------------------------------
Changes (by gjm):

 * status:  accepted => assigned
 * owner:  olemis => review


Comment:

 r1339541 adds the reusable templates to the dashboard plugin

 r1339542 applies the bootstrap styling to queries

 r1339544 fixes the js error as noted above

 Leaving ticket open to allow time for feedback.

-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/51#comment:6>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound (incubating) issue tracker

Re: [Apache Bloodhound] #51: Update styling for custom query to bootstrap

Posted by Apache Bloodhound <bl...@incubator.apache.org>.
#51: Update styling for custom query to bootstrap
------------------------+-------------------------------------
  Reporter:  gjm        |      Owner:  olemis
      Type:  task       |     Status:  accepted
  Priority:  major      |  Milestone:  RC1 for initial release
 Component:  ui design  |    Version:
Resolution:             |   Keywords:  query
------------------------+-------------------------------------
Changes (by olemis):

 * keywords:   => query
 * component:  dashboard => ui design


-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/51#comment:3>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound (incubating) issue tracker