Patches item #2814780, was opened at 2009-06-30 20:42
Message generated for change (Tracker Item Submitted) made by almaghi
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=2814780&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: Open
Resolution: None
Priority: 5
Private: No
Submitted By: almaghi (almaghi)
Assigned to: Nobody/Anonymous (nobody)
Summary: Add a user-fix example and a fckeditor fix
Initial Comment:
Patches fixes.py with addition of FCKeditor.
And add another sometime useful example in generate_user_files
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=2814780&group_…
Feature Requests item #2814700, was opened at 2009-06-30 18:06
Message generated for change (Tracker Item Submitted) made by jandudik
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=2814700&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
Priority: 5
Private: No
Submitted By: JAn (jandudik)
Assigned to: Nobody/Anonymous (nobody)
Summary: ro disambig
Initial Comment:
Please add
{{dezamb}}
as ro: disambiguation
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=2814700&group_…
Bugs item #2814515, was opened at 2009-06-30 13:30
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2814515&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: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Replacement of in timelines
Initial Comment:
Replacing a non-breaking space ( ) using cosmetic-changes in a timeline distorts the timeline.
Example:
http://de.wikipedia.org/w/index.php?title=Palma&diff=61695398&oldid=61672359
Python 2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC v.1310 32 bit (Intel)]
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2009-06-30 16:58
Message:
This should do the job:
def removeNonBreakingSpaceBeforePercent(self, text):
'''
Newer MediaWiki versions automatically place a non-breaking space
in
front of a percent sign, so it is no longer required to place it
manually.
'''
text = wikipedia.replaceExcept(text, r'(\d) %', r'\1 %',
['timeline'])
return text
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2009-06-30 15:47
Message:
Sorry I am wrong! Indeed It is not a good idea to replace this between
<timeline>-tags. Sorry again.
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2009-06-30 15:42
Message:
This concerns to non-breaking space before a %-sign. This behavior is quite
right because MediaWiki software replaces blanks between a number and a
%-sign with non-breaking spaces itself. This request could be closed.
btw this is the right URL:
http://de.wikipedia.org/w/index.php?title=Palma&diff=prev&oldid=61695398
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2814515&group_…
Bugs item #2814515, was opened at 2009-06-30 13:30
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2814515&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: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Replacement of in timelines
Initial Comment:
Replacing a non-breaking space ( ) using cosmetic-changes in a timeline distorts the timeline.
Example:
http://de.wikipedia.org/w/index.php?title=Palma&diff=61695398&oldid=61672359
Python 2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC v.1310 32 bit (Intel)]
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2009-06-30 15:47
Message:
Sorry I am wrong! Indeed It is not a good idea to replace this between
<timeline>-tags. Sorry again.
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2009-06-30 15:42
Message:
This concerns to non-breaking space before a %-sign. This behavior is quite
right because MediaWiki software replaces blanks between a number and a
%-sign with non-breaking spaces itself. This request could be closed.
btw this is the right URL:
http://de.wikipedia.org/w/index.php?title=Palma&diff=prev&oldid=61695398
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2814515&group_…
Bugs item #2814515, was opened at 2009-06-30 13:30
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2814515&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: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Replacement of in timelines
Initial Comment:
Replacing a non-breaking space ( ) using cosmetic-changes in a timeline distorts the timeline.
Example:
http://de.wikipedia.org/w/index.php?title=Palma&diff=61695398&oldid=61672359
Python 2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC v.1310 32 bit (Intel)]
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2009-06-30 15:42
Message:
This concerns to non-breaking space before a %-sign. This behavior is quite
right because MediaWiki software replaces blanks between a number and a
%-sign with non-breaking spaces itself. This request could be closed.
btw this is the right URL:
http://de.wikipedia.org/w/index.php?title=Palma&diff=prev&oldid=61695398
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2814515&group_…
Bugs item #2814515, was opened at 2009-06-30 11:30
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2814515&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: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Replacement of in timelines
Initial Comment:
Replacing a non-breaking space ( ) using cosmetic-changes in a timeline distorts the timeline.
Example:
http://de.wikipedia.org/w/index.php?title=Palma&diff=61695398&oldid=61672359
Python 2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC v.1310 32 bit (Intel)]
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2814515&group_…
Patches item #2814484, was opened at 2009-06-30 12:20
Message generated for change (Tracker Item Submitted) made by jandudik
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=2814484&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: JAn (jandudik)
Assigned to: Nobody/Anonymous (nobody)
Summary: date.py update
Initial Comment:
added some entries for cs and updated entries for years AC and BC
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=2814484&group_…
Patches item #2814434, was opened at 2009-06-30 10:22
Message generated for change (Tracker Item Submitted) made by jandudik
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=2814434&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: JAn (jandudik)
Assigned to: Nobody/Anonymous (nobody)
Summary: cosmetic changes translation
Initial Comment:
Please, add attached translation
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=2814434&group_…
Patches item #2813846, was opened at 2009-06-29 11:30
Message generated for change (Tracker Item Submitted) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=2813846&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: xqt (xqt)
Assigned to: Nobody/Anonymous (nobody)
Summary: Patch for deadlock handling (#2810921)
Initial Comment:
Here is a small code for wikipedia.py which does this (I've testet it and it works: _putPage would retry to save the page instead of skipping it:
def _putPage(self, text, comment=None, watchArticle=False, minorEdit=True,
newPage=False, token=None, newToken=False, sysop=False,
captcha=None, botflag=True, maxTries=-1):
...
### deadlock handling
if ("1213: Deadlock found when trying to get lock" in data):
output(u"Deadlock error encountered; will retry in %i minute%s."
% (retry_delay, retry_delay != 1 and "s" or ""))
time.sleep(60 * retry_delay)
retry_delay *= 2
if retry_delay > 30:
retry_delay = 30
continue
if self.site().mediawiki_message('readonly') in data or self.site().mediawiki_message('readonly_lag') in data:
...
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=2813846&group_…
Patches item #2813298, was opened at 2009-06-27 19:49
Message generated for change (Settings changed) made by cosoleto
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=2813298&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: Rejected
Priority: 5
Private: No
Submitted By: Hannes Röst (hroest)
Assigned to: Nobody/Anonymous (nobody)
Summary: patch for problem in fixes.py
Initial Comment:
http://de.wikipedia.org/w/index.php?title=Deutsches_Reich_1933_bis_1945&dif… this edit shows that an eszett is also considered to be \b which is not correct. On the other hand \< worked so this should probably be replaced.
----------------------------------------------------------------------
>Comment By: Francesco Cosoleto (cosoleto)
Date: 2009-06-27 21:59
Message:
It's me and this patch is wrong:
>>> re.sub(r'\bdeutsche(r|n|) Bundestag\b', r'Deutsche\1 Bundestag',
'deutscher Bundestag')
'Deutscher Bundestag'
>>> re.sub(r'\<deutsche(r|n|) Bundestag\b', r'Deutsche\1 Bundestag',
'deutscher Bundestag')
'deutscher Bundestag'
http://docs.python.org/library/re.html
Feel free to re-open with a different patch.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=2813298&group_…
Patches item #2813298, was opened at 2009-06-27 19:49
Message generated for change (Tracker Item Submitted) made by hroest
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=2813298&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: Hannes Röst (hroest)
Assigned to: Nobody/Anonymous (nobody)
Summary: patch for problem in fixes.py
Initial Comment:
http://de.wikipedia.org/w/index.php?title=Deutsches_Reich_1933_bis_1945&dif… this edit shows that an eszett is also considered to be \b which is not correct. On the other hand \< worked so this should probably be replaced.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=2813298&group_…
Patches item #2813115, was opened at 2009-06-27 05:31
Message generated for change (Tracker Item Submitted) made by zedlik
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=2813115&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: Translations
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: zedlik (zedlik)
Assigned to: Nobody/Anonymous (nobody)
Summary: be-x-old translations
Initial Comment:
Hello,
there are be-x-old translations for category.py, copyright.py, cosmetic_changes.py, and redirect.py.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=2813115&group_…
Bugs item #2531935, was opened at 2009-01-23 23:29
Message generated for change (Comment added) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2531935&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: interwiki
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Purodha B Blissenbach (purodha)
Summary: -hintfile: option
Initial Comment:
The newly introduced version -hintfile: is not well-documented or it's not working as expected.
It asks for a page to be checked (see below) while (according to [2284955] interwiki hints from file) it's supposed to read both a local page and a hint page from file. Please fix it. Thanks!
python interwiki.py -hintfile:
Please enter the hint filename: hints.txt
Which page to check:
Pywikipedia [http] trunk/pywikipedia (r6291, Jan 23 2009, 16:08:14)
Python 2.5.1 (r251:54863, Apr 18 2007, 08:51:08) [MSC v.1310 32 bit (Intel)]
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2009-06-26 13:25
Message:
this simple code should be working for this purpose
f = codecs.open(hintfilename, 'r', config.textfile_encoding)
R = re.compile(ur'\[\[\:?(.*?)\]\]\s+\[\[\:?(.*)\]\]')
for line in R.findall(f.read()):
pageTitle = line[0]
hintTitle = line[1]
just make a proper call to
yield wikipedia.Page(site, pageTitle)
and
hints.append(hintTitle)
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2009-06-25 16:07
Message:
I guess we need to combine "TextfilePageGenerator" from pagegenerators.py
and "hintfile" from interwiki.py, so that both the page title and the hint
are read, line by line, from the same hintfilename - page title from the
first pair of brackets [[]], and the hint - from the second pair of
brackets in the same line within hintfile. Is it possible to implement
this, please?
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2009-03-07 09:52
Message:
No, it's not exactly what I asked for. In the original feature request
#2284955
[http://sourceforge.net/tracker/index.php?func=detail&aid=2284955&group_id=9…],
as far as I can see, the idea was to read both starting pages and hints
from the same file, line per line, and to make an array of pages to be
processed and relevant hints.
# [[:xx:page_without_interwiki]] [[:en:English_page_used_as_a_hint]]
Working on a single page with -hintfile option doesn't seem to be that
useful.
----------------------------------------------------------------------
Comment By: Purodha B Blissenbach (purodha)
Date: 2009-03-03 09:44
Message:
What you want to have, in the above example, can be had with:
python interwiki.py -v -hintfile: -file:
Pywikipediabot (r6439 (wikipedia.py), Feb 24 2009, 21:48:26)
Python 2.5.2 (r252:60911, Jan 4 2009, 21:59:32)
[GCC 4.3.2]
Please enter the hint filename: hints.txt
Please enter the local file name: local-page-title.txt
There is no documentation saying that -hintfile: was overriding or
altering
the processing of any other parameter (and in fact, it does not)
Be aware that it is hardly useful to have a file with several page titles
given
via -file: when -hintfile: is being used, since hints would apply to each
of those
pages, provoking interwiki conflicts.
Thus -hintfile: is likely more often used with a singe page title on the
command
line. That does not preclude, however, a single page title being read from
a file
using -file:
If, and only if, the file given via -hintfile: has only unspecific hints,
such as [[10:]]
or [[en:]] or [[latin:]], (or all specific hinted pages do not exist) then
supplying a
list of pages via -file: would be likely free of conflicts.
There is a difference between hints and the page being processed. While
for the
outcome, in properly preset cases, it is often irrelevant where the bot
starts
processing, and which pages are then added because hinted, for the paths
the
bot follows while collecting links, it does make a huge difference
sometimes.
We can have hintless processing, but we cannot have a bot run on hints
alone,
without a starting page.
Maybe we should add some of these to the documentation? Is that, which
you
are asking for?
----------------------------------------------------------------------
Comment By: siebrand (siebrand)
Date: 2009-01-27 08:54
Message:
Assigned to committer.
----------------------------------------------------------------------
Comment By: siebrand (siebrand)
Date: 2009-01-27 08:50
Message:
Assigned to committer.
----------------------------------------------------------------------
Comment By: siebrand (siebrand)
Date: 2009-01-27 08:45
Message:
Assigned to committer.
----------------------------------------------------------------------
Comment By: siebrand (siebrand)
Date: 2009-01-27 08:36
Message:
Assigned to committer.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2531935&group_…
Feature Requests item #2810752, was opened at 2009-06-23 07:27
Message generated for change (Comment added) made by tx1k1
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=2810752&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: interwiki
Group: None
Status: Open
Priority: 5
Private: No
Submitted By: TXiKi (tx1k1)
Assigned to: Nobody/Anonymous (nobody)
Summary: Warning for cross-namespace interwiki links
Initial Comment:
When working with interwiki.py, a warning is given if a page links to a different namespace. E.g.:
WARNING: [[gl:Categoría:Música irlandesa]] is in namespace 14, but [[en:Music of Ireland]] is in namespace 0. Follow it anyway? ([y]es, [n]o, [a]dd an alternative, [g]ive up)
In these cases, an additional option should be added, something like: "[t]ry for the same title in source's namespace".
In consequence, interwiki.py would continue working with the correct links with [[en:Category:Music of Ireland]], without retyping it again.
----------------------------------------------------------------------
Comment By: TXiKi (tx1k1)
Date: 2009-06-26 06:57
Message:
I think they are similar, but not the same.
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2009-06-25 15:55
Message:
this may be the same as feature request ID: 2612371
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=2810752&group_…
Feature Requests item #2812279, was opened at 2009-06-25 17:20
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=2812279&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
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Welcome.py should sends requests in bulk
Initial Comment:
welcome.py perfomance is suboptimal, it makes at least N * 2 requests where N is the number of new users. I suggest creating a list of new users, splitting the list into groups by 500 users (for example) and requesting the blockinfo for the group and for individual users.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=2812279&group_…
Bugs item #2531935, was opened at 2009-01-23 23:29
Message generated for change (Comment added) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2531935&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: interwiki
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Purodha B Blissenbach (purodha)
Summary: -hintfile: option
Initial Comment:
The newly introduced version -hintfile: is not well-documented or it's not working as expected.
It asks for a page to be checked (see below) while (according to [2284955] interwiki hints from file) it's supposed to read both a local page and a hint page from file. Please fix it. Thanks!
python interwiki.py -hintfile:
Please enter the hint filename: hints.txt
Which page to check:
Pywikipedia [http] trunk/pywikipedia (r6291, Jan 23 2009, 16:08:14)
Python 2.5.1 (r251:54863, Apr 18 2007, 08:51:08) [MSC v.1310 32 bit (Intel)]
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2009-06-25 16:07
Message:
I guess we need to combine "TextfilePageGenerator" from pagegenerators.py
and "hintfile" from interwiki.py, so that both the page title and the hint
are read, line by line, from the same hintfilename - page title from the
first pair of brackets [[]], and the hint - from the second pair of
brackets in the same line within hintfile. Is it possible to implement
this, please?
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2009-03-07 09:52
Message:
No, it's not exactly what I asked for. In the original feature request
#2284955
[http://sourceforge.net/tracker/index.php?func=detail&aid=2284955&group_id=9…],
as far as I can see, the idea was to read both starting pages and hints
from the same file, line per line, and to make an array of pages to be
processed and relevant hints.
# [[:xx:page_without_interwiki]] [[:en:English_page_used_as_a_hint]]
Working on a single page with -hintfile option doesn't seem to be that
useful.
----------------------------------------------------------------------
Comment By: Purodha B Blissenbach (purodha)
Date: 2009-03-03 09:44
Message:
What you want to have, in the above example, can be had with:
python interwiki.py -v -hintfile: -file:
Pywikipediabot (r6439 (wikipedia.py), Feb 24 2009, 21:48:26)
Python 2.5.2 (r252:60911, Jan 4 2009, 21:59:32)
[GCC 4.3.2]
Please enter the hint filename: hints.txt
Please enter the local file name: local-page-title.txt
There is no documentation saying that -hintfile: was overriding or
altering
the processing of any other parameter (and in fact, it does not)
Be aware that it is hardly useful to have a file with several page titles
given
via -file: when -hintfile: is being used, since hints would apply to each
of those
pages, provoking interwiki conflicts.
Thus -hintfile: is likely more often used with a singe page title on the
command
line. That does not preclude, however, a single page title being read from
a file
using -file:
If, and only if, the file given via -hintfile: has only unspecific hints,
such as [[10:]]
or [[en:]] or [[latin:]], (or all specific hinted pages do not exist) then
supplying a
list of pages via -file: would be likely free of conflicts.
There is a difference between hints and the page being processed. While
for the
outcome, in properly preset cases, it is often irrelevant where the bot
starts
processing, and which pages are then added because hinted, for the paths
the
bot follows while collecting links, it does make a huge difference
sometimes.
We can have hintless processing, but we cannot have a bot run on hints
alone,
without a starting page.
Maybe we should add some of these to the documentation? Is that, which
you
are asking for?
----------------------------------------------------------------------
Comment By: siebrand (siebrand)
Date: 2009-01-27 08:54
Message:
Assigned to committer.
----------------------------------------------------------------------
Comment By: siebrand (siebrand)
Date: 2009-01-27 08:50
Message:
Assigned to committer.
----------------------------------------------------------------------
Comment By: siebrand (siebrand)
Date: 2009-01-27 08:45
Message:
Assigned to committer.
----------------------------------------------------------------------
Comment By: siebrand (siebrand)
Date: 2009-01-27 08:36
Message:
Assigned to committer.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2531935&group_…
Feature Requests item #2810752, was opened at 2009-06-23 07:27
Message generated for change (Comment added) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=2810752&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: interwiki
Group: None
Status: Open
Priority: 5
Private: No
Submitted By: TXiKi (tx1k1)
Assigned to: Nobody/Anonymous (nobody)
Summary: Warning for cross-namespace interwiki links
Initial Comment:
When working with interwiki.py, a warning is given if a page links to a different namespace. E.g.:
WARNING: [[gl:Categoría:Música irlandesa]] is in namespace 14, but [[en:Music of Ireland]] is in namespace 0. Follow it anyway? ([y]es, [n]o, [a]dd an alternative, [g]ive up)
In these cases, an additional option should be added, something like: "[t]ry for the same title in source's namespace".
In consequence, interwiki.py would continue working with the correct links with [[en:Category:Music of Ireland]], without retyping it again.
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2009-06-25 15:55
Message:
this may be the same as feature request ID: 2612371
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=2810752&group_…
Patches item #2812028, was opened at 2009-06-25 13:06
Message generated for change (Tracker Item Submitted) made by rubin16
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=2812028&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: +gv.wiki for featured.py
Initial Comment:
added featured articles of gv.wiki
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=2812028&group_…
Bugs item #2811157, was opened at 2009-06-24 06:07
Message generated for change (Comment added) made by manopwiki
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2811157&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: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Manop (manopwiki)
Assigned to: Nobody/Anonymous (nobody)
Summary: Non-meaning Thai translation
Initial Comment:
Currently when bots update interwiki, they addia non-meaning Thai translation in the summary part. The word in Thai saying "ประทิ่นเปลี่ยนแปลง" which means nothing in Thai language.
The words literally mean:
* ประทิ่น - make up / cosmetic
* เปลี่ยนแปลง - modification
The example can be seen at - http://th.wikipedia.org/w/index.php?title=%E0%B8%9A%E0%B8%B2%E0%B8%AB%E0%B8…
I guess that might be vandalized or computerized translation.
----------------------------------------------------------------------
>Comment By: Manop (manopwiki)
Date: 2009-06-25 04:23
Message:
Got it. So the Thai word should be
"ปรับแต่งให้อ่านง่าย"
Thank you for taking care of this issue.
----------------------------------------------------------------------
Comment By: NicDumZ — Nicolas Dumazet (nicdumz)
Date: 2009-06-24 15:07
Message:
yes, the English is "cosmetic modification". It's like...
pretty-formatting: formatting that has no consequences but to be more
readable.
Would have a meaningful Thai translation to provide?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2811157&group_…
Bugs item #2811157, was opened at 2009-06-24 01:07
Message generated for change (Comment added) made by nicdumz
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2811157&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: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Manop (manopwiki)
Assigned to: Nobody/Anonymous (nobody)
Summary: Non-meaning Thai translation
Initial Comment:
Currently when bots update interwiki, they addia non-meaning Thai translation in the summary part. The word in Thai saying "ประทิ่นเปลี่ยนแปลง" which means nothing in Thai language.
The words literally mean:
* ประทิ่น - make up / cosmetic
* เปลี่ยนแปลง - modification
The example can be seen at - http://th.wikipedia.org/w/index.php?title=%E0%B8%9A%E0%B8%B2%E0%B8%AB%E0%B8…
I guess that might be vandalized or computerized translation.
----------------------------------------------------------------------
>Comment By: NicDumZ — Nicolas Dumazet (nicdumz)
Date: 2009-06-24 10:07
Message:
yes, the English is "cosmetic modification". It's like...
pretty-formatting: formatting that has no consequences but to be more
readable.
Would have a meaningful Thai translation to provide?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2811157&group_…
Bugs item #2811157, was opened at 2009-06-24 06:07
Message generated for change (Tracker Item Submitted) made by manopwiki
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2811157&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: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Manop (manopwiki)
Assigned to: Nobody/Anonymous (nobody)
Summary: Non-meaning Thai translation
Initial Comment:
Currently when bots update interwiki, they addia non-meaning Thai translation in the summary part. The word in Thai saying "ประทิ่นเปลี่ยนแปลง" which means nothing in Thai language.
The words literally mean:
* ประทิ่น - make up / cosmetic
* เปลี่ยนแปลง - modification
The example can be seen at - http://th.wikipedia.org/w/index.php?title=%E0%B8%9A%E0%B8%B2%E0%B8%AB%E0%B8…
I guess that might be vandalized or computerized translation.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2811157&group_…
Feature Requests item #2810921, was opened at 2009-06-23 16:40
Message generated for change (Tracker Item Submitted) 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: Open
Priority: 5
Private: No
Submitted By: xqt (xqt)
Assigned to: Nobody/Anonymous (nobody)
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>
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=2810921&group_…
Feature Requests item #2810752, was opened at 2009-06-23 07:27
Message generated for change (Tracker Item Submitted) made by tx1k1
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=2810752&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: interwiki
Group: None
Status: Open
Priority: 5
Private: No
Submitted By: TXiKi (tx1k1)
Assigned to: Nobody/Anonymous (nobody)
Summary: Warning for cross-namespace interwiki links
Initial Comment:
When working with interwiki.py, a warning is given if a page links to a different namespace. E.g.:
WARNING: [[gl:Categoría:Música irlandesa]] is in namespace 14, but [[en:Music of Ireland]] is in namespace 0. Follow it anyway? ([y]es, [n]o, [a]dd an alternative, [g]ive up)
In these cases, an additional option should be added, something like: "[t]ry for the same title in source's namespace".
In consequence, interwiki.py would continue working with the correct links with [[en:Category:Music of Ireland]], without retyping it again.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=2810752&group_…
Bugs item #2810467, was opened at 2009-06-22 18:23
Message generated for change (Comment added) made by purodha
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2810467&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: interwiki
Group: None
Status: Open
Resolution: None
Priority: 4
Private: No
Submitted By: Purodha B Blissenbach (purodha)
Assigned to: Nobody/Anonymous (nobody)
Summary: redirect pages not properly followed.
Initial Comment:
A disambiguation page interwiki links to a redirect page which redirects
to a diambiguation page. The link is incorrectly not followed.
Note: [[de:A61]] is a redirect to [[de:A 61]] which is a disambiguation.
Here is the output (relevant lines only):
python interwiki.py -v -initialredirect -autonomous -recentchanges:300
Pywikipediabot (r6978 (wikipedia.py), Jun 21 2009, 13:58:28)
Python 2.5.2 (r252:60911, Jan 4 2009, 21:59:32)
NOTE: Number of pages queued is 0, trying to add 60 more.
Getting 60 pages from wikipedia:ksh...
...
NOTE: Ignoring link from disambiguation page [[ksh:A 61 (Watt eßß datt?)]] to non-disambiguation [[de:A61]]
NOTE: ignoring [[de:A61]] and its interwiki links
....
======Post-processing [[ksh:A 61 (Watt eßß datt?)]]======
Updating links on page [[ksh:A 61 (Watt eßß datt?)]].
WARNING: [[de:A61]] is either deleted or has a mismatching disambiguation state.
No changes needed
WARNING: wikipedia: [[ksh:A 61 (Watt eßß datt?)]] links to incorrect [[de:A61]]
The redirect should have been followed.
----------------------------------------------------------------------
>Comment By: Purodha B Blissenbach (purodha)
Date: 2009-06-22 18:34
Message:
Starting off a redirect on the source side did the job. See below.
So likely, the problem is that, the disambig status of the source page
was not properly stored in the above case, but now was.
Full output:
python interwiki.py -v -initialredirect -autonomous A61
DBG> BUG: Non-unicode (<type 'str'>) passed to wikipedia.output without
decoder!
File "/home/purodha/pywikipedia/interwiki.py", line 1946, in <module>
for arg in wikipedia.handleArgs():
File "/home/purodha/pywikipedia/wikipedia.py", line 6503, in handleArgs
output('Pywikipediabot %s' % (version.getversion()))
File "/home/purodha/pywikipedia/wikipedia.py", line 6836, in output
print traceback.print_stack()
None
DBG> Attempting to recover, but please report this problem
Pywikipediabot (r6978 (wikipedia.py), Jun 21 2009, 13:58:28)
DBG> BUG: Non-unicode (<type 'str'>) passed to wikipedia.output without
decoder!
File "/home/purodha/pywikipedia/interwiki.py", line 1946, in <module>
for arg in wikipedia.handleArgs():
File "/home/purodha/pywikipedia/wikipedia.py", line 6504, in handleArgs
output('Python %s' % (sys.version))
File "/home/purodha/pywikipedia/wikipedia.py", line 6836, in output
print traceback.print_stack()
None
DBG> Attempting to recover, but please report this problem
Python 2.5.2 (r252:60911, Jan 4 2009, 21:59:32)
[GCC 4.3.2]
Retrieving mediawiki messages from Special:Allmessages
WARNING: No character set found.
Getting 1 pages from wikipedia:ksh...
NOTE: [[ksh:A61]] is redirect to [[ksh:A61 (Watt eßß datt?)]]
Getting 1 pages from wikipedia:ksh...
NOTE: [[ksh:A61 (Watt eßß datt?)]] is redirect to [[ksh:A 61]]
Getting 1 pages from wikipedia:ksh...
NOTE: [[ksh:A 61]] is redirect to [[ksh:A 61 (Watt eßß datt?)]]
Getting 1 pages from wikipedia:ksh...
[[A 61 (Watt eßß datt?)]]: [[ksh:A 61 (Watt eßß datt?)]] gives new
interwiki [[de:A61]]
Getting 1 pages from wikipedia:de...
NOTE: [[de:A61]] is redirect to [[de:A 61]]
[[A 61 (Watt eßß datt?)]]: [[de:A61]] gives new redirect [[de:A 61]]
Getting 1 pages from wikipedia:de...
======Post-processing [[ksh:A 61 (Watt eßß datt?)]]======
Updating links on page [[de:A 61]].
Changes to be made: Ergänze: ksh
+
+ [[ksh:A 61 (Watt eßß datt?)]]
NOTE: Updating live wiki...
Getting information for site wikipedia:de
Note: this language does not allow global bots.
Changing page [[de:A 61]]
Retrieving mediawiki messages from Special:Allmessages
WARNING: No character set found.
Updating links on page [[ksh:A 61 (Watt eßß datt?)]].
Changes to be made: ußjewääßelt: de
+
- [[de:A61]]
+ [[de:A 61]]
NOTE: Updating live wiki...
Getting information for site wikipedia:ksh
Note: this language does not allow global bots.
Changing page [[A 61 (Watt eßß datt?)]]
~$
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2810467&group_…