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...
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...