CollaborationKit
MediaWiki CollaborationKit extension
Loading...
Searching...
No Matches
Todo List
Member CollaborationHubContent::escapeForHumanEditable ( $text)
Unclear if this is best approach. Alternative might be to use 
 Or an obscure unicode character like ␊ (U+240A).
Member CollaborationHubContent::getHumanEditableContent ()
Should this be i18n-ized?
File CollaborationHubContentEditor.php

Unicode unsafe browsers?

Member CollaborationListContent::getHumanEditableList ()
i18n-ize
Member CollaborationListContent::onArticleViewHeader (Article $article)
Not clear if this is the best hook to use. onBeforePageDisplay doesn't have easy access to oldid
File CollaborationListContentEditor.php

Unicode unsafe browsers?

Member CollaborationListContentHandler::postMemberList (Title $title, $summary, IContextSource $context)
rework this to use a generic CollaborationList editor function once it exists