Thread overview
[Issue 14280] Links to command line tools have disappeared from navigation
Mar 16, 2015
ag0aep6g@gmail.com
Mar 16, 2015
ag0aep6g@gmail.com
Mar 20, 2015
Walter Bright
March 16, 2015
https://issues.dlang.org/show_bug.cgi?id=14280

ag0aep6g@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ag0aep6g@gmail.com

--- Comment #1 from ag0aep6g@gmail.com ---
The culprit: https://github.com/D-Programming-Language/dlang.org/commit/e486d39bd071fa00371bc01d55cd9815ee2210b4#diff-7

The scariliy long list of everything that went missing from the menu:

overview.html (removed intentionally?)
http://digitalmars.com/d/1.0/index.html (of questionable value, maybe removed
intentionally)
language-reference.html/spec.html ("Table of Contents" of the language
reference. Not needed as such as the links are all in the menu. But this page
also has links to the PDF/Mobi/Kindle versions.)
articles.html (just a redirect to d-floating-point.html)
SUBNAV_DOWNLOAD:
    dmd-linux.html
    dmd-windows.html
    dmd-osx.html
    dmd-freebsd.html
    http://gdcproject.org (has a link on download.html)
    http://digitalmars.com/ctg/optlink.html (is linked from dmd-windows.html)
    http://digitalmars.com/ctg/trace.html (is linked from dmd-*.html)
    debugger.html (404)
    windbg.html
    code_coverage.html (is linked from dmd-*.html)
    rdmd.html
    htod.html
    http://wiki.dlang.org/Editors (has a link on faq.html)
    http://wiki.dlang.org/IDEs (has a link on faq.html)
SUBNAV_FEATURES:
    features2.html (of questionable value)
SUBNAV_FAQ:
    const-faq.html
    rationale.html
    appendices.html (just a redirect to dstyle.html)
SUBNAV_APPENDICES:
    glossary.html
    ascii-table.html (of questionable value)
SUBNAV_ARTICLES:
    exception-safe.html
    hijack.html
    intro-to-datetime.html
    lazy-evaluation.html
    memory.html (just a redirect to http://wiki.dlang.org/Memory_Management)
    migrate-to-shared.html
    mixin.html
    regular-expression.html
    safed.html
    templates-revisited.html
    tuple.html
    variadic-function-templates.html
    d-array-article.html

--
March 16, 2015
https://issues.dlang.org/show_bug.cgi?id=14280

ag0aep6g@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #2 from ag0aep6g@gmail.com ---
https://github.com/D-Programming-Language/dlang.org/pull/929

--
March 20, 2015
https://issues.dlang.org/show_bug.cgi?id=14280

--- Comment #3 from Walter Bright <bugzilla@digitalmars.com> ---
(In reply to ag0aep6g from comment #1)
> The culprit: https://github.com/D-Programming-Language/dlang.org/commit/ e486d39bd071fa00371bc01d55cd9815ee2210b4#diff-7

And its corresponding PR: https://github.com/D-Programming-Language/dlang.org/pull/780

--
March 22, 2015
https://issues.dlang.org/show_bug.cgi?id=14280

github-bugzilla@puremagic.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--
March 22, 2015
https://issues.dlang.org/show_bug.cgi?id=14280

--- Comment #4 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/dlang.org

https://github.com/D-Programming-Language/dlang.org/commit/be9392998dfdd2d66db7b1ff7137deb5d4ca0ae4
mostly fix Issue 14280 - Links to command line tools have disappeared from
navigation

Not considered here: overview.html and spec.html.

Adding a new menu section: Compilers & Tools. Adding dmd-windows.html, rdmd.html, windbg.html, and htod.html. Also adding links to gdc and ldc. dmd-linux.html, dmd-freebsd.html, and dmd-osx.html can be reached through dmd-windows.html.

Adding const-faq.html, rationale.html, code_coverage.html, and everything from SUBNAV_ARTICLES to Books & Articles.

Adding http://wiki.dlang.org/Editors, http://wiki.dlang.org/IDEs, and glossary.html to Resources.

http://digitalmars.com/ctg/optlink.html is already linked from dmd-windows.html, good enough.

http://digitalmars.com/ctg/trace.html is already linked from dmd-*.html, good enough.

Leaving debugger.html dead.

Leaving features2.html and ascii-table.html orphaned, because they don't add value.

Leaving appendices.html and memory.html orphaned, because they're just redirects.

https://github.com/D-Programming-Language/dlang.org/commit/a2c86a4ce6927921ae516a48e5a06fc2be04ccf8 Merge pull request #929 from aG0aep6G/14280

mostly fix Issue 14280 - Links to command line tools have disappeared fr...

--
March 23, 2015
https://issues.dlang.org/show_bug.cgi?id=14280

--- Comment #5 from github-bugzilla@puremagic.com ---
Commit pushed to 2.067 at https://github.com/D-Programming-Language/dlang.org

https://github.com/D-Programming-Language/dlang.org/commit/ffaef43bfcb8b984e5ef58976ed00f3eeabfdf09 Merge pull request #929 from aG0aep6G/14280

mostly fix Issue 14280 - Links to command line tools have disappeared fr...

--
April 25, 2015
https://issues.dlang.org/show_bug.cgi?id=14280

--- Comment #6 from github-bugzilla@puremagic.com ---
Commit pushed to master at https://github.com/D-Programming-Language/dlang.org

https://github.com/D-Programming-Language/dlang.org/commit/ffaef43bfcb8b984e5ef58976ed00f3eeabfdf09 Merge pull request #929 from aG0aep6G/14280

--
June 18, 2015
https://issues.dlang.org/show_bug.cgi?id=14280

--- Comment #7 from github-bugzilla@puremagic.com ---
Commits pushed to stable at https://github.com/D-Programming-Language/dlang.org

https://github.com/D-Programming-Language/dlang.org/commit/be9392998dfdd2d66db7b1ff7137deb5d4ca0ae4
mostly fix Issue 14280 - Links to command line tools have disappeared from
navigation

https://github.com/D-Programming-Language/dlang.org/commit/a2c86a4ce6927921ae516a48e5a06fc2be04ccf8 Merge pull request #929 from aG0aep6G/14280

--