You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by awebdeveloper <gi...@git.apache.org> on 2017/06/10 12:49:46 UTC

[GitHub] cordova-docs pull request #708: Win8 removed + bb10 & ubuntu depreciation in...

GitHub user awebdeveloper opened a pull request:

    https://github.com/apache/cordova-docs/pull/708

    Win8 removed + bb10 & ubuntu depreciation info

    <!--
    Please make sure the checklist boxes are all checked before submitting the PR. The checklist
    is intended as a quick reference, for complete details please see our Contributor Guidelines:
    
    http://cordova.apache.org/contribute/contribute_guidelines.html
    
    Thanks!
    -->
    
    ### Platforms affected
    
    
    ### What does this PR do?
    Removed info on win8 + bb10 & ubuntu depreciation info
    
    ### What testing has been done on this change?
    This is just a change to docs
    
    ### Checklist
    - [ ] [Reported an issue](http://cordova.apache.org/contribute/issues.html) in the JIRA database
    - [ ] Commit message follows the format: "CB-3232: (android) Fix bug with resolving file paths", where CB-xxxx is the JIRA ID & "android" is the platform affected.
    - [ ] Added automated test coverage as appropriate for this change.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/awebdeveloper/cordova-docs patch-1

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cordova-docs/pull/708.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #708
    
----
commit 1d73d68b9d51cd950f4fdeee01584c6ed085c1b9
Author: Prathik Shetty <ip...@gmail.com>
Date:   2017-06-10T12:46:48Z

    Win8 removed + bb10 & ubuntu depreciation info

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
For additional commands, e-mail: dev-help@cordova.apache.org


[GitHub] cordova-docs pull request #708: Win8 removed + bb10 & ubuntu depreciation in...

Posted by shazron <gi...@git.apache.org>.
Github user shazron commented on a diff in the pull request:

    https://github.com/apache/cordova-docs/pull/708#discussion_r121511805
  
    --- Diff: www/docs/en/7.x/guide/support/index.md ---
    @@ -38,10 +38,9 @@ CLI's shorthand names.
         <tr>
             <th></td>
             <th>android</th>
    -        <th>blackberry10</th>
    +        <th>blackberry10 (depricated)</th>
             <th>ios</th>
    -        <th>Ubuntu</th>
    -        <th>wp8<br/>(Windows Phone 8)</th>
    +        <th>Ubuntu (depricated)</th>
    --- End diff --
    
    spelling -> correct: "deprecated"


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
For additional commands, e-mail: dev-help@cordova.apache.org


[GitHub] cordova-docs issue #708: Win8 removed + bb10 & ubuntu depreciation info

Posted by janpio <gi...@git.apache.org>.
Github user janpio commented on the issue:

    https://github.com/apache/cordova-docs/pull/708
  
    Because this PR does different things. Also I have no idea why this should happen as I couldn't find an issue that tells the reasoning behind the change with some confirmation from some Cordova person that this is indeed wanted.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[GitHub] cordova-docs issue #708: Win8 removed + bb10 & ubuntu depreciation info

Posted by awebdeveloper <gi...@git.apache.org>.
Github user awebdeveloper commented on the issue:

    https://github.com/apache/cordova-docs/pull/708
  
    done


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
For additional commands, e-mail: dev-help@cordova.apache.org


[GitHub] cordova-docs issue #708: Win8 removed + bb10 & ubuntu depreciation info

Posted by purplecabbage <gi...@git.apache.org>.
Github user purplecabbage commented on the issue:

    https://github.com/apache/cordova-docs/pull/708
  
    The pr is deleting the wrong column -> winphone8 is the one that is going.
    Change the title in the windows column to read windows (uwp)
    
    
    
    
    @purplecabbage
    risingj.com
    
    On Tue, Sep 26, 2017 at 11:00 AM, Steve Gill <no...@github.com>
    wrote:
    
    > @awebdeveloper <https://github.com/awebdeveloper> I think that is
    > correct. Rename windows (8.1, 10, Phone 8.1) to windows (uwp).
    >
    > Also, it looks like you are removing
    >
    > <td data-col="win8"       class="n"></td>
    >
    > but I think you want to be removing
    >
    > <td data-col="winphone8"  class="n"></td>
    >
    > Also, can you do a rebase on master so this is mergable again?
    >
    > Thanks!
    >
    > —
    > You are receiving this because you were mentioned.
    > Reply to this email directly, view it on GitHub
    > <https://github.com/apache/cordova-docs/pull/708#issuecomment-332283240>,
    > or mute the thread
    > <https://github.com/notifications/unsubscribe-auth/AAC0NpgKu99hB9kEQ8W6lOMbVLk3elRbks5smTupgaJpZM4N2Gso>
    > .
    >



---

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[GitHub] cordova-docs issue #708: Win8 removed + bb10 & ubuntu depreciation info

Posted by awebdeveloper <gi...@git.apache.org>.
Github user awebdeveloper commented on the issue:

    https://github.com/apache/cordova-docs/pull/708
  
    @purplecabbage  you want me to rename windows column name to windows (uwp) from the existing windows (8.1, 10, Phone 8.1)


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
For additional commands, e-mail: dev-help@cordova.apache.org


[GitHub] cordova-docs issue #708: Win8 removed + bb10 & ubuntu depreciation info

Posted by shazron <gi...@git.apache.org>.
Github user shazron commented on the issue:

    https://github.com/apache/cordova-docs/pull/708
  
    @purplecabbage is the removal of win8 here ok?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
For additional commands, e-mail: dev-help@cordova.apache.org


[GitHub] cordova-docs issue #708: Win8 removed + bb10 & ubuntu depreciation info

Posted by shazron <gi...@git.apache.org>.
Github user shazron commented on the issue:

    https://github.com/apache/cordova-docs/pull/708
  
    Thanks! Can you copy the file to the `dev` tree as well. This file: `www/docs/en/dev/guide/support/index.md`


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
For additional commands, e-mail: dev-help@cordova.apache.org


[GitHub] cordova-docs pull request #708: Win8 removed + bb10 & ubuntu depreciation in...

Posted by shazron <gi...@git.apache.org>.
Github user shazron commented on a diff in the pull request:

    https://github.com/apache/cordova-docs/pull/708#discussion_r121511716
  
    --- Diff: www/docs/en/7.x/guide/support/index.md ---
    @@ -38,10 +38,9 @@ CLI's shorthand names.
         <tr>
             <th></td>
             <th>android</th>
    -        <th>blackberry10</th>
    +        <th>blackberry10 (depricated)</th>
    --- End diff --
    
    spelling -> correct: "deprecated"


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
For additional commands, e-mail: dev-help@cordova.apache.org


[GitHub] cordova-docs issue #708: Win8 removed + bb10 & ubuntu depreciation info

Posted by stevengill <gi...@git.apache.org>.
Github user stevengill commented on the issue:

    https://github.com/apache/cordova-docs/pull/708
  
    @awebdeveloper I think that is correct. Rename `windows (8.1, 10, Phone 8.1)` to `windows (uwp)`. 
    
    Also, it looks like you are removing  
    ```
    <td data-col="win8"       class="n"></td>
    ```
    but I think you want to be removing
    ```
    <td data-col="winphone8"  class="n"></td>
    ```
    
    Also, can you do a rebase on master so this is mergable again?
    
    Thanks!


---

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[GitHub] cordova-docs issue #708: Win8 removed + bb10 & ubuntu depreciation info

Posted by purplecabbage <gi...@git.apache.org>.
Github user purplecabbage commented on the issue:

    https://github.com/apache/cordova-docs/pull/708
  
    Nope, it seems there are some mixed up deletions ) from a quick glance.
    This is the data that shows up on  https://cordova.apache.org/docs/en/latest/guide/support/index.html right?
    Windows column should be renamed to `windows (uwp)` and should still exist.



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
For additional commands, e-mail: dev-help@cordova.apache.org


