[MediaWiki-l] Security pre-release announcement: 1.31.11 / 1.35.1

2020-12-16 Thread Sam Reed
upgrade path for anyone still using 1.34. [1] https://www.mediawiki.org/wiki/Version_lifecycle ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Re: [MediaWiki-l] Fatal error: Interface 'MediaWiki\Hook\TestCanonicalRedirectHook' not found in /var/www/html/w/includes/HookContainer/HookRunner.php on line 22

2020-12-15 Thread Brian Wolff
This is a hook handler interface, see docs/Hooks.md. > * Use the hook name "TestCanonicalRedirect" to register handlers > implementing this interface. > * > * @stable to implement > * @ingroup Hooks > */ > > Based on the comment, it seems like a better name and it avo

Re: [MediaWiki-l] Fatal error: Interface 'MediaWiki\Hook\TestCanonicalRedirectHook' not found in /var/www/html/w/includes/HookContainer/HookRunner.php on line 22

2020-12-15 Thread John
edirect" to register handlers > implementing this interface. > * > * @stable to implement > * @ingroup Hooks > */ > > Based on the comment, it seems like a better name and it avoids > masquerading as a Test component. > > Jeff > ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Re: [MediaWiki-l] Fatal error: Interface 'MediaWiki\Hook\TestCanonicalRedirectHook' not found in /var/www/html/w/includes/HookContainer/HookRunner.php on line 22

2020-12-15 Thread Jeffrey Walton
er handlers implementing this interface. * * @stable to implement * @ingroup Hooks */ Based on the comment, it seems like a better name and it avoids masquerading as a Test component. Jeff ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Re: [MediaWiki-l] Fatal error: Interface 'MediaWiki\Hook\TestCanonicalRedirectHook' not found in /var/www/html/w/includes/HookContainer/HookRunner.php on line 22

2020-12-15 Thread Jeffrey Walton
2020 at 7:21 PM Jeffrey Walton wrote: >> >> On Tue, Dec 15, 2020 at 7:02 PM John wrote: >> > >> > That's not a development "test", rather it's a function interface that >> > should be kept. _

Re: [MediaWiki-l] Fatal error: Interface 'MediaWiki\Hook\TestCanonicalRedirectHook' not found in /var/www/html/w/includes/HookContainer/HookRunner.php on line 22

2020-12-15 Thread John
t;HookRunner.php" will not trigger the removal. > > cd /tmp > wget > https://releases.wikimedia.org/mediawiki/1.35/mediawiki-1.35.0.tar.gz > tar -xzf mediawiki-1.35.0.tar.gz > cd mediawiki-1.35.0 > find . -iname 'TestCanonicalRedirectHook' > > > Je

Re: [MediaWiki-l] Fatal error: Interface 'MediaWiki\Hook\TestCanonicalRedirectHook' not found in /var/www/html/w/includes/HookContainer/HookRunner.php on line 22

2020-12-15 Thread Jeffrey Walton
estCanonicalRedirectHook". "HookRunner.php" will not trigger the removal. cd /tmp wget https://releases.wikimedia.org/mediawiki/1.35/mediawiki-1.35.0.tar.gz tar -xzf mediawiki-1.35.0.tar.gz cd mediawiki-1.35.0 find . -iname 'TestCanonicalRedirectHook' Jeff ____

Re: [MediaWiki-l] Fatal error: Interface 'MediaWiki\Hook\TestCanonicalRedirectHook' not found in /var/www/html/w/includes/HookContainer/HookRunner.php on line 22

2020-12-15 Thread Bartosz Dziewoński
the test files, using .htaccess rules or something. If you want to keep your current (scary) approach, then try changing your 'find' command to only find directories, by adding '-type d' to the arguments. -- Bartosz Dziewoński ___ MediaWiki-l mailing

Re: [MediaWiki-l] Fatal error: Interface 'MediaWiki\Hook\TestCanonicalRedirectHook' not found in /var/www/html/w/includes/HookContainer/HookRunner.php on line 22

2020-12-15 Thread Kunal Mehta
d like qunit.js, but I don't think it's worth trying to delete everything that isn't absolutely required. -- Legoktm _______ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Re: [MediaWiki-l] Fatal error: Interface 'MediaWiki\Hook\TestCanonicalRedirectHook' not found in /var/www/html/w/includes/HookContainer/HookRunner.php on line 22

