[Bug 27139] WikiBhasha does not work with Wikipedia's secure server

2014-08-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27139

Andre Klapper  changed:

   What|Removed |Added

   Priority|Low |Lowest

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 27139] WikiBhasha does not work with Wikipedia's secure server

2013-04-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27139

Derk-Jan Hartman  changed:

   What|Removed |Added

 CC||hartman.w...@gmail.com

--- Comment #10 from Derk-Jan Hartman  ---
It's a shame that this is basically abandonware.. apparently.

http://en.wikipedia.org/w/index.php?title=User%3AWikiBhasha.MSR%2FWikiBhasha.js&diff=552250760&oldid=401217727
I have updated the launcher part on en.wikipedia, but I can't fix their
website, or the main wikibasha script that the en.wp launcher is loading of
course. :(

The code is still in our SVN and didn't make it to git: 
http://www.mediawiki.org/wiki/Extension:WikiBhasha
http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/WikiBhasha

Even if we did 
But if it doesn't deploy on their website, then probably it'll be quite
pointless.

Any way we could gather some user stats of this script ?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 27139] WikiBhasha does not work with Wikipedia's secure server

2012-07-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27139

--- Comment #9 from mybugs.m...@gmail.com 2012-07-14 14:35:05 UTC ---
Not really.

The "Wikipedia Gadget" version present in the documentation[1] imports the code
from a wiki page[2] which was not updated since 8 December 2010‎[3], so the
regex is still the same and ignores "https" (be it from new or old secure
server).

[1] http://www.wikibhasha.org/wikibhasha/install.htm
[2]
https://en.wikipedia.org/wiki/User:WikiBhasha.MSR/WikiBhasha.js?oldid=401217727
[3]
https://en.wikipedia.org/wiki/User:WikiBhasha.MSR/WikiBhasha.js?action=history

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 27139] WikiBhasha does not work with Wikipedia's secure server

2012-07-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27139

Sam Reed (reedy)  changed:

   What|Removed |Added

 Status|ASSIGNED|UNCONFIRMED
 Ever Confirmed|1   |0

--- Comment #8 from Sam Reed (reedy)  2012-07-13 19:57:22 
UTC ---
Does this work on the new secure, ie https://xx.wikipedia.org ?

If so, this bug should be closed, we're not making it work on secure.wm.o

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 27139] WikiBhasha does not work with Wikipedia's secure server

2012-02-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27139

--- Comment #7 from mybugs.m...@gmail.com 2012-02-26 18:39:16 UTC ---
Are there any news on this?

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 27139] WikiBhasha does not work with Wikipedia's secure server

2011-10-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27139

--- Comment #6 from mybugs.m...@gmail.com 2011-10-12 12:17:33 UTC ---
(In reply to comment #5)
> mw.loader.load(
> '//en.wikipedia.org/w/index.php?title=User:WikiBhasha.MSR/WikiBhasha.js&action=raw&ctype=text/js&smaxage=21600&maxage=86400'
> );

Uoops, this "ctype=text/js" is wrong (I think I reported this somewhere else).
It should be "ctype=text/javascript".

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 27139] WikiBhasha does not work with Wikipedia's secure server

2011-10-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27139

--- Comment #5 from mybugs.m...@gmail.com 2011-10-12 12:11:24 UTC ---
Now that we have "Native HTTPS support enabled for all Wikimedia Foundation
wikis"[1], could you try to fix this bug at least for the new
https://*.wikipedia.org addresses?

I think the regex from [2]
/^(http):\/\/[A-Za-z]+\.(wikipedia.org)/

could be changed to
/^(https?):\/\/[A-Za-z\-]+\.(wikipedia.org)/

(notice that the inclusion of the "-" in the character class is necessary for
wikis such as
http://roa-rup.wikipedia.org/
http://be-x-old.wikipedia.org/
http://zh-yue.wikipedia.org/
http://bat-smg.wikipedia.org/
)

Besides, the instructions for "Installing WikiBhasha beta as a Wikipedia
Gadget"[3] should be updated to use protocol relative URLs and mw.loader.load
(because importScriptURI is deprecated[4]), as in:

mw.loader.load(
'//en.wikipedia.org/w/index.php?title=User:WikiBhasha.MSR/WikiBhasha.js&action=raw&ctype=text/js&smaxage=21600&maxage=86400'
);

[1]
http://blog.wikimedia.org/2011/10/03/native-https-support-enabled-for-all-wikimedia-foundation-wikis/
[2] http://www.wikibhasha.org/js/main.js
[3] http://www.wikibhasha.org/wikibhasha/install.htm
[4] http://www.mediawiki.org/wiki/RL/JD#wikibits.js

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 27139] WikiBhasha does not work with Wikipedia's secure server

2011-06-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27139

anil kumar ande  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||anil_a...@yahoo.co.in

--- Comment #4 from anil kumar ande  2011-06-01 09:53:49 
UTC ---
we realize that there are few issues with CTF popup (not displaying properly)
on 'https' version.
we are looking into the issue.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 27139] WikiBhasha does not work with Wikipedia's secure server

2011-05-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27139

--- Comment #3 from mybugs.m...@gmail.com 2011-05-20 21:37:25 UTC ---
Any progress on this?

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 27139] WikiBhasha does not work with Wikipedia's secure server

2011-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27139

mybugs.m...@gmail.com changed:

   What|Removed |Added

 CC||mybugs.m...@gmail.com

--- Comment #2 from mybugs.m...@gmail.com 2011-03-16 17:21:24 UTC ---
At least for the bookmarklet code the fix should be easy, because currently it
is just checking location.href against the regex:
/^(http):\/\/[A-Za-z]+.(wikipedia.org)/

but it could check for
/^(http):\/\/[a-z0-9\-]+.(wikipedia.org)|https:\/\/secure\.wikimedia\.org\/wikipedia\//i

or something like that. See also the regex used on
http://en.wikipedia.org/wiki/MediaWiki:Common.js/secure.js

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 27139] WikiBhasha does not work with Wikipedia's secure server

2011-02-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27139

Siebrand  changed:

   What|Removed |Added

   Priority|Normal  |Low

--- Comment #1 from Siebrand  2011-02-03 17:47:50 UTC ---
Giving lower priority to this issue for now.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l