X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiMain.php;h=1a11b527a0bdbe941396225af80424bc2fdb761b;hb=10d401dd40e0e8a8e815ee665e0da5fd43aaa85e;hp=2684f513566d5bca40ab016cb83e6886f99c6a04;hpb=b51729f77074984d4db7ff12e6d864c358292ec3;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiMain.php b/includes/api/ApiMain.php index 2684f51356..1a11b527a0 100644 --- a/includes/api/ApiMain.php +++ b/includes/api/ApiMain.php @@ -67,6 +67,7 @@ class ApiMain extends ApiBase { 'purge' => 'ApiPurge', 'setnotificationtimestamp' => 'ApiSetNotificationTimestamp', 'rollback' => 'ApiRollback', + 'runjobs' => 'ApiRunJobs', 'delete' => 'ApiDelete', 'undelete' => 'ApiUndelete', 'protect' => 'ApiProtect', @@ -1110,14 +1111,14 @@ class ApiMain extends ApiBase { '', 'Status: All features shown on this page should be working, but the API', ' is still in active development, and may change at any time.', - ' Make sure to monitor our mailing list for any updates', + ' Make sure to monitor our mailing list for any updates.', '', 'Erroneous requests: When erroneous requests are sent to the API, a HTTP header will be sent', ' with the key "MediaWiki-API-Error" and then both the value of the', - ' header and the error code sent back will be set to the same value', + ' header and the error code sent back will be set to the same value.', '', ' In the case of an invalid action being passed, these will have a value', - ' of "unknown_action"', + ' of "unknown_action".', '', ' For more information see https://www.mediawiki.org' . '/wiki/API:Errors_and_warnings', @@ -1161,12 +1162,11 @@ class ApiMain extends ApiBase { protected function getCredits() { return array( 'API developers:', - ' Roan Kattouw - roan . kattouw @ gmail . com (lead developer Sep 2007-2009)', - ' Victor Vasiliev - vasilvv @ gmail . com', - ' Bryan Tong Minh - bryan . tongminh @ gmail . com', - ' Sam Reed - sam @ reedyboy . net', - ' Yuri Astrakhan - yuri . astrakhan @ gmail . com (creator, lead ' . - 'developer Sep 2006-Sep 2007, 2012-present)', + ' Roan Kattouw (lead developer Sep 2007-2009)', + ' Victor Vasiliev', + ' Bryan Tong Minh', + ' Sam Reed', + ' Yuri Astrakhan (creator, lead developer Sep 2006-Sep 2007, 2012-present)', '', 'Please send your comments, suggestions and questions to mediawiki-api@lists.wikimedia.org', 'or file a bug report at https://bugzilla.wikimedia.org/'