Index: trunk/phase3/RELEASE-NOTES-1.19 |
— | — | @@ -70,7 +70,7 @@ |
71 | 71 | * (bug 30264) Changed installer-generated LocalSettings.php to use |
72 | 72 | require_once() instead require() for included extensions. |
73 | 73 | * Do not convert text in the user interface language to another script. |
74 | | -* (bug 26283) Previewing user JS/CSS pages doesn't load other user JS/CSS pages |
| 74 | +* (bug 26283) Previewing user JS/CSS pages didn't load other user JS/CSS pages |
75 | 75 | * (bug 11374) Improved diff readability for colorblind people. |
76 | 76 | * (bug 26486) ResourceLoader modules with paths to nonexistent files cause PHP |
77 | 77 | warnings/notices to be thrown. |
— | — | @@ -79,10 +79,10 @@ |
80 | 80 | * (bug 28649) Avoiding half truncated multi-byte unicode characters when |
81 | 81 | truncating log comments. |
82 | 82 | * Show --batch-size option in help of maintenance scripts that support it |
83 | | -* (bug 4381) Magic quotes cleaning is not comprehensive, key strings not |
| 83 | +* (bug 4381) Magic quotes cleaning was not comprehensive, key strings were not |
84 | 84 | unescaped |
85 | 85 | * (bug 30684) Fix bad escaping in mw.message for inexistent messages (i.e. <key>) |
86 | | -* (bug 23057) Importers can 'edit' or 'create' a fully-protected page by |
| 86 | +* (bug 23057) Importers no longer can 'edit' or 'create' a fully-protected page by |
87 | 87 | importing a new revision into it |
88 | 88 | |
89 | 89 | === API changes in 1.19 === |