Jump to page: 1 2
Thread overview
[Issue 14329] [2.067] offline doc - menu broken due to missing jquery-1.7.2.min.js
Mar 24, 2015
Vladimir Panteleev
Mar 25, 2015
Martin Nowak
Mar 25, 2015
Vladimir Panteleev
Mar 25, 2015
bb.temp@gmx.com
Mar 25, 2015
Vladimir Panteleev
Mar 25, 2015
Vladimir Panteleev
Mar 25, 2015
Vladimir Panteleev
Mar 29, 2015
bb.temp@gmx.com
Apr 25, 2015
bb.temp@gmx.com
March 24, 2015
https://issues.dlang.org/show_bug.cgi?id=14329

Vladimir Panteleev <thecybershadow@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |code@dawg.eu,
                   |                            |thecybershadow@gmail.com

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

--- Comment #1 from Martin Nowak <code@dawg.eu> ---
Don't the menus work without js? And seriously how useful are the offline HTML docs?

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

--- Comment #2 from Vladimir Panteleev <thecybershadow@gmail.com> ---
The reason is that jquery-1.7.2.min.js is missing from the makefile rules, BTW

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

--- Comment #3 from bb.temp@gmx.com ---
"And seriously how useful are the offline HTML docs?"

example: my employee work on a ultra-secure intra network without internet access and i don't want to upload the script on each terminal after each release.

More seriously, just put it. There is another BR by a chinese guy who complains about that, because the internet source of jquery is blocked over there...

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

Vladimir Panteleev <thecybershadow@gmail.com> changed:

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

--- Comment #4 from Vladimir Panteleev <thecybershadow@gmail.com> ---
https://github.com/D-Programming-Language/dlang.org/pull/942

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

--- Comment #5 from Vladimir Panteleev <thecybershadow@gmail.com> ---
You should be able to use the CHM in the meanwhile.

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

--- Comment #6 from Vladimir Panteleev <thecybershadow@gmail.com> ---
(In reply to bb.temp from comment #3)
> More seriously, just put it. There is another BR by a chinese guy who complains about that, because the internet source of jquery is blocked over there...

We fixed that a while ago by adding a local fallback. It's just that our local copy didn't end up in the DMD .zip file.

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

--- Comment #7 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/f074e250f9ac0079801b3e98eeaad2d33d1c0d98
fix Issue 14329 - [2.067] offline doc - menu broken due to missing
jquery-1.7.2.min.js

Add jquery to JS file list to posix.mak

https://github.com/D-Programming-Language/dlang.org/commit/0a92173a062697436456bb84a936ce0d0a3097f8 Merge pull request #942 from CyberShadow/pull-20150325-145525

fix Issue 14329 - [2.067] offline doc - menu broken due to missing jquer...

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

github-bugzilla@puremagic.com changed:

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

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

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

https://github.com/D-Programming-Language/dlang.org/commit/a01054ce8224c0464a4e0d540ec6190e80bdabe7 Merge pull request #942 from CyberShadow/pull-20150325-145525

fix Issue 14329 - [2.067] offline doc - menu broken due to missing jquer...

--
« First   ‹ Prev
1 2