2020-12-15 Thread John
find "$WIKI_DIR" -iname 'test*' -print | while read -r dir > do > rm -rf "$dir" 2>/dev/null > done > > We don't want the additional attack surface on a production server. > Would someone please advise how to remove the unwanted testing gear?

[MediaWiki-l] Fatal error: Interface 'MediaWiki\Hook\TestCanonicalRedirectHook' not found in /var/www/html/w/includes/HookContainer/HookRunner.php on line 22

2020-12-15 Thread Jeffrey Walton
e unwanted testing gear? Jeff _______ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

[MediaWiki-l] Mediawiki 1.35 download missing warnings and notes

2020-12-15 Thread Jeffrey Walton
to the Mediawiki download page. It is coming from a template from an unknown location [to me]. Jeff ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Re: [MediaWiki-l] MediaWiki 1.34 is End of Life

2020-12-15 Thread Jeffrey Walton
ith SCL has not landed in production. It is > still providing the down-level version of PHP. Red Hat released the PHP 7.3.20 update to production today. It looks like it is safe to migrate to Mediawiki 1.35. Also see https://bugs.centos.org/view.php?id=17826. Jeff ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

[MediaWiki-l] (no subject)

2020-12-13 Thread jerrycoll25
Sent from Samsung tablet___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

[MediaWiki-l] keep sending mail list

2020-12-12 Thread jerrycoll25
Sent from Samsung tablet___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Re: [MediaWiki-l] database problem

2020-12-11 Thread Jonathan M
ds.” Best wishes Jonathan _______ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Re: [MediaWiki-l] database problem

2020-12-11 Thread Jeffrey Walton
grading? You need to state all the steps you performed that led to the error. Or, you can try following Jonathan's advice. Jeff _______ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Re: [MediaWiki-l] database problem

2020-12-11 Thread Skh sourav Halder
ecause of the PHP 7.3.19 requirement. CentOS 7 only > provides PHP 7.3.11. We are waiting for relief from either Mediawiki > (lower PHP requirements) or CentOS (provide an updated PHP). > > Jeff > > ___ > MediaWiki-l mailing list > To

Re: [MediaWiki-l] database problem

2020-12-11 Thread Jeffrey Walton
HP 7.3.19 requirement. CentOS 7 only provides PHP 7.3.11. We are waiting for relief from either Mediawiki (lower PHP requirements) or CentOS (provide an updated PHP). Jeff _______ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia

Re: [MediaWiki-l] database problem

2020-12-11 Thread Jonathan M
s here: <https://m.mediawiki.org/wiki/Manual:How_to_debug> This is about the update.php script to run during the MediaWiki upgrade process: <https://www.mediawiki.org/wiki/Manual:Upgrading#Run_the_update_script> Best wishes Jonathan_____

[MediaWiki-l] database problem

2020-12-11 Thread Skh sourav Halder
___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Re: [MediaWiki-l] 1.35 update problem

2020-12-11 Thread Jonathan M
or but wonder whether this might be relevant to it. Best wishes Jonathan _______ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

[MediaWiki-l] 1.35 update problem

2020-12-10 Thread Bri
 Brian ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Re: [MediaWiki-l] (Extension:Translate) Problem with Templates

2020-12-10 Thread dvd
use Translate for Templates? If it, what is happening and How can i solve it? Thanks in advance; David. ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

[MediaWiki-l] Intact

2020-12-09 Thread Roger Cormier
Me ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

[MediaWiki-l] New episode of Between the Brackets: Joseph Reagle and Jackie Koerner

2020-12-09 Thread Yaron Koren
udio version: https://betweenthebrackets.libsyn.com/episode-75-joseph-reagle-and-jackie-koerner -Yaron ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Re: [MediaWiki-l] (Extension:Translate) Problem with Templates

2020-12-09 Thread Niklas Laxström
I use Translate for Templates? If it, what is happening and How can >> i solve it? >> >> Thanks in advance; >> >> David. >> >> ___ >> MediaWiki-l mailing list >> To unsubscribe, go to: >> ht

Re: [MediaWiki-l] (Extension:Translate) Problem with Templates

