Note:2: Difference between revisions

From notes
No edit summary
No edit summary
Line 12: Line 12:
***https://www.mediawiki.org/wiki/Continuous_integration/Tutorials
***https://www.mediawiki.org/wiki/Continuous_integration/Tutorials
** Is there a way to generate them automatically?
** Is there a way to generate them automatically?
** Who is responsible for adding them/keeping them up-to-date? (extension maintainer? somebody else?)
** Who is responsible for adding them? (extension maintainer? somebody else?)
** How are they kept up-to-date?
** How are they kept up-to-date and by whom?
** Is there redundancy?
** Is there redundancy?



Revision as of 17:52, 2 September 2017

Author
Created 2 September 2017 21:08:02
Last Modified 4 September 2017 16:30:44
Tags Extensions

This note includes questions about the current state of installing extensions.

  • When an extension has a composer.json file, should it be added to composer.local.json?
    • Doing so for some of the "Semantic" extensions causes issues.
    • Doing some is required for some extensions.
    • What about other extensions?