[JBoss JIRA] (JBIDE-13436) jQuery Mobile: Code completion for all the available IDs for <a href="#...">
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13436?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-13436:
-----------------------------------
Description:
Suppose we have a multi-page document:
{code}
<body>
<div data-role="page" id="foo">
...
<a href="#bar">bar</a> <!-- code completion for href="#| will show "foo" and "bar" -->
...
</div>
<div data-role="page" id="bar">
...
<a href="#foo">Back to foo</a> <!-- code completion for href="#| will show "foo" and "bar" -->
...
</div>
</body>
{code}
Another example:
{code}
<a href="#popupBasic" data-rel="popup">Open Popup</a> <!-- Ctrl+Space for href="# shows popupBasic id -->
<div data-role="popup" id="popupBasic">
...
</div>
{code}
!scr.png!
was:
Suppose we have a multi-page document:
{code}
<body>
<div data-role="page" id="foo">
...
<a href="#bar">bar</a> <!-- code completion for href="#| will show "foo" and "bar" -->
...
</div>
<div data-role="page" id="bar">
...
<a href="#foo">Back to foo</a> <!-- code completion for href="#| will show "foo" and "bar" -->
...
</div>
</body>
{code}
Another example:
{code}
<a href="#popupBasic" data-rel="popup">Open Popup</a> <!-- Ctrl+Space for href="# shows popupBasic id -->
<div data-role="popup" id="popupBasic">
...
</div>
{code}
> jQuery Mobile: Code completion for all the available IDs for <a href="#...">
> ----------------------------------------------------------------------------
>
> Key: JBIDE-13436
> URL: https://issues.jboss.org/browse/JBIDE-13436
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: jsp/jsf/xml/html source editing
> Reporter: Alexey Kazakov
> Assignee: Alexey Kazakov
> Fix For: 4.1.x
>
> Attachments: scr.png
>
>
> Suppose we have a multi-page document:
> {code}
> <body>
> <div data-role="page" id="foo">
> ...
> <a href="#bar">bar</a> <!-- code completion for href="#| will show "foo" and "bar" -->
> ...
> </div>
> <div data-role="page" id="bar">
> ...
> <a href="#foo">Back to foo</a> <!-- code completion for href="#| will show "foo" and "bar" -->
> ...
> </div>
> </body>
> {code}
> Another example:
> {code}
> <a href="#popupBasic" data-rel="popup">Open Popup</a> <!-- Ctrl+Space for href="# shows popupBasic id -->
> <div data-role="popup" id="popupBasic">
> ...
> </div>
> {code}
> !scr.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
13 years
[JBoss JIRA] (JBIDE-13631) URL for embedded cartridges is empty
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13631?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-13631:
------------------------------------------
Thus I'm keeping this issue opened to keep eyes opened and resolve this as soon as I can report existing apps were migrated.
> URL for embedded cartridges is empty
> ------------------------------------
>
> Key: JBIDE-13631
> URL: https://issues.jboss.org/browse/JBIDE-13631
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.0.0.Final
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Fix For: 4.1.0.Alpha2
>
> Attachments: existing-application.json, mysql-url-after-creation.png, mysql-url-at-creation.png, mysql-url-listed.png, new-user-creation-dialog.png, new-user-mongo-url-listed.png, new-user-mysql-url-listed.png, no-url.png
>
>
> Embedded cartridges for OpenShift application have an URL property. Currently JBDS/JBT doesn't show any, all URLs are blank
--
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
13 years
[JBoss JIRA] (JBDS-2501) App code and config migration to EAP 6 (QuckFixes, refactoring)
by Ondrej Zizka (JIRA)
Ondrej Zizka created JBDS-2501:
----------------------------------
Summary: App code and config migration to EAP 6 (QuckFixes, refactoring)
Key: JBDS-2501
URL: https://issues.jboss.org/browse/JBDS-2501
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Reporter: Ondrej Zizka
This feature would identify
1) configuration bits
2) source code constructs
3) old API usage
and help migrating these to EAP 6 or later, in the form of QuickFixes and refactoring dialogs.
--
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
13 years
[JBoss JIRA] (JBIDE-13631) URL for embedded cartridges is empty
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13631?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-13631:
------------------------------------------
talked to agupta and the code is working properly, it is showing what's in mongodb.
To have things reported in a consistent manner, the users in mongodb would have to get migrated.
OpenShift team is going to migrate the users since there's a pontential problem of wrong IP adresses for scalable applications.
{quote}
(08:26:41 PM) mpatel: agupta: Older apps with scalable dbs will show incorrect port and hence the move to env vars instead.
(08:27:19 PM) rchopra: mpatel, then we should migrate, right? if there is a potential to show incorrect info
(08:31:49 PM) rchopra: yeah lets do it.. mpatel : i will sit with you for some details today.. and lets put it across
(08:32:15 PM) mpatel: adietish: No problem, we will fix it.
{quote}
> URL for embedded cartridges is empty
> ------------------------------------
>
> Key: JBIDE-13631
> URL: https://issues.jboss.org/browse/JBIDE-13631
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.0.0.Final
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Fix For: 4.1.0.Alpha2
>
> Attachments: existing-application.json, mysql-url-after-creation.png, mysql-url-at-creation.png, mysql-url-listed.png, new-user-creation-dialog.png, new-user-mongo-url-listed.png, new-user-mysql-url-listed.png, no-url.png
>
>
> Embedded cartridges for OpenShift application have an URL property. Currently JBDS/JBT doesn't show any, all URLs are blank
--
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
13 years
[JBoss JIRA] (JBIDE-13631) URL for embedded cartridges is empty
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13631?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-13631:
-------------------------------------
Attachment: mysql-url-listed.png
> URL for embedded cartridges is empty
> ------------------------------------
>
> Key: JBIDE-13631
> URL: https://issues.jboss.org/browse/JBIDE-13631
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.0.0.Final
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Fix For: 4.1.0.Alpha2
>
> Attachments: existing-application.json, mysql-url-after-creation.png, mysql-url-at-creation.png, mysql-url-listed.png, new-user-creation-dialog.png, new-user-mongo-url-listed.png, new-user-mysql-url-listed.png, no-url.png
>
>
> Embedded cartridges for OpenShift application have an URL property. Currently JBDS/JBT doesn't show any, all URLs are blank
--
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
13 years
[JBoss JIRA] (JBIDE-13631) URL for embedded cartridges is empty
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13631?page=com.atlassian.jira.plugi... ]
Andre Dietisheim edited comment on JBIDE-13631 at 3/19/13 3:24 PM:
-------------------------------------------------------------------
Nevertheless, for existing applications, the picture is slightly different:
I see an URL but it's not listed using ENV_VARIABLES, it's using plain IP-address.
!mysql-url-listed.png!
was (Author: adietish):
Nevertheless, for existing applications, the picture is slightly different:
I see an URL but it's not listed using ENV_VARIABLES, it's using plain IP-address.
> URL for embedded cartridges is empty
> ------------------------------------
>
> Key: JBIDE-13631
> URL: https://issues.jboss.org/browse/JBIDE-13631
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.0.0.Final
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Fix For: 4.1.0.Alpha2
>
> Attachments: existing-application.json, mysql-url-after-creation.png, mysql-url-at-creation.png, mysql-url-listed.png, new-user-creation-dialog.png, new-user-mongo-url-listed.png, new-user-mysql-url-listed.png, no-url.png
>
>
> Embedded cartridges for OpenShift application have an URL property. Currently JBDS/JBT doesn't show any, all URLs are blank
--
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
13 years
[JBoss JIRA] (JBIDE-13559) Cannot embed cartridges
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13559?page=com.atlassian.jira.plugi... ]
Andre Dietisheim resolved JBIDE-13559.
--------------------------------------
Resolution: Done
> Cannot embed cartridges
> -----------------------
>
> Key: JBIDE-13559
> URL: https://issues.jboss.org/browse/JBIDE-13559
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.1.0.Alpha2
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Fix For: 4.1.0.Alpha2
>
> Attachments: cannot-remove-apptype.png
>
>
> If you try to embed cartridges (or remove embedded cartridges) in Alpha2 (not released yet), then you wont be able to do it. The Eclipse toolign is complaining that it cannot remove an embeddable cartridge that's actually matching the application type.
--
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
13 years
[JBoss JIRA] (JBIDE-13559) Cannot embed cartridges
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13559?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-13559:
------------------------------------------
I verified this on PROD (which was just freshly deployed today) and could not reproduce it. Thus I'm resolving this issue.
> Cannot embed cartridges
> -----------------------
>
> Key: JBIDE-13559
> URL: https://issues.jboss.org/browse/JBIDE-13559
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.1.0.Alpha2
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Fix For: 4.1.0.Alpha2
>
> Attachments: cannot-remove-apptype.png
>
>
> If you try to embed cartridges (or remove embedded cartridges) in Alpha2 (not released yet), then you wont be able to do it. The Eclipse toolign is complaining that it cannot remove an embeddable cartridge that's actually matching the application type.
--
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
13 years
[JBoss JIRA] (JBIDE-13631) URL for embedded cartridges is empty
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13631?page=com.atlassian.jira.plugi... ]
RH Bugzilla Integration commented on JBIDE-13631:
-------------------------------------------------
Andre Dietisheim <adietish(a)redhat.com> made a comment on [bug 916268|https://bugzilla.redhat.com/show_bug.cgi?id=916268]
I verified this today and saw this fixed for NEW applications. The url was reported using env variables as shown above.
Nevertheless the picture was slightly different for EXISTING applications:
They have an url but it's show using the plain IP address, not the env variables. Is this expected?
> URL for embedded cartridges is empty
> ------------------------------------
>
> Key: JBIDE-13631
> URL: https://issues.jboss.org/browse/JBIDE-13631
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.0.0.Final
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Fix For: 4.1.0.Alpha2
>
> Attachments: existing-application.json, mysql-url-after-creation.png, mysql-url-at-creation.png, new-user-creation-dialog.png, new-user-mongo-url-listed.png, new-user-mysql-url-listed.png, no-url.png
>
>
> Embedded cartridges for OpenShift application have an URL property. Currently JBDS/JBT doesn't show any, all URLs are blank
--
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
13 years
[JBoss JIRA] (JBIDE-13631) URL for embedded cartridges is empty
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13631?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-13631:
------------------------------------------
Nevertheless, for existing applications, the picture is slightly different:
I see an URL but it's not listed using ENV_VARIABLES, it's using plain IP-address.
> URL for embedded cartridges is empty
> ------------------------------------
>
> Key: JBIDE-13631
> URL: https://issues.jboss.org/browse/JBIDE-13631
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.0.0.Final
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Fix For: 4.1.0.Alpha2
>
> Attachments: existing-application.json, mysql-url-after-creation.png, mysql-url-at-creation.png, new-user-creation-dialog.png, new-user-mongo-url-listed.png, new-user-mysql-url-listed.png, no-url.png
>
>
> Embedded cartridges for OpenShift application have an URL property. Currently JBDS/JBT doesn't show any, all URLs are blank
--
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
13 years