X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=blobdiff_plain;f=RELEASE-NOTES-1.23;h=57080b75e94978ed461dd726d9ec76e39b2c8f6b;hb=a191c08792fefc70572fb74fc2d554cebbae1e4c;hp=1bdce42a1315887725fbda752e9b0f7000b31e3e;hpb=4527bf6e68f4797b6c2844f93bab8e6bfd871699;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.23 b/RELEASE-NOTES-1.23 index 1bdce42a13..57080b75e9 100644 --- a/RELEASE-NOTES-1.23 +++ b/RELEASE-NOTES-1.23 @@ -21,13 +21,17 @@ production. * $wgSquidServersNoPurge now supports the use of Classless Inter-Domain Routing (CIDR) notation to specify contiguous blocks of IPv4 and/or IPv6 addresses that should be trusted to provide X-Forwarded-For headers. -* Preferences 'watchcreations' and 'watchdefault' ("Add pages I create and files - I upload to my watchlist", "Add pages and files I edit to my watchlist") are - now enabled by default. +* Preferences 'watchcreations', 'watchdefault', 'enotifwatchlistpages' ("Add + pages I create and files I upload to my watchlist", "Add pages and files I + edit to my watchlist", "Email me when a page or file on my watchlist is + changed") are now enabled by default. In addition new user accounts' personal + and talk pages are now watched by them by default. * $wgLBFactoryConf: Class names have had underscores removed. The configuration should be updated if LBFactory_Simple or LBFactory_Multi is configured. * $wgPasswordSenderName has been deprecated. To set a custom mailer name, the system message 'emailsender' should be modified (default: "{{SITENAME}}"). +* $wgDBAhandler was removed as the only class using it was also removed +* The 'max threads' setting was removed from $wgDBservers. === New features in 1.23 === * ResourceLoader can utilize the Web Storage API to cache modules client-side. @@ -74,6 +78,10 @@ production. * WikitextContent will now render redirects with the expected "redirect" header, rather than as an ordered list. Code calling Article::viewRedirect can probably be changed to no longer special-case redirects. +* [[Special:Diff]] was added, allowing users to create internal links to + revision comparison pages using syntax such as [[Special:Diff/12345]], + [[Special:Diff/12345/prev]] or [[Special:Diff/12345/98765]]. +* New user accounts' personal and talk pages are now watched by them by default. === Bug fixes in 1.23 === * (bug 41759) The "updated since last visit" markers (on history pages, recent @@ -104,6 +112,8 @@ production. templatelinks does). * (bug 58167) The web installer no longer throws an exception when PHP is compiled without support for MySQL yet with support for another DBMS. +* (bug 56199) Raw option of parser functions must now match complete word, + to take effect. === Web API changes in 1.23 === * (bug 54884) action=parse&prop=categories now indicates hidden and missing @@ -122,6 +132,24 @@ production. * All API modules now support an assert parameter. See the new features section for more details. * Added prop=contributors to fetch the list of contributors to the page. +* The following API modules will now return entries where fields have been + revision-deleted: list=deletedrevs, list=filearchive, list=recentchanges, + list=watchlist. "hidden" indicators will be included, in the same style as is + already done for prop=revisions. +* The following API modules will now return the content of revision-deleted + fields, in addition to the "hidden" indicators, if the querying user has the + necessary rights: list=logevents, list=usercontribs, prop=imageinfo, + prop=revisions. +* The above modules, where applicable, will now return entries filtered by + revision-deleted fields if the querying user has the necessary rights. For + example, prop=revisions with rvuser or rvexcludeuser will no longer skip + revisions where the user was revision-deleted if the current user has the + deletedhistory right. +* The 'hideuser' right, used when blocking, is no longer necessary or + sufficient for seeing contributions with revision-deleted in + list=usercontribs. +* list=watchlist now uses the querying user's rights rather than the wlowner's + rights when checking whether wlprop=patrol is allowed. === Languages updated in 1.23 === @@ -169,8 +197,15 @@ changes to languages because of Bugzilla reports. access operators should continue to work, as it implements the ArrayAccess interface). * Option to mark hooks as deprecated has been added. +* (bug 52811) Preference "Enable section editing via [edit] links" was removed. +* (bug 52813) Preference "Show table of contents (for pages with more than + 3 headings)" was removed. +* (bug 52810) Preference "Justify paragraphs" was removed. +* OutputPage::showErrorPage raises a notice if arguments are incoherent. ==== Removed classes ==== +* FakeMemCachedClient (deprecated in 1.18) +* RdfMetaData (unused) * TitleDependency (unused) * TitleListDependency (unused) * WikiError (deprecated in 1.17) @@ -210,16 +245,35 @@ changes to languages because of Bugzilla reports. * ApiBase::getValidNamespaces() (deprecated in 1.17) * ApiMain::setCachePrivate() (deprecated in 1.17) * ApiMain::setVaryCookie (deprecated in 1.17) +* Article::doRedirect() (deprecated in 1.18) +* Article::doUnwatch() (deprecated in 1.18) +* Article::doWatch() (deprecated in 1.18) +* Article::forUpdate() (deprecated in 1.18) +* Article::markpatrolled() (deprecated in 1.18) +* Article::unwatch() (deprecated in 1.18) +* Article::watch() (deprecated in 1.18) +* Block::clear() (deprecated in 1.18) +* Block::decodeExpiry() (deprecated in 1.18) +* Block::encodeExpiry() (deprecated in 1.18) +* Block::forUpdate() (deprecated in 1.18) +* Block::infinity() (deprecated in 1.18) +* Block::load() (deprecated in 1.18) +* Block::newFromDB() (deprecated in 1.18) +* Block::normaliseRange() (deprecated in 1.18) +* Block::parseExpiryInput() (deprecated in 1.18) * CategoryViewer::addSubcategory() (deprecated in 1.17) * EditPage::spamPage() (deprecated since 1.17) * Exif::getFormattedData() (deprecated in 1.18) * Exif::makeFormattedData() (deprecated in 1.18) +* in_string (deprecated in 1.21) * Language::convertLinkToAllVariants() (deprecated in 1.17) * LanguageConverter::convertLinkToAllVariants() (deprecated in 1.17) * Linker::makeBrokenLink() (deprecated in 1.16) * Linker::makeBrokenLinkObj() (deprecated in 1.16) * Linker::makeColouredLinkObj() (deprecated in 1.16) * Linker::makeSizeLinkObj() (deprecated in 1.17) +* MediaWiki::articleFromTitle() (deprecated in 1.18) +* ParserOptions::getkin() (deprecated 1.18) * ProfilerSimple::getCpuTime (deprecated in 1.20) * Revision::revText() (deprecated in 1.17) * SkinTemplate::jstext() (deprecated in 1.21) @@ -251,10 +305,17 @@ changes to languages because of Bugzilla reports. * User::getPageRenderingHash() (deprecated in 1.17) * WebRequest::getFileSize() (deprecated in 1.17) * WebRequest::isPathInfoBad() (deprecated in 1.17) +* wfGenerateToken (deprecated in 1.20) +* wfStreamFile (deprecated in 1.19) +* wfUILang (deprecated in 1.18) +* WikiPage::createUpdates() (deprecated in 1.18) * WikiPage::quickEdit() (deprecated in 1.18) * WikiPage::useParserCache() (deprecated in 1.18) * WikiPage::viewUpdates() (deprecated in 1.18) +==== Removed globals ==== +* $wgBetterDirectionality (deprecated in 1.18) + == Compatibility == MediaWiki 1.23 requires PHP 5.3.2 or later.