[JBoss JIRA] (JBIDE-16040) Embed wizard: Web balancer cartridge should not be listed
by Michelle Murray (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16040?page=com.atlassian.jira.plugi... ]
Michelle Murray updated JBIDE-16040:
------------------------------------
Affects: Documentation (Ref Guide, User Guide, etc.)
> Embed wizard: Web balancer cartridge should not be listed
> ---------------------------------------------------------
>
> Key: JBIDE-16040
> URL: https://issues.jboss.org/browse/JBIDE-16040
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.1.1.CR1
> Reporter: Marián Labuda
> Priority: Minor
> Labels: embed_wizard
> Fix For: 4.2.x
>
> Attachments: haproxy_cartridge.png
>
>
> There is embedded cartridge Web Balancer listed in table of embedded cartridges. It is not possible use this cartridge in any application, bcs. it's automatically added to scalable application. Remove this cartridge from scalable application is not possible as well. Also on the OpenShift Enterprise is not this cartridge listed.
> !haproxy_cartridge.png!
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 2 months
[JBoss JIRA] (TOOLSDOC-435) Update 8.0 User Guide text and screen caps for IDE look & behavior changes
by Michelle Murray (JIRA)
[ https://issues.jboss.org/browse/TOOLSDOC-435?page=com.atlassian.jira.plug... ]
Michelle Murray updated TOOLSDOC-435:
-------------------------------------
Description:
Add list of impacting JBIDE and JBDS jiras here:
*OpenShift*
* New SSH Key Wizard: add a passphrase confirmation field (JBIDE-13450)
* Environment variable disabled if servers does not support them (JBIDE-16030, JBIDE-15861/JBIDE-16031)
was:
Add list of impacting JBIDE and JBDS jiras here:
*OpenShift*
* New SSH Key Wizard: add a passphrase confirmation field (JBIDE-13450)
> Update 8.0 User Guide text and screen caps for IDE look & behavior changes
> --------------------------------------------------------------------------
>
> Key: TOOLSDOC-435
> URL: https://issues.jboss.org/browse/TOOLSDOC-435
> Project: Documentation for JBoss Tools and Developer Studio
> Issue Type: Sub-task
> Security Level: Public(Everyone can see)
> Components: User Guide
> Affects Versions: 4.2.0
> Reporter: Michelle Murray
> Assignee: Michelle Murray
> Fix For: 4.2.0
>
>
> Add list of impacting JBIDE and JBDS jiras here:
> *OpenShift*
> * New SSH Key Wizard: add a passphrase confirmation field (JBIDE-13450)
> * Environment variable disabled if servers does not support them (JBIDE-16030, JBIDE-15861/JBIDE-16031)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 2 months
[JBoss JIRA] (JBIDE-16225) Let the user select the version of the arquillian container adapter
by Snjezana Peco (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16225?page=com.atlassian.jira.plugi... ]
Snjezana Peco reassigned JBIDE-16225:
-------------------------------------
Assignee: Snjezana Peco
> Let the user select the version of the arquillian container adapter
> ---------------------------------------------------------------------
>
> Key: JBIDE-16225
> URL: https://issues.jboss.org/browse/JBIDE-16225
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: testing-tools
> Affects Versions: 4.1.1.CR1
> Reporter: Xavier Coulon
> Assignee: Snjezana Peco
>
> The Arquillian wizard provides users with a list of containers (eg: JBOSS_AS_REMOTE_7.X) that can be used but it misses the version selection (eg: 7.1.1.Final, 7.2.0.Final, etc.).
> I think it's important to let the user choose the version of the 'driver' she needs to use, because it needs to match against the actual version of the container.
> for example, using org.jboss.as:jboss-as-arquillian-container-remote:7.2.0.Final against JBoss AS 7.1.1 will not work.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 2 months
[JBoss JIRA] (JBIDE-16347) New Tabs wizard for JQM 1.4
by Viacheslav Kabanovich (JIRA)
Viacheslav Kabanovich created JBIDE-16347:
---------------------------------------------
Summary: New Tabs wizard for JQM 1.4
Key: JBIDE-16347
URL: https://issues.jboss.org/browse/JBIDE-16347
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: jsp/jsf/xml/html source editing
Reporter: Viacheslav Kabanovich
Assignee: Viacheslav Kabanovich
Tabs widget can be implemented as navbar
{code}
<div data-role="tabs" id="tabs">
<div data-role="navbar">
<ul>
<li><a href="#one" data-ajax="false">one</a></li>
<li><a href="#two" data-ajax="false">two</a></li>
</ul>
</div>
<div id="one" class="ui-body-d ui-content">
</div>
<div id="two">
</div>
</div>
{code}
or as listview
{code}
<div data-role="tabs">
<ul data-role="listview" data-inset="true" class="tablist-left">
<li><a href="#one" data-ajax="false">one</a></li>
<li><a href="#two" data-ajax="false">two</a></li>
<li><a href="ajax-content.html" data-ajax="false">three</a></li>
</ul>
<div id="one" class="ui-body-d tablist-content">
</div>
<div id="two" class="ui-body-d tablist-content">
</div>
</div>
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 2 months
[JBoss JIRA] (JBIDE-16346) Add checkbox input version of flip toggle switch to the wizard
by Viacheslav Kabanovich (JIRA)
Viacheslav Kabanovich created JBIDE-16346:
---------------------------------------------
Summary: Add checkbox input version of flip toggle switch to the wizard
Key: JBIDE-16346
URL: https://issues.jboss.org/browse/JBIDE-16346
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: jsp/jsf/xml/html source editing
Reporter: Viacheslav Kabanovich
Assignee: Viacheslav Kabanovich
Fix For: 4.2.0.Alpha2
In jQuery Mobile 1.4, flip toggle switch widget can be created as
{code}
<input data-role="flipswitch" name="flip-checkbox" id="flip-checkbox" type="checkbox">
{code}
as well as traditional <select> with two options.
We can modify existing wizard for 1.4 by adding radio options
"As input" and "As select"
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 2 months
[JBoss JIRA] (JBIDE-16345) General Palette improvements
by Daniel Azarov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16345?page=com.atlassian.jira.plugi... ]
Daniel Azarov updated JBIDE-16345:
----------------------------------
Attachment: PaletteAfter5.png
PaletteBefore5.png
> General Palette improvements
> ----------------------------
>
> Key: JBIDE-16345
> URL: https://issues.jboss.org/browse/JBIDE-16345
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: jsp/jsf/xml/html source editing
> Reporter: Daniel Azarov
> Assignee: Daniel Azarov
> Fix For: 4.2.0.Alpha2
>
> Attachments: PaletteAfter1.png, PaletteAfter2.png, PaletteAfter3.png, PaletteAfter4.png, PaletteAfter5.png, PaletteBefore1.png, PaletteBefore2.png, PaletteBefore3.png, PaletteBefore4.png, PaletteBefore5.png
>
>
> Improve Palette in order not to allow insert elements from Palette to the wrong places.
> 1. Insert elements from Palette to the Editor by setting text cursor or selecting text in the Editor then pressing on Palette Item
> ||Before Insertion||After Insertion||
> |!PaletteBefore1.png!|!PaletteAfter1.png!|
> |!PaletteBefore2.png!|!PaletteAfter2.png!|
> |!PaletteBefore3.png!|!PaletteAfter3.png!|
> |!PaletteBefore4.png!|!PaletteAfter4.png!|
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 2 months
[JBoss JIRA] (JBIDE-16345) General Palette improvements
by Daniel Azarov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16345?page=com.atlassian.jira.plugi... ]
Daniel Azarov updated JBIDE-16345:
----------------------------------
Description:
Improve Palette in order not to allow insert elements from Palette to the wrong places.
1. Insert elements from Palette to the Editor by setting text cursor or selecting text in the Editor then pressing on Palette Item
||Before Insertion||After Insertion||
|!PaletteBefore1.png!|!PaletteAfter1.png!|
|!PaletteBefore2.png!|!PaletteAfter2.png!|
|!PaletteBefore3.png!|!PaletteAfter3.png!|
|!PaletteBefore4.png!|!PaletteAfter4.png!|
|!PaletteBefore5.png!|!PaletteAfter5.png!|
was:
Improve Palette in order not to allow insert elements from Palette to the wrong places.
1. Insert elements from Palette to the Editor by setting text cursor or selecting text in the Editor then pressing on Palette Item
||Before Insertion||After Insertion||
|!PaletteBefore1.png!|!PaletteAfter1.png!|
|!PaletteBefore2.png!|!PaletteAfter2.png!|
|!PaletteBefore3.png!|!PaletteAfter3.png!|
|!PaletteBefore4.png!|!PaletteAfter4.png!|
> General Palette improvements
> ----------------------------
>
> Key: JBIDE-16345
> URL: https://issues.jboss.org/browse/JBIDE-16345
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: jsp/jsf/xml/html source editing
> Reporter: Daniel Azarov
> Assignee: Daniel Azarov
> Fix For: 4.2.0.Alpha2
>
> Attachments: PaletteAfter1.png, PaletteAfter2.png, PaletteAfter3.png, PaletteAfter4.png, PaletteAfter5.png, PaletteBefore1.png, PaletteBefore2.png, PaletteBefore3.png, PaletteBefore4.png, PaletteBefore5.png
>
>
> Improve Palette in order not to allow insert elements from Palette to the wrong places.
> 1. Insert elements from Palette to the Editor by setting text cursor or selecting text in the Editor then pressing on Palette Item
> ||Before Insertion||After Insertion||
> |!PaletteBefore1.png!|!PaletteAfter1.png!|
> |!PaletteBefore2.png!|!PaletteAfter2.png!|
> |!PaletteBefore3.png!|!PaletteAfter3.png!|
> |!PaletteBefore4.png!|!PaletteAfter4.png!|
> |!PaletteBefore5.png!|!PaletteAfter5.png!|
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 2 months