https://bugzilla.wikimedia.org/show_bug.cgi?id=37812

Krinkle <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Module cache should be      |ResourceLoader: Module
                   |invalidated (newer          |cache should invalidate
                   |timestamp) when lesser old  |(new timestamp) when module
                   |items are removed or added  |registration changes
                   |(scripts, style, messages)  |

--- Comment #9 from Krinkle <[email protected]> ---
Renamed from:

Module cache should invalidate (new timestamp) when a less old items (scripts,
style and/or message) are added or removed.

to:

Module cache should invalidate (new timestamp) when module registration changes

As it should also cover when things are re-arranged.

e.g.
 'scripts' => array( 'foo', 'bar', 'baz' );
to:
 'scripts' => array( 'bar', 'foo', 'baz' );

Since this affects concatenation order, which can be significant for large
modules that are made up of smaller files that don't work stand-alone but rely
on context etc.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to