Index: trunk/extensions/SemanticFormsInputs/SemanticFormsInputs.php |
— | — | @@ -4,7 +4,7 @@ |
5 | 5 | * |
6 | 6 | * @author Stephan Gambke |
7 | 7 | * @author Sanyam Goyal |
8 | | - * @version 0.4 alpha |
| 8 | + * @version 0.4 |
9 | 9 | */ |
10 | 10 | |
11 | 11 | if ( !defined( 'MEDIAWIKI' ) ) { |
— | — | @@ -15,7 +15,7 @@ |
16 | 16 | die( 'This is a Semantic Forms extension. You need to install Semantic Forms first.' ); |
17 | 17 | } |
18 | 18 | |
19 | | -define( 'SFI_VERSION', '0.4 alpha' ); |
| 19 | +define( 'SFI_VERSION', '0.4' ); |
20 | 20 | |
21 | 21 | // create and initialize settings |
22 | 22 | $sfigSettings = new SFISettings(); |
Index: trunk/extensions/SemanticFormsInputs/SFI_Settings.php |
— | — | @@ -3,7 +3,7 @@ |
4 | 4 | * Settings for the Semantic Forms Inputs extension. |
5 | 5 | * |
6 | 6 | * @author Stephan Gambke |
7 | | - * @version 0.4 alpha |
| 7 | + * @version 0.4 |
8 | 8 | * |
9 | 9 | * To change the default settings you can uncomment (or copy) the |
10 | 10 | * examples here and adjust them to your needs. You may as well |
Index: trunk/extensions/SemanticFormsInputs/skins/SFI_Timepicker.css |
— | — | @@ -2,7 +2,7 @@ |
3 | 3 | * Style sheet for the input type timepicker. |
4 | 4 | * |
5 | 5 | * @author Stephan Gambke |
6 | | - * @version 0.4 alpha |
| 6 | + * @version 0.4 |
7 | 7 | */ |
8 | 8 | |
9 | 9 | .SFI_timepicker { |
Index: trunk/extensions/SemanticFormsInputs/skins/SFI_Menuselect.css |
— | — | @@ -2,7 +2,7 @@ |
3 | 3 | * Style sheet for the input type menuselect. |
4 | 4 | * |
5 | 5 | * @author Stephan Gambke |
6 | | - * @version 0.4 alpha |
| 6 | + * @version 0.4 |
7 | 7 | */ |
8 | 8 | |
9 | 9 | .SFI_menuselect { |
Index: trunk/extensions/SemanticFormsInputs/SFI_Inputs.php |
— | — | @@ -5,7 +5,7 @@ |
6 | 6 | * @author Stephan Gambke |
7 | 7 | * @author Sanyam Goyal |
8 | 8 | * @author Yaron Koren |
9 | | - * @version 0.4 alpha |
| 9 | + * @version 0.4 |
10 | 10 | * |
11 | 11 | */ |
12 | 12 | |
Index: trunk/extensions/SemanticFormsInputs/libs/menuselect.js |
— | — | @@ -2,7 +2,7 @@ |
3 | 3 | * Javascript code to be used with input type menuselect. |
4 | 4 | * |
5 | 5 | * @author Stephan Gambke |
6 | | - * @version 0.4 alpha |
| 6 | + * @version 0.4 |
7 | 7 | * |
8 | 8 | */ |
9 | 9 | |
Index: trunk/extensions/SemanticFormsInputs/libs/datetimepicker.js |
— | — | @@ -2,7 +2,7 @@ |
3 | 3 | * Javascript code to be used with input type datepicker. |
4 | 4 | * |
5 | 5 | * @author Stephan Gambke |
6 | | - * @version 0.4 alpha |
| 6 | + * @version 0.4 |
7 | 7 | * |
8 | 8 | */ |
9 | 9 | |
Index: trunk/extensions/SemanticFormsInputs/libs/regexp.js |
— | — | @@ -2,7 +2,7 @@ |
3 | 3 | * Javascript code to be used with input type regexp. |
4 | 4 | * |
5 | 5 | * @author Stephan Gambke |
6 | | - * @version 0.4 alpha |
| 6 | + * @version 0.4 |
7 | 7 | * |
8 | 8 | */ |
9 | 9 | |
Index: trunk/extensions/SemanticFormsInputs/libs/datepicker.js |
— | — | @@ -2,7 +2,7 @@ |
3 | 3 | * Javascript code to be used with input type datepicker. |
4 | 4 | * |
5 | 5 | * @author Stephan Gambke |
6 | | - * @version 0.4 alpha |
| 6 | + * @version 0.4 |
7 | 7 | * |
8 | 8 | */ |
9 | 9 | |
Index: trunk/extensions/SemanticFormsInputs/libs/timepicker.js |
— | — | @@ -2,7 +2,7 @@ |
3 | 3 | * Javascript code to be used with input type timepicker. |
4 | 4 | * |
5 | 5 | * @author Stephan Gambke |
6 | | - * @version 0.4 alpha |
| 6 | + * @version 0.4 |
7 | 7 | * |
8 | 8 | */ |
9 | 9 | |
Index: trunk/extensions/SemanticFormsInputs/README |
— | — | @@ -17,8 +17,8 @@ |
18 | 18 | == Installation == |
19 | 19 | |
20 | 20 | 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. |
23 | 23 | |
24 | 24 | To install Semantic Forms Inputs, create a directory named |
25 | 25 | SemanticFormsInputs in the extensions directory of your MediaWiki |