r62093 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r62092‎ | r62093 | r62094 >
Date:19:19, 7 February 2010
Author:ashley
Status:ok
Tags:
Comment:
delete Skin.sample: old and hardly helpful file; even MediaWiki.org's outdated docs on how to write a new skin are better than this
Modified paths:
  • /trunk/phase3/skins/Skin.sample (deleted) (history)

Diff [purge]

Index: trunk/phase3/skins/Skin.sample
@@ -1,18 +0,0 @@
2 -<?php
3 -
4 -#
5 -# Do NOT use PHPTal with this sample, if you want PHPTal support have a look at
6 -# the other sample : SkinPHPTal.sample.
7 -#
8 -# The class name MUST begin with 'Skin' and the rest is the name of the file
9 -# excluding '.php'
10 -# This file is named Skin.sample (but it should end with php). So the
11 -# class name will be 'Skin' . 'Skin'
12 -
13 -class SkinSkin extends Skin {
14 -# Override method below
15 -#
16 -
17 -}
18 -
19 -}

Follow-up revisions

RevisionCommit summaryAuthorDate
r62368Kill off another sample skin (core one dropped in r62093). This one has the a...demon14:27, 12 February 2010

Status & tagging log