Index: branches/REL1_17/phase3/RELEASE-NOTES |
— | — | @@ -24,6 +24,12 @@ |
25 | 25 | use. Notably, you can now run upgrades from the web without having to move |
26 | 26 | LocalSettings.php. The specific bugs are listed below in the general notes. |
27 | 27 | |
| 28 | +=== New ResourceLoader in 1.17 === |
| 29 | +MediaWiki 1.17 ships with a ResourceLoader which combines and minifies css and |
| 30 | +javascript attached to the page. They are served from the new entry point load.php |
| 31 | +If the page is served with the &debug=true parameter, the non-minified files |
| 32 | +are used instead. |
| 33 | + |
28 | 34 | === Configuration changes in 1.17 === |
29 | 35 | * DatabaseFunctions.php that was needed for compatibility with pre-1.3 |
30 | 36 | extensions has been removed. |