Index: trunk/extensions/SemanticForms/INSTALL |
— | — | @@ -1,4 +1,4 @@ |
2 | | -[[Semantic Forms 1.9.1]] |
| 2 | +[[Semantic Forms 2.0]] |
3 | 3 | |
4 | 4 | Contents: |
5 | 5 | * Disclaimer |
Index: trunk/extensions/SemanticForms/includes/SF_GlobalFunctions.php |
— | — | @@ -7,7 +7,7 @@ |
8 | 8 | |
9 | 9 | if ( !defined( 'MEDIAWIKI' ) ) die(); |
10 | 10 | |
11 | | -define( 'SF_VERSION', '1.9.1' ); |
| 11 | +define( 'SF_VERSION', '2.0' ); |
12 | 12 | |
13 | 13 | $wgExtensionCredits[defined( 'SEMANTIC_EXTENSION_TYPE' ) ? 'semantic' : 'specialpage'][] = array( |
14 | 14 | 'path' => __FILE__, |
Index: trunk/extensions/SemanticForms/README |
— | — | @@ -12,11 +12,15 @@ |
13 | 13 | == Credits == |
14 | 14 | |
15 | 15 | 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. |
20 | 16 | |
| 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 | + |
21 | 25 | Language translations were provided by many people; see the |
22 | 26 | files /languages/SF_Messages.php and /languages/SF_Aliases.php for |
23 | 27 | the full listings. |
— | — | @@ -37,18 +41,12 @@ |
38 | 42 | |
39 | 43 | == Credits to other projects == |
40 | 44 | |
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. |
47 | 50 | |
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. |