Index: trunk/phase3/RELEASE-NOTES-1.19 |
— | — | @@ -13,15 +13,15 @@ |
14 | 14 | |
15 | 15 | === Changes since 1.19 beta 1 === |
16 | 16 | * (bug 35014) Including a special page no longer sets the page's title to the |
17 | | - included page |
18 | | -* (bug 35019) Edit summaries are no longer transformed in notification e-mails |
19 | | -* (bug 35152) Help message for e-mail is shown again in user preferences |
| 17 | + included page. |
| 18 | +* (bug 35019) Edit summaries are no longer transformed in notification e-mails. |
| 19 | +* (bug 35152) Help message for e-mail is shown again in user preferences. |
20 | 20 | * (bug 34887) $3 and $4 parameters are now substituted correctly in message |
21 | | - "movepage-moved" |
| 21 | + "movepage-moved". |
22 | 22 | * (bug 34841) Edit links are no longer displayed when display old page versions |
23 | | -* (bug 34889) User name should be normalized on Special:Contributions |
24 | | -* (bug 35051) If heading has a trailing space after == then its name is not |
25 | | - preloaded into edit summary on section edit |
| 23 | +* (bug 34889) User name should be normalized on Special:Contributions. |
| 24 | +* (bug 35051) If heading has a trailing space after == then its name is not |
| 25 | + preloaded into edit summary on section edit. |
26 | 26 | * (bug 31417) New ID mw-content-text around the actual page text, without categories, |
27 | 27 | contentSub, ... The same div often also contains the class mw-content-ltr/rtl. |
28 | 28 | * (bug 35303) Proxy and DNS blacklist blocking works again |
— | — | @@ -128,8 +128,8 @@ |
129 | 129 | 200 status code instead of 404 for nonexistent articles. |
130 | 130 | * (bug 33447) Link to the broken image tracking category from Special:Wantedfiles. |
131 | 131 | * (bug 27724) Add timestamp to job queue. |
132 | | -* (bug 30339) Implement SpecialPage for running javascript tests. Disabled by default, due to |
133 | | - tests potentially being harmful, not to be run on a production wiki. |
| 132 | +* (bug 30339) Implement SpecialPage for running javascript tests. Disabled by default, |
| 133 | + due to tests potentially being harmful, not to be run on a production wiki. |
134 | 134 | Enable by setting $wgEnableJavaScriptTest to true. |
135 | 135 | * Extensions can use the RequestContextCreateSkin hook to override what skin is |
136 | 136 | loaded in some contexts. |
— | — | @@ -146,8 +146,8 @@ |
147 | 147 | * Special:MovePage now has a dropdown menu for namespaces. |
148 | 148 | * (bug 34420) Special:Version now shows git HEAD sha1 when available. |
149 | 149 | * (bug 33952) Refactor mw.toolbar to allow dynamic additions at any time. |
150 | | -* Now possible to specify separate section title and edit summary when adding a new section to a |
151 | | - page via the edit API action. |
| 150 | +* Now possible to specify separate section title and edit summary when adding |
| 151 | + a new section to a page via the edit API action. |
152 | 152 | |
153 | 153 | === Bug fixes in 1.19 === |
154 | 154 | * $wgUploadNavigationUrl should be used for file redlinks if. |
Index: trunk/phase3/RELEASE-NOTES-1.20 |
— | — | @@ -19,8 +19,8 @@ |
20 | 20 | preference for the non-default skin to look at something using the default skin. |
21 | 21 | * (bug 27619) Remove preference option to display broken links as link? |
22 | 22 | * (bug 34896) Update jQuery JSON plugin to v2.3 (2011-09-17) |
23 | | -* (bug 34302) Add CSS classes to email fields in user preferences |
24 | | -* Introduced $wgDebugDBTransactions to trace transaction status (currently PostgreSQL only) |
| 23 | +* (bug 34302) Add CSS classes to email fields in user preferences. |
| 24 | +* Introduced $wgDebugDBTransactions to trace transaction status (currently PostgreSQL only). |
25 | 25 | * (bug 23795) Add parser itself to ParserMakeImageParams hook. |
26 | 26 | * Introduce a cryptographic random number generator source api for use when |
27 | 27 | generating various tokens. |
— | — | @@ -31,9 +31,9 @@ |
32 | 32 | when we try to set the user's cookies for login. |
33 | 33 | * (bug 32210) New edit emails for watched pages always provide a link to the |
34 | 34 | edit which triggered the mail. |
35 | | -* (bug 12021) Added user talk link on Special:Listusers |
| 35 | +* (bug 12021) Added user talk link on Special:Listusers. |
36 | 36 | * (bug 34445) section edit and TOC hide/show links are excluded from selection and |
37 | | - copy/paste on supporting browsers |
| 37 | + copy/paste on supporting browsers. |
38 | 38 | * (bug 34428) Fixed incorrect hash mismatch errors in the DiffHistoryBlob |
39 | 39 | history compression method. |
40 | 40 | * (bug 34702) Localised parentheses are now used in more special pages. |
— | — | @@ -41,14 +41,14 @@ |
42 | 42 | * (bug 34762) Calling close() on a DatabaseBase object now clears the connection. |
43 | 43 | * (bug 34863) Show deletion log extract on non-existent file pages if applicable. |
44 | 44 | * (bug 28019) Let ?preloadtitle=foo be passed on to target of |
45 | | - Special:MyPage and Special:MyTalk |
| 45 | + Special:MyPage and Special:MyTalk. |
46 | 46 | * (bug 34929) Show the correct diff when a section edit is rejected by the spam |
47 | | - filter |
48 | | -* (bug 15816) Add a switch for SETting the search_path (Postgres) |
| 47 | + filter. |
| 48 | +* (bug 15816) Add a switch for SETting the search_path (Postgres). |
49 | 49 | * (bug 34521) Returning to the previous page after logging in loses any array- |
50 | | - valued parameters in the query string |
| 50 | + valued parameters in the query string. |
51 | 51 | * (bug 34735) Updated compressOld.php documentation to mention the different |
52 | | - usages of -s and -n parameters depending on compression type |
| 52 | + usages of -s and -n parameters depending on compression type. |
53 | 53 | * (bug 13896) Rendering of devanagari numbers in automatic '#' number lists |
54 | 54 | |
55 | 55 | === API changes in 1.20 === |
— | — | @@ -62,8 +62,8 @@ |
63 | 63 | regularly. Below only new and removed languages are listed, as well as |
64 | 64 | changes to languages because of Bugzilla reports. |
65 | 65 | |
66 | | -* (bug 34192) Namespace gender aliases for Albanian languages (sq & aln) |
67 | | -* Mizo (lus) added |
| 66 | +* (bug 34192) Namespace gender aliases for Albanian languages (sq & aln). |
| 67 | +* Mizo (lus) added. |
68 | 68 | |
69 | 69 | === Other changes in 1.20 === |
70 | 70 | * The user_token field is now left empty until a user attempts to login and |