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 2013/02/11 20:45:35 UTC

[Apache Bloodhound] #381: Modify Ticket admin panels to have row-wise inline forms

#381: Modify Ticket admin panels to have row-wise inline forms
-------------------------+-----------------------
 Reporter:  rjollos      |      Owner:  nobody
     Type:  enhancement  |     Status:  new
 Priority:  minor        |  Milestone:  Release 5
Component:  dashboard    |    Version:
 Keywords:               |
-------------------------+-----------------------
 As was done in #248 for the Repository Admin panel, #376 for the Plugin
 Admin panel and #217 for the Milestone Admin panel; modify the remainder
 of the plugin panels to use the `inline-form` class with the forms
 oriented row-wise rather than column-wise.

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

Re: [Apache Bloodhound] #381: Modify Ticket admin panels to have row-wise inline forms

Posted by Apache Bloodhound <bl...@incubator.apache.org>.
#381: Modify Ticket admin panels to have row-wise inline forms
--------------------------+-----------------------
  Reporter:  rjollos      |      Owner:  rjollos
      Type:  enhancement  |     Status:  accepted
  Priority:  minor        |  Milestone:  Release 5
 Component:  dashboard    |    Version:
Resolution:               |   Keywords:
--------------------------+-----------------------

Comment (by rjollos):

 (In [1448055])

 Refs #381: Modified Admin Components, Enums and Versions panels to display
 the ''add'' form above the table. The ''add'' form has an inline layout.

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

Re: [Apache Bloodhound] #381: Modify Ticket and Permissions admin panels to move forms to the top

Posted by Apache Bloodhound <bl...@incubator.apache.org>.
#381: Modify Ticket and Permissions admin panels to move forms to the top
--------------------------+--------------------------------------
  Reporter:  rjollos      |      Owner:  rjollos
      Type:  enhancement  |     Status:  closed
  Priority:  minor        |  Milestone:  Release 5
 Component:  dashboard    |    Version:
Resolution:  fixed        |   Keywords:  admin ticket permissions
--------------------------+--------------------------------------

Comment (by rjollos):

 (In [1453211] )

 Refs #381:
  * Consistently place the submit buttons in the lower left corner of the
 admin panels.
  * Consistently use `Note` for labels, replacing uses of `Notice`.

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

Re: [Apache Bloodhound] #381: Modify Ticket and Permissions admin panels to move forms to the top (was: Modify Ticket and Permsisions admin panels to move forms to the top)

Posted by Apache Bloodhound <bl...@incubator.apache.org>.
#381: Modify Ticket and Permissions admin panels to move forms to the top
--------------------------+--------------------------------------
  Reporter:  rjollos      |      Owner:  rjollos
      Type:  enhancement  |     Status:  closed
  Priority:  minor        |  Milestone:  Release 5
 Component:  dashboard    |    Version:
Resolution:  fixed        |   Keywords:  admin ticket permissions
--------------------------+--------------------------------------
Changes (by rjollos):

 * status:  accepted => closed
 * keywords:   => admin ticket permissions
 * resolution:   => fixed


Comment:

 (In [1453137])

 Refs #381: Move forms to top of the page for the //Plugin// Admin panel
 and //Ticket System// Admin panels.

 ----

 Future work may focus on the [http://twitter.github.com/bootstrap/base-
 css.html#forms form layout], which is somewhat inconsistent among the
 panels at the moment. The panels in the ''Ticket System'' use the `form-
 horizontal` class when there is more than one input, and the `form-inline`
 class when there is a single input. The Repository Administration panel
 uses a `form-inline` for the case of multiple inputs, and when resizing
 the browser they don't reflow nicely.

 None of the cases for the form layout appear to be exactly ideal from the
 standpoint of layout and ability to reflow as the browser is resized. This
 will need to be experimented with further and some design input obtained.
 Responsive design will need to be considered when making the next round of
 changes.

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

Re: [Apache Bloodhound] #381: Modify Ticket admin panels to have row-wise inline forms

Posted by Apache Bloodhound <bl...@incubator.apache.org>.
#381: Modify Ticket admin panels to have row-wise inline forms
--------------------------+-----------------------
  Reporter:  rjollos      |      Owner:  rjollos
      Type:  enhancement  |     Status:  accepted
  Priority:  minor        |  Milestone:  Release 5
 Component:  dashboard    |    Version:
Resolution:               |   Keywords:
--------------------------+-----------------------

Comment (by rjollos):

 Replying to [comment:3 rjollos]:
 > Created t:#11073 while working on this ticket, and I'll make the same
 change for Bloodhound.

 => #419.

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

Re: [Apache Bloodhound] #381: Modify Ticket admin panels to have row-wise inline forms

Posted by Apache Bloodhound <bl...@incubator.apache.org>.
#381: Modify Ticket admin panels to have row-wise inline forms
--------------------------+-----------------------
  Reporter:  rjollos      |      Owner:  rjollos
      Type:  enhancement  |     Status:  accepted
  Priority:  minor        |  Milestone:  Release 5
 Component:  dashboard    |    Version:
Resolution:               |   Keywords:
--------------------------+-----------------------

Comment (by rjollos):

 comment:13:ticket:217 is related to this ticket.

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

Re: [Apache Bloodhound] #381: Modify Ticket and Permsisions admin panels to move forms to the top (was: Modify Ticket admin panels to have row-wise inline forms)

Posted by Apache Bloodhound <bl...@incubator.apache.org>.
#381: Modify Ticket and Permsisions admin panels to move forms to the top
--------------------------+-----------------------
  Reporter:  rjollos      |      Owner:  rjollos
      Type:  enhancement  |     Status:  accepted
  Priority:  minor        |  Milestone:  Release 5
 Component:  dashboard    |    Version:
Resolution:               |   Keywords:
--------------------------+-----------------------
Description changed by rjollos:

Old description:

> As was done in #248 for the Repository Admin panel, #376 for the Plugin
> Admin panel and #217 for the Milestone Admin panel; modify the remainder
> of the plugin panels to use the `inline-form` class with the forms
> oriented row-wise rather than column-wise.

New description:

 As was done in #248 for the Repository Admin panel, #376 for the Plugin
 Admin panel and #217 for the Milestone Admin panel; modify the remainder
 of the plugin panels to use the `inline-form` or `horizontal-form`
 classes, with the forms oriented row-wise rather than column-wise.

--

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

Re: [Apache Bloodhound] #381: Modify Ticket admin panels to have row-wise inline forms

Posted by Apache Bloodhound <bl...@incubator.apache.org>.
#381: Modify Ticket admin panels to have row-wise inline forms
--------------------------+-----------------------
  Reporter:  rjollos      |      Owner:  rjollos
      Type:  enhancement  |     Status:  accepted
  Priority:  minor        |  Milestone:  Release 5
 Component:  dashboard    |    Version:
Resolution:               |   Keywords:
--------------------------+-----------------------

Comment (by rjollos):

 Created t:#11073 while work on this ticket, and I'll make the same change
 for Bloodhound.

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

Re: [Apache Bloodhound] #381: Modify Ticket admin panels to have row-wise inline forms

Posted by Apache Bloodhound <bl...@incubator.apache.org>.
#381: Modify Ticket admin panels to have row-wise inline forms
--------------------------+-----------------------
  Reporter:  rjollos      |      Owner:  rjollos
      Type:  enhancement  |     Status:  accepted
  Priority:  minor        |  Milestone:  Release 5
 Component:  dashboard    |    Version:
Resolution:               |   Keywords:
--------------------------+-----------------------
Changes (by rjollos):

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


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