Bugs item #2955689, was opened at 2010-02-20 20:16
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2955689&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: Nakor Wikipedia (nakor-wikipedia)
>Assigned to: xqt (xqt)
Summary: OSM wiki has been changed
Initial Comment:
The script location at wiki.openstreetmap has changed. The following patch needs to be applied to account for it:
Index: families/osm_family.py
===================================================================
--- families/osm_family.py (revision 7918)
+++ families/osm_family.py (working copy)
@@ -58,8 +58,5 @@
'_default': u'NL talk',
}
- def scriptpath(self, code):
- return ''
-
def version(self, code):
return "1.13.3"
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2010-02-21 18:07
Message:
done in r7949. Thanks.
----------------------------------------------------------------------
Comment By: Nakor Wikipedia (nakor-wikipedia)
Date: 2010-02-20 20:58
Message:
The version has changed as well:
Index: families/osm_family.py
===================================================================
--- families/osm_family.py (revision 7948)
+++ families/osm_family.py (working copy)
@@ -58,8 +58,5 @@
'_default': u'NL talk',
}
- def scriptpath(self, code):
- return ''
-
def version(self, code):
- return "1.13.3"
\ No newline at end of file
+ return "1.15.1"
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2955689&group_…
Bugs item #2955689, was opened at 2010-02-20 14:16
Message generated for change (Settings changed) made by nakor-wikipedia
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2955689&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: Nakor Wikipedia (nakor-wikipedia)
Assigned to: Nobody/Anonymous (nobody)
>Summary: OSM wiki has been changed
Initial Comment:
The script location at wiki.openstreetmap has changed. The following patch needs to be applied to account for it:
Index: families/osm_family.py
===================================================================
--- families/osm_family.py (revision 7918)
+++ families/osm_family.py (working copy)
@@ -58,8 +58,5 @@
'_default': u'NL talk',
}
- def scriptpath(self, code):
- return ''
-
def version(self, code):
return "1.13.3"
----------------------------------------------------------------------
Comment By: Nakor Wikipedia (nakor-wikipedia)
Date: 2010-02-20 14:58
Message:
The version has changed as well:
Index: families/osm_family.py
===================================================================
--- families/osm_family.py (revision 7948)
+++ families/osm_family.py (working copy)
@@ -58,8 +58,5 @@
'_default': u'NL talk',
}
- def scriptpath(self, code):
- return ''
-
def version(self, code):
- return "1.13.3"
\ No newline at end of file
+ return "1.15.1"
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2955689&group_…
Bugs item #2955689, was opened at 2010-02-20 14:16
Message generated for change (Comment added) made by nakor-wikipedia
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2955689&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: Nakor Wikipedia (nakor-wikipedia)
Assigned to: Nobody/Anonymous (nobody)
Summary: OSM wiki has been chnaged
Initial Comment:
The script location at wiki.openstreetmap has changed. The following patch needs to be applied to account for it:
Index: families/osm_family.py
===================================================================
--- families/osm_family.py (revision 7918)
+++ families/osm_family.py (working copy)
@@ -58,8 +58,5 @@
'_default': u'NL talk',
}
- def scriptpath(self, code):
- return ''
-
def version(self, code):
return "1.13.3"
----------------------------------------------------------------------
>Comment By: Nakor Wikipedia (nakor-wikipedia)
Date: 2010-02-20 14:58
Message:
The version has changed as well:
Index: families/osm_family.py
===================================================================
--- families/osm_family.py (revision 7948)
+++ families/osm_family.py (working copy)
@@ -58,8 +58,5 @@
'_default': u'NL talk',
}
- def scriptpath(self, code):
- return ''
-
def version(self, code):
- return "1.13.3"
\ No newline at end of file
+ return "1.15.1"
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2955689&group_…
Bugs item #2955602, was opened at 2010-02-20 09:55
Message generated for change (Comment added) made by nakor-wikipedia
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2955602&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: None
Priority: 7
Private: No
Submitted By: Nakor Wikipedia (nakor-wikipedia)
Assigned to: Nobody/Anonymous (nobody)
Summary: page.templatesWithParams() is broken
Initial Comment:
I updated pywikipedia and my working code is now broken. r7918 works fine, r7919 does not work
Traceback (most recent call last):
File "/home/nakor/osm/pywikipedia/osm/relation_wiki.py", line 128, in <module>
main()
File "/home/nakor/osm/pywikipedia/osm/relation_wiki.py", line 44, in main
templates=page.templatesWithParams()
File "/home/nakor/osm/pywikipedia/wikipedia.py", line 2434, in templatesWithParams
defaultKeys = self.site().siteinfo('magicwords')['defaultsort']
File "/home/nakor/osm/pywikipedia/wikipedia.py", line 6341, in siteinfo
for entry in data[key]:
KeyError: 'magicwords'
----------------------------------------------------------------------
>Comment By: Nakor Wikipedia (nakor-wikipedia)
Date: 2010-02-20 14:57
Message:
Solved by updating the family file
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2955602&group_…
Bugs item #2955689, was opened at 2010-02-20 14:16
Message generated for change (Tracker Item Submitted) made by nakor-wikipedia
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2955689&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: Nakor Wikipedia (nakor-wikipedia)
Assigned to: Nobody/Anonymous (nobody)
Summary: OSM wiki has been chnaged
Initial Comment:
The script location at wiki.openstreetmap has changed. The following patch needs to be applied to account for it:
Index: families/osm_family.py
===================================================================
--- families/osm_family.py (revision 7918)
+++ families/osm_family.py (working copy)
@@ -58,8 +58,5 @@
'_default': u'NL talk',
}
- def scriptpath(self, code):
- return ''
-
def version(self, code):
return "1.13.3"
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2955689&group_…
Bugs item #2955602, was opened at 2010-02-20 09:55
Message generated for change (Settings changed) made by nakor-wikipedia
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2955602&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: 7
Private: No
Submitted By: Nakor Wikipedia (nakor-wikipedia)
Assigned to: Nobody/Anonymous (nobody)
Summary: page.templatesWithParams() is broken
Initial Comment:
I updated pywikipedia and my working code is now broken. r7918 works fine, r7919 does not work
Traceback (most recent call last):
File "/home/nakor/osm/pywikipedia/osm/relation_wiki.py", line 128, in <module>
main()
File "/home/nakor/osm/pywikipedia/osm/relation_wiki.py", line 44, in main
templates=page.templatesWithParams()
File "/home/nakor/osm/pywikipedia/wikipedia.py", line 2434, in templatesWithParams
defaultKeys = self.site().siteinfo('magicwords')['defaultsort']
File "/home/nakor/osm/pywikipedia/wikipedia.py", line 6341, in siteinfo
for entry in data[key]:
KeyError: 'magicwords'
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2955602&group_…
Bugs item #2955602, was opened at 2010-02-20 09:55
Message generated for change (Tracker Item Submitted) made by nakor-wikipedia
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2955602&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: Nakor Wikipedia (nakor-wikipedia)
Assigned to: Nobody/Anonymous (nobody)
Summary: page.templatesWithParams() is broken
Initial Comment:
I updated pywikipedia and my working code is now broken. r7918 works fine, r7919 does not work
Traceback (most recent call last):
File "/home/nakor/osm/pywikipedia/osm/relation_wiki.py", line 128, in <module>
main()
File "/home/nakor/osm/pywikipedia/osm/relation_wiki.py", line 44, in main
templates=page.templatesWithParams()
File "/home/nakor/osm/pywikipedia/wikipedia.py", line 2434, in templatesWithParams
defaultKeys = self.site().siteinfo('magicwords')['defaultsort']
File "/home/nakor/osm/pywikipedia/wikipedia.py", line 6341, in siteinfo
for entry in data[key]:
KeyError: 'magicwords'
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2955602&group_…
Patches item #2955478, was opened at 2010-02-20 06:41
Message generated for change (Settings changed) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=2955478&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: Closed
>Resolution: Accepted
Priority: 5
Private: No
Submitted By: Mikko Silvonen (silvonen)
>Assigned to: xqt (xqt)
Summary: Finnish translations for template.py
Initial Comment:
I translated template.py into Finnish. Please apply the attached patch.
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2010-02-20 12:47
Message:
done in r7946
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=2955478&group_…
Patches item #2955478, was opened at 2010-02-20 07:41
Message generated for change (Tracker Item Submitted) made by silvonen
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=2955478&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: Mikko Silvonen (silvonen)
Assigned to: Nobody/Anonymous (nobody)
Summary: Finnish translations for template.py
Initial Comment:
I translated template.py into Finnish. Please apply the attached patch.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=2955478&group_…
Bugs item #2930108, was opened at 2010-01-11 22:34
Message generated for change (Comment added) made by multichill
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2930108&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: Accepted
Priority: 5
Private: No
Submitted By: Multichill (multichill)
Assigned to: xqt (xqt)
Summary: -usercontribs: broken
Initial Comment:
The pagegenerator -usercontribs should return all the edits by a certain user. It doesn't. It stops after a couple of pages:
D:\Wikipedia\pywikipedia>version.py
Pywikipedia [svn+ssh] multichill@trunk/pywikipedia (r7850, 2010/01/02, 12:59:20)
Python 2.5.1 (r251:54863, Apr 18 2007, 08:51:08) [MSC v.1310 32 bit (Intel)]
D:\Wikipedia\pywikipedia>imagecopy.py -lang:en -usercontribs:R.J.Oosterbaan
WARNING: Configuration variable 'CommonsDelinker' is defined but unknown. Misspe
lled?
Getting 60 pages from wikipedia:en...
Skipping File:HablehRud.JPG
Skipping File:PunataFan.png
Skipping File:KhuzdarFan.JPG
Skipping File:Flood&recession.JPG
Skipping File:BundPhoto.JPG
Skipping File:OkavangoPhoto.JPG
Skipping File:OkavangoMap.JPG
Skipping File:PunataReserv.JPG
Skipping File:PunataTransmis.JPG
Skipping File:PunataRegion.JPG
Skipping File:PunataCropping.JPG
Skipping File:StripCropping.jpg
Skipping File:GarmsarWatBal.JPG
Skipping File:GarmsarAquifer.JPG
Skipping File:GarmsarMap.JPG
Skipping File:Well&Karez.JPG
Skipping File:KhuzdarBund.JPG
Skipping File:KhuzdarAgri.JPG
Skipping File:OkavangoFan.png
Skipping File:GarmsarFan.png
Skipping File:TidalCrossSection.GIF
Getting 29 pages from wikipedia:en...
Skipping File:WellDrain.gif
Skipping File:WellDrain.png
Skipping File:AbadanIsland.GIF
Skipping File:Drainsection.PNG
Skipping File:AnisotropicSoil.PNG
Skipping File:DrainSection.jpg
Still 1 active threads, lets wait
All threads are done
D:\Wikipedia\pywikipedia>
----------------------------------------------------------------------
>Comment By: Multichill (multichill)
Date: 2010-02-19 07:34
Message:
The use of ; is not very practical. That's a special character in most unix
shells:
replace.py -usercontribs:Multichill;9999 "blaaa" ""
-bash: replace.py: command not found
-bash: 9999: command not found
The default should be -1 (unlimited)
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2010-02-19 07:12
Message:
-usercontribs:Username;99999999 does the job too or any other high number
which does not reach the number of distinct edits (might be a work-around)
----------------------------------------------------------------------
Comment By: Multichill (multichill)
Date: 2010-02-17 20:44
Message:
This is not fixed. -usercontribs:<username> should return all edits by this
user, not just the first n edits.
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2010-02-16 10:56
Message:
done in r7938
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2930108&group_…