[JBoss JIRA] (JBIDE-17905) Server Adapter: cannot publish commits (only) when there are local changes (can only commit and push)
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17905?page=com.atlassian.jira.plugi... ]
Marián Labuda closed JBIDE-17905.
---------------------------------
New workflow works OK. Verified in JBDS 8.0.0.CR1 build B201 and tested more deeply in nightly builds between Beta3 and CR1.
> Server Adapter: cannot publish commits (only) when there are local changes (can only commit and push)
> -----------------------------------------------------------------------------------------------------
>
> Key: JBIDE-17905
> URL: https://issues.jboss.org/browse/JBIDE-17905
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.2.0.Beta3
> Reporter: Max Rydahl Andersen
> Assignee: Andre Dietisheim
> Priority: Critical
> Labels: new_and_noteworthy, server_adapter
> Fix For: 4.2.0.CR1
>
> Attachments: publish-dialog.ogv
>
>
> # EXEC: Add file test.txt
> # EXEC: Commit test.txt
> # EXEC: Add file temporary.txt
> # EXEC: go to openshift server and publish
> # ASSERT: commit dialog shows up
> # ASSERT: I can push the new commits without having to do something about temporary.txt
> this worked in past, now the new commit dialog prevents me from doing this.
> I can use egit push to workaround this but that kinda defeats the purpose of making the server interaction simple via just the "Publish" command.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months
[JBoss JIRA] (JBIDE-13016) Show In > Forge doesn't navigate Forge CLI to file when run from file editor
by Pavol Srna (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13016?page=com.atlassian.jira.plugi... ]
Pavol Srna closed JBIDE-13016.
------------------------------
Verified in JBT 4.2.0.CR1 build.
> Show In > Forge doesn't navigate Forge CLI to file when run from file editor
> ----------------------------------------------------------------------------
>
> Key: JBIDE-13016
> URL: https://issues.jboss.org/browse/JBIDE-13016
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: forge
> Affects Versions: 3.3.1.Final
> Environment: Forge Tools 1.0.1.v20120715-0232-H99-Final org.jboss.tools.forge.feature.feature.group JBoss by Red Hat
> Reporter: Lukáš Fryč
> Assignee: George Gastaldi
> Fix For: 4.2.0.CR1
>
>
> I have opened type {{Test.java}} in the Java editor.
> When I open context menu in the Java editor and select {{Shown In > Forge Console}}, Forge CLI obtains focus, but it does not navigate to given type.
> (Note: when I do the same from Package Explorer, it works fine).
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months
[JBoss JIRA] (JBIDE-15678) "Mark as deployable" visible twice in menu
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15678?page=com.atlassian.jira.plugi... ]
Rob Stryker resolved JBIDE-15678.
---------------------------------
Resolution: Done
[~vpakan] That's unrelated to this jira. I've changed the title of this jira to be more accurate for what you should test.
> "Mark as deployable" visible twice in menu
> ------------------------------------------
>
> Key: JBIDE-15678
> URL: https://issues.jboss.org/browse/JBIDE-15678
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jsp/jsf/xml/html source editing, server
> Affects Versions: 4.1.0.Final
> Reporter: Daniel Azarov
> Assignee: Daniel Azarov
> Priority: Critical
> Fix For: 4.2.0.CR1
>
> Attachments: ContextMenu.png, EditMenu.png
>
>
> Test case:
> 1. Open any .html or .xhtml file in Visual Page Editor
> 2. Check menu "Edit"
> FAIL:
> !EditMenu.png!
> 3. Check context menu
> FAIL:
> !ContextMenu.png!
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months
[JBoss JIRA] (JBIDE-17920) Tag Libs are not added when externalizing strings
by Vlado Pakan (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17920?page=com.atlassian.jira.plugi... ]
Vlado Pakan closed JBIDE-17920.
-------------------------------
Verified with JBDS 8.0.0.CR1-v20140831-0335-B201
> Tag Libs are not added when externalizing strings
> -------------------------------------------------
>
> Key: JBIDE-17920
> URL: https://issues.jboss.org/browse/JBIDE-17920
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: jsp/jsf/xml/html source editing
> Affects Versions: 4.2.0.Beta3
> Environment: JBDS Beta3-v20140712-0200-B178
> Reporter: Vlado Pakan
> Assignee: Daniel Azarov
> Priority: Minor
> Fix For: 4.2.0.CR1
>
>
> 1. Create JSF 1.2 Kick Start project
> 2. Open inputUserName.jsp
> 3. Delete line <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
> 4. Select "User" string within <title> tag
> 5. Click on Externalize selected string... toolitem
> 6. Check Create a new properties file check box
> 7. Click Next> two times
> 8. Select via <f:loadBundle> tag on current page
> 9. Click OK
> ERROR: Tag lib defintion for 'f' name space is not added to web page
> ERROR: The same applies for inputname.xhtml page created within JSF 2.0 Kick Start project
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months
[JBoss JIRA] (JBIDE-15678) "Mark as deployable" visible twice in menu
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15678?page=com.atlassian.jira.plugi... ]
Rob Stryker updated JBIDE-15678:
--------------------------------
Summary: "Mark as deployable" visible twice in menu (was: Wrong menu items in menu "Edit" and context menu when Visual Page Editor opened with .xhtml file)
> "Mark as deployable" visible twice in menu
> ------------------------------------------
>
> Key: JBIDE-15678
> URL: https://issues.jboss.org/browse/JBIDE-15678
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jsp/jsf/xml/html source editing, server
> Affects Versions: 4.1.0.Final
> Reporter: Daniel Azarov
> Assignee: Daniel Azarov
> Priority: Critical
> Fix For: 4.2.0.CR1
>
> Attachments: ContextMenu.png, EditMenu.png
>
>
> Test case:
> 1. Open any .html or .xhtml file in Visual Page Editor
> 2. Check menu "Edit"
> FAIL:
> !EditMenu.png!
> 3. Check context menu
> FAIL:
> !ContextMenu.png!
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months
[JBoss JIRA] (JBIDE-18110) OpenShift explorer: cannot delete characters in any editor, OpenShift forcefully binds "Del" even when no focus
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18110?page=com.atlassian.jira.plugi... ]
Marián Labuda closed JBIDE-18110.
---------------------------------
Verified in JBDS 8.0.0.CR1 build B201.
> OpenShift explorer: cannot delete characters in any editor, OpenShift forcefully binds "Del" even when no focus
> ---------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-18110
> URL: https://issues.jboss.org/browse/JBIDE-18110
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.2.0.CR1
> Reporter: Marián Labuda
> Assignee: Andre Dietisheim
> Priority: Critical
> Labels: explorer
> Fix For: 4.2.0.CR1
>
>
> We have added shortcuts for deletion of application(s), domain(s) and connection(s) in OpenShift Explorer view. The "Delete" shortcut, often used in text editor, invoke dialog to delete an entry (application/domain/connection). The problem is that shortcuts are taken all the time, although the OpenShift Explorer view has lost focus.
> This cause deletion of character in text editors impossible while OpenShift Explorer is opened.
> We should set up to listen for shortcuts if and only if OpenShift Explorer view is opened and has focus.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months
[JBoss JIRA] (JBIDE-17728) HTML5 Palette: Ionic components
by Vlado Pakan (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17728?page=com.atlassian.jira.plugi... ]
Vlado Pakan closed JBIDE-17728.
-------------------------------
Verified with JBDS 8.0.0.CR1-v20140831-0335-B201
> HTML5 Palette: Ionic components
> -------------------------------
>
> Key: JBIDE-17728
> URL: https://issues.jboss.org/browse/JBIDE-17728
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: jsp/jsf/xml/html source editing
> Reporter: Alexey Kazakov
> Assignee: Alexey Kazakov
> Labels: new_and_noteworthy
> Fix For: 4.2.0.CR1
>
> Attachments: ActionSheet.png, ActionSheetWizBan.png, Content.png, ContentWizBan.png, Footer.png, Header.png, ionic.png, IonicButton.png, IonicButtonBar.png, IonicButtonBarWizBan.png, IonicButtonWizBan.png, IonicCheckbox.png, IonicCheckboxWizBan.png, IonicFooterBar.png, IonicHeaderBar.png, IonicNavigation.png, IonicNavigationWizBan.png, IonicPopup.png, IonicPopupWizBan.png, IonicRadio.png, IonicRadioWizBan.png, IonicRange.png, IonicRangeWizBan.png, IonicRefresher.png, IonicRefresherWizBan.png, IonicSelect.png, IonicSelectWizBan.png, IonicTab.png, IonicTabs.png, IonicTabsWizBan.png, IonicTabWizBan.png, IonicTextInput.png, IonicTextInputWizBan.png, IonicToggle.png, IonicToggleWizBan.png, List.png, ListWizBan.png, scr.png, Scroll.png, ScrollWizBan.png, SideMenu.png, SideMenu.png, SideMenuWizBan.png, SlideBox.png, SlideBoxWizBan.png, SlideMenu.png, SlideMenuWizBan.png
>
>
> http://ionicframework.com/docs/
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months
[JBoss JIRA] (JBDS-2776) Support quickstarts in OpenShift UI
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBDS-2776?page=com.atlassian.jira.plugin.... ]
Marián Labuda closed JBDS-2776.
-------------------------------
Verified in JBDS 8.0.0.CR1 build B201.
> Support quickstarts in OpenShift UI
> -----------------------------------
>
> Key: JBDS-2776
> URL: https://issues.jboss.org/browse/JBDS-2776
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: openshift, requirements
> Affects Versions: 7.0.0.GA
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Priority: Critical
> Labels: QE_JBDS80_needinfo
> Fix For: 8.0.0.CR1
>
> Attachments: new-application-2.png
>
>
> OpenShift offers a comprehensive list of available cartridges and quickstarts In the Web-UI:
> !new-application-2.png!
> JBoss Tools/JBDS should offer the same to provide a smoother experience for newbie users.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months