Index: branches/REL1_17/phase3/RELEASE-NOTES |
— | — | @@ -233,9 +233,6 @@ |
234 | 234 | * Special wrapping setups can now define MW_CONFIG_FILE to load a config file |
235 | 235 | other than LocalSettings.php. This is like MW_CONFIG_CALLBACK but works in |
236 | 236 | some cases where MW_CONFIG_CALLBACK will not work. |
237 | | -* (bug 16019) $wgArticlePath = "/$1" no longer breaks API edit/watch actions |
238 | | -* (bug 18372) File types blacklisted by $wgFileBlacklist will no longer be shown as "Permitted file types" on the upload form |
239 | | -* (bug 26540) Fixed wrong call to applyPatch in MysqlUpdater |
240 | 237 | * (bug 26574) Added 'upload' to $wgRestrictionTypes, allowing upload protected |
241 | 238 | pages to be queried via the API and Special:ProtectedPages, and allowing |
242 | 239 | disabling upload protection by removing it from $wgRestrictionTypes. |
— | — | @@ -473,7 +470,6 @@ |
474 | 471 | * Partial workaround for bug 6220: at least make files on shared repositories |
475 | 472 | show up as (struck-out) bluelinks instead of redlinks on Special:WantedFiles |
476 | 473 | * rebuildFileCache.php no longer creates inappropriate cache files for redirects |
477 | | -* (bug 18372) $wgFileExtensions will now override $wgFileBlacklist |
478 | 474 | * (bug 25512) Subcategory list should not include category prefix for members. |
479 | 475 | * (bug 10871) Javascript and CSS pages in MediaWiki namespace are no longer treated |
480 | 476 | as wikitext on preview. |
— | — | @@ -484,6 +480,9 @@ |
485 | 481 | last saving user. |
486 | 482 | * (bug 22753) Output from update.php is more clear when things changed, entries |
487 | 483 | indicating nothing changed are now all prefixed by "..." |
| 484 | +* (bug 16019) $wgArticlePath = "/$1" no longer breaks API edit/watch actions |
| 485 | +* (bug 18372) File types blacklisted by $wgFileBlacklist will no longer be shown as "Permitted file types" on the upload form |
| 486 | +* (bug 26540) Fixed wrong call to applyPatch in MysqlUpdater |
488 | 487 | |
489 | 488 | === API changes in 1.17 === |
490 | 489 | * BREAKING CHANGE: action=patrol now requires POST |