Hello,
I am very new to sumo and need to have rapidly an important work done on sumo.
I was trying the whole day to resolve a problem with the python interface Traci.
I did not know but the port 8873 does nor work for me.
Is this the right number ?
Could you please help me to initialise with the appropriate number ?
Thank you very much
Hello!
SmiteSpam (https://www.mediawiki.org/wiki/Extension:SmiteSpam) is a new
extension that helps wiki admins identify and delete spam pages (and block
their creators).
For wikis that are overrun with spam, this extension could reduce the
enormous amount of time required (to manually find and delete spam pages
and then block their creators) from the hours or days it normally takes, to
just minutes!
The page on mediawiki.org linked above has setup and configuration details.
Feedback on the talk page is very welcome. The Phabricator project for this
extension is at
https://phabricator.wikimedia.org/tag/mediawiki-extensions-smitespam/.
The extension was developed by me as a GSoC project this summer, mentored
by Yaron Koren and Jan Luca.
--
Vivek Ghaisas
(polybuildr)
I want my MediaWiki install to have two classes of pages. (In the users'
eyes - the wiki won't have to know the difference.)
I want some pages to be on topics, and others on sources (name of book,
video, etc.)
I want to have a topic page "FAA Licenses" like:
==Medical Certificates==
===3rd Class===
Required for student license, and before student solo flights.
{{{link/reference/whatever generally around here to Jeppesen Book#pg27-28}}}
And a source page "Jeppesen Book" like:
==pg27-28==
{{{link to FAA Licenses#3rd Class}}}
These source pages will track the source's (book or video) content. I
imagine a source page for a book to have page numbers, and for a video to
have start and stop times, or section numbers. (The book or video itself
won't be on the source pages.)
So, the source pages will really serve two purposes. First, it will be
fairly easy to see which parts of the sources have had notes taken and put
into the topic pages. (So non-linear note-taking of sources will be easy
-- skipping from source to source on topics, rather than digesting an
entire source at once.) Second, it will be easy from a topic page to see
where to go back to for a more in-depth review.
There's two issues I'm writing about.
(1) I want the workflow to be the user edits the topic page, putting in
links to source pages and sections. I want this one user-addition to
automatically make the source page link back to this spot. I want the
system to handle the two-way-linking, assuming the user won't be perfect.
(2) I want the user to be able to put links in the topic page to source
pages and sections that might not exist yet. I'd need those links to show
up as red, to indicate they need to be created. But, still, once created,
I want the system to handle the two-way-linking, even if there were
multiple red links to the same area. (I could see building up quite a few
red links, then having an unorganized "purge" of them by creating the
missing pages and sections, and don't want to have to search for all the
links to the new areas.) Ideally, I'd love for these source pages to be
auto-generated -- so pages and sections were made as links were made to
them, and automatically deleted (or at least the backlinks removed) as
links were removed to them.
I don't think the MediaWiki What links here
<https://www.mediawiki.org/wiki/Help:What_links_here> functionality does
the job. I want this to work on a per-section rather than per-page basis.
And, I don't want the user to have to add to each section a "what links
here tag" -- I want it to be automatic.
How do I go about doing this? Is it do'able with existing MediaWiki
configuration with extensions? Do I need to create (or hire to be created)
a custom extension?
Hi,
on Wikipedia, talk pages sections are archived by various
bots run by various people on various hosts. Usually, they
use a template that adds a category to the talk page, then
periodically parse the template to get their parameters
(where to archive, how old must a section be, etc.), parse
the whole page with various forms of user signatures to de-
termine for each section the last modification and then
"move" that section to the archive page (if it fits the pa-
rameters).
I think a preferable way would be an extension that adds a
tag (or something similar) that marks the page as archivable
and puts the parameters in page_props, perhaps adds a func-
tion to a save hook to check if a section has been modified
and manage a list of last modifications of sections in
page_props based on that, and then, as a cron job/job queue
something, iterate over all archivable pages and "move" sec-
tions to be archived to their archive pages.
Bots performing the last part sometimes run into the problem
that the page contents of either the page to be archived or
the archive page is changed at the same moment the bot is
moving sections around, and they (hopefully all of them) im-
plement rollback mechanisms (which on the other hand will
never succeed in /all/ cases).
Is it possible for a MediaWiki maintenance script/job queue
task to edit two pages in a (database-/MediaWiki-level)
transaction or temporarily lock a page from being edited by
another process (short of protecting and unprotecting a
page)? Is there a code sniplet/extension that already uses
such a pattern?
Tim
I'd like to change the sorting of the core special pages on
Special:Specialpages and found
https://www.mediawiki.org/w/index.php?title=Manual:$wgSpecialPageGroups&old…
That is basically what I'm looking for, and since I'm working on
upgradinge to MW 1.25, everything is fine for now.
But how would I do that in MW 1.26? SpecialPage::getGroupName does not
help me at all; in fact, searching for it redirects to
Manual:$wgSpecialPageGroups. :/
Manual:Special_pages only teaches me how to use it when constructing my
own special page, but I'd like to be able to change the sorting via
localsetting.php. Am I missing something?
On Tue, Aug 25, 2015 at 5:00 AM, <mediawiki-l-request(a)lists.wikimedia.org>
wrote:
> Send MediaWiki-l mailing list submissions to
> mediawiki-l(a)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(a)lists.wikimedia.org
>
> You can reach the person managing the list at
> mediawiki-l-owner(a)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. Re: Short URLs with Apache on Sabayon Linux (Daniel Friesen)
> 2. Re: Short URLs with Apache on Sabayon Linux (Brenton Horne)
> 3. (kein Betreff) (Btavavakoli Makbari)
> 4. Re: Short URLs with Apache on Sabayon Linux (Brenton Horne)
> 5. Re: CSS media designations on IE9 (Eli Handel)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 24 Aug 2015 15:41:52 -0700
> From: Daniel Friesen <daniel(a)nadir-seen-fire.com>
> To: MediaWiki announcements and site admin list
> <mediawiki-l(a)lists.wikimedia.org>
> Subject: Re: [MediaWiki-l] Short URLs with Apache on Sabayon Linux
> Message-ID: <55DB9DB0.2070104(a)nadir-seen-fire.com>
> Content-Type: text/plain; charset=utf-8
>
> That's not the file you're supposed to put the config.
>
> Your vhost files are included from `/etc/apache2/vhosts.d/*.conf`.
>
> One of those has a <VirtualHost> entry with a DocumentPath of
> `/var/www/localhost/htdocs`.
> That is the file you're supposed to put the short URL config in. (Inside
> the <VirtualHost>)
>
> ~Daniel Friesen (Dantman, Nadir-Seen-Fire) [http://danielfriesen.name/]
>
> On 2015-08-24 3:26 PM, Brenton Horne wrote:
> > Here's my httpd.conf file: http://pastebin.com/raw.php?i=rmP7jbYL
> >
> > On 25 August 2015 at 08:19, Daniel Friesen <daniel(a)nadir-seen-fire.com>
> > wrote:
> >
> >> Ok, it's getting requests. But the RewriteEngine rule isn't listened to,
> >> there's no error saying RewriteEngine isn't available, and Apache's
> >> standard /index.php/... handling isn't even taking effect.
> >>
> >> ...there is something terribly wrong with this Apache's configuration.
> >>
> >> What does the file where you added the short URL related Apache settings
> >> to look like?
> >>
> >> ~Daniel Friesen (Dantman, Nadir-Seen-Fire) [http://danielfriesen.name/]
> >>
> >> On 2015-08-24 2:53 PM, Brenton Horne wrote:
> >>> Here's my error_log file for Apache2:
> >>>
> >>> [Tue Aug 25 07:39:31 2015] [error] [client ::1] File does not exist:
> >>> /var/www/localhost/htdocs/wiki
> >>> [Tue Aug 25 07:39:36 2015] [error] [client ::1] File does not exist:
> >>> /var/www/localhost/htdocs/w/index.php/SageMath
> >>> [Tue Aug 25 07:45:11 2015] [error] [client ::1] File does not exist:
> >>> /var/www/localhost/htdocs/w/index.php/SageMath
> >>> [Tue Aug 25 07:45:15 2015] [notice] caught SIGWINCH, shutting down
> >>> gracefully
> >>> [Tue Aug 25 07:45:32 2015] [notice] suEXEC mechanism enabled (wrapper:
> >>> /usr/sbin/suexec)
> >>> apache2: Could not reliably determine the server's fully qualified
> domain
> >>> name, using 127.0.1.1 for ServerName
> >>> [Tue Aug 25 07:45:34 2015] [notice] Apache/2.2.31 (Unix) mod_ssl/2.2.31
> >>> OpenSSL/1.0.1p configured -- resuming normal operations
> >>> [Tue Aug 25 07:45:36 2015] [error] [client ::1] File does not exist:
> >>> /var/www/localhost/htdocs/w/index.php/SageMath
> >>> [Tue Aug 25 07:47:33 2015] [error] [client ::1] File does not exist:
> >>> /var/www/localhost/htdocs/linux
> >>> [Tue Aug 25 07:47:40 2015] [error] [client ::1] File does not exist:
> >>> /var/www/localhost/htdocs/wiki
> >>>
> >>> Where can I find the Listen, VirtualHost and Allow/Deny settings?
> >> _______________________________________________
> >> MediaWiki-l mailing list
> >> To unsubscribe, go to:
> >> https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
> >>
> >
> >
>
>
>
> ------------------------------
>
> Message: 2
> Date: Tue, 25 Aug 2015 08:52:38 +1000
> From: Brenton Horne <brentonhorne77(a)gmail.com>
> To: MediaWiki announcements and site admin list
> <mediawiki-l(a)lists.wikimedia.org>
> Subject: Re: [MediaWiki-l] Short URLs with Apache on Sabayon Linux
> Message-ID:
> <
> CANb+58+Vg5JvpGyn8jajzitv8jd_sqsQhopnT8Y4b8aa8SW5gg(a)mail.gmail.com>
> Content-Type: text/plain; charset=UTF-8
>
> No *.conf files in /etc/apache2/vhosts.d contains DocumentRoot
> "/var/www/localhost/htdocs" but a file called default_vhost.include in this
> /etc/apache2/vhosts.d directory does
>
> On 25 August 2015 at 08:41, Daniel Friesen <daniel(a)nadir-seen-fire.com>
> wrote:
>
> > That's not the file you're supposed to put the config.
> >
> > Your vhost files are included from `/etc/apache2/vhosts.d/*.conf`.
> >
> > One of those has a <VirtualHost> entry with a DocumentPath of
> > `/var/www/localhost/htdocs`.
> > That is the file you're supposed to put the short URL config in. (Inside
> > the <VirtualHost>)
> >
> > ~Daniel Friesen (Dantman, Nadir-Seen-Fire) [http://danielfriesen.name/]
> >
> > On 2015-08-24 3:26 PM, Brenton Horne wrote:
> > > Here's my httpd.conf file: http://pastebin.com/raw.php?i=rmP7jbYL
> > >
> > > On 25 August 2015 at 08:19, Daniel Friesen <daniel(a)nadir-seen-fire.com
> >
> > > wrote:
> > >
> > >> Ok, it's getting requests. But the RewriteEngine rule isn't listened
> to,
> > >> there's no error saying RewriteEngine isn't available, and Apache's
> > >> standard /index.php/... handling isn't even taking effect.
> > >>
> > >> ...there is something terribly wrong with this Apache's configuration.
> > >>
> > >> What does the file where you added the short URL related Apache
> settings
> > >> to look like?
> > >>
> > >> ~Daniel Friesen (Dantman, Nadir-Seen-Fire) [
> http://danielfriesen.name/]
> > >>
> > >> On 2015-08-24 2:53 PM, Brenton Horne wrote:
> > >>> Here's my error_log file for Apache2:
> > >>>
> > >>> [Tue Aug 25 07:39:31 2015] [error] [client ::1] File does not exist:
> > >>> /var/www/localhost/htdocs/wiki
> > >>> [Tue Aug 25 07:39:36 2015] [error] [client ::1] File does not exist:
> > >>> /var/www/localhost/htdocs/w/index.php/SageMath
> > >>> [Tue Aug 25 07:45:11 2015] [error] [client ::1] File does not exist:
> > >>> /var/www/localhost/htdocs/w/index.php/SageMath
> > >>> [Tue Aug 25 07:45:15 2015] [notice] caught SIGWINCH, shutting down
> > >>> gracefully
> > >>> [Tue Aug 25 07:45:32 2015] [notice] suEXEC mechanism enabled
> (wrapper:
> > >>> /usr/sbin/suexec)
> > >>> apache2: Could not reliably determine the server's fully qualified
> > domain
> > >>> name, using 127.0.1.1 for ServerName
> > >>> [Tue Aug 25 07:45:34 2015] [notice] Apache/2.2.31 (Unix)
> mod_ssl/2.2.31
> > >>> OpenSSL/1.0.1p configured -- resuming normal operations
> > >>> [Tue Aug 25 07:45:36 2015] [error] [client ::1] File does not exist:
> > >>> /var/www/localhost/htdocs/w/index.php/SageMath
> > >>> [Tue Aug 25 07:47:33 2015] [error] [client ::1] File does not exist:
> > >>> /var/www/localhost/htdocs/linux
> > >>> [Tue Aug 25 07:47:40 2015] [error] [client ::1] File does not exist:
> > >>> /var/www/localhost/htdocs/wiki
> > >>>
> > >>> Where can I find the Listen, VirtualHost and Allow/Deny settings?
> > >> _______________________________________________
> > >> 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
> >
>
>
>
> --
> Thanks for your time,
> Brenton
>
>
> ------------------------------
>
> Message: 3
> Date: Mon, 24 Aug 2015 15:59:02 -0700
> From: Btavavakoli Makbari <btavakolimakbari5663(a)gmail.com>
> To: mediawiki-l(a)lists.wikimedia.org
> Subject: [MediaWiki-l] (kein Betreff)
> Message-ID:
> <CACJgcnWgYkJ4gem==
> LdCnFa1zfEUzqYaCqhLn4bc8S3uyiEpzw(a)mail.gmail.com>
> Content-Type: text/plain; charset=UTF-8
>
>
>
>
> ------------------------------
>
> Message: 4
> Date: Tue, 25 Aug 2015 09:26:29 +1000
> From: Brenton Horne <brentonhorne77(a)gmail.com>
> To: MediaWiki announcements and site admin list
> <mediawiki-l(a)lists.wikimedia.org>
> Subject: Re: [MediaWiki-l] Short URLs with Apache on Sabayon Linux
> Message-ID:
> <
> CANb+58+-moLrxCRR0wkYvduXjqen7zZWygbfuYQxzp0bSVOu0w(a)mail.gmail.com>
> Content-Type: text/plain; charset=UTF-8
>
> I'll be damned it worked. I added:
>
> RewriteEngine On
> RewriteRule ^/?wiki(/.*)?$ %{DOCUMENT_ROOT}/w/index.php [L]
>
> to default_vhost.include between the <Directory> tags and now my short URL
> works. Thanks a million, mate!
>
> On 25 August 2015 at 08:52, Brenton Horne <brentonhorne77(a)gmail.com>
> wrote:
>
> > No *.conf files in /etc/apache2/vhosts.d contains DocumentRoot
> > "/var/www/localhost/htdocs" but a file called default_vhost.include in
> this
> > /etc/apache2/vhosts.d directory does
> >
> > On 25 August 2015 at 08:41, Daniel Friesen <daniel(a)nadir-seen-fire.com>
> > wrote:
> >
> >> That's not the file you're supposed to put the config.
> >>
> >> Your vhost files are included from `/etc/apache2/vhosts.d/*.conf`.
> >>
> >> One of those has a <VirtualHost> entry with a DocumentPath of
> >> `/var/www/localhost/htdocs`.
> >> That is the file you're supposed to put the short URL config in. (Inside
> >> the <VirtualHost>)
> >>
> >> ~Daniel Friesen (Dantman, Nadir-Seen-Fire) [http://danielfriesen.name/]
> >>
> >> On 2015-08-24 3:26 PM, Brenton Horne wrote:
> >> > Here's my httpd.conf file: http://pastebin.com/raw.php?i=rmP7jbYL
> >> >
> >> > On 25 August 2015 at 08:19, Daniel Friesen <
> daniel(a)nadir-seen-fire.com>
> >> > wrote:
> >> >
> >> >> Ok, it's getting requests. But the RewriteEngine rule isn't listened
> >> to,
> >> >> there's no error saying RewriteEngine isn't available, and Apache's
> >> >> standard /index.php/... handling isn't even taking effect.
> >> >>
> >> >> ...there is something terribly wrong with this Apache's
> configuration.
> >> >>
> >> >> What does the file where you added the short URL related Apache
> >> settings
> >> >> to look like?
> >> >>
> >> >> ~Daniel Friesen (Dantman, Nadir-Seen-Fire) [
> http://danielfriesen.name/
> >> ]
> >> >>
> >> >> On 2015-08-24 2:53 PM, Brenton Horne wrote:
> >> >>> Here's my error_log file for Apache2:
> >> >>>
> >> >>> [Tue Aug 25 07:39:31 2015] [error] [client ::1] File does not exist:
> >> >>> /var/www/localhost/htdocs/wiki
> >> >>> [Tue Aug 25 07:39:36 2015] [error] [client ::1] File does not exist:
> >> >>> /var/www/localhost/htdocs/w/index.php/SageMath
> >> >>> [Tue Aug 25 07:45:11 2015] [error] [client ::1] File does not exist:
> >> >>> /var/www/localhost/htdocs/w/index.php/SageMath
> >> >>> [Tue Aug 25 07:45:15 2015] [notice] caught SIGWINCH, shutting down
> >> >>> gracefully
> >> >>> [Tue Aug 25 07:45:32 2015] [notice] suEXEC mechanism enabled
> (wrapper:
> >> >>> /usr/sbin/suexec)
> >> >>> apache2: Could not reliably determine the server's fully qualified
> >> domain
> >> >>> name, using 127.0.1.1 for ServerName
> >> >>> [Tue Aug 25 07:45:34 2015] [notice] Apache/2.2.31 (Unix)
> >> mod_ssl/2.2.31
> >> >>> OpenSSL/1.0.1p configured -- resuming normal operations
> >> >>> [Tue Aug 25 07:45:36 2015] [error] [client ::1] File does not exist:
> >> >>> /var/www/localhost/htdocs/w/index.php/SageMath
> >> >>> [Tue Aug 25 07:47:33 2015] [error] [client ::1] File does not exist:
> >> >>> /var/www/localhost/htdocs/linux
> >> >>> [Tue Aug 25 07:47:40 2015] [error] [client ::1] File does not exist:
> >> >>> /var/www/localhost/htdocs/wiki
> >> >>>
> >> >>> Where can I find the Listen, VirtualHost and Allow/Deny settings?
> >> >> _______________________________________________
> >> >> 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
> >>
> >
> >
> >
> > --
> > Thanks for your time,
> > Brenton
> >
>
>
>
> --
> Thanks for your time,
> Brenton
>
>
> ------------------------------
>
> Message: 5
> Date: Tue, 25 Aug 2015 09:42:17 +0300
> From: Eli Handel <elihandel(a)gmail.com>
> To: mediawiki-l(a)lists.wikimedia.org
> Subject: Re: [MediaWiki-l] CSS media designations on IE9
> Message-ID: <55DC0E49.7060508(a)gmail.com>
> Content-Type: text/plain; charset=utf-8; format=flowed
>
> Thank you Bartosz Dziewoński,
>
> I hadn't known that, but I'm not using media queries in the
> ResourceLoader module definition, and it does work when I load the page
> with ?debug=true. So I guess I need more suggestions for the difference
> between debug mode and regular mode.
>
> Eli Handel
>
> > From:
> > Bartosz Dziewoński <matma.rex(a)gmail.com>
> >
> > On Wed, 19 Aug 2015 03:22:09 +0200, Eli Handel <elihandel(a)gmail.com>
> > wrote:
> >
> >> Hi,
> >>
> >> I've been having this problem for a couple of years, but now it's
> >> becoming more pressing as I add responsive support to my skin.
> >>
> >> If there are @media designations in my skin's LESS or CSS files, then
> >> when I view the site on IE9, the @media designations are ignored and
> >> everything follows the latest CSS rules even if the @media
> >> designations don't apply. On the other hand when I load the pages
> >> with ?debug=true, there's no problem and the @media designations are
> >> respected.
> >>
> >> Can anyone offer suggestions?
> >
> > IE 9 does not support nested @media declarations. [1] Make sure that
> > you're not nesting them, for example by using the 'foo.css' => array(
> > 'media' => 'screen' ) syntax in the ResourceLoader module definition.
> > (This wraps the whole file in `@media screen { … }`.)
> >
> > [1] http://caniuse.com/#feat=css-mediaqueries
> >
> > --
> > Bartosz Dziewoński
>
>
>
> ------------------------------
>
> _______________________________________________
> MediaWiki-l mailing list
> MediaWiki-l(a)lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
>
>
> End of MediaWiki-l Digest, Vol 143, Issue 24
> ********************************************
>
Hi everybody,
My google-fu seems to be departing me with an issue I have after upgrading
from MW 1.12 to 1.25 so I came to the pros here for help:
When editing a page leading white-space at the beginning of a line is
getting removed. I have made
extensive use of leading white-space to make text appear like code in the
wiki. It all getting removed on each edit is not so handy.
any way to turn that off?
Tried both with firefox and IE.
any hints are greatly appreciated
remosito