Index: trunk/phase3/RELEASE-NOTES-1.19 |
— | — | @@ -13,17 +13,17 @@ |
14 | 14 | === Configuration changes in 1.19 === |
15 | 15 | * Changed LoginAuthenticateAudit hook so that it may be called before a |
16 | 16 | valid user is available. In those cases, an anonymouse user object |
17 | | - will be supplied |
| 17 | + will be supplied. |
18 | 18 | * Removed SkinTemplateSetupPageCss hook; use BeforePageDisplay instead. |
19 | 19 | * (bug 27132) movefile right granted by default to registered users. |
20 | 20 | * Default cookie lifetime ($wgCookieExpiration) is increased to 180 days. |
21 | | -* (bug 31204) Removed old user.user_options |
| 21 | +* (bug 31204) Removed old user.user_options. |
22 | 22 | * $wgMaxImageArea now applies to jpeg files if they are not scaled with |
23 | 23 | ImageMagick. |
24 | 24 | * Introduced $wgQueryPageDefaultLimit (defaults to 50) for the number of |
25 | 25 | items to show by default on query pages (special pages such as Whatlinkshere). |
26 | | -* (bug 32470) Increase the length of ug_group |
27 | | -* (bug 32239) Removed wgEnableTooltipsAndAccesskeys |
| 26 | +* (bug 32470) Increase the length of ug_group. |
| 27 | +* (bug 32239) Removed wgEnableTooltipsAndAccesskeys. |
28 | 28 | |
29 | 29 | === New features in 1.19 === |
30 | 30 | * (bug 19838) Possibility to get all interwiki prefixes if the interwiki |
— | — | @@ -40,7 +40,7 @@ |
41 | 41 | * Installer now issues a warning if mod_security is present. |
42 | 42 | * (bug 29455) Add support for a filter callback function in jQuery byteLimit |
43 | 43 | plugin. |
44 | | -* Extensions can now participate in the extraction of titles from url paths |
| 44 | +* Extensions can now participate in the extraction of titles from url paths. |
45 | 45 | * Added two new GetLocalURL hooks to better serve extensions working on a |
46 | 46 | limited type of titles. |
47 | 47 | * Added a --no-updates flag to importDump.php that skips updating the links |
— | — | @@ -53,23 +53,23 @@ |
54 | 54 | NAMESPACE) now depend on the page content language instead of the site |
55 | 55 | language. In theory this sets the right magic words in system messages, |
56 | 56 | although they are not used there. |
57 | | -* (bug 30451) Add page_props to RefreshLinks::deleteLinksFromNonexistent |
58 | | -* (bug 30450) Clear page_props table on page deletion |
59 | | -* Hook added to check for exempt from account creation throttle |
| 57 | +* (bug 30451) Add page_props to RefreshLinks::deleteLinksFromNonexistent. |
| 58 | +* (bug 30450) Clear page_props table on page deletion. |
| 59 | +* Hook added to check for exempt from account creation throttle. |
60 | 60 | * (bug 30344) Add configuration variable for setting custom priorities when |
61 | | - generating sitemaps |
| 61 | + generating sitemaps. |
62 | 62 | * (bug 96170) Add array support for space-separated list attributes (like |
63 | 63 | 'class') in the Html helper class. |
64 | 64 | * (bug 26470) Add checkered background image on hover on files pages. |
65 | 65 | * (bug 30774) mediawiki.html: Add support for numbers and booleans in the |
66 | 66 | attribute values and element contents. |
67 | | -* Conversion script between Tifinagh and Latin for the Tachelhit language |
| 67 | +* Conversion script between Tifinagh and Latin for the Tachelhit language. |
68 | 68 | * (bug 16755) Add options 'noreplace' and 'noerror' to {{DEFAULTSORT:...}} |
69 | 69 | to stop it from replace an already existing default sort, and suppress error. |
70 | 70 | * (bug 18578) Rewrote revision delete related messages to allow better |
71 | | - localisation |
| 71 | + localisation. |
72 | 72 | * (bug 30364) LanguageConverter now depends on the page content language |
73 | | - instead of the wiki content language |
| 73 | + instead of the wiki content language. |
74 | 74 | * Jump links will now be usable in css-capable browsers instead of only |
75 | 75 | in outdated text browsers. |
76 | 76 | * New common*.css files usable by skins instead of having to copy piles |
— | — | @@ -79,23 +79,23 @@ |
80 | 80 | * (bug 31297) Add support for namespaces in Special:RecentChanges subpage filter |
81 | 81 | syntax. |
82 | 82 | * The default user signature now contains a talk link in addition to the user link. |
83 | | -* (bug 25306) Add link of old page title to MediaWiki:Delete_and_move_reason |
84 | | -* Added hook BitmapHandlerCheckImageArea |
| 83 | +* (bug 25306) Add link of old page title to MediaWiki:Delete_and_move_reason. |
| 84 | +* Added hook BitmapHandlerCheckImageArea. |
85 | 85 | * (experimental) $wgRealNameInInterface can be enabled to display a user's |
86 | 86 | real name in some parts of the interface instead of a username. |
87 | | -* (bug 30062) Add $wgDBprefix option to cli installer |
| 87 | +* (bug 30062) Add $wgDBprefix option to cli installer. |
88 | 88 | * getUserPermissionsErrors and getUserPermissionsErrorsExpensive hooks are now |
89 | | - also called when checking for 'read' permission |
| 89 | + also called when checking for 'read' permission. |
90 | 90 | * Introduce $wgEnableSearchContributorsByIP which controls whether searching |
91 | | - for an IP address redirects to the contributions list for that IP |
92 | | -* (bug 8859) Database::update should take array of tables too |
93 | | -* (bug 19698) Inverse selection for Special:Contributions |
94 | | -* (bug 24037) Add byte length of revision to Special:Contributions |
| 91 | + for an IP address redirects to the contributions list for that IP. |
| 92 | +* (bug 8859) Database::update should take array of tables too. |
| 93 | +* (bug 19698) Inverse selection for Special:Contributions. |
| 94 | +* (bug 24037) Add byte length of revision to Special:Contributions. |
95 | 95 | * (bug 1672) Added $wgDisableUploadScriptChecks to allow uploading of files |
96 | 96 | containing HTML or JS. DISABLING THESE CHECKS IS VERY DANGEROUS. |
97 | 97 | |
98 | 98 | === Bug fixes in 1.19 === |
99 | | -* $wgUploadNavigationUrl should be used for file redlinks if |
| 99 | +* $wgUploadNavigationUrl should be used for file redlinks if. |
100 | 100 | $wgUploadMissingFileUrl is not set. The first was used for this |
101 | 101 | until the second was introduced in 1.17. |
102 | 102 | * (bug 25355) Parser generates edit section links for special pages. |
— | — | @@ -107,55 +107,55 @@ |
108 | 108 | * (bug 30264) Changed installer-generated LocalSettings.php to use |
109 | 109 | require_once() instead require() for included extensions. |
110 | 110 | * Do not convert text in the user interface language to another script. |
111 | | -* (bug 26283) Previewing user JS/CSS pages didn't load other user JS/CSS pages |
| 111 | +* (bug 26283) Previewing user JS/CSS pages didn't load other user JS/CSS pages. |
112 | 112 | * (bug 11374) Improved diff readability for colorblind people. |
113 | 113 | * (bug 26486) ResourceLoader modules with paths to nonexistent files cause PHP |
114 | 114 | warnings/notices to be thrown. |
115 | 115 | * (bug 30335) Fix for HTMLForms using GET breaking when non-friendly URLs are |
116 | | - used |
| 116 | + used. |
117 | 117 | * (bug 28649) Avoiding half truncated multi-byte unicode characters when |
118 | 118 | truncating log comments. |
119 | 119 | * Show --batch-size option in help of maintenance scripts that support it |
120 | 120 | * (bug 4381) Magic quotes cleaning was not comprehensive, key strings were not |
121 | | - unescaped |
| 121 | + unescaped. |
122 | 122 | * (bug 23057) Importers no longer can 'edit' or 'create' a fully-protected page by |
123 | | - importing a new revision into it |
| 123 | + importing a new revision into it. |
124 | 124 | * Allow moving the associated talk pages of subpages even if the base page |
125 | 125 | has no subpage. |
126 | 126 | * Per page edit-notices now work in namespaces without subpages enabled. |
127 | | -* (bug 30245) Use the correct way to construct a log page title |
128 | | -* (bug 31081) $wgEnotifUseJobQ caused many unnecessary jobs to be queued |
| 127 | +* (bug 30245) Use the correct way to construct a log page title. |
| 128 | +* (bug 31081) $wgEnotifUseJobQ caused many unnecessary jobs to be queued. |
129 | 129 | * (bug 30202) File names are now restricted on upload to 240 bytes, because of |
130 | | - restrictions on some of the database fields. |
| 130 | + restrictions on some of the database fields.. |
131 | 131 | * Timezones are now recognised in user preferences when offset is different |
132 | | - due to DST |
133 | | -* (bug 31692) "summary" parameter now also work when undoing revisions |
| 132 | + due to DST. |
| 133 | +* (bug 31692) "summary" parameter now also work when undoing revisions. |
134 | 134 | * (bug 18823) "move succeeded" text displayed bluelinks even when redirect was |
135 | | - suppressed |
| 135 | + suppressed. |
136 | 136 | * (bug 31921) Magic words REVISIONDAY, REVISIONMONTH and REVISIONYEAR now give |
137 | | - current values on preview |
| 137 | + current values on preview. |
138 | 138 | * (bug 19186) Special:UserLogin's title on Special:SpecialPages now says |
139 | | - "create account" when the user cannot create an account |
140 | | -* (bug 31818) 'usercreated' message now supports GENDER |
141 | | -* (bug 32022) Our phpunit.php script can now be executed from another directory |
| 139 | + "create account" when the user cannot create an account. |
| 140 | +* (bug 31818) 'usercreated' message now supports GENDER. |
| 141 | +* (bug 32022) Our phpunit.php script can now be executed from another directory. |
142 | 142 | * (bug 26020) Setting $wgEmailConfirmToEdit to true no longer removes diffs |
143 | | - from recent changes feeds |
144 | | -* (bug 30232) add current time to message wlnote on Special:Watchlist |
145 | | -* (bug 29110) $wgFeedDiffCutoff did not affect new pages |
146 | | -* (bug 32168) Add wfRemoveDotSegments for use in wfExpandUrl |
| 143 | + from recent changes feeds. |
| 144 | +* (bug 30232) add current time to message wlnote on Special:Watchlist. |
| 145 | +* (bug 29110) $wgFeedDiffCutoff did not affect new pages. |
| 146 | +* (bug 32168) Add wfRemoveDotSegments for use in wfExpandUrl. |
147 | 147 | * (bug 32358) Do not display "No higher resolution available" for dimensionless |
148 | | - files (like audio files) |
149 | | -* (bug 32168) Add wfAssembleUrl for use in wfExpandUrl |
150 | | -* (bug 32168) fixed - wfExpandUrl expands dot segments now |
151 | | -* (bug 31535) Upload comments now truncated properly, and don't have brackets |
152 | | -* (bug 32450) Scripts pages in MediaWiki: namespace parse [[Category:#]] links |
| 148 | + files (like audio files). |
| 149 | +* (bug 32168) Add wfAssembleUrl for use in wfExpandUrl. |
| 150 | +* (bug 32168) fixed - wfExpandUrl expands dot segments now. |
| 151 | +* (bug 31535) Upload comments now truncated properly, and don't have brackets. |
| 152 | +* (bug 32450) Scripts pages in MediaWiki: namespace parse [[Category:#]] links. |
153 | 153 | * (bug 32086) Special:PermanentLink now show an error message when no subpage |
154 | 154 | was specified. |
155 | | -* (bug 30368) Special:Newpages now shows the new page name for moved pages |
156 | | -* (bug 1697) The way to search blocked usernames in block log should be clearer |
| 155 | +* (bug 30368) Special:Newpages now shows the new page name for moved pages. |
| 156 | +* (bug 1697) The way to search blocked usernames in block log should be clearer. |
157 | 157 | * (bug 29747) eAccelerator shared memory caching has been removed since it is |
158 | 158 | now disabled by default and is buggy. APC, XCache and WinCache are not affected. |
159 | | -* Installer now refuses to install if php was not compiled with Ctype support |
| 159 | +* Installer now refuses to install if php was not compiled with Ctype support. |
160 | 160 | |
161 | 161 | === API changes in 1.19 === |
162 | 162 | * (bug 19838) siprop=interwikimap can now use the interwiki cache. |
— | — | @@ -171,10 +171,10 @@ |
172 | 172 | address blocks for list=blocks. |
173 | 173 | * (bug 30591) Add support to only return keys in ApiAllMessages. |
174 | 174 | * The API now respects $wgShowHostnames and won't share the hostname in |
175 | | - severedby if it's set to false |
176 | | -* wlexcludeuser parameter added to ApiFeedWatchlist |
| 175 | + severedby if it's set to false. |
| 176 | +* wlexcludeuser parameter added to ApiFeedWatchlist. |
177 | 177 | * (bug 7304) Links on redirect pages no longer cause the redirect page to show |
178 | | - up as a redirect to the linked page on Special:Whatlinkshere |
| 178 | + up as a redirect to the linked page on Special:Whatlinkshere. |
179 | 179 | |
180 | 180 | === Languages updated in 1.19 === |
181 | 181 | |
— | — | @@ -187,7 +187,7 @@ |
188 | 188 | * (bug 30217) Make pt-br a fallback of pt. |
189 | 189 | * (bug 31193) Set fallback language of Assamese from Bengali to English. |
190 | 190 | * Update date format for dsb and hsb: month names need the genitive. |
191 | | -* (bug 28643) Serbian variant conversion improvements (Nikola Smolenski) |
| 191 | +* (bug 28643) Serbian variant conversion improvements (Nikola Smolenski). |
192 | 192 | |
193 | 193 | === Other changes in 1.19 === |
194 | 194 | * jquery.mwPrototypes module was renamed to jquery.mwExtension. |
— | — | @@ -234,7 +234,7 @@ |
235 | 235 | |
236 | 236 | See the file UPGRADE for more detailed upgrade instructions. |
237 | 237 | |
238 | | -For notes on 1.17.x and older releases, see HISTORY. |
| 238 | +For notes on 1.18.x and older releases, see HISTORY. |
239 | 239 | |
240 | 240 | == Online documentation == |
241 | 241 | |