Bugs item #3473828, was opened at 2012-01-14 09:37
Message generated for change (Tracker Item Submitted) made by ganz-ru
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3473828&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: GanZ (ganz-ru)
Assigned to: Nobody/Anonymous (nobody)
Summary: cosmetic_changes.py and <code>
Initial Comment:
Here:
http://ru.wikipedia.org/w/index.php?diff=40245627&oldid=39731202http://ru.wikipedia.org/w/index.php?diff=40765267&oldid=39425330
cosmetic_changes.py replaced the internal internal html-text of <code>...</code> with unicode symbols. That's not good, since the tag <code> is for an original representation of codes, including the html-code. So, I propose to add this tag to the elist of exceptions.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3473828&group_…
Patches item #3465147, was opened at 2011-12-24 22:36
Message generated for change (Comment added) made by ganz-ru
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3465147&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: GanZ (ganz-ru)
Assigned to: Nobody/Anonymous (nobody)
Summary: featured.py: category in ru.wiki
Initial Comment:
Diff contains more proper category of good articles in russian wikipedia. The category "Википедия:Хорошие статьи" contains only 271 articles, but today there are 1238 good articles in Ru.Wiki.
----------------------------------------------------------------------
>Comment By: GanZ (ganz-ru)
Date: 2012-01-13 17:19
Message:
Is it necessary to make some comments?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3465147&group_…
Bugs item #3472474, was opened at 2012-01-11 09:25
Message generated for change (Comment added) made by bewareofdoug
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3472474&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: Closed
>Resolution: Invalid
>Priority: 1
Private: No
Submitted By: ACarter (a1carter)
>Assigned to: Doug (bewareofdoug)
Summary: Using regex "(.*)" with replace.py
Initial Comment:
When using regex on replace.py, and using this replacement: "(.*)" "Something here", nothing happens.
It gives "Getting 60 pages from <wiki>...", and goes no further, just stays there.
When using verbose, it prints "Requesting API query from <wiki>.", and then goes no further, just like before
I have tested a lot of small differences, and the error only occurs when the text to find is exactly "(.*)". If you use, for example "{{(.*)", it works fine.
The full arguments were:
'replace.py -regex "(.*)" "Something" -cat:"Category"'
I'm or r9811, 2011/12/17 (15 o'clock if that makes a difference), Windows, Python 2.7.2
Thanks
----------------------------------------------------------------------
>Comment By: Doug (bewareofdoug)
Date: 2012-01-12 10:36
Message:
I've often run across this mainly because I continue to forget what is
happening. It seems at first glance like it should work but when you
remember that .* matches 0 or more of anything, you realize that it is
matching literally "anything and nothing" Normally, what is really wanted
is .+ that is 1 or more of anything, this will match the entire content of
a page when dotall is true.
Marking as closed as invalid
----------------------------------------------------------------------
Comment By: ACarter (a1carter)
Date: 2012-01-12 09:19
Message:
I've reckon out this is probably because of the immense processing power it
would take replacing everything in a page. It's probably solveable a
different way anyway
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3472474&group_…
Feature Requests item #3473009, was opened at 2012-01-12 09:52
Message generated for change (Settings changed) made by reza1615
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3473009&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: interwiki
Group: None
Status: Open
Priority: 5
Private: No
Submitted By: reza (reza1615)
Assigned to: Nobody/Anonymous (nobody)
Summary: interwiki.py change links according to redirects
Initial Comment:
when a page redirect or moved to other page interwiki/py doesn't chang the interwiki target to new one so we have many pages that
a>b b>c that c is redirect to a and in many cases . it makes interwiki's condition messy
problem
it confuses users and bots (that use interwiki for editing in articles) also some js tools that uses interwiki as translation tool
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3473009&group_…
Feature Requests item #3473009, was opened at 2012-01-12 09:52
Message generated for change (Tracker Item Submitted) made by reza1615
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3473009&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
Priority: 5
Private: No
Submitted By: reza (reza1615)
Assigned to: Nobody/Anonymous (nobody)
Summary: interwiki.py change links according to redirects
Initial Comment:
when a page redirect or moved to other page interwiki/py doesn't chang the interwiki target to new one so we have many pages that
a>b b>c that c is redirect to a and in many cases . it makes interwiki's condition messy
problem
it confuses users and bots (that use interwiki for editing in articles) also some js tools that uses interwiki as translation tool
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3473009&group_…
Bugs item #3472474, was opened at 2012-01-11 09:25
Message generated for change (Settings changed) made by a1carter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3472474&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: 5
Private: No
Submitted By: ACarter (a1carter)
Assigned to: Nobody/Anonymous (nobody)
Summary: Using regex "(.*)" with replace.py
Initial Comment:
When using regex on replace.py, and using this replacement: "(.*)" "Something here", nothing happens.
It gives "Getting 60 pages from <wiki>...", and goes no further, just stays there.
When using verbose, it prints "Requesting API query from <wiki>.", and then goes no further, just like before
I have tested a lot of small differences, and the error only occurs when the text to find is exactly "(.*)". If you use, for example "{{(.*)", it works fine.
The full arguments were:
'replace.py -regex "(.*)" "Something" -cat:"Category"'
I'm or r9811, 2011/12/17 (15 o'clock if that makes a difference), Windows, Python 2.7.2
Thanks
----------------------------------------------------------------------
Comment By: ACarter (a1carter)
Date: 2012-01-12 09:19
Message:
I've reckon out this is probably because of the immense processing power it
would take replacing everything in a page. It's probably solveable a
different way anyway
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3472474&group_…
Bugs item #3472474, was opened at 2012-01-11 09:25
Message generated for change (Comment added) made by a1carter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3472474&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: ACarter (a1carter)
Assigned to: Nobody/Anonymous (nobody)
Summary: Using regex "(.*)" with replace.py
Initial Comment:
When using regex on replace.py, and using this replacement: "(.*)" "Something here", nothing happens.
It gives "Getting 60 pages from <wiki>...", and goes no further, just stays there.
When using verbose, it prints "Requesting API query from <wiki>.", and then goes no further, just like before
I have tested a lot of small differences, and the error only occurs when the text to find is exactly "(.*)". If you use, for example "{{(.*)", it works fine.
The full arguments were:
'replace.py -regex "(.*)" "Something" -cat:"Category"'
I'm or r9811, 2011/12/17 (15 o'clock if that makes a difference), Windows, Python 2.7.2
Thanks
----------------------------------------------------------------------
Comment By: ACarter (a1carter)
Date: 2012-01-12 09:19
Message:
I've reckon out this is probably because of the immense processing power it
would take replacing everything in a page. It's probably solveable a
different way anyway
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3472474&group_…
Bugs item #3472474, was opened at 2012-01-11 09:25
Message generated for change (Tracker Item Submitted) made by a1carter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3472474&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: ACarter (a1carter)
Assigned to: Nobody/Anonymous (nobody)
Summary: Using regex "(.*)" with replace.py
Initial Comment:
When using regex on replace.py, and using this replacement: "(.*)" "Something here", nothing happens.
It gives "Getting 60 pages from <wiki>...", and goes no further, just stays there.
When using verbose, it prints "Requesting API query from <wiki>.", and then goes no further, just like before
I have tested a lot of small differences, and the error only occurs when the text to find is exactly "(.*)". If you use, for example "{{(.*)", it works fine.
The full arguments were:
'replace.py -regex "(.*)" "Something" -cat:"Category"'
I'm or r9811, 2011/12/17 (15 o'clock if that makes a difference), Windows, Python 2.7.2
Thanks
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3472474&group_…
Patches item #3471984, was opened at 2012-01-10 12:26
Message generated for change (Comment added) made by nickanc
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3471984&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: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Welcome.py in some languages
Initial Comment:
I have attached svn.diff for welcoming in vec.wiki and roa-tara.wiki.
----------------------------------------------------------------------
Comment By: nickanc (nickanc)
Date: 2012-01-10 12:27
Message:
i forgot to login, that's a work of mine.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3471984&group_…
Patches item #3471984, was opened at 2012-01-10 12:26
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3471984&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: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Welcome.py in some languages
Initial Comment:
I have attached svn.diff for welcoming in vec.wiki and roa-tara.wiki.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3471984&group_…