User "Enomil" posted a comment on MediaWiki.r98583. Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/98583#c23897 Commit summary:
* (bug 26028) Preserve initial newlines in ProofreadPage customized edit interface. Same basic problem as bug 12130, but not fixed by that fix because ProofreadPage creates its own <textarea>s as HTML strings in JavaScript, where fixes to Html::textarea() in PHP-land have no effect. :) Comment: If you edit, preview or let you show the changes at any Page: page (on german ws Seite:) it adds every time a linebreak in the footer. The page is with the scheme <noinclude>header</noinclude>text<noinclude>footer</noinclude>. The linebreaks from the footer and textbox are stripped away if the extension rebuild the complete page by JS (does not know if it is on oldwikisource or now in the extension itself) but not the linebreak from the footer. It effects all wikisource which uses Proofread Page, example pages (the also last history diffs): http://de.wikisource.org/wiki/Seite:De_DZfG_1889_01_173.jpg http://en.wikisource.org/wiki/Page:Southern_Historical_Society_Papers_volume_03.djvu/216 http://fr.wikisource.org/wiki/Page:Aventures_merveilleuses_de_Huon_de_Bordeaux.djvu/35 _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