2020-12-09 Thread Niklas Laxström
happening and How can > i solve it? > > Thanks in advance; > > David. > > ___ > MediaWiki-l mailing list > To unsubscribe, go to: > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l > _____

Re: [MediaWiki-l] Problems with installation of mediawiki 1.35

2020-12-09 Thread Paul Williams
gt; LocalSettings.php, can it? In the new installation there is not any. >>> >>> I see the page on https://predigergemeinde.de/mediawiki-1.35.0 but when >>> I click "set up the wiki" I have only a white page. The adress is >>> https://predigergemei

[MediaWiki-l] (Extension:Translate) Problem with Templates

2020-12-09 Thread dvd
solve it? Thanks in advance; David. ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Re: [MediaWiki-l] Problems with installation of mediawiki 1.35

2020-12-09 Thread John
35.0 but when >> I click "set up the wiki" I have only a white page. The adress is >> https://predigergemeinde.de/mediawiki-1.35.0/mw-config/index.php. >> >> I have no ssh-acces to the server. Everything I can do is ftp. >> >> php-Version: 7.4.9 &g

Re: [MediaWiki-l] Problems with installation of mediawiki 1.35

2020-12-09 Thread eQuality Technology
I can do is ftp. > > php-Version: 7.4.9 > mysql-Version: 5.7.32 > > ___ > MediaWiki-l mailing list > To unsubscribe, go to: > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l > ___ MediaWiki-l

[MediaWiki-l] Problems with installation of mediawiki 1.35

2020-12-09 Thread Dr. Holger Kaffka
iki-1.35.0/mw-config/index.php. I have no ssh-acces to the server. Everything I can do is ftp. php-Version: 7.4.9 mysql-Version: 5.7.32 ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

[MediaWiki-l] MediaWiki Stakeholders' Group meeting

2020-12-02 Thread Bryan Hilderbrand
/Event:123 [2] https://etherpad.wikimedia.org/p/mwstake-2020-12 ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

[MediaWiki-l] Is there a template or module that can change another page ?

2020-12-02 Thread David Whitten
Petition and specify what line to add to it, saying they signed the "/Will_Of_The_People" petition? Thanks in advance, Dave Whitten 713-870-3834 whit...@netcom.com ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Re: [MediaWiki-l] New episode of Between the Brackets: Larry Sanger

2020-12-01 Thread Georgios Mavropalias
ut we also talked > about the early days of MediaWiki, since Larry was around for all the > initial development. > > -Yaron > ___ > MediaWiki-l mailing list > To unsubscribe, go to: > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

[MediaWiki-l] New episode of Between the Brackets: Larry Sanger

2020-12-01 Thread Yaron Koren
ut the early days of MediaWiki, since Larry was around for all the initial development. -Yaron _______ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Re: [MediaWiki-l] MediaWiki 1.34 is End of Life

2020-11-30 Thread Jeffrey Walton
My bad... I just tested CentOS 7 with SCL in my test environment. The PHP changes for CentOS 7 with SCL has not landed in production. It is still providing the down-level version of PHP. $ php --version PHP 7.3.11 (cli) (built: Dec 10 2019 16:14:50) ( NTS ) Copyright (c) 1997-2018 The PHP Group Y

Re: [MediaWiki-l] MediaWiki 1.34 is End of Life

2020-11-30 Thread Jeffrey Walton
CentOS 7 users with SCL enabled should be OK to migrate to Mediawiki 1.35. Also see https://bugs.centos.org/view.php?id=17826. Jeff _______ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

[MediaWiki-l] MediaWiki 1.34 is End of Life

2020-11-30 Thread Sam Reed
the required PHP version from 7.2.9 in 1.34 (which is unsupported upstream), to PHP 7.3.19 or later. Thanks! Sam Reed [1] https://www.mediawiki.org/wiki/Version_lifecycle ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman

Re: [MediaWiki-l] update.php "Cannot access the database" after upgrade to 1.31

2020-11-29 Thread Jeffrey Walton
uckduckgo.com/?q=troubleshot+mysql+start+problem. Jeff ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Re: [MediaWiki-l] update.php "Cannot access the database" after upgrade to 1.31

2020-11-29 Thread MI
= "postgres"; $wgDBserver = "localhost"; $wgDBname = "wikidb"; $wgDBuser = "...hidden..."; $wgDBpassword = "...hidden..."; # Postgres specific settings $wgDBport = "5432"; $wgDBmwschema = "m

