Index: trunk/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,12 +68,10 @@ |
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. |
76 | | -* Some deprecated presentational html attributes will now be automatically |
77 | | - converted to css. |
78 | 76 | * (bug 31297) Add support for namespaces in Special:RecentChanges subpage filter |
79 | 77 | syntax. |
80 | 78 | * The default user signature now contains a talk link in addition to the user link. |
— | — | @@ -85,23 +83,22 @@ |
86 | 84 | * Introduce $wgEnableSearchContributorsByIP which controls whether searching |
87 | 85 | for an IP address redirects to the contributions list for that IP. |
88 | 86 | * (bug 8859) Database::update should take array of tables too. |
89 | | -* (bug 19698) Inverse selection for Special:Contributions. |
90 | | -* (bug 24037) Add byte length of revision to Special:Contributions. |
| 87 | +* (bug 19698) Add "Inverse namespaces" option to Special:Contributions. |
91 | 88 | * (bug 1672) Added $wgDisableUploadScriptChecks to allow uploading of files |
92 | 89 | containing HTML or JS. DISABLING THESE CHECKS IS VERY DANGEROUS. |
93 | 90 | * New path mappings can be added using the WebRequestPathInfoRouter hook |
94 | 91 | 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) |
| 92 | +* (bug 32666) Special:ActiveUsers now allows a subpage to be used as value for the |
| 93 | + "target" query parameter (eg. Special:ActiveUsers/Username) |
97 | 94 | * New JavaScript variable wgPageContentLanguage |
98 | 95 | * Added new debugging toolbar, enabled with $wgDebugToolbar |
99 | | -* Differences in the history page now uses slightly better colors for people |
| 96 | +* (bug 11374) Differences in the history page now uses slightly better colors for people |
100 | 97 | perceiving colors differently. |
101 | 98 | * (bug 32879) Upgrade jQuery to 1.7.1 |
102 | 99 | * jQuery UI upgraded to 1.8.17 |
103 | 100 | * Extensions can use the 'Language::getMessagesFileName' hook to define new |
104 | 101 | languages using messages files outside of core. |
105 | | -* (bug 32512) Include 'associated namespace' checkbox on Special:Contributions |
| 102 | +* (bug 32512) Add 'Associated namespace' checkbox to Special:Contributions |
106 | 103 | * Added $wgSend404Code, true by default, which can be set to false to send a |
107 | 104 | 200 status code instead of 404 for nonexistent articles. |
108 | 105 | * (bug 33447) Link to the broken image tracking category from Special:Wantedfiles. |
— | — | @@ -125,9 +122,9 @@ |
126 | 123 | * (bug 34420) Special:Version now shows git HEAD sha1 when available |
127 | 124 | |
128 | 125 | === Bug fixes in 1.19 === |
129 | | -* $wgUploadNavigationUrl should be used for file redlinks if. |
130 | | - $wgUploadMissingFileUrl is not set. The first was used for this |
131 | | - until the second was introduced in 1.17. |
| 126 | +* $wgUploadNavigationUrl is now used for file redlinks if |
| 127 | + $wgUploadMissingFileUrl is not set. The former was used for this until the |
| 128 | + second was introduced in 1.17. |
132 | 129 | * (bug 27894) Move 'editondblclick' event listener down from body to |
133 | 130 | div#bodyContent. |
134 | 131 | * (bug 30172) The check for posix_isatty() in maintenance scripts did not detect |
— | — | @@ -137,14 +134,13 @@ |
138 | 135 | require_once() instead require() for included extensions. |
139 | 136 | * Do not convert text in the user interface language to another script. |
140 | 137 | * (bug 26283) Previewing user JS/CSS pages didn't load other user JS/CSS pages. |
141 | | -* (bug 11374) Improved diff readability for colorblind people. |
142 | 138 | * (bug 26486) ResourceLoader modules with paths to nonexistent files cause PHP |
143 | 139 | warnings/notices to be thrown. |
144 | | -* (bug 30335) Fix for HTMLForms using GET breaking when non-friendly URLs are |
145 | | - used. |
146 | | -* (bug 28649) Avoiding half truncated multi-byte unicode characters when |
| 140 | +* (bug 30335) Fix for HTMLForms using GET that were breaking when non-friendly |
| 141 | + URLs are used. |
| 142 | +* (bug 28649) Preventing half truncated multi-byte unicode characters when |
147 | 143 | truncating log comments. |
148 | | -* Show --batch-size option in help of maintenance scripts that support it |
| 144 | +* Show --batch-size option in help of maintenance scripts that support it. |
149 | 145 | * (bug 4381) Magic quotes cleaning was not comprehensive, key strings were not |
150 | 146 | unescaped. |
151 | 147 | * (bug 23057) Importers no longer can 'edit' or 'create' a fully-protected page by |
— | — | @@ -152,12 +148,12 @@ |
153 | 149 | * Allow moving the associated talk pages of subpages even if the base page |
154 | 150 | has no subpage. |
155 | 151 | * Per page edit-notices now work in namespaces without subpages enabled. |
156 | | -* (bug 31081) $wgEnotifUseJobQ caused many unnecessary jobs to be queued. |
| 152 | +* (bug 31081) $wgEnotifUseJobQ is no longer unconditionally enqueueing jobs. |
157 | 153 | * (bug 30202) File names are now restricted on upload to 240 bytes, because of |
158 | 154 | restrictions on some of the database fields. |
159 | 155 | * Timezones are now recognised in user preferences when offset is different |
160 | 156 | due to DST. |
161 | | -* (bug 31692) "summary" parameter now also work when undoing revisions. |
| 157 | +* (bug 31692) "summary" parameter now also works when undoing revisions. |
162 | 158 | * (bug 18823) "move succeeded" text displayed bluelinks even when redirect was |
163 | 159 | suppressed. |
164 | 160 | * (bug 19186) Special:UserLogin's title on Special:SpecialPages now says |