Feature Requests item #3602871, was opened at 2013-01-31 12:21
Message generated for change (Tracker Item Submitted) made by reza1615
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3602871&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: featured
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: reza (reza1615)
Assigned to: Nobody/Anonymous (nobody)
Summary: category.py dosen't work properly for template namespace
Initial Comment:
category.py doesn't work properly for template namespace and it don't remove or change categories from /doc sub-page
please add some codes to check if category is not in the template page it goes to /doc page
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3602871&group_…
Patches item #3602771, was opened at 2013-01-31 01:16
Message generated for change (Comment added) made by masti01
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3602771&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: masti (masti01)
Assigned to: Nobody/Anonymous (nobody)
Summary: weblinkchecker exclude webarchive
Initial Comment:
Exclude webArchive from checked links as this is already archived
----------------------------------------------------------------------
>Comment By: masti (masti01)
Date: 2013-01-31 02:44
Message:
corrected diff
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3602771&group_…
Patches item #3602771, was opened at 2013-01-31 01:16
Message generated for change (Tracker Item Submitted) made by masti01
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3602771&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: masti (masti01)
Assigned to: Nobody/Anonymous (nobody)
Summary: weblinkchecker exclude webarchive
Initial Comment:
Exclude webArchive from checked links as this is already archived
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3602771&group_…
Patches item #3602369, was opened at 2013-01-28 04:04
Message generated for change (Settings changed) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3602369&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: Luca Rabinelli (beta16)
Assigned to: Nobody/Anonymous (nobody)
Summary: Wikidata: edit label
Initial Comment:
Use of 'wbsetitem' (not documented, maybe deprecated) return this error: "code":"unknown_action","info":"Unrecognized value for parameter 'action': wbsetitem"
Replaced with API 'wbsetlabel'
----------------------------------------------------------------------
Comment By: Amir (amird)
Date: 2013-01-30 10:47
Message:
I made a commit for fixing this r11015
it worked for me but check again
http://www.wikidata.org/w/index.php?title=Q560&diff=prev&oldid=5449985
your patch was very helpful, Thanks
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3602369&group_…
Feature Requests item #3602684, was opened at 2013-01-30 10:33
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3602684&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: Duplicate
Priority: 5
Private: No
Submitted By: Nullzer0 (nu11zer0)
Assigned to: Nobody/Anonymous (nobody)
Summary: LEFT-TO-RIGHT MARK makes categories() fail
Initial Comment:
In categories() from class Page, if there is LEFT-TO-RIGHT MARK or other hidden characters in "[[Category:", pywikibot will fail to capture this category. I noticed that in constructor of class Page, there is the code for stripping many hidden characters. So why don't we apply this code with category and others (I'm not sure if there are other things which need stripping hidden characters. Interwiki link? At least, I see many regular expressions for capturing links, these action can fail with hidden character too.)
Pywikipedia trunk/pywikipedia/ (r11014, 2013/01/28, 20:55:48, ok)
Python 2.7.3 (default, Sep 26 2012, 21:53:58)
[GCC 4.7.2]
config-settings:
use_api = True
use_api_login = True
unicode test: ok
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2013-01-30 15:21
Message:
duplicate to 3602690
----------------------------------------------------------------------
Comment By: Nullzer0 (nu11zer0)
Date: 2013-01-30 11:36
Message:
Please delete, I created this topic in wrong tracker. I have moved to bug
tracker now. Sorry.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3602684&group_…
Feature Requests item #3602684, was opened at 2013-01-30 10:33
Message generated for change (Comment added) made by nu11zer0
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3602684&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: Nullzer0 (nu11zer0)
Assigned to: Nobody/Anonymous (nobody)
Summary: LEFT-TO-RIGHT MARK makes categories() fail
Initial Comment:
In categories() from class Page, if there is LEFT-TO-RIGHT MARK or other hidden characters in "[[Category:", pywikibot will fail to capture this category. I noticed that in constructor of class Page, there is the code for stripping many hidden characters. So why don't we apply this code with category and others (I'm not sure if there are other things which need stripping hidden characters. Interwiki link? At least, I see many regular expressions for capturing links, these action can fail with hidden character too.)
Pywikipedia trunk/pywikipedia/ (r11014, 2013/01/28, 20:55:48, ok)
Python 2.7.3 (default, Sep 26 2012, 21:53:58)
[GCC 4.7.2]
config-settings:
use_api = True
use_api_login = True
unicode test: ok
----------------------------------------------------------------------
>Comment By: Nullzer0 (nu11zer0)
Date: 2013-01-30 11:36
Message:
Please delete, I created this topic in wrong tracker. I have moved to bug
tracker now. Sorry.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3602684&group_…
Bugs item #3602690, was opened at 2013-01-30 11:36
Message generated for change (Tracker Item Submitted) made by nu11zer0
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3602690&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: General
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nullzer0 (nu11zer0)
Assigned to: Nobody/Anonymous (nobody)
Summary: LEFT-TO-RIGHT MARK makes categories() fail
Initial Comment:
In categories() from class Page, if there is LEFT-TO-RIGHT MARK or other hidden characters in "[[Category:", pywikibot will fail to capture this category. I noticed that in constructor of class Page, there is the code for stripping many hidden characters. So why don't we apply this code with category and others (I'm not sure if there are other things which need stripping hidden characters. Interwiki link? At least, I see many regular expressions for capturing links, these actions can fail with hidden character too.)
Pywikipedia trunk/pywikipedia/ (r11014, 2013/01/28, 20:55:48, ok)
Python 2.7.3 (default, Sep 26 2012, 21:53:58)
[GCC 4.7.2]
config-settings:
use_api = True
use_api_login = True
unicode test: ok
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3602690&group_…
Patches item #3602369, was opened at 2013-01-28 04:04
Message generated for change (Comment added) made by amird
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3602369&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: Luca Rabinelli (beta16)
Assigned to: Nobody/Anonymous (nobody)
Summary: Wikidata: edit label
Initial Comment:
Use of 'wbsetitem' (not documented, maybe deprecated) return this error: "code":"unknown_action","info":"Unrecognized value for parameter 'action': wbsetitem"
Replaced with API 'wbsetlabel'
----------------------------------------------------------------------
Comment By: Amir (amird)
Date: 2013-01-30 10:47
Message:
I made a commit for fixing this r11015
it worked for me but check again
http://www.wikidata.org/w/index.php?title=Q560&diff=prev&oldid=5449985
your patch was very helpful, Thanks
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3602369&group_…
Feature Requests item #3602684, was opened at 2013-01-30 10:33
Message generated for change (Tracker Item Submitted) made by nu11zer0
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3602684&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: Nullzer0 (nu11zer0)
Assigned to: Nobody/Anonymous (nobody)
Summary: LEFT-TO-RIGHT MARK makes categories() fail
Initial Comment:
In categories() from class Page, if there is LEFT-TO-RIGHT MARK or other hidden characters in "[[Category:", pywikibot will fail to capture this category. I noticed that in constructor of class Page, there is the code for stripping many hidden characters. So why don't we apply this code with category and others (I'm not sure if there are other things which need stripping hidden characters. Interwiki link? At least, I see many regular expressions for capturing links, these action can fail with hidden character too.)
Pywikipedia trunk/pywikipedia/ (r11014, 2013/01/28, 20:55:48, ok)
Python 2.7.3 (default, Sep 26 2012, 21:53:58)
[GCC 4.7.2]
config-settings:
use_api = True
use_api_login = True
unicode test: ok
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3602684&group_…