https://bugzilla.wikimedia.org/show_bug.cgi?id=26563

Roan Kattouw <roan.katt...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |roan.katt...@gmail.com

--- Comment #3 from Roan Kattouw <roan.katt...@gmail.com> 2011-01-08 11:57:37 
UTC ---
(In reply to comment #2)
> I'll document how I'd go about characters, just in case anyone wants to tackle
> it.  The JOIN of the "text" table in WikiExporter::dumpFrom would have to be
> performed even in the case of a stub dump.  WikiExporter()->text would need to
> be passed as a new parameter into XMLDumpWriter::writeRevision().  The stub
> logic in XMLDumpWriter::writeRevision() would need to be changed to use the 
> new
> parameter to see if we're dealing with a stub dump, rather than inferring it
> from the absence of text.  Finally, mb_strlen($foo, 'UTF-8') could be called. 
> It's not a ton of code (probably 10-15 lines of code change, tops) but that's
> less likely to get fast-tracked to production.
Wouldn't this cause stub dumps to load the text of each revision, significantly
slowing down their generation?

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to