[Bug 55198] pagefromfile.py crashes when a title exists and is a redirect

2014-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55198

Mpaa mpaa.w...@gmail.com changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 CC||mpaa.w...@gmail.com
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55198] pagefromfile.py crashes when a title exists and is a redirect

2014-09-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55198

--- Comment #8 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 160023 merged by XZise:
[Bug 55198] Add noredirect option and don't let the bot crash in redirects

https://gerrit.wikimedia.org/r/160023

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55198] pagefromfile.py crashes when a title exists and is a redirect

2014-09-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55198

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 CC||federicol...@tiscali.it
Summary|redirect bug in |pagefromfile.py crashes
   |pagefromfile.py |when a title exists and is
   ||a redirect

--- Comment #4 from Nemo federicol...@tiscali.it ---
Still happening in master: I used -notitle -appendbottom and when one of the
titles contains a redirect the script just exits (silently).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55198] pagefromfile.py crashes when a title exists and is a redirect

2014-09-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55198

--- Comment #5 from Nemo federicol...@tiscali.it ---
nocontent or nocontents?

$ grep nocontent pagefromfile.py
-nocontent  If page has this statment it dosen't append
(example: -nocontents:{{infobox)
 dry, nocontents):
self.nocontent = nocontents
if self.nocontent != u'':
if pagecontents.find(self.nocontent) != -1 or
pagecontents.find(self.nocontent.lower()) != -1:
pywikibot.output(u'Page has %s so it is skipped' %
(self.nocontent))
nocontents = u
elif arg.startswith('-nocontent:'):
nocontents = arg[11:]
pywikibot.simulate, nocontents)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55198] pagefromfile.py crashes when a title exists and is a redirect

2014-09-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55198

Gerrit Notification Bot gerritad...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |PATCH_TO_REVIEW

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55198] pagefromfile.py crashes when a title exists and is a redirect

2014-09-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55198

--- Comment #6 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 160023 had a related patch set uploaded by Ladsgroup:
[Bug 55198] Add noredirect option and don't let the bot crash in redirects

https://gerrit.wikimedia.org/r/160023

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55198] pagefromfile.py crashes when a title exists and is a redirect

2014-09-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55198

--- Comment #7 from Amir Ladsgroup ladsgr...@gmail.com ---
Nemo: Can you check this and see it's working properly or not?
nocontent is better :)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l