Separating skins from core MediaWiki/Progress
Appearance
This page is obsolete. It is being retained for archival purposes. It may document extensions or features that are obsolete and/or no longer supported. Do not rely on the information here being up-to-date. This was a Google Summer of Code/2014 project/proposal. |
I (User:Matma Rex) am going to try keeping some kind of a progress log for the Separating skins from core MediaWiki project here.
Community bonding period
[edit]I was already an active community member, so I focused on getting a hang on the skinning landscape (existing skins and their creators).
My goals for the first half of the internship are still the same as in the original proposal: defining the recommended way of structuring skins, improving their installation process and allowing third-party skins the same degree of freedoms core skins have.
As outlined in my proposal, I am using the wikitech-l mailing list for important discussions and major milestones, and IRC for day-to-day communication.
2014-05-20
[edit]- Asked "What should be the recommended / supported way to do skins? (A proposal.)" on wikitech-l: http://lists.wikimedia.org/pipermail/wikitech-l/2014-May/076591.html
- Commented on pending changes aiming to move some skins out of core [1] [2] [3]
2014-05-22
[edit]- Reviewed changes to core and VectorBeta extension that aim to solve an incompatibility for custom skins using LESS stylesheets [4] [5]
2014-05-24
[edit]- Replied to the discussion with a summary and some action items. http://lists.wikimedia.org/pipermail/wikitech-l/2014-May/076671.html (life interfered with my plans to do this earlier)
2014-05-25
[edit]- Cleaned up the category tree of Category:Skinning a bit, fixing skin documentation pages and renaming several categories
- Started the work on deprecating skin autodiscovery, tracked on bug 65748.
2014-05-26
[edit]- Complete list of patches about skin autodiscovery, finished today:
- https://gerrit.wikimedia.org/r/#/c/135383/ (master) "Don't use autodiscovery for core skins"
https://gerrit.wikimedia.org/r/#/c/135384/ (master) "Move core skins to separate directories"See https://gerrit.wikimedia.org/r/#/c/135383/- https://gerrit.wikimedia.org/r/#/c/135429/ (master) "Officially deprecate skin autodiscovery"
- https://gerrit.wikimedia.org/r/#/c/135427/ (REL1_23) "Officially deprecate skin autodiscovery"
- https://gerrit.wikimedia.org/r/#/c/135439/ (master, on hold) "Completely remove skin autodiscovery"
2014-05-27
[edit]- https://gerrit.wikimedia.org/r/#/c/118345/ "Move Modern and CologneBlue out of core" and related patches were merged by Chad. I was planning to do this in the second half of the project, but it might as well be done now.
2014-05-28
[edit]- Fixed some minor issues with the merged patches related to the above, got poked myself and poked Chad about getting it deployed on Wikimedia wikis (tracked on bug 65868).
2014-05-29
[edit]- Modern and CologneBlue moved out of core and deployed on testwiki: everything seems to work. As I was not planning to spend time on this right now, it might delay my schedule a little, but in the worst case I'll be able to regain the lost time in the second half of the project (which has just been partially done thanks to Chad's help).
- "Officially deprecate skin autodiscovery" merged into REL1_23.
2014-05-31
[edit]- Worked on deprecating old functionality: reviewed, updated and merged https://gerrit.wikimedia.org/r/#/c/63364/, submitted https://gerrit.wikimedia.org/r/#/c/136531/ and related patches to existing skins (Modern, CologneBlue, Nostalgia).
- Cleaned up and updated Manual:Skinning Part 1 in preparation for expanding it.
2014-06-01
[edit]2014-06-02
[edit]- Wrote initial version of Manual:Skin autodiscovery and added release notes at MediaWiki 1.23#Skin autodiscovery deprecated.
2014-06-03
[edit]- Gotten https://gerrit.wikimedia.org/r/#/c/135408/ merged, which blocked separating MonoBook from core.
- Further Manual:Skin autodiscovery work.
- Submitted patches for converting Nostalgia into a proper skin. https://bugzilla.wikimedia.org/show_bug.cgi?id=61256#c5
2014-06-04
[edit]- Updated the status of deliverables on the project page.
- Manual:Skin autodiscovery should be complete and usable now.
2014-06-09
[edit]2014-06-10
[edit]- Skin autodiscovery deprecation patches were merged, and then one was reverted again because of WMF CI issues (bug 66429).
- Added support for enabling skins in MediaWiki installer, pending review: https://gerrit.wikimedia.org/r/138652
2014-06-11
[edit]- Wrote tentative patches to separate Vector and MonoBook skins from core: https://gerrit.wikimedia.org/r/#/c/135413/ https://gerrit.wikimedia.org/r/#/c/138795/. Hopefully these can be finalized soon and the skin directory layout can be documented.
2014-06-15
[edit]- Skin autodiscovery is deprecated in master again (bug 66429).
2014-06-20
[edit]- Rebased several patches that became outdated.
- Took part in a meeting where I responded to questions about what I'm doing and discussed about the replacement for
skinStyles
: Architecture meetings/RFC review 2014-06-20. - Nostalgia skin patches from bug 61256 have been merged.
- The patch to separate Vector from core (https://gerrit.wikimedia.org/r/#/c/135413/) has been merged, the one for MonoBook is on the way.
2014-06-21
[edit]- MonoBook patch (https://gerrit.wikimedia.org/r/#/c/138795/) has been merged as well.
- Submitted several patches to improve information shown on Special:Version for all the skins that have been split from core recently ([9] [10] [11] [12]).
2014-06-23
[edit]- Submitted a patch to allow skins to define
skinStyles
for arbitrary modules after discussing the approach with ResourceLoader developers. https://gerrit.wikimedia.org/r/#/c/141259/
2014-06-26
[edit]- Worked with Nikerabbit and Reedy to fix an issue with translations for the Vector skin not being loaded. After the skin with its localisation messages was split, the translations did not follow due to a combination of bugs and mistakes. https://gerrit.wikimedia.org/r/#/c/141303/ https://gerrit.wikimedia.org/r/#/c/142270/ https://gerrit.wikimedia.org/r/#/c/142271/ https://gerrit.wikimedia.org/r/#/c/142273/
- Follow-up for Vector splitting to fix i18n conflict with Vector extension: https://gerrit.wikimedia.org/r/#/c/142277/
- Patch to separate skins and extensions on Special:Version merged. https://gerrit.wikimedia.org/r/136615
2014-06-29
[edit]- Follow-up to the Vector i18n follow-up: https://gerrit.wikimedia.org/r/#/c/142968/
2014-07-01
[edit]- FIxing an issue with the temporary skin requires in Setup.php. https://gerrit.wikimedia.org/r/143302
2014-07-02
[edit]- Completed and tested the installer patch https://gerrit.wikimedia.org/r/#/c/138652/, discovering and fixing two pre-existing bugs https://gerrit.wikimedia.org/r/#/c/143702/ https://gerrit.wikimedia.org/r/#/c/143703/.
2014-07-03
[edit]- Updated information about skin structure on Manual:Skinning Part 1 , hopefully for the last time.
- Updated the same page about new localisation messages format introduced in MediaWiki 1.23.
2014-07-07
[edit]- Responded to code review.
- Updated Manual:Skinning Part 1 's information about ResourceLoader modules.
- Updated project page with thus newly (finally!) completed documentation items.
2014-07-09
[edit]- Finished Nostalgia cleanup (bug 61256).
2014-07-12
[edit]- Responded to code review.
- Finished updating Manual:Skinning Part 1 .
- Summarized the earlier skin standard discussion: http://lists.wikimedia.org/pipermail/wikitech-l/2014-July/077567.html
- Submitted a patch to change MediaWiki to accept skin identifiers in any letter case https://gerrit.wikimedia.org/r/#/c/145874/.
2014-07-15
[edit]- Responded to code review.
- Reviewed and submitted some changes cleaning up references to Vector in mediawiki.ui [13] [14].
2014-07-18
[edit]- Completed the example skin [15].
- Updated the skinning guide in some places that didn't work well in practice.
2014-07-20
[edit]- More tweaks to the example skin.
- Submitted https://gerrit.wikimedia.org/r/147901 to fix a tiny regression I caused when separating Vector skin from core earlier.
2014-07-21
[edit]- "Support for enabling skins in the installer" https://gerrit.wikimedia.org/r/138652 merged.
- Did some updates on Bugzilla.
- Finished, published and publicized the example skin (https://gerrit.wikimedia.org/r/#/c/147690/). See Skin:Example and http://lists.wikimedia.org/pipermail/wikitech-l/2014-July/077727.html.
- Submitted https://gerrit.wikimedia.org/r/148139 "mediawiki.page.watch.ajax: Remove #bodyContent, #content restriction on the link", the current way is incompatible with third-party skins.
- Submitted more changes dependent on the (pending) skinStyles replacement https://gerrit.wikimedia.org/r/148304 https://gerrit.wikimedia.org/r/148305.
2014-07-22
[edit]- Implemented the fallback skin with help messages https://gerrit.wikimedia.org/r/148508 and a method of using it https://gerrit.wikimedia.org/r/148424.
- Submitted several other minor patches.
- Updated the bug tree of bug 68333, filing some sub-bugs to work on in near future.
- Started preparations towards splitting off Vector and MonoBook from core. The patch https://gerrit.wikimedia.org/r/148509 currently still causes test failures.
2014-07-23
[edit]- Submitted a ton of fixes for tests which would fail when the default skin was changed [16].
- Submitted a minor tweak to Minerva skin. [17]
2014-07-26
[edit]- Merged https://gerrit.wikimedia.org/r/148846 instead of my own https://gerrit.wikimedia.org/r/#/c/148766 to fix one of the test issues.
2014-07-27
[edit]- Responded to code review.
- Submitted https://gerrit.wikimedia.org/r/149779 to fix one more issue with not having any usable skins.
- Submitted https://gerrit.wikimedia.org/r/149780 for MobileFrontend to move some of Minerva skin's styling from core hacks to there.
- Rebased dependencies for splitting off Vector and MonoBook (https://gerrit.wikimedia.org/r/#/c/148509/2).
- Abandoned https://gerrit.wikimedia.org/r/148766 in favor of a different approach.
2014-07-28
[edit]- $wgResourceModuleSkinStyles patch and some friends were merged.
- Emailed wikitech-l about upcoming changes in the skin system: http://lists.wikimedia.org/pipermail/wikitech-l/2014-July/077835.html
2014-07-30
[edit]- Created Manual:$wgResourceModuleSkinStyles and emailed wikitech-l about the new functionality being available: http://lists.wikimedia.org/pipermail/wikitech-l/2014-July/077878.html.
- Submitted a patch to fully migrate Minerva skin to $wgResourceModuleSkinStyles: https://gerrit.wikimedia.org/r/#/c/150580/
2014-08-04
[edit]2014-08-06
[edit]- Finalized the fallback skin changeset after input from reviewers: https://gerrit.wikimedia.org/r/148508
- Replied to concerns about skin system changes: http://lists.wikimedia.org/pipermail/wikitech-l/2014-August/077960.html
- Contacted a few people at Wikimania about finalizing the skin changes, in particular in the context of Wikimedia deployment.
2014-08-07
[edit]- Worked with other developers at Wikimania Hackathon to merge all of the changes necessary to move MonoBook and Vector to separate repositories: https://gerrit.wikimedia.org/r/152265 https://gerrit.wikimedia.org/r/152267 https://gerrit.wikimedia.org/r/148433 https://gerrit.wikimedia.org/r/152266 https://gerrit.wikimedia.org/r/148509
- Emailed wikitech-l about the change again, responded to comments and updated documentation.
- Worked to fix breakages in Beta Labs and Vagrant related to this change.
- Submitted a follow-up to $wgResourceModuleSkinStyles support: https://gerrit.wikimedia.org/r/#/c/152244/
2014-08-08
[edit]- Responded to more comments on Wikitech, updated more documentation.
2014-08-09
[edit]- Submitted a follow-up to Special:Version changes: https://gerrit.wikimedia.org/r/#/c/152991/
- Updated Manual:Skin configuration.
- Updated all kinds of stuff, really.
- Submitted a little patch for Wikimedia configuration to correctly show skins' versions on Special:Version: https://gerrit.wikimedia.org/r/#/c/153127/
2014-08-13
[edit]- Updated release notes and README: https://gerrit.wikimedia.org/r/153881
- Documented the user-facing changes at MediaWiki 1.24#Skins no longer loaded after upgrade?.