[MediaWiki-l] MediaWiki at SMWCon this week

2020-11-23 Thread Krabina Bernhard
topics, new extensions etc. For details see [ https://www.semantic-mediawiki.org/wiki/SMWCon_Fall_2020 | https://www.semantic-mediawiki.org/wiki/SMWCon_Fall_2020 ] Hope to see you there! regards, Bernhard ___ MediaWiki-l mailing list To unsubscribe, go

Re: [MediaWiki-l] (Extension:Translate) Mark a page from translation with a bot

2020-11-18 Thread Sebastian Trueg
a comment to help us understand how wanted these > features are. > >   -Niklas > > _______ > MediaWiki-l mailing list > To unsubscribe, go to: > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l > -- Sebastian

Re: [MediaWiki-l] (Extension:Translate) Mark a page from translation with a bot

2020-11-18 Thread Niklas Laxström
The relevant tasks are https://phabricator.wikimedia.org/T235397 and https://phabricator.wikimedia.org/T252096. Feel free to subscribe and leave a comment to help us understand how wanted these features are. -Niklas ___ MediaWiki-l mailing list

Re: [MediaWiki-l] (Extension:Translate) Mark a page from translation with a bot

2020-11-18 Thread John
another way? > Can I have my bot call the Special Page? > If so how do I go about creating a session with the bot? > Or do I need to create my own extension which exposes the feature as an > API call? > > Thanks in advance. > Regards, > Sebastian > > _____

[MediaWiki-l] (Extension:Translate) Mark a page from translation with a bot

2020-11-18 Thread Sebastian Trueg
extension which exposes the feature as an API call? Thanks in advance. Regards, Sebastian ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Re: [MediaWiki-l] issue with editing templates in Visual Editor, Mediawiki 1.35.0

2020-11-14 Thread Bartosz Dziewoński
tion. If you can't do that, then you can instead set $wgUsePathInfo=true, allowing you to use URLs like "/w/index.php/Article". -- Bartosz Dziewoński _______ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Re: [MediaWiki-l] issue with editing templates in Visual Editor, Mediawiki 1.35.0

2020-11-13 Thread B JS
quently uses template.title is in fact still using the URI, not the > article name. > > modules/ve-mw/preinit/ve.utils.parsoid.js > > > mw.libs.ve.decodeURIComponentIntoArticleTitle = function ( s, > preserveUnderscores ) { > try { > s

[MediaWiki-l] issue with editing templates in Visual Editor, Mediawiki 1.35.0

2020-11-13 Thread B JS
s = decodeURIComponent( s ); } catch ( e ) { console.log("BJS error"); return s; } if ( preserveUnderscores ) { return s; } return s.replace( /_/g, ' ' ); }; ___ Med

[MediaWiki-l] Help with Extension?

2020-11-11 Thread eQuality Technology
? ~ Greg eQuality Technology *Let's work together* https://equality-tech.com follow us: https://twitter.com/eQualityTech *creators of https://QualityBox.us <https://QualityBox.us> * ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Re: [MediaWiki-l] Custom redirect after page save in extension

2020-11-11 Thread Sebastian Trueg
S_DESCRIPTION) { > $extraq = "title=" . $article->getTitle()->getDBKey(); > } > } > > What I would really like is to overwrite the "Location" header but that > seems to be set after this hook is called. > > Any ideas? > > Ch

[MediaWiki-l] Custom redirect after page save in extension

2020-11-11 Thread Sebastian Trueg
his hook is called. Any ideas? Cheers, Sebastian _______ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

[MediaWiki-l] upgrade to 1.35.0 fails

2020-11-10 Thread Clausen , Jörn
ni-bielefeld.de/bits ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

[MediaWiki-l] Announcing EMWCon Spring 2021 in Nashville, Tennessee

2020-11-09 Thread Yaron Koren
attendance will be: https://www.mediawiki.org/wiki/EMWCon_Spring_2021 -Yaron ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

[MediaWiki-l] SQL query

2020-11-09 Thread Markus
ouch? I'm not a programmer, and I hope that I did express my question in an understandable form... Thanks for help, Markus PS: if you speak German, it would be more easy to correspond. ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wik

Re: [MediaWiki-l] interpreting binary data in mediawikiuser table

