| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Bug: T353458
Change-Id: I2ae4577de79832b082adca282ff73cfabc8f9392
|
|
|
|
|
| |
Bug: T353458
Change-Id: I35864ad9bd48701703c51367d62f8ebde963c52d
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
By default while using vscode live share it is hard to work on
skins and extensions of mediawiki using the core repo as a project
base, as extensions and skins are included in .gitignore files.
Configuration of the sharing behaviour is possible and documented at
https://docs.microsoft.com/en-us/visualstudio/liveshare/reference/security
The files added in this commit mean that by default:
- .gitignore files are treated in the default way for the system
meaning they are hidden, but accessible.
- core node_modules and vendor and shared and in the tree
- extensions and skins are shared and in the tree
Change-Id: I5e44483bcf09aa2fb6d568de1e0689a76ab7338a
|
|
|
|
|
|
|
| |
Removed common (last remaining file removed in 1e8b1dd8cff2)
and added README (added in c505afca41c9).
Change-Id: Idc31569b29df19fb79bc2c08fba0a327d9cd334d
|
|
|
|
| |
Change-Id: I8bf0095321fd8768ee01ad7d0872c764cfb42bae
|
|
|
|
|
|
|
| |
... so symlinks to mediawiki/skins repos won't appear as "Untracked
files" and new files under common/, MonoBook/, and Vector/ will.
Change-Id: I31e81a51aafb6f00e5302531ed64d8f0c325929a
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Step one on the way to killing the autodiscovery mechanism and making
the core skins less intertwined with core.
This only moves the files and fixes hardcoded paths throughout core.
Any further changes will be done in separate patch(es).
Moved files:
* skins/MonoBook.php → skins/monobook/MonoBook.php
* skins/Vector.php → skins/vector/Vector.php
Bug: 65748
Change-Id: Ib4bdda5ed3c133fce0113eb17fa39950aa812f87
|
|
|
|
|
|
|
|
|
| |
Import in the new repositories:
- Modern: I5348fedddf14affcee2688833f4e759e5af6499c
- CologneBlue: I9cc051f48074a033c684e5efa56a7b4dde51d366
Change-Id: I65768b4c29faf46895a7005a3090f43cf6e86258
|
|
|
|
|
|
|
| |
To make it easier to work on 3rd party skins.
Bug: 55486
Change-Id: I986b6fe71bba429d1274bd86822448838601af64
|
|
|
|
|
|
|
|
|
|
| |
New skin files (images etc.) seem to be matches by these
rules. I'm going to revert this for now since it's annoying,
feel free to resubmit a .gitignore that works.
This reverts commit d21381021658079720ce1a9aa9f0e989d8dd358e.
Change-Id: I77655ea4ba3ddb5941e1e423ad766be20479247f
|
|
To make it easier to work on extensions.
Bug: 55486
Change-Id: I92d70ba851970cbc147598d76809d845c3b43c6b
|