[Mediawiki-l] MediaWiki 1.18 beta 1

Hervé COLIN colinherve at gmail.com
Sun Nov 6 05:32:56 UTC 2011


I try it on local. There is a problem on the end of install :
don't found extension

-----Message d'origine----- 
From: mediawiki-l-request at lists.wikimedia.org
Sent: Sunday, November 06, 2011 1:22 AM
To: mediawiki-l at lists.wikimedia.org
Subject: MediaWiki-l Digest, Vol 98, Issue 3

Send MediaWiki-l mailing list submissions to
mediawiki-l at lists.wikimedia.org

To subscribe or unsubscribe via the World Wide Web, visit
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
or, via email, send a message with subject or body 'help' to
mediawiki-l-request at lists.wikimedia.org

You can reach the person managing the list at
mediawiki-l-owner at lists.wikimedia.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of MediaWiki-l digest..."


Today's Topics:

   1. MediaWiki 1.18 beta 1 (Sam Reed)
   2. how to change html namespaces? (Daniel Hern?ndez)
   3. Re: AntiBot throwing errors again (Platonides)
   4. Re: how to change html namespaces? (Platonides)
   5. Re: how to change html namespaces? (Daniel Hern?ndez)
   6. Re: Error 1146: Table '******.mw_iwlinks' doesn't exist
      (localhost)?. (Isabell Alcott)
   7. Re: how to change html namespaces? (Daniel Hern?ndez)
   8. Language change (German?English) (Thomas Uwe Gr?ttm?ller)
   9. Re: Error 1146: Table '******.mw_iwlinks' doesn't exist
      (localhost)?. (Platonides)
  10. Re: how to change html namespaces? (Platonides)
  11. Re: how to change html namespaces? (Daniel Hern?ndez)


----------------------------------------------------------------------

Message: 1
Date: Fri, 4 Nov 2011 13:00:33 -0000
From: "Sam Reed" <reedy at wikimedia.org>
Subject: [Mediawiki-l] MediaWiki 1.18 beta 1
To: <mediawiki-announce at lists.wikimedia.org>,
<mediawiki-l at lists.wikimedia.org>, <wikitech-l at lists.wikimedia.org>
Message-ID: <02e801cc9af1$bddc29a0$39947ce0$@wikimedia.org>
Content-Type: text/plain; charset="us-ascii"

I'm happy to announce the availability of the first beta release of

the new MediaWiki 1.18 release series.



Please try it out and let us know what you think. Don't run it on

any wikis that you really care about, unless you are both very

brave and very confident in your MediaWiki administration skills.



MediaWiki 1.18 is a large release that contains many new

features and bug fixes. This is a summary of the major changes of

interest to users. You can consult the RELEASE-NOTES file for the

full list of changes in this version.



*********************************************************************

                             What's new?

*********************************************************************



MediaWiki 1.18 brings the usual host of various bugfixes and new

features.



jQuery 1.6.4 is now included as standard, along with numerous

more jQuery plugins



Breaking changes:

    * action=watch / action=unwatch now requires a token



As of 1.18 extensions are now being bundled with the releaset tarball.

MediaWiki 1.18 bundles:

    * ConfirmEdit

    * Gadgets

    * Nuke

    * ParserFunctions

    * Renameuser

    * Vector

    * WikiEditor



$wgEnableDublinCoreRdf and $wgEnableCreativeCommonsRdf no longer

work in core, and the functionality has been moved to the relevant
extensions.

See http://www.mediawiki.org/wiki/Extension:DublinCoreRdf and

http://www.mediawiki.org/wiki/Extension:CreativeCoreRdf as appropriate



Math

-  ----

$wgUseTeX has been superseded by the Math extension. To re-enable

math conversion after upgrading, obtain the Math extension from SVN or from

http://www.mediawiki.org/wiki/Extension:Math and add to LocalSettings.php:

require_once "$IP/extensions/Math/Math.php";



Language support

- ----------------



As with every release, MediaWiki 1.18 brings improved support for

languages in MediaWiki, with improved translation and features for

the many supported languages.



New languages:



* Angika (anp)

* Brahui (brh)

