mediawiki-extensions-Echo/modules
Timo Tijhof 72c8aba10e alert: Make selectors less overly specific and clean up js
Follows-up 383a818.

* There is no need for the additional element ("a") or
  descendant ("#pt-mytalk") selector.
  It isn't overrriding anything, only hardcodes details that make
  it harder to maintain or extend this stylesheet. For example,
  there is a gadget that makes  user messages green instead of
  orange, it now was required to hardcode the "#pt-mytalk a" part
  of the selector eventhough those are subject to change.
  Separation of concerns.

* Cache/reuse the jQuery object instead of executing the same
  query to the document, again. It also avoids a potential bug
  where the second query matches different elements (e.g. after
  appending alertMessage, there could potentially be an additional
  nested anchor link; there isn't now though, as the message is
  plain text).

* Add comment about weird echoNewMsgAlertDisplayed variable.

Change-Id: I682182fe15a868969f25fa5bfe2412e2a6f3dddf
2013-10-06 23:52:47 +00:00
..
alert alert: Make selectors less overly specific and clean up js 2013-10-06 23:52:47 +00:00
badge ext.echo.badge: Remove defunct CSS rule 2013-08-29 19:40:34 +00:00
base Cleaning up Echo 'base' module. 2013-09-23 11:29:49 -07:00
desktop Fix some notification badge related issue 2013-10-02 11:25:05 -07:00
icons Updating Talk notification icon 2013-06-28 11:56:07 -07:00
oldicons Redoing the notification icons and changing some formatting 2012-11-26 13:23:03 -08:00
overlay Fix some notification badge related issue 2013-10-02 11:25:05 -07:00
special Fix some notification badge related issue 2013-10-02 11:25:05 -07:00
hooks.txt Add overlay hook for user scripts. 2013-06-13 21:27:26 -04:00