SourceForge.net | 1 Feb 2008 02:59
Picon
Favicon

[ pywikipediabot-Bugs-1884041 ] Redirect translate in bewiki is not exist

Bugs item #1884041, was opened at 2008-02-01 09:59
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=1884041&group_id=93107

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: Alex S.H. Lin (lin4h)
Assigned to: Nobody/Anonymous (nobody)
Summary: Redirect translate in bewiki is not exist

Initial Comment:
from bewiki:

http://be.wikipedia.org/w/index.php?title=%D0%92%D0%B0%D0%B9%D0%BD%D0%B0_1654-1667_%D0%B3%D0%B3.&diff=prev&oldid=120853

it cannot make redirect when the bot write #перанакіраваньне.

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=1884041&group_id=93107

(Continue reading)

filnik | 1 Feb 2008 21:13
Picon
Favicon

SVN: [4958] trunk/pywikipedia/welcome.py

Revision: 4958
Author:   filnik
Date:     2008-02-01 20:13:51 +0000 (Fri, 01 Feb 2008)

Log Message:
-----------
I've seen that the whitelist wasn't working correctly (or wasn't working at all), bugfixed.

Modified Paths:
--------------
    trunk/pywikipedia/welcome.py

Modified: trunk/pywikipedia/welcome.py
===================================================================
--- trunk/pywikipedia/welcome.py	2008-01-31 17:23:45 UTC (rev 4957)
+++ trunk/pywikipedia/welcome.py	2008-02-01 20:13:51 UTC (rev 4958)
 <at>  <at>  -718,18 +718,22  <at>  <at> 
         if filter_wp == True:
             # That is the default whitelist (it contains few name because it has been improved in the latest days..).
             whitelist_default = ['emiliano']
-            whitelist_page = wikipedia.Page(wsite, wtlpg)
-            if whitelist_page.exists():
-                wikipedia.output(u'\nLoading the whitelist from %s...' % wsite.hostname() )
-                text_white = whitelist_page.get()
-                list_white = load_word_function(wsite,text_white)
+            if wtlpg != None:
+                whitelist_page = wikipedia.Page(wsite, wtlpg)
+                if whitelist_page.exists():
+                    wikipedia.output(u'\nLoading the whitelist from %s...' % wsite.hostname() )
+                    text_white = whitelist_page.get()
(Continue reading)

SourceForge.net | 2 Feb 2008 04:26
Picon
Favicon

[ pywikipediabot-Bugs-1885032 ] unlink.py BUG

Bugs item #1885032, was opened at 2008-02-02 11:26
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=1885032&group_id=93107

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: shizhao (wikishizhao)
Assigned to: Nobody/Anonymous (nobody)
Summary: unlink.py BUG

Initial Comment:
Traceback (most recent call last):
  File "unlink.py", line 165, in ?
    main()
  File "unlink.py", line 159, in main
    bot.run()
  File "unlink.py", line 137, in run
    self.treat(page)
  File "unlink.py", line 116, in treat
    text, jumpToBeginning = self.handleNextLink(text, match)
  File "unlink.py", line 79, in handleNextLink
    wikipedia.output(text[max(0, m.start() - context) : m.start()] + '\03{lightred}' + text[m.start() :
(Continue reading)

SourceForge.net | 2 Feb 2008 04:31
Picon
Favicon

[ pywikipediabot-Bugs-1885037 ] removeImage() bug

Bugs item #1885037, was opened at 2008-02-02 11:31
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=1885037&group_id=93107

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: General
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: shizhao (wikishizhao)
Assigned to: Nobody/Anonymous (nobody)
Summary: removeImage() bug

Initial Comment:
removeImage() in wikipedia.py, run remove image code:
text = wikipedia.Page(site, puser.title())
text.removeImage(article.title(), True, summary, True)

Only remove "Image:" also [[Image:wiki.png]] -> [[wiki.png]]

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=1885037&group_id=93107
(Continue reading)

SourceForge.net | 2 Feb 2008 10:06
Picon
Favicon

[ pywikipediabot-Bugs-1885109 ] interwiki.py eror

Bugs item #1885109, was opened at 2008-02-02 01:06
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=1885109&group_id=93107

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: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: interwiki.py eror

Initial Comment:
The command I gave to my bot is interwiki.py -autonomous -new

NOTE: Performing a recursive query first to save time....
NOTE: Nothing left to do 2
NOTE: Updating live wiki...
Sleeping for 9.1 seconds, 2008-02-02 10:01:15
Changing page [[de:Phenylendiamin]]
Updating links on page [[it:1,4-fenilendiammina]].
Changes to be made:  Aggiungo: [[nl:P-Phenylenediamine]]
+ [[nl:P-Phenylenediamine]]

(Continue reading)

SourceForge.net | 2 Feb 2008 12:29
Picon
Favicon

[ pywikipediabot-Bugs-1885109 ] interwiki.py eror

Bugs item #1885109, was opened at 2008-02-02 11:06
Message generated for change (Comment added) made by rotemliss
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=1885109&group_id=93107

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: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: interwiki.py eror

Initial Comment:
The command I gave to my bot is interwiki.py -autonomous -new

NOTE: Performing a recursive query first to save time....
NOTE: Nothing left to do 2
NOTE: Updating live wiki...
Sleeping for 9.1 seconds, 2008-02-02 10:01:15
Changing page [[de:Phenylendiamin]]
Updating links on page [[it:1,4-fenilendiammina]].
Changes to be made:  Aggiungo: [[nl:P-Phenylenediamine]]
+ [[nl:P-Phenylenediamine]]

(Continue reading)

siebrand | 2 Feb 2008 14:53
Picon
Favicon

SVN: [4959] trunk/pywikipedia/families/i18n_family.py

Revision: 4959
Author:   siebrand
Date:     2008-02-02 13:53:25 +0000 (Sat, 02 Feb 2008)

Log Message:
-----------
Update namespaces

Modified Paths:
--------------
    trunk/pywikipedia/families/i18n_family.py

Modified: trunk/pywikipedia/families/i18n_family.py
===================================================================
--- trunk/pywikipedia/families/i18n_family.py	2008-02-01 20:13:51 UTC (rev 4958)
+++ trunk/pywikipedia/families/i18n_family.py	2008-02-02 13:53:25 UTC (rev 4959)
 <at>  <at>  -15,9 +15,12  <at>  <at> 
             'i18n': 'translatewiki.net',
         }

-        self.namespaces[102] = {
-            '_default': [u'Uga'],
+        self.namespaces[4] = {
+            '_default': [u'Betawiki'],
         }
+        self.namespaces[5] = {
+            '_default': [u'Betawiki talk'],
+        }
         self.namespaces[1102] = {
             '_default': [u'Translating'],
(Continue reading)

SourceForge.net | 2 Feb 2008 15:09
Picon
Favicon

[ pywikipediabot-Bugs-1885109 ] interwiki.py eror

Bugs item #1885109, was opened at 2008-02-02 01:06
Message generated for change (Comment added) made by nobody
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=1885109&group_id=93107

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: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: interwiki.py eror

Initial Comment:
The command I gave to my bot is interwiki.py -autonomous -new

NOTE: Performing a recursive query first to save time....
NOTE: Nothing left to do 2
NOTE: Updating live wiki...
Sleeping for 9.1 seconds, 2008-02-02 10:01:15
Changing page [[de:Phenylendiamin]]
Updating links on page [[it:1,4-fenilendiammina]].
Changes to be made:  Aggiungo: [[nl:P-Phenylenediamine]]
+ [[nl:P-Phenylenediamine]]

(Continue reading)

SourceForge.net | 2 Feb 2008 15:10
Picon
Favicon

[ pywikipediabot-Bugs-1885109 ] interwiki.py eror

Bugs item #1885109, was opened at 2008-02-02 11:06
Message generated for change (Settings changed) made by rotemliss
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=1885109&group_id=93107

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: Invalid
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: interwiki.py eror

Initial Comment:
The command I gave to my bot is interwiki.py -autonomous -new

NOTE: Performing a recursive query first to save time....
NOTE: Nothing left to do 2
NOTE: Updating live wiki...
Sleeping for 9.1 seconds, 2008-02-02 10:01:15
Changing page [[de:Phenylendiamin]]
Updating links on page [[it:1,4-fenilendiammina]].
Changes to be made:  Aggiungo: [[nl:P-Phenylenediamine]]
+ [[nl:P-Phenylenediamine]]

(Continue reading)

SourceForge.net | 2 Feb 2008 17:56
Picon
Favicon

[ pywikipediabot-Bugs-1864970 ] Cannot detect page protected in zh-wikinews.

Bugs item #1864970, was opened at 2008-01-06 17:21
Message generated for change (Comment added) made by lin4h
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=1864970&group_id=93107

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: Closed
Resolution: None
Priority: 5
Private: No
Submitted By: Alex S.H. Lin (lin4h)
Assigned to: Nobody/Anonymous (nobody)
Summary: Cannot detect page protected in zh-wikinews.

Initial Comment:
I tried to make interwiki in a protected page, it cannot use sysop account automatic.

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

>Comment By: Alex S.H. Lin (lin4h)
Date: 2008-02-03 00:56

Message:
Logged In: YES 
user_id=1902991
Originator: YES
(Continue reading)


Gmane