Njw has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/67423


Change subject: Release v1.0
......................................................................

Release v1.0

Change-Id: I0354e9b75ff69c38cd618e5f37355e4273a4cc96
---
R COPYING
A TODO
D assets/CHANGES
D assets/license-addendum.txt
M erudite.php
5 files changed, 9 insertions(+), 20 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/skins/erudite 
refs/changes/23/67423/1

diff --git a/assets/license.txt b/COPYING
similarity index 98%
rename from assets/license.txt
rename to COPYING
index 468ed1d..4648a48 100644
--- a/assets/license.txt
+++ b/COPYING
@@ -1,7 +1,6 @@
-The Erudite is (c) Matt Wiebe and is licensed under the GPL 2 (below)
-Uses some bits from Scott Wallick's late-great Sandbox theme.
+This theme is released under the GPLv2. See below for the full license.
 
-
+Copyright 2009-2013 Matt Wiebe, Nick White, Colin Andrew Ferm, Daniel Friesen
 
 
                     GNU GENERAL PUBLIC LICENSE
@@ -342,4 +341,4 @@
 proprietary programs.  If your program is a subroutine library, you may
 consider it more useful to permit linking proprietary applications with the
 library.  If this is what you want to do, use the GNU Lesser General
-Public License instead of this License.
\ No newline at end of file
+Public License instead of this License.
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..410be54
--- /dev/null
+++ b/TODO
@@ -0,0 +1,4 @@
+Test that it works fine with ULS extension
+Use consistent units everywhere; fonts are currently mixed px / pt / % / em
+Use simpler CSS rules for main content, rather than children of .entry-content
+Add small screen CSS rules, specifically to have the top menu and footer 
columns stack vertically and to remove the min-width (and width where 
appropriate) settings
diff --git a/assets/CHANGES b/assets/CHANGES
deleted file mode 100644
index 078bd3f..0000000
--- a/assets/CHANGES
+++ /dev/null
@@ -1,12 +0,0 @@
-0.9.3
-- Fixed Newest Pages widget for different script paths.
-
-0.9.2
-- Added OpenGraph meta fields to the skin.
-
-0.9.1
-- Added more wiki controls to the right nav.
-- Made talk notifications show under toolbar.
-
-0.9.0
-- First packaged from the skin unifiedrepublicofstars.com was based on.
diff --git a/assets/license-addendum.txt b/assets/license-addendum.txt
deleted file mode 100644
index ec9d366..0000000
--- a/assets/license-addendum.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-Erudite for MediaWiki was created by Colin Andrew Ferm based off the original 
Erudite WP theme.
-
-All terms of the original license remain.
diff --git a/erudite.php b/erudite.php
index ee66a5f..df7e914 100644
--- a/erudite.php
+++ b/erudite.php
@@ -16,7 +16,8 @@
        'path' => __FILE__,
        'name' => 'Erudite',
        'url' => 'https://www.mediawiki.org/wiki/Skin:Erudite',
-       'author' => array( 'Matt Wiebe', 'Colin Andrew Ferm', 'Nick White' ),
+       'author' => array( 'Nick White', 'Matt Wiebe', 'Colin Andrew Ferm' ),
+       'version' => '1.0',
        'descriptionmsg' => 'erudite-desc',
 );
 

-- 
To view, visit https://gerrit.wikimedia.org/r/67423
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0354e9b75ff69c38cd618e5f37355e4273a4cc96
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/skins/erudite
Gerrit-Branch: master
Gerrit-Owner: Njw <nick.wh...@durham.ac.uk>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to