[GitHub] cordova-docs issue #708: Win8 removed + bb10 & ubuntu depreciation info

Posted by awebdeveloper <gi...@git.apache.org>.
Github user awebdeveloper commented on the issue:

    https://github.com/apache/cordova-docs/pull/708
  
    Y not just remove the two columns in that PR itself


---

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[GitHub] cordova-docs pull request #708: Win8 removed + bb10 & ubuntu depreciation in...

Posted by awebdeveloper <gi...@git.apache.org>.
Github user awebdeveloper commented on a diff in the pull request:

    https://github.com/apache/cordova-docs/pull/708#discussion_r121575668
  
    --- Diff: www/docs/en/7.x/guide/support/index.md ---
    @@ -38,10 +38,9 @@ CLI's shorthand names.
         <tr>
             <th></td>
             <th>android</th>
    -        <th>blackberry10</th>
    +        <th>blackberry10 (depricated)</th>
             <th>ios</th>
    -        <th>Ubuntu</th>
    -        <th>wp8<br/>(Windows Phone 8)</th>
    +        <th>Ubuntu (depricated)</th>
    --- End diff --
    
    done


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
For additional commands, e-mail: dev-help@cordova.apache.org


[GitHub] cordova-docs issue #708: Win8 removed + bb10 & ubuntu depreciation info

Posted by janpio <gi...@git.apache.org>.
Github user janpio commented on the issue:

    https://github.com/apache/cordova-docs/pull/708
  
    I changed a lot about this in https://github.com/apache/cordova-docs/pull/741. I think it would be better to wait for this to get merged and then remove what should be removed (Is there a JIRA issue about that?).


---

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[GitHub] cordova-docs issue #708: Win8 removed + bb10 & ubuntu depreciation info

Posted by awebdeveloper <gi...@git.apache.org>.
Github user awebdeveloper commented on the issue:

    https://github.com/apache/cordova-docs/pull/708
  
    @purplecabbage ^^


---

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org