2020-11-06 Thread GTRAE Beatz Officially
gt; change my SQL scripts so that they are able to read and write the data >> using the binary encoding? (Or, alternatively, is there an option to not >> use the binary encoding and to go back to using plain text?) >> >> Thanks >> Mike >> &g

Re: [MediaWiki-l] interpreting binary data in mediawikiuser table

2020-11-05 Thread Brian Wolff
using plain text?) > > Thanks > Mike > > _______ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

[MediaWiki-l] interpreting binary data in mediawikiuser table

2020-11-05 Thread Mike Wertheim
, is there an option to not use the binary encoding and to go back to using plain text?) Thanks Mike ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

[MediaWiki-l] Script to check prerequisites?

2020-10-30 Thread Jeffrey Walton
. ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

[MediaWiki-l] MediaWiki Language Extension Bundle 2020.10 release

2020-10-28 Thread Kartik Mistry
GochiHand font. ({{Gerrit|625664}}) -- Kartik Mistry _______ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

[MediaWiki-l] New episode of Between the Brackets: Grant Ingersoll

2020-10-27 Thread Yaron Koren
s. You can listen to the episode here: https://betweenthebrackets.libsyn.com/episode-72-grant-ingersoll -Yaron -- WikiWorks · MediaWiki Consulting · http://wikiworks.com ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.o

Re: [MediaWiki-l] [Wikitech-l] MediaWiki logo

2020-10-27 Thread Gergo Tisza
ontributions to Wikimedia and MediaWiki have been nothing short of amazing, Amir. Thank you for initiating and guiding through this much needed visual update! Also thanks to everyone who contributed a logo design! We had quite a few strong contenders. ___

Re: [MediaWiki-l] [Wikitech-l] MediaWiki logo

2020-10-27 Thread Daniel Kinzler
Am 27.10.20 um 01:28 schrieb Denny Vrandečić: > Amir, thank you! Yes! Thank you! That was quite a ride! -- Daniel Kinzler Principal Software Engineer, Core Platform Wikimedia Foundation ___ MediaWiki-l mailing list To unsubscribe, go to: ht

[MediaWiki-l] Using two primary authentication providers?

2020-10-26 Thread Silas
I'm missing? Thanks. _______ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

[MediaWiki-l] MediaWiki logo

2020-10-26 Thread Amir Sarabadani
the change, if 2 doesn't get cleared, 8 will be implemented and so on. Thank you for everyone who participated (except myself, thanking myself would be weird) -- Amir (he/him) ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org

Re: [MediaWiki-l] New Wikipedia interface, is it the right place to ask?

2020-10-24 Thread Pascal GREGIS
Ba Menda via MediaWiki-l a écrit, le mardi 20 octobre 2020 à 15:13:51 : > i don't know what you're talking about That is normal, I hadn't asked my question. I wrote it on the talk page indicated by Amir Aharoni, thanks for the link! I copy it here, just so that you know what I'm talking ab

Re: [MediaWiki-l] Special:Translate

2020-10-23 Thread Amir E. Aharoni
ulti-lingual content on the same wiki. Is there a good how to for > implementing that? > ___ > MediaWiki-l mailing list > To unsubscribe, go to: > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l > _____

[MediaWiki-l] Special:Translate

2020-10-23 Thread John
I saw the useful translation that mediawiki.org uses for hosting multi-lingual content on the same wiki. Is there a good how to for implementing that? ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo

Re: [MediaWiki-l] New Wikipedia interface, is it the right place to ask?

2020-10-20 Thread Ba Menda via MediaWiki-l
-- End forwarded message - ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikim

Re: [MediaWiki-l] New Wikipedia interface, is it the right place to ask?

2020-10-19 Thread Amir E. Aharoni
l > > - End forwarded message - > > _______ > MediaWiki-l mailing list > To unsubscribe, go to: > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l > ___ MediaWiki-l mailing list T

Re: [MediaWiki-l] New Wikipedia interface, is it the right place to ask?

2020-10-19 Thread יגאל חיטרון
e interface of the french wikipedia had changed. > Surprisingly, it doesn't seem to be the case on the english wikipedia. > Is it the right place here to make some remarks about it? > > Thanks > > Pascal > > - End forwarded message - > > ___

