r79825 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r79824‎ | r79825 | r79826 >
Date:17:27, 7 January 2011
Author:foxtrott
Status:deferred
Tags:
Comment:
new version 0.4
Modified paths:
  • /trunk/extensions/SemanticFormsInputs/README (modified) (history)
  • /trunk/extensions/SemanticFormsInputs/SFI_Inputs.php (modified) (history)
  • /trunk/extensions/SemanticFormsInputs/SFI_Settings.php (modified) (history)
  • /trunk/extensions/SemanticFormsInputs/SemanticFormsInputs.php (modified) (history)
  • /trunk/extensions/SemanticFormsInputs/libs/datepicker.js (modified) (history)
  • /trunk/extensions/SemanticFormsInputs/libs/datetimepicker.js (modified) (history)
  • /trunk/extensions/SemanticFormsInputs/libs/menuselect.js (modified) (history)
  • /trunk/extensions/SemanticFormsInputs/libs/regexp.js (modified) (history)
  • /trunk/extensions/SemanticFormsInputs/libs/timepicker.js (modified) (history)
  • /trunk/extensions/SemanticFormsInputs/skins/SFI_Menuselect.css (modified) (history)
  • /trunk/extensions/SemanticFormsInputs/skins/SFI_Timepicker.css (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticFormsInputs/SemanticFormsInputs.php
@@ -4,7 +4,7 @@
55 *
66 * @author Stephan Gambke
77 * @author Sanyam Goyal
8 - * @version 0.4 alpha
 8+ * @version 0.4
99 */
1010
1111 if ( !defined( 'MEDIAWIKI' ) ) {
@@ -15,7 +15,7 @@
1616 die( 'This is a Semantic Forms extension. You need to install Semantic Forms first.' );
1717 }
1818
19 -define( 'SFI_VERSION', '0.4 alpha' );
 19+define( 'SFI_VERSION', '0.4' );
2020
2121 // create and initialize settings
2222 $sfigSettings = new SFISettings();
Index: trunk/extensions/SemanticFormsInputs/SFI_Settings.php
@@ -3,7 +3,7 @@
44 * Settings for the Semantic Forms Inputs extension.
55 *
66 * @author Stephan Gambke
7 - * @version 0.4 alpha
 7+ * @version 0.4
88 *
99 * To change the default settings you can uncomment (or copy) the
1010 * examples here and adjust them to your needs. You may as well
Index: trunk/extensions/SemanticFormsInputs/skins/SFI_Timepicker.css
@@ -2,7 +2,7 @@
33 * Style sheet for the input type timepicker.
44 *
55 * @author Stephan Gambke
6 - * @version 0.4 alpha
 6+ * @version 0.4
77 */
88
99 .SFI_timepicker {
Index: trunk/extensions/SemanticFormsInputs/skins/SFI_Menuselect.css
@@ -2,7 +2,7 @@
33 * Style sheet for the input type menuselect.
44 *
55 * @author Stephan Gambke
6 - * @version 0.4 alpha
 6+ * @version 0.4
77 */
88
99 .SFI_menuselect {
Index: trunk/extensions/SemanticFormsInputs/SFI_Inputs.php
@@ -5,7 +5,7 @@
66 * @author Stephan Gambke
77 * @author Sanyam Goyal
88 * @author Yaron Koren
9 - * @version 0.4 alpha
 9+ * @version 0.4
1010 *
1111 */
1212
Index: trunk/extensions/SemanticFormsInputs/libs/menuselect.js
@@ -2,7 +2,7 @@
33 * Javascript code to be used with input type menuselect.
44 *
55 * @author Stephan Gambke
6 - * @version 0.4 alpha
 6+ * @version 0.4
77 *
88 */
99
Index: trunk/extensions/SemanticFormsInputs/libs/datetimepicker.js
@@ -2,7 +2,7 @@
33 * Javascript code to be used with input type datepicker.
44 *
55 * @author Stephan Gambke
6 - * @version 0.4 alpha
 6+ * @version 0.4
77 *
88 */
99
Index: trunk/extensions/SemanticFormsInputs/libs/regexp.js
@@ -2,7 +2,7 @@
33 * Javascript code to be used with input type regexp.
44 *
55 * @author Stephan Gambke
6 - * @version 0.4 alpha
 6+ * @version 0.4
77 *
88 */
99
Index: trunk/extensions/SemanticFormsInputs/libs/datepicker.js
@@ -2,7 +2,7 @@
33 * Javascript code to be used with input type datepicker.
44 *
55 * @author Stephan Gambke
6 - * @version 0.4 alpha
 6+ * @version 0.4
77 *
88 */
99
Index: trunk/extensions/SemanticFormsInputs/libs/timepicker.js
@@ -2,7 +2,7 @@
33 * Javascript code to be used with input type timepicker.
44 *
55 * @author Stephan Gambke
6 - * @version 0.4 alpha
 6+ * @version 0.4
77 *
88 */
99
Index: trunk/extensions/SemanticFormsInputs/README
@@ -17,8 +17,8 @@
1818 == Installation ==
1919
2020 Having at least MediaWiki 1.16, Semantic MediaWiki 1.5.4 and Semantic
21 -Forms 2.07 installed is a precondition for the Semantic Forms Inputs
22 -extension; the code will not work without it.
 21+Forms 2.0.8 installed is a precondition for the Semantic Forms Inputs
 22+extension version 0.4; the code will not work without it.
2323
2424 To install Semantic Forms Inputs, create a directory named
2525 SemanticFormsInputs in the extensions directory of your MediaWiki

Status & tagging log