MediaWiki/extensions: Difference between revisions

    (It would seem that adding extensions is not the problematic part but removing them in a clean manner after they've been added at some point previously.)
    m (bolding)
    Line 1: Line 1:
    Extensions provide numerous ways to extend the core functionality of [[MediaWiki]] in ways that are more likely not to break on MediaWiki upgrades. Some types of extensions store their code inside the wiki which should be utterly avoided as then the MediaWiki team cannot assure to not break on upgrades. No guarantees are given but given a clean implementation of task X we've no need to reinvent the wheel.
    Extensions provide numerous ways to extend the core functionality of [[MediaWiki]] in ways that are more likely not to break on MediaWiki upgrades. Some types of extensions store their code inside the wiki which should be utterly avoided as then the MediaWiki team cannot assure to not break on upgrades. No guarantees are given but given a clean implementation of task X we've no need to reinvent the wheel.


    It would seem that adding extensions is not the problematic part but removing them in a clean manner after they've been added at some point previously.
    It would seem that '''adding extensions is not the problematic part but removing them''' in a clean manner after they've been added at some point previously.


    ''' See also: '''
    ''' See also: '''