[MediaWiki-l] New Wikipedia interface, is it the right place to ask?

2020-10-19 Thread Pascal GREGIS
- ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

[MediaWiki-l] The second round of voting for mediawiki logo - one week left

2020-10-18 Thread Amir Sarabadani
) ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Re: [MediaWiki-l] Issue with VisualEditor on MediaWiki 1.35

2020-10-16 Thread Rehman Abubakr
this solution to resolve the issue. Hope this helps. Yours truly, Rehman<https://en.wikipedia.org/wiki/User:Rehman> From: MediaWiki-l on behalf of Rehman Abubakr Sent: 14 October 2020 17:26 To: MediaWiki announcements and site admin list Subject: [MediaWiki-l]

[MediaWiki-l] Verification of my email address and photo profile

2020-10-15 Thread Victor Valle via MediaWiki-l
Sent from Yahoo Mail for iPad ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Re: [MediaWiki-l] Issue with VisualEditor on MediaWiki 1.35

2020-10-15 Thread Subramanya Sastry
<https://en.wikipedia.org/wiki/User:Rehman>* *From:* Subramanya Sastry *Sent:* 15 October 2020 18:36 *To:* MediaWiki announcements and site admin list ; Rehman Abubakr *Subject:* Re: [MediaWiki-l] Issue with VisualEditor on MediaWiki 1.35 For private instances, it won't work

Re: [MediaWiki-l] Issue with VisualEditor on MediaWiki 1.35

2020-10-15 Thread Rehman Abubakr
: Subramanya Sastry Sent: 15 October 2020 18:36 To: MediaWiki announcements and site admin list ; Rehman Abubakr Subject: Re: [MediaWiki-l] Issue with VisualEditor on MediaWiki 1.35 For private instances, it won't work out of the box. You need to manually configure your LocalSe

Re: [MediaWiki-l] Issue with VisualEditor on MediaWiki 1.35

2020-10-15 Thread Subramanya Sastry
man>* *From:* MediaWiki-l on behalf of Bartosz Dziewoński *Sent:* 14 October 2020 18:14 *To:* mediawiki-l@lists.wikimedia.org *Subject:* Re: [MediaWiki-l] Issue with VisualEditor on MediaWiki 1.35 On 2020-10-14 13:56, Rehman Abubakr wrote: > &

[MediaWiki-l] Newsletter Wikimedia Belgium September 2020

2020-10-15 Thread Geert Van Pamel
See <https://be.wikimedia.org/wiki/Newsletter/2020-09> https://be.wikimedia.org/wiki/Newsletter/2020-09 ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

[MediaWiki-l] New episode of Between the Brackets: Markus and Richard from Hallo Welt

2020-10-14 Thread Yaron Koren
MediaWiki distribution. You can listen to the episode here: https://betweenthebrackets.libsyn.com/episode-71-richard-heigl-and-markus-glaser -Yaron ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Re: [MediaWiki-l] Issue with VisualEditor on MediaWiki 1.35

2020-10-14 Thread Rehman Abubakr
iki/User:Rehman> From: MediaWiki-l on behalf of Bartosz Dziewoński Sent: 14 October 2020 18:14 To: mediawiki-l@lists.wikimedia.org Subject: Re: [MediaWiki-l] Issue with VisualEditor on MediaWiki 1.35 On 2020-10-14 13:56, Rehman Abubakr wrote: > > A number o

Re: [MediaWiki-l] Issue with VisualEditor on MediaWiki 1.35

2020-10-14 Thread Bartosz Dziewoński
could probably consider that a bug, even if most of the issues being reported don't actually require any code changes on our side to fix. -- Bartosz Dziewoński ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman

[MediaWiki-l] Issue with VisualEditor on MediaWiki 1.35

2020-10-14 Thread Rehman Abubakr
g/wiki/Release_notes/1.35 ___ MediaWiki announcements mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce ___ MediaWiki-l mailing list To unsubscribe, go to:

Re: [MediaWiki-l] M.W. 1.34.4 VS SyntaxHighlight 2.0 on Linux

2020-10-12 Thread NL
___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Re: [MediaWiki-l] Syntax Highlighter question

2020-10-11 Thread John
;> custom language highlighting? >> >> Thanks >> ___ >> MediaWiki-l mailing list >> To unsubscribe, go to: >> https://lists.wikimedia.org/mailman/listinfo/mediawiki-l >> > ___ > MediaWiki-l

