Bugs item #1755347, was opened at 2007-07-17 10:35
Message generated for change (Settings changed) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=1755347&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: other
Group: None
>Status: Pending
Resolution: None
Priority: 5
Private: No
Submitted By: Purodha B Blissenbach (purodha)
Assigned to: Nobody/Anonymous (nobody)
Summary: redirect.py double skips specific pages.
Initial Comment:
In the ksh wikipedia, the [[Special:DoubleRedirects]] page lists:
A&P (Watt iß datt?) (Ändere) → A&P (Watt ißß datt?) → A&P (Watt ėßß datt?)
and indeed, this is as listed.
Now, redirect.py double says:
Checked for running processes. 2 processes currently running, including the current process.
Retrieving special page... /w/index.php?title=Spezial:DoubleRedirects&limit=5000
Retrieved 9 redirects from special page.
>>> A&P (Watt iß datt?) <<<
Sleeping for 69.8 seconds, 2007-07-17 02:59:16
Changing page [[ksh:A&P (Watt iß datt?)]]
302 Moved Temporarily
But the page was not changes, and there is no change of this page listed in [[Special:Recentchanges]] with this date/time.
Running it another time does nothing again.
There are altogether 9 pages, all having similar titles starting with "A&P ", which are not treated.
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2009-10-08 11:41
Message:
Is this bug still alive?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=1755347&group_…
Bugs item #1682734, was opened at 2007-03-17 15:13
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=1682734&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: solve_disambiguation
Group: None
>Status: Pending
Resolution: None
Priority: 3
Private: No
Submitted By: Robin Green (greenrd)
>Assigned to: Merlijn S. van Deen (valhallasw)
Summary: X error trying to edit page
Initial Comment:
I had to ssh into another machine to run solve_disambiguation.py, because login.py does not respect the HTTP_PROXY environment variable. This worked - however, when I try to choose the "e" option to edit a page, I always get the same error, shown below:
Option (#, r#, s=skip link, e=edit page, n=next page, u=unlink, q=quit
m=more context, d=show disambiguation page, l=list, a=add new): e
X Error of failed request: BadAtom (invalid Atom parameter)
Major opcode of failed request: 18 (X_ChangeProperty)
Atom id in failed request: 0x1f1
Serial number of failed request: 12
Current serial number in output stream: 15
OpenSSH's X forwarding feature is enabled.
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2009-10-08 11:38
Message:
please give us additional information requested by valhallasw
----------------------------------------------------------------------
Comment By: Robin Green (greenrd)
Date: 2007-08-07 01:00
Message:
Logged In: YES
user_id=2202
Originator: YES
Yes, urllib does respect HTTP_PROXY - however, urllib is not used for all
HTTP requests, and that's the problem.
----------------------------------------------------------------------
Comment By: Merlijn S. van Deen (valhallasw)
Date: 2007-08-07 00:50
Message:
Logged In: YES
user_id=687283
Originator: NO
As far as I know urllib reads the HTTP_PROXY environment variable and uses
it, and as far as I know, that's what pywikipediabot uses. Could you give
us some details about your proxy (i.e. does it require authentication) and
about the python version you are using?
Could you start the python interpreter and try the following:
>>> import urllib
>>> k = urllib.urlopen('http://www.google.com')
>>> k.readline()
'<html><head><meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1"><title>Google</title><style><!--\n'
or you could see an "IOError: [Errno socket error] (-2, 'Name or service
not known')" or sth.
----------------------------------------------------------------------
Comment By: Daniel Herding (wikipedian)
Date: 2007-08-06 23:38
Message:
Logged In: YES
user_id=880694
Originator: NO
I don't know why the X error occurs, but I suggest to add this line to
your user-config.py:
editor = 'kate'
Or, instead of kate, enter gedit, vim, nano, emacs or whatever your
favorite editor is. These editors are better than our small default editor
anyway.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=1682734&group_…
Bugs item #2827832, was opened at 2009-07-27 15:55
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2827832&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: xqt (xqt)
>Assigned to: xqt (xqt)
Summary: Edit conlict handling in wikipedia.py
Initial Comment:
Pywikipedia [http] trunk/pywikipedia (r7097, 2009/07/26, 14:18:13)
Python 2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC v.1310 32 bit
(Intel)
The edit conflict handling of procedure _PutPage in wikipedia.py should be changed: I've found that the order of name and id of the wpTextbox2 have changed their places. name is the first, id is the second entry now. (Look at the html-code I've added)
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2009-10-08 08:54
Message:
self.done in r7234 uploaded by filnik
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2827832&group_…
Feature Requests item #2810921, was opened at 2009-06-23 16:40
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=2810921&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Closed
Priority: 5
Private: No
Submitted By: xqt (xqt)
>Assigned to: xqt (xqt)
Summary: Deadlock handling (solve_disambiguation)
Initial Comment:
Pywikipedia [http] trunk/pywikipedia (r6981, Jun 21 2009, 14:22:19)
Python 2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC v.1310 32 bit (Intel)]
I got the following message in my logfile during solve_disambiguation tried to change a page. Analyzing the html there is a database error "1213: Deadlock found when trying to get lock; Try restarting transaction (10.0.6.23)"
Would it be able to try again changing the page after a small delay instead of skipping it?
>>> Reinhold Wolff <<<
olff wurde 1941 in München als Sohn des Veterinärmediziners [[Adolf Wolff (Veterinärmediziner)|Adolf Wolff]] geboren. Er absolvierte 1960 das Abitur am [[Wilhelmsgymnas
The following changes have been made:
- Wolff wurde 1941 in München als Sohn des Veterinärmediziners [[Adolf Wolff (Veterinärmediziner)|Adolf Wolff]] geboren. Er absolvierte 1960 das Abitur am [[Wilhelmsgymnasium München]]. Anschließend studierte er Altphilologie, Romanistik und Germanistik an der [[Ludwig-Maximilians-Universität München]]. 1960/61 verbrachte er als französischer Staatsstipendiat an der [[Universität Bordeaux]] mit dem Schwerpunkt [[Komparatistik]] und [[französische Literatur]]. 1969 schloss er sein Studium als Magister Artium an der Universität München ab. Ein Jahr später promovierte er ''[[summa cum laude]]'' bei Alfred Noyer-Weidner in München. Im Anschluss arbeitete er zunächst als VDWA, ab 1973 als Wissenschaftlicher Assistent an der [[Universität Regensburg]] im Bereich Romanische Literaturwissenschaft. 1980 habilitierte er sich in romanischer Philologie/Literaturwissenschaft an der Universität Regensburg. Ab 1980 war er als akademischer Rat an der Universität Mainz im Fachbereich Angewandte Sprachwissenschaften in Germersheim tätig. 1981 erfolgte die [[Umhabilitation]].
+ Wolff wurde 1941 in München als Sohn des Veterinärmediziners [[Adolf Wolff (Arzt)|Adolf Wolff]] geboren. Er absolvierte 1960 das Abitur am [[Wilhelmsgymnasium München]]. Anschließend studierte er Altphilologie, Romanistik und Germanistik an der [[Ludwig-Maximilians-Universität München]]. 1960/61 verbrachte er als französischer Staatsstipendiat an der [[Universität Bordeaux]] mit dem Schwerpunkt [[Komparatistik]] und [[französische Literatur]]. 1969 schloss er sein Studium als Magister Artium an der Universität München ab. Ein Jahr später promovierte er ''[[summa cum laude]]'' bei Alfred Noyer-Weidner in München. Im Anschluss arbeitete er zunächst als VDWA, ab 1973 als Wissenschaftlicher Assistent an der [[Universität Regensburg]] im Bereich Romanische Literaturwissenschaft. 1980 habilitierte er sich in romanischer Philologie/Literaturwissenschaft an der Universität Regensburg. Ab 1980 war er als akademischer Rat an der Universität Mainz im Fachbereich Angewandte Sprachwissenschaften in Germersheim tätig. 1981 erfolgte die [[Umhabilitation]].
Changing page [[Liste der Biografien/Wo]]
Changing page [[Adolf Wolff]]
Sleeping for 10.6 seconds, 2009-06-23 15:58:31
Changing page [[Reinhold Wolff]]
Sleeping for 12.0 seconds, 2009-06-23 15:58:41
ERROR: Unexpected response from wiki server.
200 (OK)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="generator" content="MediaWiki 1.16alpha" />
<meta name="robots" content="noindex,nofollow" />
<link rel="alternate" type="application/x-wiki" title="Seite bearbeiten" href="/w/index.php?title=Reinhold_Wolff&action=edit" />
<link rel="edit" title="Seite bearbeiten" href="/w/index.php?title=Reinhold_Wolff&action=edit" />
<link rel="apple-touch-icon" href="http://de.wikipedia.org/apple-touch-icon.png" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="search" type="application/opensearchdescription+xml" href="/w/opensearch_desc.php" title="Wikipedia (de)" />
<link rel="copyright" href="http://creativecommons.org/licenses/by-sa/3.0/" />
<link rel="alternate" type="application/rss+xml" title="RSS-Feed für Wikipedia" href="/w/index.php?title=Spezial:Letzte_%C3%84nderungen&feed=rss" />
<link rel="alternate" type="application/atom+xml" title="Atom-Feed für Wikipedia" href="/w/index.php?title=Spezial:Letzte_%C3%84nderungen&feed=atom" />
<title>Fehler in der Datenbank – Wikipedia</title>
<link rel="stylesheet" href="/skins-1.5/common/shared.css?227" type="text/css" media="screen" />
<link rel="stylesheet" href="/skins-1.5/common/commonPrint.css?227" type="text/css" media="print" />
<link rel="stylesheet" href="/skins-1.5/monobook/main.css?227" type="text/css" media="screen" />
<link rel="stylesheet" href="/skins-1.5/chick/main.css?227" type="text/css" media="handheld" />
<!--[if lt IE 5.5000]><link rel="stylesheet" href="/skins-1.5/monobook/IE50Fixes.css?227" type="text/css" media="screen" /><![endif]-->
<!--[if IE 5.5000]><link rel="stylesheet" href="/skins-1.5/monobook/IE55Fixes.css?227" type="text/css" media="screen" /><![endif]-->
<!--[if IE 6]><link rel="stylesheet" href="/skins-1.5/monobook/IE60Fixes.css?227" type="text/css" media="screen" /><![endif]-->
<!--[if IE 7]><link rel="stylesheet" href="/skins-1.5/monobook/IE70Fixes.css?227" type="text/css" media="screen" /><![endif]-->
<link rel="stylesheet" href="/w/index.php?title=MediaWiki:Common.css&usemsgcache=yes&ctype=text%2Fcss&smaxage=2678400&action=raw&maxage=2678400" type="text/css" />
<link rel="stylesheet" href="/w/index.php?title=MediaWiki:Print.css&usemsgcache=yes&ctype=text%2Fcss&smaxage=2678400&action=raw&maxage=2678400" type="text/css" media="print" />
<link rel="stylesheet" href="/w/index.php?title=MediaWiki:Handheld.css&usemsgcache=yes&ctype=text%2Fcss&smaxage=2678400&action=raw&maxage=2678400" type="text/css" media="handheld" />
<link rel="stylesheet" href="/w/index.php?title=MediaWiki:Monobook.css&usemsgcache=yes&ctype=text%2Fcss&smaxage=2678400&action=raw&maxage=2678400" type="text/css" />
<link rel="stylesheet" href="/w/index.php?title=-&action=raw&maxage=2678400&smaxage=0&ts=20090623135835&gen=css&useskin=monobook" type="text/css" />
<link rel="stylesheet" href="/w/index.php?title=Benutzer:Xqbot/monobook.css&action=raw&ctype=text/css" type="text/css" />
<!--[if lt IE 7]><script type="text/javascript" src="/skins-1.5/common/IEFixes.js?227"></script>
<meta http-equiv="imagetoolbar" content="no" /><![endif]-->
<script type="text/javascript">/*<![CDATA[*/
var skin = "monobook";
var stylepath = "/skins-1.5";
var wgArticlePath = "/wiki/$1";
var wgScriptPath = "/w";
var wgScript = "/w/index.php";
var wgVariantArticlePath = false;
var wgActionPaths = {};
var wgServer = "http://de.wikipedia.org";
var wgCanonicalNamespace = "";
var wgCanonicalSpecialPageName = false;
var wgNamespaceNumber = 0;
var wgPageName = "Reinhold_Wolff";
var wgTitle = "Reinhold Wolff";
var wgAction = "submit";
var wgArticleId = "4522962";
var wgIsArticle = false;
var wgUserName = "Xqbot";
var wgUserGroups = ["bot", "*", "user", "autoconfirmed", "autoreview"];
var wgUserLanguage = "de";
var wgContentLanguage = "de";
var wgBreakFrames = false;
var wgCurRevisionId = 61414515;
var wgVersion = "1.16alpha";
var wgEnableAPI = true;
var wgEnableWriteAPI = true;
var wgSeparatorTransformTable = [", .", " ,"];
var wgDigitTransformTable = ["", ""];
var wgMWSuggestTemplate = "http://de.wikipedia.org/w/api.php?action=opensearch\x26search={searchTerms}…";
var wgDBname = "dewiki";
var wgSearchNamespaces = [0];
var wgMWSuggestMessages = ["mit Vorschlägen", "keine Vorschläge"];
var wgRestrictionEdit = [];
var wgRestrictionMove = [];
var wgGlobalGroups = ["Global_bot"];
/*]]>*/</script>
<script type="text/javascript" src="/skins-1.5/common/wikibits.js?227"><!-- wikibits js --></script>
<!-- Head Scripts -->
<script type="text/javascript" src="/skins-1.5/common/edit.js?227"></script>
<script type="text/javascript" src="/skins-1.5/common/ajax.js?227"></script>
<script type="text/javascript" src="/skins-1.5/common/ajaxwatch.js?227"></script>
<script type="text/javascript" src="/skins-1.5/common/mwsuggest.js?227"></script>
<script type="text/javascript">/*<![CDATA[*/
var wgNotice='';var wgNoticeLocal='';
/*]]>*/</script>
<script type="text/javascript" src="http://upload.wikimedia.org/centralnotice/wikipedia/de/centralnotice.js?227"></script>
<script type="text/javascript" src="/w/index.php?title=-&action=raw&smaxage=0&gen=js&useskin=monobook"><!-- site js --></script>
<script type="text/javascript" src="/w/index.php?title=Benutzer:Xqbot/monobook.js&action=raw&ctype=text/javascript"></script>
</head>
<body class="mediawiki ltr capitalize-all-nouns ns-0 ns-subject page-Reinhold_Wolff skin-monobook">
<div id="globalWrapper">
<div id="column-content">
<div id="content">
<a name="top" id="top"></a>
<div id="siteNotice"><script type='text/javascript'>if (wgNotice != '') document.writeln(wgNotice);</script></div> <h1 id="firstHeading" class="firstHeading">Fehler in der Datenbank</h1>
<div id="bodyContent">
<h3 id="siteSub">aus Wikipedia, der freien Enzyklopädie</h3>
<div id="contentSub"></div>
<div id="jump-to-nav">Wechseln zu: <a href="#column-one">Navigation</a>, <a href="#searchInput">Suche</a></div> <!-- start content -->
Es ist ein Datenbankfehler aufgetreten.
Der Grund kann ein Timeout sein, der Ausfall eines Servers oder auch ein Programmierfehler.
Die letzte Datenbankabfrage lautete: <blockquote><tt>(SQL-Abfrage versteckt)</tt></blockquote> aus der Funktion „<tt>FlaggedRevision::insertOn</tt>“.
MySQL meldete den Fehler „<tt>1213: Deadlock found when trying to get lock; Try restarting transaction (10.0.6.23)</tt>“.<div class="printfooter">
Von „<a href="http://de.wikipedia.org/wiki/Reinhold_Wolff">http://de.wikipedia.org/wiki/Reinhold_Wolff</a>“</div>
<!-- end content -->
<div class="visualClear"></div>
</div>
</div>
</div>
<div id="column-one">
<div id="p-cactions" class="portlet">
<h5>Ansichten</h5>
<div class="pBody">
<ul lang="de" xml:lang="de">
<li id="ca-nstab-main" class="selected"><a href="/wiki/Reinhold_Wolff" title="Seiteninhalt anzeigen [c]" accesskey="c">Artikel</a></li>
<li id="ca-talk" class="new"><a href="/w/index.php?title=Diskussion:Reinhold_Wolff&action=edit&redlink=1" title="Diskussion zum Seiteninhalt [t]" accesskey="t">Diskussion</a></li>
<li id="ca-edit" class="selected"><a href="/w/index.php?title=Reinhold_Wolff&action=edit" title="Seite bearbeiten. Bitte vor dem Speichern die Vorschaufunktion benutzen.">Seite bearbeiten</a></li>
<li id="ca-history"><a href="/w/index.php?title=Reinhold_Wolff&action=history" title="Frühere Versionen dieser Seite [h]" accesskey="h">Versionen/Autoren</a></li>
<li id="ca-move"><a href="/wiki/Spezial:Verschieben/Reinhold_Wolff" title="Diese Seite verschieben [m]" accesskey="m">Verschieben</a></li>
<li id="ca-watch"><a href="/w/index.php?title=Reinhold_Wolff&action=watch" title="Diese Seite zur persönlichen Beobachtungsliste hinzufügen">Beobachten</a></li> </ul>
</div>
</div>
<div class="portlet" id="p-personal">
<h5>Persönliche Werkzeuge</h5>
<div class="pBody">
<ul lang="de" xml:lang="de">
<li id="pt-userpage"><a href="/wiki/Benutzer:Xqbot" title="Deine Benutzerseite [.]" accesskey=".">Xqbot</a></li>
<li id="pt-mytalk"><a href="/wiki/Benutzer_Diskussion:Xqbot" title="Deine Diskussionsseite [n]" accesskey="n">Eigene Diskussion</a></li>
<li id="pt-preferences"><a href="/wiki/Spezial:Einstellungen" title="Eigene Einstellungen">Einstellungen</a></li>
<li id="pt-watchlist"><a href="/wiki/Spezial:Beobachtungsliste" title="Liste der beobachteten Seiten [l]" accesskey="l">Beobachtungsliste</a></li>
<li id="pt-mycontris"><a href="/wiki/Spezial:Beitr%C3%A4ge/Xqbot" title="Liste deiner Beiträge [y]" accesskey="y">Eigene Beiträge</a></li>
<li id="pt-logout"><a href="/w/index.php?title=Spezial:Abmelden&returnto=Reinhold_Wolff" title="Abmelden">Abmelden</a></li>
</ul>
</div>
</div>
<div class="portlet" id="p-logo">
<a style="background-image: url(http://upload.wikimedia.org/wikipedia/de/b/bc/Wiki.png);" href="/wiki/Wikipedia:Hauptseite" title="Hauptseite [z]" accesskey="z"></a>
</div>
<script type="text/javascript"> if (window.isMSIE55) fixalpha(); </script>
<div id="p-search" class="portlet">
<h5 lang="de" xml:lang="de"><label for="searchInput">Suche</label></h5>
<div id="searchBody" class="pBody">
<form action="/w/index.php" id="searchform"><div>
<input type='hidden' name="title" value="Spezial:Suche"/>
<input id="searchInput" name="search" type="text" title="Durchsuche die Wikipedia [f]" accesskey="f" value="" />
<input type='submit' name="go" class="searchButton" id="searchGoButton" value="Artikel" title="Gehe direkt zu der Seite, die exakt dem eingegebenen Namen entspricht." />
<input type='submit' name="fulltext" class="searchButton" id="mw-searchButton" value="Volltext" title="Suche nach Seiten, die diesen Text enthalten" />
</div></form>
</div>
</div>
<div class='generated-sidebar portlet' id='p-navigation'>
<h5 lang="de" xml:lang="de">Navigation</h5>
<div class='pBody'>
<ul>
<li id="n-mainpage-description"><a href="/wiki/Wikipedia:Hauptseite">Hauptseite</a></li>
<li id="n-aboutsite"><a href="/wiki/Wikipedia:%C3%9Cber_Wikipedia">Über Wikipedia</a></li>
<li id="n-topics"><a href="/wiki/Portal:Wikipedia_nach_Themen">Themenportale</a></li>
<li id="n-alphindex"><a href="/wiki/Spezial:Alle_Seiten">Von A bis Z</a></li>
<li id="n-randompage"><a href="/wiki/Spezial:Zuf%C3%A4llige_Seite" title="Zufällige Seite [x]" accesskey="x">Zufälliger Artikel</a></li>
</ul>
</div>
</div>
<div class='generated-sidebar portlet' id='p-Mitmachen'>
<h5 lang="de" xml:lang="de">Mitmachen</h5>
<div class='pBody'>
<ul>
<li id="n-help"><a href="/wiki/Wikipedia:Hilfe" title="Hilfeseite anzeigen">Hilfe</a></li>
<li id="n-portal"><a href="/wiki/Wikipedia:Autorenportal" title="Über das Portal, was du tun kannst, wo was zu finden ist">Autorenportal</a></li>
<li id="n-recentchanges"><a href="/wiki/Spezial:Letzte_%C3%84nderungen" title="Liste der letzten Änderungen in Wikipedia [r]" accesskey="r">Letzte Änderungen</a></li>
<li id="n-contact"><a href="/wiki/Wikipedia:Kontakt">Kontakt</a></li>
<li id="n-sitesupport"><a href="http://de.wikipedia.org/wiki/Wikipedia:Spenden" title="Unterstütze uns">Spenden</a></li>
</ul>
</div>
</div>
<div class='generated-sidebar portlet' id='p-coll-create_a_book'>
<h5 lang="de" xml:lang="de">Buch erstellen</h5>
<div class='pBody'>
<ul id="collectionPortletList"><li id="coll-add_page"><a href="/w/index.php?title=Spezial:Buch/add_article/&arttitle=Reinhold+Wolff&oldid=0" title="Die aktuelle Wikiseite deinem Buch hinzufügen" onclick="collectionCall('AddArticle', ['removepage', wgNamespaceNumber, wgTitle, 0]); return false;" rel="nofollow">Seite zum Buch hinzufügen</a></li><li id="coll-help_collections"><a href="/wiki/Hilfe:Buchfunktion" title="Hilfe über das Buchwerkzeug zeigen">Hilfe zu Büchern</a></li></ul><script type="text/javascript">/*<![CDATA[*/
var wgCollectionAddRemoveSate = "addpage";
/*]]>*/</script>
<script type="text/javascript" src="/w/extensions/Collection/collection/portlet.js?2"></script> </div>
</div>
<div class="portlet" id="p-tb">
<h5 lang="de" xml:lang="de">Werkzeuge</h5>
<div class="pBody">
<ul>
<li id="t-whatlinkshere"><a href="/wiki/Spezial:Linkliste/Reinhold_Wolff" title="Liste aller Seiten, die hierher zeigen [j]" accesskey="j">Links auf diese Seite</a></li>
<li id="t-recentchangeslinked"><a href="/wiki/Spezial:%C3%84nderungen_an_verlinkten_Seiten/Reinhold_Wolff" title="Letzte Änderungen an Seiten, die von hier verlinkt sind [k]" accesskey="k">Änderungen an verlinkten Seiten</a></li>
<li id="t-upload"><a href="/wiki/Spezial:Hochladen" title="Dateien hochladen [u]" accesskey="u">Hochladen</a></li>
<li id="t-specialpages"><a href="/wiki/Spezial:Spezialseiten" title="Liste aller Spezialseiten [q]" accesskey="q">Spezialseiten</a></li>
</ul>
</div>
</div>
</div><!-- end of the left (by default at least) column -->
<div class="visualClear"></div>
<div id="footer">
<div id="f-poweredbyico"><a href="http://www.mediawiki.org/"><img src="/skins-1.5/common/images/poweredby_mediawiki_88x31.png" alt="Powered by MediaWiki" /></a></div>
<div id="f-copyrightico"><a href="http://wikimediafoundation.org/"><img src="/images/wikimedia-button.png" border="0" alt="Wikimedia Foundation"/></a></div>
<ul id="f-list">
<li id="privacy"><a href="/wiki/Wikipedia:Datenschutz" title="Wikipedia:Datenschutz">Datenschutz</a></li>
<li id="about"><a href="/wiki/Wikipedia:%C3%9Cber_Wikipedia" title="Wikipedia:Über Wikipedia">Über Wikipedia</a></li>
<li id="disclaimer"><a href="/wiki/Wikipedia:Impressum" title="Wikipedia:Impressum">Impressum</a></li>
</ul>
</div>
</div>
<script type="text/javascript">if (window.runOnloadHook) runOnloadHook();</script>
<!-- Served by srv162 in 0.743 secs. --></body></html>
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2009-10-08 08:54
Message:
self.done in r7234 uploaded by filnik
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=2810921&group_…
Patches item #2835479, was opened at 2009-08-11 12:12
Message generated for change (Settings changed) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=2835479&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: rewrite
Group: None
>Status: Pending
Resolution: None
Priority: 5
Private: No
Submitted By: Jean-Daniel Fekete (jdfekte)
Assigned to: Nobody/Anonymous (nobody)
Summary: Allowing xmlreader to read from stdin
Initial Comment:
XML dumps are huge and distributed in 7zip format now. This very small patch allows dumps to be read from the standard input using '-' as file name.
----------------------------------------------------------------------
Comment By: siebrand (siebrand)
Date: 2009-10-02 11:43
Message:
Submitter, please address comment dated 2009-08-11 13:45 by valhallasw.
Otherwise this patch will be rejected for certain after 2 weeks.
----------------------------------------------------------------------
Comment By: Merlijn S. van Deen (valhallasw)
Date: 2009-08-11 13:45
Message:
I never see the point of programs adding '-' as magic filename. Unix has
/dev/stdin, dos/windows have CON. Secondly, it is probably better to use an
internal 7zip decompressor, as pipes tend to be slow.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=2835479&group_…
Patches item #2826784, was opened at 2009-07-24 23:02
Message generated for change (Settings changed) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=2826784&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Pending
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Upyloader: updated version
Initial Comment:
Added a progress bar while loading the pictures into the GUI
----------------------------------------------------------------------
Comment By: siebrand (siebrand)
Date: 2009-09-25 02:13
Message:
Where is this supposed to go?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=2826784&group_…
Patches item #2784482, was opened at 2009-04-30 18:47
Message generated for change (Settings changed) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=2784482&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Pending
Resolution: None
Priority: 5
Private: No
Submitted By: sigmaoctantis (sigmaoctantis)
Assigned to: Nobody/Anonymous (nobody)
Summary: Additional options for pagegenerators.py
Initial Comment:
Two other generators for pagegenerators.py
-xlink (similar to -link): reads links on a webpage rather than a file
-check : for WikiProject Check Wikipedia reports on toolserver
----------------------------------------------------------------------
Comment By: siebrand (siebrand)
Date: 2009-10-02 11:54
Message:
Submitter, please confirm this patch is still valid (too many changes to
MediaWiki and no time to test here)...
----------------------------------------------------------------------
Comment By: sigmaoctantis (sigmaoctantis)
Date: 2009-05-07 10:52
Message:
If there is interest, I could integrate the first generator with
"untaggedGenerator" in add_text.py
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=2784482&group_…
Patches item #2800449, was opened at 2009-06-03 13:28
Message generated for change (Settings changed) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=2800449&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Pending
Resolution: None
Priority: 5
Private: No
Submitted By: Hannes Röst (hroest)
Assigned to: Nobody/Anonymous (nobody)
Summary: read more tags from xmldump
Initial Comment:
I changed the classes XmlDump and XmlEntry so that they now also have information about namespaces and minor edits.
I parse the information of the xml dump header with the function _parseSiteinfo and I added the new field siteinfo to XmlDump as well as the fields: "sitename, base, generator, case, namespaces".
----------------------------------------------------------------------
Comment By: siebrand (siebrand)
Date: 2009-09-25 02:06
Message:
Cannot process diff.
----------------------------------------------------------------------
Comment By: Hannes Röst (hroest)
Date: 2009-06-03 14:19
Message:
ok, I used diff -u, is this better?
sry, I haven't done this before, greetings hroest
----------------------------------------------------------------------
Comment By: Francesco Cosoleto (cosoleto)
Date: 2009-06-03 14:06
Message:
Please use "diff -u" or "svn diff" to create patches. Unified diffs are
more readable and thus easier to review
----------------------------------------------------------------------
Comment By: Hannes Röst (hroest)
Date: 2009-06-03 13:36
Message:
diff:
59c59
< def __init__(self, title, id, text, username, ipedit, timestamp,
editRestriction, moveRestriction, revisionid, comment):
---
> def __init__(self, title, id, text, username, ipedit, timestamp,
editRestriction, moveRestriction, revisionid, comment, minor, namespace):
70a71,72
> self.minor = minor
> self.namespace = namespace
284a287
> self.siteinfo = None
292a296,297
> if event == 'start' and elem.tag == "{%s}siteinfo" %
self.uri:
> self._parseSiteinfo(elem)
295a301,311
> def _parseSiteinfo(self, elem):
> self.sitename = elem.findtext( "{%s}sitename" % self.uri )
> self.base = elem.findtext( "{%s}base" % self.uri )
> self.generator = elem.findtext( "{%s}generator" % self.uri )
> self.case = elem.findtext( "{%s}case" % self.uri )
> self.namespaces = {}
> for infoElement in elem:
> if infoElement.tag == "{%s}namespaces" % self.uri:
> for name in infoElement:
> self.namespaces[name.text] = name.attrib['key']
>
327c343,344
< # could get comment, minor as well
---
> if revision.findtext("{%s}minor" % self.uri) == '': minor =
True
> else: minor = False
330a348,359
>
> #here we get the namespace which is in a format like this
"ns:title"
> #note that we can find namespace zero in the dictionary under
"None"
> match = re.search('([^:]*):\w*', self.title)
> try:
> if match: nameSp = self.namespaces[match.group(1)]
> else: nameSp = self.namespaces[match]
> except KeyError:
> #this means we dont have this one stored as a namespace or
its an
> #article like "2001: A Space Odyssey (film)"
> #we assume that the namespace is zero
> nameSp = 0
337c366,368
< comment=comment
---
> comment=comment,
> minor = minor,
> namespace = nameSp
407d437
<
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=2800449&group_…
Patches item #2874208, was opened at 2009-10-07 19:05
Message generated for change (Settings changed) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=2874208&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Linar Khalitov (rubin16)
>Assigned to: xqt (xqt)
Summary: again featured.py
Initial Comment:
some more featured_name and good_name
I've left zh-classical, 'cause I have some problems with fonts there and can't make correct good_name myself
Please, add such category for zh-classical:
http://zh-classical.wikipedia.org/w/index.php?oldid=74780
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=2874208&group_…
Patches item #2874208, was opened at 2009-10-07 21:05
Message generated for change (Tracker Item Submitted) made by rubin16
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=2874208&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Linar Khalitov (rubin16)
Assigned to: Nobody/Anonymous (nobody)
Summary: again featured.py
Initial Comment:
some more featured_name and good_name
I've left zh-classical, 'cause I have some problems with fonts there and can't make correct good_name myself
Please, add such category for zh-classical:
http://zh-classical.wikipedia.org/w/index.php?oldid=74780
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=2874208&group_…