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

Rename zip file to upper camel case before extracting #13

Closed proactiveprogramming closed 1 year ago

proactiveprogramming commented 1 year ago

Rename all zip file to upper camel case before extracting, including removing the words "mw" and "master" and "main" and anything else that is not the actual extension name.

We are going to use "unar -d file.zip" to unzip a file into a directory with the same name as the zip file, if there is more than one file and/or folders in the extraction.

Renaming the .zip files will rename the directories which will most likely introduce programming bugs, but this item is not intended to "fix the bugs". It is just intended to perform the cleanup. All extensions which are affected, we will create separate bugs for, because there are probably a lot more issues than just the name of the .zip file.

proactiveprogramming commented 1 year ago

Changed all of the extension directories to proper camel case. Also deleted directories with no code (aka, archived).