r71506 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r71505‎ | r71506 | r71507 >
Date:20:07, 23 August 2010
Author:yaron
Status:ok
Tags:
Comment:
New version: 2.0
Modified paths:
  • /trunk/extensions/SemanticForms/INSTALL (modified) (history)
  • /trunk/extensions/SemanticForms/README (modified) (history)
  • /trunk/extensions/SemanticForms/includes/SF_GlobalFunctions.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticForms/INSTALL
@@ -1,4 +1,4 @@
2 -[[Semantic Forms 1.9.1]]
 2+[[Semantic Forms 2.0]]
33
44 Contents:
55 * Disclaimer
Index: trunk/extensions/SemanticForms/includes/SF_GlobalFunctions.php
@@ -7,7 +7,7 @@
88
99 if ( !defined( 'MEDIAWIKI' ) ) die();
1010
11 -define( 'SF_VERSION', '1.9.1' );
 11+define( 'SF_VERSION', '2.0' );
1212
1313 $wgExtensionCredits[defined( 'SEMANTIC_EXTENSION_TYPE' ) ? 'semantic' : 'specialpage'][] = array(
1414 'path' => __FILE__,
Index: trunk/extensions/SemanticForms/README
@@ -12,11 +12,15 @@
1313 == Credits ==
1414
1515 Semantic Forms was created, and mostly written by, Yaron Koren.
16 -Important code contributions were also made by Daniel Friesen, Daniel
17 -Hansch, Eugene Mednikov, Harold Solbrig, Jayson Harshbarger, Jeffrey
18 -Stuckman, Louis Gerbarg, Matt Williamson, Nils Opperman, Patrick Nagel,
19 -Sergey Chernyshev and wheresmytab.
2016
 17+Much of the jQuery and related Javascript functionality was added by
 18+Sanyam Goyal as part of the 2010 Google Summer of Code program.
 19+
 20+Important code contributions were also made by Christoph Burgmer,
 21+Daniel Friesen, Daniel Hansch, Eugene Mednikov, Harold Solbrig, Jayson
 22+Harshbarger, Jeffrey Stuckman, Louis Gerbarg, Matt Williamson, Nils
 23+Opperman, Patrick Nagel, Sergey Chernyshev and wheresmytab.
 24+
2125 Language translations were provided by many people; see the
2226 files /languages/SF_Messages.php and /languages/SF_Aliases.php for
2327 the full listings.
@@ -37,18 +41,12 @@
3842
3943 == Credits to other projects ==
4044
41 -* The Semantic Forms extension makes external calls to the Yahoo!
42 -User Interface (YUI) JavaScript library
43 -(http://developer.yahoo.com/yui/). YUI is distributed via the
44 -BSD license (http://developer.yahoo.com/yui/license.html),
45 -which is compatible with the GPL license under which Semantic
46 -Forms is distributed.
 45+* The Semantic Forms extension includes the jQuery and jQuery UI
 46+JavaScript libraries (http://jquery.org, http://jqueryui.com).
 47+Both libraries are distributed under both the MIT and GPL
 48+licenses, both of which are compatible with the GPL license under
 49+which Semantic Forms is distributed.
4750
48 -* Semantic Forms also includes the Floatbox Javascript library
49 -by Byron McGregor (http://randomous.com/tools/floatbox/). The
50 -version of Floatbox being used (NOT the current version, it
51 -should be noted, but one from May 2008) is distributed via the
52 -Creative Commons Attribution 3.0 License
53 -(http://creativecommons.org/licenses/by/3.0/). The license for
54 -this old version is compatible with the GPL license under which
55 -Semantic Forms is distributed.
 51+* Semantic Forms also includes the FancyBox JavaScript library by
 52+Janis Skarnelis (http://fancybox.net). FancyBox is distributed
 53+under both the MIT and GPL licenses.

Status & tagging log