* Central Dusun (dtp)

* Jamaican Creole English (jam)

* Khowar (khw)

* Liv (liv)

* Kichwa (qug)



API

- ---



API bug fixes and new features have been added to 1.18, providing

more options for input and output.



    * API modules were added to access QueryPage based special

      pages, to Compare pages, Revert files, and to be able to access

      other special pages such as Special:UnwatchedPages,

      Special:MimeSearch and Special:ActiveUsers



    * The output of the generated help page has been improved



The API contains a breaking changes against previous releases:



    * action=watch now requires POST and token.



Release notes

- -------------



Complete release notes are at



http://www.mediawiki.org/wiki/Release_notes/1.18





**********************************************************************

Download:

http://download.wikimedia.org/mediawiki/1.18/mediawiki-1.18.0beta1.tar.gz



GPG signatures:

http://download.wikimedia.org/mediawiki/1.18/mediawiki-1.18.0beta1.tar.gz.si
g



Public keys:

https://secure.wikimedia.org/keys.html





------------------------------

Message: 2
Date: Fri, 04 Nov 2011 19:06:43 -0300
From: Daniel Hern?ndez <daniel at degu.cl>
Subject: [Mediawiki-l] how to change html namespaces?
To: mediawiki-l at lists.wikimedia.org
Message-ID: <1320444403.2611.137.camel at queule>
Content-Type: text/plain; charset="UTF-8"

Hello,

I have a question about changing the document headers. Now my wiki pages
starts in this way:

  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  <html lang="es" dir="ltr">

But I want to change the DOCTYPE and the namespaces to:

  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN"
      "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
  <html xmlns="http://www.w3.org/1999/xhtml"
        xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
        xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
        xmlns:owl="http://www.w3.org/2002/07/owl#"
        xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
        xmlns:foaf="http://xmlns.com/foaf/0.1/"
        xmlns:dc="http://purl.org/dc/terms/" xml:lang="es">

Maybe I need to change a file, where is it?

Thanks!





------------------------------

Message: 3
Date: Fri, 04 Nov 2011 23:59:29 +0100
From: Platonides <Platonides at gmail.com>
Subject: Re: [Mediawiki-l] AntiBot throwing errors again
To: mediawiki-l at lists.wikimedia.org
Message-ID: <j91qhf$s0n$2 at dough.gmane.org>
Content-Type: text/plain; charset=ISO-8859-1

On 03/11/11 00:41, Bill Traynor wrote:
>
> I simply applied a patch back then, which obviously wouldn't update the
> revision number.  Nothing changed since then though.
>
> Regardless, I'll update the extension.

