"Johnduhart" posted a comment on MediaWiki.r95429. URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/95429#c29138
Commit summary for MediaWiki.r95429: add ability to attach a comment to a diff line cc_patch_line === NULL means the comment is below the diff just like it was before. Set to a number, it refers to the line number in the diff file from 1 to n. Still need an UI which is a work in progress. NOTE: adding a simple field required a lot of files to be changed :( Johnduhart's comment: <pre>+ # patch line is only used for API call. No need for an i18n message + 'cc_patch_line' => null,</pre> This adds a empty column to the comments page. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
