Index: trunk/phase3/RELEASE-NOTES-1.19 |
— | — | @@ -72,6 +72,8 @@ |
73 | 73 | in outdated text browsers. |
74 | 74 | * New common*.css files usable by skins instead of having to copy piles |
75 | 75 | of generic styles from MonoBook or Vector's css. |
| 76 | +* Some deprecated presentational html attributes will now be automatically |
| 77 | + converted to css. |
76 | 78 | * (bug 31297) Add support for namespaces in Special:RecentChanges subpage filter |
77 | 79 | syntax. |
78 | 80 | * The default user signature now contains a talk link in addition to the user link. |
— | — | @@ -84,6 +86,7 @@ |
85 | 87 | for an IP address redirects to the contributions list for that IP. |
86 | 88 | * (bug 8859) Database::update should take array of tables too. |
87 | 89 | * (bug 19698) Add "Inverse namespaces" option to Special:Contributions. |
| 90 | +* (bug 24037) Add byte length of revision to Special:Contributions. |
88 | 91 | * (bug 1672) Added $wgDisableUploadScriptChecks to allow uploading of files |
89 | 92 | containing HTML or JS. DISABLING THESE CHECKS IS VERY DANGEROUS. |
90 | 93 | * New path mappings can be added using the WebRequestPathInfoRouter hook |
— | — | @@ -92,6 +95,8 @@ |
93 | 96 | "target" query parameter (eg. Special:ActiveUsers/Username) |
94 | 97 | * New JavaScript variable wgPageContentLanguage |
95 | 98 | * Added new debugging toolbar, enabled with $wgDebugToolbar |
| 99 | +* Differences in the history page now uses slightly better colors for people |
| 100 | + perceiving colors differently. |
96 | 101 | * (bug 32879) Upgrade jQuery to 1.7.1 |
97 | 102 | * jQuery UI upgraded to 1.8.17 |
98 | 103 | * Extensions can use the 'Language::getMessagesFileName' hook to define new |
— | — | @@ -121,6 +126,9 @@ |
122 | 127 | * (bug 33952) Refactor mw.toolbar to allow dynamic additions at any time. |
123 | 128 | |
124 | 129 | === Bug fixes in 1.19 === |
| 130 | +* $wgUploadNavigationUrl should be used for file redlinks if. |
| 131 | + $wgUploadMissingFileUrl is not set. The first was used for this |
| 132 | + until the second was introduced in 1.17. |
125 | 133 | * BREAKING CHANGE: Style rules for wikitable are now more specific and prevent |
126 | 134 | inheritance to nested tables which caused various issues (bug 30485 and bug |
127 | 135 | 33434). If your wiki has overriden rules for ".wikitable", please revise them and |
Index: branches/REL1_19/phase3/RELEASE-NOTES-1.19 |
— | — | @@ -25,7 +25,7 @@ |
26 | 26 | * Removed $wgExtensionAliasesFiles. Use wgExtensionMessagesFiles. |
27 | 27 | |
28 | 28 | === New features in 1.19 === |
29 | | -* (bug 19838) Possibility to get all interwiki prefixes if the interwiki |
| 29 | +* (bug 19838) Add ability to get all interwiki prefixes also if the interwiki |
30 | 30 | cache is used. |
31 | 31 | * $wgDnsBlacklistUrls now accepts an array with url and key as the |
32 | 32 | elements to work with DNSBLs that require keys, such as |
— | — | @@ -68,7 +68,7 @@ |
69 | 69 | localisation. |
70 | 70 | * (bug 30364) LanguageConverter now depends on the page content language |
71 | 71 | instead of the wiki content language. |
72 | | -* Jump links will now be usable in css-capable browsers instead of only |
| 72 | +* Jump links will now be usable in CSS-capable browsers instead of only |
73 | 73 | in outdated text browsers. |
74 | 74 | * New common*.css files usable by skins instead of having to copy piles |
75 | 75 | of generic styles from MonoBook or Vector's css. |
— | — | @@ -85,14 +85,14 @@ |
86 | 86 | * Introduce $wgEnableSearchContributorsByIP which controls whether searching |
87 | 87 | for an IP address redirects to the contributions list for that IP. |
88 | 88 | * (bug 8859) Database::update should take array of tables too. |
89 | | -* (bug 19698) Inverse selection for Special:Contributions. |
| 89 | +* (bug 19698) Add "Inverse namespaces" option to Special:Contributions. |
90 | 90 | * (bug 24037) Add byte length of revision to Special:Contributions. |
91 | 91 | * (bug 1672) Added $wgDisableUploadScriptChecks to allow uploading of files |
92 | 92 | containing HTML or JS. DISABLING THESE CHECKS IS VERY DANGEROUS. |
93 | 93 | * New path mappings can be added using the WebRequestPathInfoRouter hook |
94 | 94 | and adding paths to the PathRouter. |
95 | | -* (bug 32666) Special:ActiveUsers now allows a subpage to be used as the |
96 | | - username (eg. Special:ActiveUsers/Username) |
| 95 | +* (bug 32666) Special:ActiveUsers now allows a subpage to be used as value for the |
| 96 | + "target" query parameter (eg. Special:ActiveUsers/Username) |
97 | 97 | * New JavaScript variable wgPageContentLanguage |
98 | 98 | * Added new debugging toolbar, enabled with $wgDebugToolbar |
99 | 99 | * Differences in the history page now uses slightly better colors for people |
— | — | @@ -101,7 +101,7 @@ |
102 | 102 | * jQuery UI upgraded to 1.8.17 |
103 | 103 | * Extensions can use the 'Language::getMessagesFileName' hook to define new |
104 | 104 | languages using messages files outside of core. |
105 | | -* (bug 32512) Include 'associated namespace' checkbox on Special:Contributions |
| 105 | +* (bug 32512) Add 'Associated namespace' checkbox to Special:Contributions |
106 | 106 | * Added $wgSend404Code, true by default, which can be set to false to send a |
107 | 107 | 200 status code instead of 404 for nonexistent articles. |
108 | 108 | * (bug 33447) Link to the broken image tracking category from Special:Wantedfiles. |
— | — | @@ -122,6 +122,7 @@ |
123 | 123 | * sha1 xml tag added to XML dump file. |
124 | 124 | * (bug 33646) Badtitle error page now emits a 400 HTTP status. |
125 | 125 | * Special:MovePage now has a dropdown menu for namespaces. |
| 126 | +* (bug 34420) Special:Version now shows git HEAD sha1 when available |
126 | 127 | * (bug 33952) Refactor mw.toolbar to allow dynamic additions at any time. |
127 | 128 | |
128 | 129 | === Bug fixes in 1.19 === |
— | — | @@ -133,6 +134,9 @@ |
134 | 135 | 33434). If your wiki has overriden rules for ".wikitable", please revise them and |
135 | 136 | adjust where neccecary. For comparison, use the "table.wikitable" section in |
136 | 137 | skins/common/shared.css as base. |
| 138 | +* $wgUploadNavigationUrl is now used for file redlinks if |
| 139 | + $wgUploadMissingFileUrl is not set. The former was used for this until the |
| 140 | + second was introduced in 1.17. |
137 | 141 | * (bug 27894) Move 'editondblclick' event listener down from body to |
138 | 142 | div#bodyContent. |
139 | 143 | * (bug 30172) The check for posix_isatty() in maintenance scripts did not detect |
— | — | @@ -142,14 +146,13 @@ |
143 | 147 | require_once() instead require() for included extensions. |
144 | 148 | * Do not convert text in the user interface language to another script. |
145 | 149 | * (bug 26283) Previewing user JS/CSS pages didn't load other user JS/CSS pages. |
146 | | -* (bug 11374) Improved diff readability for colorblind people. |
147 | 150 | * (bug 26486) ResourceLoader modules with paths to nonexistent files cause PHP |
148 | 151 | warnings/notices to be thrown. |
149 | | -* (bug 30335) Fix for HTMLForms using GET breaking when non-friendly URLs are |
150 | | - used. |
151 | | -* (bug 28649) Avoiding half truncated multi-byte unicode characters when |
| 152 | +* (bug 30335) Fix for HTMLForms using GET that were breaking when non-friendly |
| 153 | + URLs are used. |
| 154 | +* (bug 28649) Preventing half truncated multi-byte unicode characters when |
152 | 155 | truncating log comments. |
153 | | -* Show --batch-size option in help of maintenance scripts that support it |
| 156 | +* Show --batch-size option in help of maintenance scripts that support it. |
154 | 157 | * (bug 4381) Magic quotes cleaning was not comprehensive, key strings were not |
155 | 158 | unescaped. |
156 | 159 | * (bug 23057) Importers no longer can 'edit' or 'create' a fully-protected page by |
— | — | @@ -157,12 +160,12 @@ |
158 | 161 | * Allow moving the associated talk pages of subpages even if the base page |
159 | 162 | has no subpage. |
160 | 163 | * Per page edit-notices now work in namespaces without subpages enabled. |
161 | | -* (bug 31081) $wgEnotifUseJobQ caused many unnecessary jobs to be queued. |
| 164 | +* (bug 31081) $wgEnotifUseJobQ is no longer unconditionally enqueueing jobs. |
162 | 165 | * (bug 30202) File names are now restricted on upload to 240 bytes, because of |
163 | 166 | restrictions on some of the database fields. |
164 | 167 | * Timezones are now recognised in user preferences when offset is different |
165 | 168 | due to DST. |
166 | | -* (bug 31692) "summary" parameter now also work when undoing revisions. |
| 169 | +* (bug 31692) "summary" parameter now also works when undoing revisions. |
167 | 170 | * (bug 18823) "move succeeded" text displayed bluelinks even when redirect was |
168 | 171 | suppressed. |
169 | 172 | * (bug 19186) Special:UserLogin's title on Special:SpecialPages now says |
— | — | @@ -250,7 +253,7 @@ |
251 | 254 | getText() on a non-object |
252 | 255 | * (bug 31676) Group dynamically inserted CSS into a single <style> tag, to work |
253 | 256 | around a bug where not all styles were applied in Internet Explorer |
254 | | -* (bug 28936, bug 5280) Broken or invalid titles can't be removed from watchlist.* (Bug 33087) Exchange server rejected mail sent by MediaWiki |
| 257 | +* (bug 28936, bug 5280) Broken or invalid titles can't be removed from watchlist. |
255 | 258 | * (bug 34600) Older skins using useHeadElement=false were broken in 1.18 |
256 | 259 | * (bug 34604) [mw.config] wgActionPaths should be an object instead of a numeral |
257 | 260 | array. |