So, if you open that file, does it still read
public static function onEditFilterMerged( $editPage, $text,
&$hookError ) {
?
In that case you wouldn't be getting that error.
Somehow, it got deapplied.




------------------------------

Message: 4
Date: Sat, 05 Nov 2011 00:02:54 +0100
From: Platonides <Platonides at gmail.com>
Subject: Re: [Mediawiki-l] how to change html namespaces?
To: mediawiki-l at lists.wikimedia.org
Message-ID: <j91qns$u62$1 at dough.gmane.org>
Content-Type: text/plain; charset=ISO-8859-1

El 04/11/11 23:06, Daniel Hern?ndez escribi?:
> Hello,

You can configure that in LocalSettings.php


> But I want to change the DOCTYPE and the namespaces to:
>
>   <?xml version="1.0" encoding="UTF-8"?>

I don't think there's an option to show the xml prolog, but it's optional.

>   <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN"
>       "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">

Change $wgDocType

>   <html xmlns="http://www.w3.org/1999/xhtml"
>         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>         xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>         xmlns:owl="http://www.w3.org/2002/07/owl#"
>         xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
>         xmlns:foaf="http://xmlns.com/foaf/0.1/"
>         xmlns:dc="http://purl.org/dc/terms/" xml:lang="es">

Register them in $wgXhtmlNamespaces

> Maybe I need to change a file, where is it?
>
> Thanks!





------------------------------

Message: 5
Date: Fri, 04 Nov 2011 21:44:27 -0300
From: Daniel Hern?ndez <daniel at degu.cl>
Subject: Re: [Mediawiki-l] how to change html namespaces?
To: MediaWiki announcements and site admin list
<mediawiki-l at lists.wikimedia.org>
Message-ID: <1320453867.2611.169.camel at queule>
Content-Type: text/plain; charset="UTF-8"

Thanks a lot!

On Sat, 2011-11-05 at 00:02 +0100, Platonides wrote:
> El 04/11/11 23:06, Daniel Hern?ndez escribi?:
> > Hello,
>
> You can configure that in LocalSettings.php
>
>
> > But I want to change the DOCTYPE and the namespaces to:
> >
> >   <?xml version="1.0" encoding="UTF-8"?>
>
> I don't think there's an option to show the xml prolog, but it's optional.
>
> >   <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN"
> >       "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
>
> Change $wgDocType
>
> >   <html xmlns="http://www.w3.org/1999/xhtml"
> >         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
> >         xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
> >         xmlns:owl="http://www.w3.org/2002/07/owl#"
> >         xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
> >         xmlns:foaf="http://xmlns.com/foaf/0.1/"
> >         xmlns:dc="http://purl.org/dc/terms/" xml:lang="es">
>
> Register them in $wgXhtmlNamespaces
>
> > Maybe I need to change a file, where is it?
> >
> > Thanks!
>
>
>
> _______________________________________________
> MediaWiki-l mailing list
> MediaWiki-l at lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/mediawiki-l





------------------------------

Message: 6
Date: Sat, 5 Nov 2011 19:29:31 +0100
From: Isabell Alcott <uv22ealcott at googlemail.com>
Subject: Re: [Mediawiki-l] Error 1146: Table '******.mw_iwlinks'
doesn't exist (localhost)?.
To: MediaWiki announcements and site admin list
<mediawiki-l at lists.wikimedia.org>
Message-ID:
<CAOkDJHoTs8eeA8iC30m_z8jpe5SPdDmJjHisCKWAfWfG=W3njg at mail.gmail.com>
Content-Type: text/plain; charset=windows-1252

hello, i am using a shared webhosting account so i cant run a update
script, still have this error,



On Sat, Oct 15, 2011 at 6:07 PM, Krinkle <krinklemail at gmail.com> wrote:

> Hi,
>
> I assume you meant 1.17 instead of 1.7.
> Have you ran update.php ?
>
> http://www.mediawiki.org/wiki/Manual:Upgrading#Run_the_update_script
>
> --
> Krinkle
>
> 2011/10/15 Isabell Alcott <uv22ealcott at googlemail.com>
>
> > Hello,
> >
> > after upgrading from 1,6 to 1,7 im receiving the following error. Maybe
> > someone has an Idea?
> >
> > Es ist ein Datenbankfehler aufgetreten. Der Grund kann ein
> > Programmierfehler
> > sein. Die letzte Datenbankabfrage lautete:
> >
> > (SQL-Abfrage versteckt)
> >
> > aus der Funktion ?LinksUpdate::getExistingInterwikis?. Die Datenbank
> > meldete
> > den Fehler ?1146: Table '********.mw_iwlinks' doesn't exist 
> > (localhost)?.
> > _______________________________________________
> > MediaWiki-l mailing list
> > MediaWiki-l at lists.wikimedia.org
> > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
> >
> _______________________________________________
> MediaWiki-l mailing list
> MediaWiki-l at lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
>


------------------------------

Message: 7
Date: Sat, 05 Nov 2011 15:57:18 -0300
From: Daniel Hern?ndez <daniel at degu.cl>
Subject: Re: [Mediawiki-l] how to change html namespaces?
To: MediaWiki announcements and site admin list
<mediawiki-l at lists.wikimedia.org>
Message-ID: <1320519438.28545.136.camel at queule>
Content-Type: text/plain; charset="UTF-8"

Hello,

> You can configure that in LocalSettings.php
>
> Change $wgDocType

I have added the lines bottom to the LocalSettings, but no changes are
showed yet. I need restart something?

> $wgDocType = '-//W3C//DTD XHTML+RDFa 1.0//EN';
> $wgDTD = 'http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd';

Thanks!




------------------------------

Message: 8
Date: Sat, 05 Nov 2011 22:41:20 +0100
From: "Thomas Uwe Gr?ttm?ller" <Sloyment at gmx.net>
Subject: [Mediawiki-l] Language change (German?English)
To: mediawiki-l at lists.wikimedia.org
Message-ID: <20111105214120.29120 at gmx.net>
Content-Type: text/plain; charset="utf-8"

Hi wiki fans

I have a question: What would be the easiest way to change the default 
language of a wiki from German to English?

I have a wiki about free music, located on a virtual server:
  http://musik.uni-guehlen.de

At the time of the installation, I chose German, but now I think it would be 
useful to a lot more people if its default language was English, and if a 
multilingual approach was used such as the one used at 
commons.wikimedia.org.

So what do I have to do to switch
* the default of the user interface
* the prefix of each namespace (e.g. from ?Vorlage:? to ?template:?)
* other language specific stuff

Thanks,
  Thomas
-- 
NEU: FreePhone - 0ct/min Handyspartarif mit Geld-zur?ck-Garantie!
Jetzt informieren: http://www.gmx.net/de/go/freephone



------------------------------

Message: 9
Date: Sun, 06 Nov 2011 01:07:25 +0100
From: Platonides <Platonides at gmail.com>
Subject: Re: [Mediawiki-l] Error 1146: Table '******.mw_iwlinks'
doesn't exist (localhost)?.
To: mediawiki-l at lists.wikimedia.org
Message-ID: <j94isp$lco$1 at dough.gmane.org>
Content-Type: text/plain; charset=windows-1252

On 05/11/11 19:29, Isabell Alcott wrote:
> hello, i am using a shared webhosting account so i cant run a update
> script, still have this error,
>

You can rerun the installer.
http://www.mediawiki.org/wiki/Manual:Upgrading#Upgrading_to_MediaWiki_1.17_and_later





------------------------------

Message: 10
Date: Sun, 06 Nov 2011 01:09:29 +0100
From: Platonides <Platonides at gmail.com>
Subject: Re: [Mediawiki-l] how to change html namespaces?
To: mediawiki-l at lists.wikimedia.org
Message-ID: <j94j0l$lco$2 at dough.gmane.org>
Content-Type: text/plain; charset=ISO-8859-1

Daniel Hern?ndez wrote:
> Hello,
>
>> You can configure that in LocalSettings.php
>>
>> Change $wgDocType
>
> I have added the lines bottom to the LocalSettings, but no changes are
> showed yet. I need restart something?
>
>> $wgDocType = '-//W3C//DTD XHTML+RDFa 1.0//EN';
>> $wgDTD = 'http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd';
>
> Thanks!

No, that should work.
Which version are you running? Maybe it's an old one which didn't
support such vars?






------------------------------

Message: 11
Date: Sat, 05 Nov 2011 21:21:50 -0300
From: Daniel Hern?ndez <daniel at degu.cl>
Subject: Re: [Mediawiki-l] how to change html namespaces?
To: MediaWiki announcements and site admin list
<mediawiki-l at lists.wikimedia.org>
Message-ID: <1320538910.6149.1.camel at queule>
Content-Type: text/plain; charset="UTF-8"

On Sun, 2011-11-06 at 01:09 +0100, Platonides wrote:
> Daniel Hern?ndez wrote:
> > Hello,
> >
> >> You can configure that in LocalSettings.php
> >>
> >> Change $wgDocType
> >
> > I have added the lines bottom to the LocalSettings, but no changes are
> > showed yet. I need restart something?
> >
> >> $wgDocType = '-//W3C//DTD XHTML+RDFa 1.0//EN';
> >> $wgDTD = 'http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd';
> >
> > Thanks!
>
> No, that should work.
> Which version are you running? Maybe it's an old one which didn't
> support such vars?

MediaWiki 1.16.5

--
Daniel




------------------------------

_______________________________________________
MediaWiki-l mailing list
MediaWiki-l at lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l


End of MediaWiki-l Digest, Vol 98, Issue 3
****************************************** 




More information about the MediaWiki-l mailing list