Exactly. I think we are just fine with what we have now.
>> >I commited the fixed CSS to git. Please test it on ${not-en}.o.o and
>> >then deploy to all wikis.
>>
>> I can't test it that way, as all the wikis use the same set of core
>> files. Can you imagine how awful it would be to maintain them
>> otherwise :)
>
>Hmm...
>
> for dir in *.o.o ; do
> ( cd $dir && git pull )
> done
>
>doesn't look too awful ;-)
Well, keep in mind that we were not using git until two weeks ago. Also, there are a lot of little things that do not involve git. For example, adding a banner message to LocalSettings.php or testing out a new change on stage. Yes, I can use for loops, find, and sed all day long (believe me, I do). However, I still have yet to find a quicker and better way to keep 25+ directories in perfect sync than using symbolic links. There's a reason symlinks were invented :)
>> However, I will pull into stage and test there.
>
>Yes, that should work. I just wanted to make sure that you don't test on
>en.o.o because it already has the fixed CSS in Mediawiki:Common.css.
Let's all take a look at stage and see if we need to change anything before we go live with it. When I deploy to prod, it will instantly be out on all the wikis, and we can test everywhere out there too.