Index: trunk/phase3/RELEASE-NOTES-1.19 |
— | — | @@ -100,18 +100,18 @@ |
101 | 101 | * (bug 30684) Fix bad escaping in mw.message for inexistent messages (i.e. <key>) |
102 | 102 | * (bug 23057) Importers no longer can 'edit' or 'create' a fully-protected page by |
103 | 103 | importing a new revision into it |
104 | | -* Allowing moving the associated talk pages of subpages even if the base page |
| 104 | +* Allow moving the associated talk pages of subpages even if the base page |
105 | 105 | has no subpage. |
106 | 106 | * (bug 30907) Special:Unusedcategories should sort ascendingly. |
107 | 107 | * Per page edit-notices now work in namespaces without subpages enabled. |
108 | 108 | * (bug 30245) Use the correct way to construct a log page title |
109 | | -* (bug 31081) $wgEnotifUseJobQ causes many unnecessary jobs to be queued |
| 109 | +* (bug 31081) $wgEnotifUseJobQ caused many unnecessary jobs to be queued |
110 | 110 | * (bug 30202) File names are now restricted on upload to 240 bytes, because of |
111 | 111 | restrictions on some of the database fields. |
112 | 112 | * Timezones are now recognised in user preferences when offset is different |
113 | 113 | due to DST |
114 | 114 | * (bug 31692) "summary" parameter now also work when undoing revisions |
115 | | -* (bug 18823) "move succeeded" text displays bluelinks even when redirect was |
| 115 | +* (bug 18823) "move succeeded" text displayed bluelinks even when redirect was |
116 | 116 | suppressed |
117 | 117 | |
118 | 118 | === API changes in 1.19 === |