mediawiki-extensions-Echo/modules
Moriel Schottlender 3101bfc537 Separate model's symbolic name and model's source
This should have been done from the beginning; the model manager
pulls models by their symbolic names. So far, we've used the source
for that, but that assumes that two modules always have different
sources, and that is absolutely not necessarily the case.

For example, internal local bundles will each be a model, but have
the same ('local') source. They should still be differentiated in
the manager by their names, but the source should state clearly that
it is local.

For this, the models now have "getName" method and the name is
created separately from their source. Items also preserve a
reference to their parent's symbolic name so they can provide
that for items that require the controller to manipulate a specific
model.

Change-Id: I8c39d5d28383d11fb330addce21e07d5c424da6f
2016-06-09 16:20:57 -07:00
..
api Display a message if there are no notifications in Special:Notifications 2016-05-31 23:13:48 +00:00
controller Separate model's symbolic name and model's source 2016-06-09 16:20:57 -07:00
icons Adjust styling for "Mark group as read" 2016-05-26 13:30:49 -07:00
logger Add JSDuck support and fix errors 2016-05-11 14:07:12 -07:00
model Separate model's symbolic name and model's source 2016-06-09 16:20:57 -07:00
nojs No-JS special page: One-click mark as read 2016-05-27 17:23:29 -07:00
special Stop outputting $nextContinue in Special:Notifications 2016-05-27 16:46:20 -07:00
styles Merge "No-JS special page: One-click mark as read" 2016-06-01 18:21:56 +00:00
ui Separate model's symbolic name and model's source 2016-06-09 16:20:57 -07:00
echo.mixins.less Truncate usernames, titles and excerpts in notifications 2016-01-29 07:04:23 -05:00
echo.variables.less Styling changes to Special:Notifications headers and toolbar 2016-05-31 00:40:07 +00:00
echo.variables.monobook.less
echo.variables.vector.less
ext.echo.init.js Refactoring Echo's front end for MVC 2016-05-18 12:28:45 -07:00
ext.echo.moment-hack.js Initial version of Special:Notifications Javascript page 2016-05-27 13:42:25 -07:00
hooks.txt
mw.echo.js Refactoring Echo's front end for MVC 2016-05-18 12:28:45 -07:00