Index: trunk/extensions/SemanticForms/includes/SF_FormUtils.php |
— | — | @@ -314,7 +314,7 @@ |
315 | 315 | wfMsgForContent( 'february' ), |
316 | 316 | wfMsgForContent( 'march' ), |
317 | 317 | wfMsgForContent( 'april' ), |
318 | | - wfMsgForContent( 'may' ), |
| 318 | + wfMsgForContent( 'may_long' ), |
319 | 319 | wfMsgForContent( 'june' ), |
320 | 320 | wfMsgForContent( 'july' ), |
321 | 321 | wfMsgForContent( 'august' ), |
Index: trunk/extensions/SemanticForms/includes/SF_AutocompleteAPI.php |
— | — | @@ -1,22 +1,13 @@ |
2 | 2 | <?php |
| 3 | + |
3 | 4 | /** |
4 | 5 | * Adds and handles the 'sfautocomplete' action to the MediaWiki API. |
5 | 6 | * |
| 7 | + * @ingroup API |
| 8 | + * |
6 | 9 | * @author Sergey Chernyshev |
7 | 10 | * @author Yaron Koren |
8 | 11 | */ |
9 | | - |
10 | | -/** |
11 | | - * Protect against register_globals vulnerabilities. |
12 | | - * This line must be present before any global variable is referenced. |
13 | | - */ |
14 | | -if ( !defined( 'MEDIAWIKI' ) ) { |
15 | | - die( 'Not an entry point.' ); |
16 | | -} |
17 | | - |
18 | | -/** |
19 | | - * @ingroup API |
20 | | - */ |
21 | 12 | class SFAutocompleteAPI extends ApiBase { |
22 | 13 | |
23 | 14 | public function __construct( $query, $moduleName ) { |