Re: [MediaWiki-l] Syntax Highlighter question

2020-10-11 Thread K. Peachey
_____ > MediaWiki-l mailing list > To unsubscribe, go to: > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l > _______ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

[MediaWiki-l] Syntax Highlighter question

2020-10-10 Thread John
___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

[MediaWiki-l] Update on abstract schema and schema changes

2020-10-10 Thread Amir Sarabadani
ticket <https://phabricator.wikimedia.org/T259374>). If you use Postgres for mediawiki, please help us with testing the improvements for Postgres. Thanks for reading this long email! Best -- Amir (he/him) ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

[MediaWiki-l] RFC: Drop support for database upgrade of mediawiki older than two LTS releases

2020-10-08 Thread Amir Sarabadani
, this is going to affect future releases]. Here's the RFC: https://phabricator.wikimedia.org/T259771 Feel free to chime in and spread the word to other stakeholders. Thanks -- Amir (he/him) ___ MediaWiki-l mailing list To unsubscribe, go to: https

Re: [MediaWiki-l] M.W. 1.34.4 VS SyntaxHighlight 2.0 on Linux

2020-10-08 Thread eQuality Technology
and ask them to set your default Python to python3 ~ Greg _______ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Re: [MediaWiki-l] M.W. 1.34.4 VS SyntaxHighlight 2.0 on Linux

2020-10-07 Thread NL
ommechezmoi.org [2] https://equality-tech.com/ [3] https://twitter.com/eQualityTech ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Re: [MediaWiki-l] M.W. 1.34.4 VS SyntaxHighlight 2.0 on Linux

2020-10-07 Thread eQuality Technology
ax highlighting should work (using Python3). ~ Greg eQuality Technology *Let's work together* https://equality-tech.com follow us: https://twitter.com/eQualityTech *creators of https://QualityBox.us <https://QualityBox.us> * ___ Media

Re: [MediaWiki-l] M.W. 1.34.4 VS SyntaxHighlight 2.0 on Linux

2020-10-07 Thread NL
and V3.4.2 are available on the server. Her are the specs : OS: Linux Distribution Hosting: OVH Shared hosting PHP version: 7.3.20 (cgi-fcgi) Mediawiki version: 1.34.4 SyntaxHighlight: 2.0 (embended) Does anybody have a clue ? Regards ___ MediaWiki-l

Re: [MediaWiki-l] M.W. 1.34.4 VS SyntaxHighlight 2.0 on Linux

2020-10-06 Thread eQuality Technology
g > > PHP version: 7.3.20 (cgi-fcgi) > > Mediawiki version: 1.34.4 > > SyntaxHighlight: 2.0 (embended) > > > Does anybody have a clue ? > > > Regards > > ___ > MediaWiki-l mailing list > To unsubscribe, go to: > h

[MediaWiki-l] M.W. 1.34.4 VS SyntaxHighlight 2.0 on Linux

2020-10-06 Thread NL
___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Re: [MediaWiki-l] Public API for Wikimedia map tiles to be discontinued in 45 days [crosspost from Maps-l] [final warning]

2020-10-06 Thread Erica Litrenta
Kind regards, -- Erica Litrenta Manager, Community Relations Specialists https://meta.wikimedia.org/wiki/User:Elitre_(WMF) ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

[MediaWiki-l] Launch of the MediaWiki Experts Blog

2020-10-01 Thread Richard Heigl
/ ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Re: [MediaWiki-l] [Wikitech-l] Announcing MediaWiki 1.35.0

2020-09-30 Thread Bryan Davis
irc: bd808 _______ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Re: [MediaWiki-l] [Wikitech-l] Announcing MediaWiki 1.35.0

2020-09-30 Thread Krabina Bernhard
diawiki-1.35.0.tar.gz.sig | > https://releases.wikimedia.org/mediawiki/1.35/mediawiki-1.35.0.tar.gz.sig ] > [ https://releases.wikimedia.org/mediawiki/1.35/mediawiki-1.35.0.patch.gz.sig > | > https://releases.wikimedia.org/mediawiki/1.35/mediawiki-1.35.0.patch.gz.sig ] >

<    3   4   5   6   7   8   9   10   11   12   >