https://bugzilla.wikimedia.org/show_bug.cgi?id=19919
--- Comment #3 from Purodha Blissenbach <[email protected]> 2009-08-09 12:26:28 UTC --- Practical impact on kshwiki is addressed in Bug 20143 now, once the bot fixed a the problematic pages. This may mean that this bug should be closed, but a possibly better solution was to add the fix to the site update script, when switching to the new parser. Here is the bots command line: python pywikipedia/replace.py -v -pt:6 -log -regex -nocase -always \ -redirectonly:! -query:500 -summary:"Fix redirects for new parser" \ '^(#redirect[^]|]+)\|' '\1]]\n\n|' Note: This commandline does not remove comments from the 1st argument of the redirect. We did not have any, but they may cause trouble, too. The same holds for comments between "redirect" and the opening "[[" of the redirect target. Note also: This needs to be adapted to each localized versions + the generic one of the magic word "redirect" for wikis that have any. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
