Index: trunk/phase3/skins/common/ajax.js |
— | — | @@ -75,7 +75,7 @@ |
76 | 76 | var i, x, n; |
77 | 77 | var uri; |
78 | 78 | var post_data; |
79 | | - uri = wgServer + "/" + wgScriptPath + "/index.php?action=ajax"; |
| 79 | + uri = wgServer + wgScriptPath + "/index.php?action=ajax"; |
80 | 80 | if (sajax_request_type == "GET") { |
81 | 81 | if (uri.indexOf("?") == -1) |
82 | 82 | uri = uri + "?rs=" + encodeURIComponent(func_name); |
Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -1037,7 +1037,7 @@ |
1038 | 1038 | * to ensure that client-side caches don't keep obsolete copies of global |
1039 | 1039 | * styles. |
1040 | 1040 | */ |
1041 | | -$wgStyleVersion = '22'; |
| 1041 | +$wgStyleVersion = '23'; |
1042 | 1042 | |
1043 | 1043 | # Server-side caching: |
1044 | 1044 | |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -110,7 +110,9 @@ |
111 | 111 | styling (class="mw-templatesUsedExplanation"). |
112 | 112 | * Added {{#special:}} parser function, to give the local default title for |
113 | 113 | special pages |
| 114 | +* (bug 7766) Remove redundant / from AJAX requests, can break some servers |
114 | 115 | |
| 116 | + |
115 | 117 | == Languages updated == |
116 | 118 | |
117 | 119 | * Bishnupriya Manipuri (bpy) |