User "Krinkle" posted a comment on MediaWiki.r87190.

Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/87190#c16461
Commit summary:

LiquidThreads backend rewrite: Progress commit on LiquidThreadsFormatter, its 
friend LiquidThreadsFormatterContext and their subclasses.
A LiquidThreadsFormatter takes a LiquidThreadsObject and turns it into HTML for 
display. Its main entry point, getHTML(), takes a 
LiquidThreadsFormatterContext, which contains contextual information such as 
language, user, nesting level and what not.
There is currently no formatter for the LiquidThreadsTopic object.
Also includes a few data model changes (notably, added a field for the 
timestamp attributed to a post in the signature)

Comment:

<pre>

        -- Signature
+       lpv_signature TINYBLOB NOT NULL,
+       
+       -- Attributed date/time
+       lpv_post_time varbinary(14) not null,
+       
        lpv_signature TINYBLOB NOT NULL
 ) /*$wgDBTableOptions*/;
 
</pre>

There's two lpv_signature columns now ?

_______________________________________________
MediaWiki-CodeReview mailing list
mediawiki-coderev...@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to