proactiveprogramming / mw-extensions-REL1_39

These MediaWiki extensions have been tested and debugged against REL1_39.x. No guarantees are made against any other version of MediaWiki.
0 stars 0 forks source link

Fix extension directory list to be less than 1000 #14

Open proactiveprogramming opened 1 year ago

proactiveprogramming commented 1 year ago

The number of extensions need to be reduced to be less than 1000 entries.

Extensions that are in a big bundle will be moved into one directory:

And other major packages. The current count is 1400 directories. We need to reduce this down to 1000 directories.

Another option will be to move the extensions into the following categories (for right now):

All files will be moved into subdirectories, and then moved up as they are tested and verified to work properly.

Any extension that is included in a mediawiki site will be placed in its down directory (since mediawiki is know to maintain them).

This is an issue that is in an intermediate cleanup task, and not a "bug" or "feature".