Jump to content

User talk:SoledadKabocha/vector.js

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by SoledadKabocha (talk | contribs) at 19:01, 28 December 2013 (Other TODOs: cleanArrows.js). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
User talk:SoledadKabocha/common.js redirects here for historical reasons (i.e., laziness). Most of the discussion really refers to common.js.

Dubious linkclassifier feature requests

This is not a request for help; these are just notes to myself.

These are dubious because I need to read the source code more carefully to decide whether they're feasible enough to be worth mentioning on the relevant talk page.

The reason I haven't installed sysopdetector is that it might clash with markblocked. Thus, I may as well write my own script that combines the functionality of linkclassifier with markblocked and sysopdetector. Note that sysopdetector is intended to work on user pages, whereas the other scripts operate on links. SoledadKabocha (talk) 00:08, 10 September 2012 (UTC) (last edit 22:54, 24 September 2013 (UTC))[reply]

The markblocked enhancement will be at User:SoledadKabocha/markBlockedPlus.js. The linkclassifier enhancement will may be worked on at a later date is located at User:SoledadKabocha/linkclassifier.js. Merging these two is beyond my JavaScript programming ability at this point. SoledadKabocha (talk) 17:21, 12 September 2012 (UTC) (last edit 21:38, 31 October 2012 (UTC))[reply]
TODO: Figure out why markBlockedPlus doesn't successfully modify tooltips when called from ajaxPreviewExec. SoledadKabocha (talk) 03:50, 21 September 2012 (UTC)[reply]

Other TODOs

  • Figure out how to make the "Warn me when I leave an edit page with unsaved changes (Vector skin only)" user preference ignore the "Cancel" link but otherwise function normally (initially wontfix, but I eventually wrote User:SoledadKabocha/betterCancel-vector.js)
  • Remove #mw-script-doc on user stylesheets without associated scripts nor documentation, such as User:Isarra/diffs.css; this is listed here because it requires JS coding / can't be done in CSS alone, and it is dubious whether it is worth the effort
  • Regex that does approximately the same job as the current sandbox test: var isPageSandbox = ( /[:\/][Ss]andbox(\/|_?\d*$)/.test( wgPageName ) ); (wontfix)
  • Fork User:Splarka/diffreveal.js so it can be triggered from a portlet link rather than automatically
  • Write User:SoledadKabocha/cleanArrows.js which replaces the entities ← and → with the proper characters ← and → respectively in the edit text box

-- SoledadKabocha (talk) 17:10, 24 September 2012 (UTC) (last edit 19:01, 28 December 2013 (UTC))[reply]