Yaron Koren has uploaded a new change for review.
https://gerrit.wikimedia.org/r/317740
Change subject: More fixes for string replacements
......................................................................
More fixes for string replacements
Change-Id: I9b9aa67a639c5c9510502007f717c7944697cbdc
---
M PageForms.php
1 file changed, 16 insertions(+), 16 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/PageForms
refs/changes/40/317740/2
diff --git a/PageForms.php b/PageForms.php
index 6a1588a..e85e4d7 100644
--- a/PageForms.php
+++ b/PageForms.php
@@ -143,8 +143,8 @@
$GLOBALS['wgActions']['formcreate'] = 'PFHelperFormAction';
// API modules
-$GLOBALS['wgAPIModules']['PFautocomplete'] = 'PFAutocompleteAPI';
-$GLOBALS['wgAPIModules']['PFautoedit'] = 'PFAutoeditAPI';
+$GLOBALS['wgAPIModules']['pfautocomplete'] = 'PFAutocompleteAPI';
+$GLOBALS['wgAPIModules']['pfautoedit'] = 'PFAutoeditAPI';
// register all special pages and other classes
$GLOBALS['wgSpecialPages']['Forms'] = 'PFForms';
@@ -260,22 +260,22 @@
'jquery.ui.button',
'jquery.ui.sortable',
'jquery.ui.widget',
- 'ext.PageForms.fancybox',
- 'ext.PageForms.autogrow',
+ 'ext.pageforms.fancybox',
+ 'ext.pageforms.autogrow',
'mediawiki.util',
- 'ext.PageForms.select2',
+ 'ext.pageforms.select2',
),
'messages' => array(
- 'PF_formerrors_header',
- 'PF_too_few_instances_error',
- 'PF_too_many_instances_error',
- 'PF_blank_error',
- 'PF_not_unique_error',
- 'PF_bad_url_error',
- 'PF_bad_email_error',
- 'PF_bad_number_error',
- 'PF_bad_date_error',
- 'PF_pipe_error',
+ 'pf_formerrors_header',
+ 'pf_too_few_instances_error',
+ 'pf_too_many_instances_error',
+ 'pf_blank_error',
+ 'pf_not_unique_error',
+ 'pf_bad_url_error',
+ 'pf_bad_email_error',
+ 'pf_bad_number_error',
+ 'pf_bad_date_error',
+ 'pf_pipe_error',
),
),
'ext.pageforms.browser' => $wgPageFormsResourceTemplate + array(
@@ -397,7 +397,7 @@
'libs/ext.pf.js',
),
),
- 'ext.PageForms.pf_CreateProperty' => $wgPageFormsResourceTemplate +
array(
+ 'ext.pageforms.pf_CreateProperty' => $wgPageFormsResourceTemplate +
array(
'scripts' => array(
'libs/pf_CreateProperty.js',
),
--
To view, visit https://gerrit.wikimedia.org/r/317740
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I9b9aa67a639c5c9510502007f717c7944697cbdc
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/PageForms
Gerrit-Branch: master
Gerrit-Owner: Yaron Koren <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits