X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.23;h=10caf6fc65a5e0552d37bf9dc7e9b8a3eaafa117;hb=8ee0ef4a7c5208b0d2e1a1bfd081c4a6c2cdcb77;hp=fdefa0b4d81976029d9ee2ca4ee3c510b37e5c43;hpb=aadd16aab1f00d6f53304dac1333cf81426ad5fa;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.23 b/RELEASE-NOTES-1.23 index fdefa0b4d8..10caf6fc65 100644 --- a/RELEASE-NOTES-1.23 +++ b/RELEASE-NOTES-1.23 @@ -21,14 +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. @@ -75,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 @@ -193,9 +200,11 @@ changes to languages because of Bugzilla reports. * (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. ==== Removed classes ==== * FakeMemCachedClient (deprecated in 1.18) +* RdfMetaData (unused) * TitleDependency (unused) * TitleListDependency (unused) * WikiError (deprecated in 1.17)