Index: branches/simetrical/RELEASE-NOTES |
— | — | @@ -188,6 +188,7 @@ |
189 | 189 | as follows. |
190 | 190 | |
191 | 191 | === changed id's === |
| 192 | +[toggle name] mw-prefs-[toggle name] |
192 | 193 | allmessagesfilter mw-all-messages-filter |
193 | 194 | allmessagestable mw-all-messages-table |
194 | 195 | blockip mw-block-form |
— | — | @@ -201,14 +202,20 @@ |
202 | 203 | differences-nextlink mw-differences-nextlink |
203 | 204 | editform mw-page-edit-form |
204 | 205 | editpage-copywarn mw-editpage-copyright-warning |
| 206 | +emailuser mw-email-user-form |
205 | 207 | file mw-file |
206 | 208 | filehistory mw-file-history |
207 | 209 | filelinks mw-file-links |
208 | 210 | filetoc mw-filetoc |
209 | 211 | globalWrapper mw-global-wrapper |
| 212 | +guesstimezonebutton mw-prefs-guess-time-zone-button |
| 213 | +imagesearch mw-newimages-search |
210 | 214 | isbn mw-booksources-isbn-box |
| 215 | +lockdb mw-lockdb-form |
| 216 | +mailheader mw-email-header |
211 | 217 | metadata mw-metadata |
212 | | -msg-[msgname] mw-message-[msgname] |
| 218 | +movepage mw-movepage-form |
| 219 | +msg_[msgname] mw-message-[msgname] |
213 | 220 | mw-pages mw-category-pages |
214 | 221 | mw_metadata mw-metadata-table |
215 | 222 | mwProtectSet mw-protect-set |
— | — | @@ -218,6 +225,8 @@ |
219 | 226 | p-logo mw-p-logo |
220 | 227 | pagehistory mw-page-history |
221 | 228 | pageselector mw-page-selector |
| 229 | +preferences mw-preferences |
| 230 | +prefsubmit mw-prefs-submit |
222 | 231 | shared-image-desc mw-shared-image-desc |
223 | 232 | siteNotice mw-site-notice |
224 | 233 | sp-allmessages-i-[#] mw-message-number-[#] |
— | — | @@ -228,17 +237,38 @@ |
229 | 238 | toctitle mw-toc-title |
230 | 239 | toolbar mw-edit-toolbar |
231 | 240 | topbar mw-topbar |
| 241 | +unblockip mw-unblock-form |
232 | 242 | wikiDiff mw-diff |
233 | 243 | wikiPreview mw-preview |
234 | 244 | wpBlockExpiry mw-block-expiry-box |
235 | 245 | wpBlockOther mw-block-other |
| 246 | +wpConfirm mw-confirm-overwrite |
| 247 | +wpDate[#] mw-prefs-date-radio |
| 248 | +wpEmailFlag mw-prefs-allow-email-checkbox |
| 249 | +wpHourDiff mw-prefs-time-zone-input |
| 250 | +wpImageSize mw-prefs-image-size-select |
236 | 251 | wpMinoredit mw-minor-edit-checkbox |
| 252 | +wpMovetalk mw-movepage-talk-checkbox |
| 253 | +wpNewPass mw-prefs-new-pass-input |
| 254 | +wpNewTitle mw-movepage-new-title-input |
| 255 | +wpNick mw-prefs-nick-input |
| 256 | +wpNs[#] mw-prefs-ns-[#] |
| 257 | +wpOldPass mw-prefs-old-pass-input |
| 258 | +wpOpunderline mw-prefs-underline-links-select |
| 259 | +wpRealName mw-prefs-real-name-input |
| 260 | +wpReason mw-movepage-reason |
237 | 261 | wpRecreate mw-confirm-recreate |
| 262 | +wpRetypePass mw-prefs-retype-pass-input |
238 | 263 | wpScrolltop mw-scroll-top (What does this do? Better name?) |
| 264 | +wpSkin[skin] mw-prefs-skin-[skin] |
239 | 265 | wpSummary mw-edit-summary-box |
240 | 266 | wpSummaryLabel mw-edit-summary-label |
241 | 267 | wpTextbox1 mw-page-edit-box |
242 | 268 | wpTextbox2 mw-edit-conflict-box |
| 269 | +wpTextLabel mw-email-message-label |
| 270 | +wpThumbSize mw-prefs-thumb-size-select |
| 271 | +wpUserEmail mw-prefs-email-input |
| 272 | +wpUserLanguage mw-prefs-user-language-select |
243 | 273 | wpWatchthis mw-watch-page-checkbox |
244 | 274 | |
245 | 275 | FIXME: All checkboxes created with HTMLForm.php were changed from id=$varname |