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

--- Comment #3 from Daniel Kinzler <[email protected]> 2012-08-01 
14:03:57 UTC ---
(In reply to comment #2)
> In June, I suggested a couple of changes, which don't seem to have been
> implemented yet:

Both have been implemented in June:

commit 906a1ba51f149d659e270597e4b964cc8c550357
Author: daniel <[email protected]>
Date:   Mon Jun 25 23:30:51 2012 +0200

    [bug 37746] string ids for content model and format.

    The content model is stored as a varbinary(32), the format
    as varbinary(64).

    If the standard model resp. format is used, null is written
    to the database instead of the actual id, saving space.

    Change-Id: I32659b49a9ad3cb8ecae9019562cff7de42b65f9

commit 38828a93a17e63abb85442c90f04f6cac20034ec
Author: daniel <[email protected]>
Date:   Thu Jun 14 12:33:16 2012 +0200

    Use class-static var for storing ContentHandler singletons.

    $wgContentHandlers will be used for configuration only, and
    is no longer changed during operation.

    It's no longer possible to supply instances directly in $wgContentHandlers,
    it only takes class names now.

    Change-Id: Ifafb08d8638eff0d6965cd92fadbd9071c74de37


I also moved some functionality from ContentHandler to COntent, as you
requested:


commit 8d280dde9b405880d9d4a3a724c6b0872ef03dc1
Author: daniel <[email protected]>
Date:   Mon Jul 23 23:52:34 2012 +0200

    Moved getParserOutput to Content interface.

    On Tim's request, this change moved getParserOutput() and
getSecondaryDataUpdates()
    from the ContentHandler to the Content interface.

    Change-Id: Ia654aa8710a242ba5fe7a4eb528e6a6449035f59

commit c8e633f1e38d8fee671fc5453536adccaee616be
Author: daniel <[email protected]>
Date:   Mon Jul 23 22:54:25 2012 +0200

    moved getDeletionUpdates to Content interface

    Change-Id: I1b46b1d663f8efd609aeb1b63cb07ee1a0a00c33

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to