मीडियाविकि 1.37

This page is a translated version of the page MediaWiki 1.37 and the translation is 100% complete.
अगर आप PHP8 का इस्तेमाल कर रहे हैं, हमारी सलाह है कि आप मीडियाविकि 1.38.4 या फिर $2 का इस्तेमाल करें। PHP8 का इस्तेमाल विकिमीडिया विकियों पर नहीं किया जाता है, इसलिए यह ठीक से परीक्षित नहीं है, मगर दूसरे समूहों पर बिना किसी समस्या के मीडियाविकि के साथ PHP8 का इस्तेमाल हो रहा है। अगर PHP8 के साथ मीडियाविकि का इस्तेमाल करते समय आपको कोई बग मिलती है, कृपया उसे रिपोर्ट करें अधिक जानकारी के लिए टास्क T248925 देखें।
चेतावनी चेतावनी: MediaWiki 1.37.0 में एक चरम सुरक्षा समस्या थी। 1.37.1 या उसके बाद के संस्करण पर अपग्रेड करें। अधिक जानकारी के लिए 2021-12 security release/FAQ देखें।

MediaWiki 1.37 मीडियाविकि का एक कालग्रस्त संस्करण प्रकाशन है। बदलावों की पूरी सूची के लिए प्रकाशन की टिप्पणियाँ फाइल देखें। इसे विकिमीडिया संस्थान विकियों पर अप्रैल 2021 से शुरुआती "wmf"-शाखाओं से तैनात किया गया था। 1.37.0 स्थायी संस्करण 18 नवंबर 2021 को प्रकाशित हुआ। इस प्रकाशन को ट्रैक करने के लिए गिट में REL1_37 शाखा देखें। 1.37 शाखा को इसके संस्करण 1.37.6 के साथ 30 नवंबर 2022 को कालग्रस्त घोषित कर दिया गया।

नई सुविधाएँ

  • जावास्क्रिप्ट के लिए नया wikipage.indicator हुक (change 721324)।
  • मीडियाविकि पर अब कुछ समय के लिए JPEG2000 चित्र समर्थित हैं।

प्रतिक्रिया API बदलाव

  • (T280806) The API methods for fetching tokens which were deprecated in MediaWiki 1.24 have been removed. action=query&meta=tokens&type= should be used instead. Please note, some token types no longer exist, and you should just use type=csrf for those instead.
    • action=query&prop=info&intoken -> action=query&meta=tokens&type=csrf
    • action=tokens&type= -> action=query&meta=tokens&type=
    • action=query&list=recentchanges&rctoken -> action=query&meta=tokens&type=csrf
    • action=query&prop=revisions&rvtoken=rollback -> action=query&meta=tokens&type=rollback
    • action=query&meta=userinfo&uiprop=preferencestoken -> action=query&meta=tokens&type=csrf
    • action=query&list=users&ustoken=userrights -> action=query&meta=tokens&type=userrights

कॉन्फ़िगरेशन में बदलाव

  • (T242768) The PasswordCannotMatchUsername password policy has been removed, please use PasswordCannotBeSubstringInUsername instead. If you have not customised your password policies, there will be nothing to do here.

नया कॉन्फ़िगरेशन

  • $wgBrowserFormatDetection - This setting allows the enabling or disabling of automatic detection of possible phone numbers in a webpage in iOS Safari.
  • $wgParserEnableLegacyMediaDOM - This setting defaults to true, and enables the legacy media HTML structure in the output from the Parser. The alternative modern HTML structure for media is described at https://www.mediawiki.org/wiki/Parsing/Media_structure. In a future release of MediaWiki, this option will default to false, so it's a good idea to test this setting on your wiki early and report any issues.

बदले गए कॉन्फ़िगरेशन

  • $wgContentHandlerTextFallback - This migration setting, which defines how to react if a plain text version of a non-text Content object is requested using ContentHandler::getContentText(), is deprecated.
  • $wgActions – This setting lets sysadmins override which actions can be used. It has been re-worked to support injecting dependencies into Action sub-classes as part of wider work on dependency injection. Previously, $wgActions was an array where the keys were the names of actions, and the values had the following impacts (for a given key 'Foo'):
    • `true`: use the class 'FooAction' unless for a specific page WikiPage::getActionOverrides() wants to override that action
    • a string: use the class with that name, and do not allow over-riding on a per-page basis
    • `false`: the action is disabled
    • a callable: use the Action instance returned by invoking that callback, and do not allow overriding on a per-page basis
    • an object: use that specific Action instance, and do not allow overriding on a per-page basis.

As part of T253078, values can now be arrays that are not callables, which are treated as ObjectFactory specs, allowing for services to be injected. Additionally, the distinction between values that allow per-page overrides and those that do not be removed - all actions can now be overridden on a per-page basis using WikiPage::getActionOverrides().

हटाए गए कॉन्फ़िगरेशन

उपपृष्ठ