https://bugzilla.wikimedia.org/show_bug.cgi?id=55061
Web browser: ---
Bug ID: 55061
Summary: Move translations to translatewiki.net
Product: Pywikibot
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: Unprioritized
Component: General
Assignee: Pywikipedia-bugs(a)lists.wikimedia.org
Reporter: legoktm.wikipedia(a)gmail.com
Classification: Unclassified
Mobile Platform: ---
Originally from: http://sourceforge.net/p/pywikipediabot/feature-requests/258/
Reported by: multichill
Created on: 2010-07-14 19:58:32
Subject: Move translations to translatewiki.net
Original description:
Currently are done in source code directly. It's much easier to do translations
at http://translatewiki.net/ like is done with mediawiki for example.
We probably have three kinds of translations:
1\. Edit summaries
2\. Edits itself
3\. Messages shown to the user
This request is aimed at the first.
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=55122
Web browser: ---
Bug ID: 55122
Summary: harvest_template ignores lowercase templates
Product: Pywikibot
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: Unprioritized
Component: General
Assignee: Pywikipedia-bugs(a)lists.wikimedia.org
Reporter: legoktm.wikipedia(a)gmail.com
Classification: Unclassified
Mobile Platform: ---
Originally from: http://sourceforge.net/p/pywikipediabot/bugs/1667/
Reported by: jandudik
Created on: 2013-09-04 10:59:56.305000
Subject: harvest_template ignores lowercase templates
Original description:
pwb.py harvest_template -cat:Údržba:Commonscat_není_na_Wikidatech
-template:"commonscat" "1" P373
works only on {{Commonscat|Foo}}, when in article is {{commonscat|Foo}}, bot
skips it.
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=55015
Web browser: ---
Bug ID: 55015
Summary: Wikiata filling bot
Product: Pywikibot
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: Unprioritized
Component: General
Assignee: Pywikipedia-bugs(a)lists.wikimedia.org
Reporter: legoktm.wikipedia(a)gmail.com
Classification: Unclassified
Mobile Platform: ---
Originally from: http://sourceforge.net/p/pywikipediabot/feature-requests/331/
Reported by: jandudik
Created on: 2013-02-11 11:45:53
Subject: Wikiata filling bot
Original description:
It would be very useful for second phase of Wikidata something like this:
fill\_wikidata.py -template:geobox -parameter:area -to:P123
which will goes through pages containing \{\{geobox\}\} and copy value from
parameter 'area' to Wikidata property P123 of related article. Parameter will
tell if overwrite or if only add when missing.
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=55153
Web browser: ---
Bug ID: 55153
Summary: sortkeyprefix: r11013 breaks catlib.py with mw 1.16
Product: Pywikibot
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: Unprioritized
Component: category.py
Assignee: Pywikipedia-bugs(a)lists.wikimedia.org
Reporter: legoktm.wikipedia(a)gmail.com
Classification: Unclassified
Mobile Platform: ---
Originally from: http://sourceforge.net/p/pywikipediabot/bugs/1578/
Reported by: Anonymous user
Created on: 2013-02-12 09:49:23
Subject: sortkeyprefix: r11013 breaks catlib.py with mw 1.16
Original description:
Retrieving a categories' non-empt subcategories under mw 1.16 results in
> KeyError: 'sortkeyprefix'
API response
> Unrecognized value for parameter 'cmprop': sortkeyprefix
First added to the patches tracker by mistake \(ID: 3603953\)
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=55289
Web browser: ---
Bug ID: 55289
Summary: wikipedia.py
Product: Pywikibot
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: Unprioritized
Component: General
Assignee: Pywikipedia-bugs(a)lists.wikimedia.org
Reporter: legoktm.wikipedia(a)gmail.com
Classification: Unclassified
Mobile Platform: ---
Originally from: http://sourceforge.net/p/pywikipediabot/bugs/1121/
Reported by: foxie001
Created on: 2010-02-09 08:41:04
Subject: wikipedia.py
Original description:
Since a recent update of wikipedia.py its impossible to run the following
command: python pywikipedia/interwiki.py. In stead I have to change the
directory to the map pywikipedia and run the command: python interwiki.py
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=55399
Web browser: ---
Bug ID: 55399
Summary: timestamp retrieved by special:export on bulk is no
longer yyyymmddhhmmss
Product: Pywikibot
Version: compat (1.0)
Hardware: All
OS: All
Status: NEW
Severity: critical
Priority: Unprioritized
Component: General
Assignee: Pywikipedia-bugs(a)lists.wikimedia.org
Reporter: info(a)gno.de
Classification: Unclassified
Mobile Platform: ---
Timestamp has been changed since 27th september and does not return mw
timestamp as yyyymmddhhmmss but 'yyyy-mm-ddThh:mm:ssZ' which blocks several
scripts.
Getting 12 pages via API from wikipedia:de...
Building wiki table...
Traceback (most recent call last):
File "C:\pwb\compat\dup.py", line 918, in <module>
main()
File "C:\pwb\compat\dup.py", line 912, in main
bot.run()
File "C:\pwb\compat\dup.py", line 751, in run
self.run_check()
File "C:\pwb\compat\dup.py", line 718, in run_check
self.build_table(True)
File "C:\pwb\compat\dup.py", line 637, in build_table
keys.sort(key=f)
File "C:\pwb\compat\dup.py", line 613, in f
r = int(table[k][0][2].editTime())
ValueError: invalid literal for int() with base 10: '2013-10-04T15:37:49Z'
Release version: 1.0b1
Python: 2.7.3 (default, Apr 10 2012, 23:24:47) [MSC v.1500 64 bit (AMD64)]
config-settings:
use_api = True
use_api_login = True
unicode test: ok
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=55409
Web browser: ---
Bug ID: 55409
Summary: Wrong place for References header in noreferences.py
Product: Pywikibot
Version: compat (1.0)
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: Unprioritized
Component: General
Assignee: Pywikipedia-bugs(a)lists.wikimedia.org
Reporter: info(a)gno.de
Classification: Unclassified
Mobile Platform: ---
"References" header should be placed before "External links" on en-wiki (see
placeBeforeSections dict) but it does place it after categories and stub
templates on bottom of the page. See
https://en.wikipedia.org/w/index.php?title=Luisa_Rossi&diff=576098062&oldid…
(Bug found on compat but should be also tested for core)
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=55026
Web browser: ---
Bug ID: 55026
Summary: -links from tolooserver
Product: Pywikibot
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: Unprioritized
Component: General
Assignee: Pywikipedia-bugs(a)lists.wikimedia.org
Reporter: legoktm.wikipedia(a)gmail.com
Classification: Unclassified
Mobile Platform: ---
Originally from: http://sourceforge.net/p/pywikipediabot/feature-requests/318/
Reported by: jandudik
Created on: 2012-10-08 20:24:52
Subject: -links from tolooserver
Original description:
Would be possible to add some parameter for using list of articles which is not
in wiki, not in my computer but somewhere else on the web \(like on
toolserver\).
Use
replace.py -weblink:http://toolserver.org/~foo/bar.txt "lorem" "ipsum"
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=52692
--- Comment #33 from Andre Klapper <aklapper(a)wikimedia.org> ---
(In reply to comment #29)
> could we get a version selector, to select between 'core (2.0)',
> 'compat (1.0)' and 'unspecified'?
Added.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=52692
--- Comment #32 from Nemo <federicoleva(a)tiscali.it> ---
The escaping on comments is rather awful, but not a tragedy.
Is the project on sourceforge going to stay forever? Many bugs originally had
patches and other stuff necessary to understand or act on the report, but the
attachments have not been imported.
Also, where should I propose new components? Maybe a wiki page for the first
bunch?
--
You are receiving this mail because:
You are on the CC list for the bug.