[Bug 26805] ResourceLoaderStartUpModule.php extendability

2011-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26805 --- Comment #7 from Roan Kattouw roan.katt...@gmail.com 2011-03-05 20:58:59 UTC --- (In reply to comment #6) Created attachment 8243 [details] updated patch with hooks documentation Added hook documentation in updated patch. Looks good

[Bug 26805] ResourceLoaderStartUpModule.php extendability

2011-03-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26805 --- Comment #4 from Roan Kattouw roan.katt...@gmail.com 2011-03-04 10:51:31 UTC --- (In reply to comment #1) Created attachment 8114 [details] small patch to add hook to startup module to extend set of modules loaded at startup * BEWARE:

[Bug 26805] ResourceLoaderStartUpModule.php extendability

2011-03-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26805 --- Comment #5 from Roan Kattouw roan.katt...@gmail.com 2011-03-04 10:55:14 UTC --- (In reply to comment #4) OK otherwise Two more things: * The hook should be documented in docs/hooks.txt * These docs should mention that this feature is to

[Bug 26805] ResourceLoaderStartUpModule.php extendability

2011-03-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26805 Michael Dale d...@ucsc.edu changed: What|Removed |Added Attachment #8114|0 |1 is obsolete|

[Bug 26805] ResourceLoaderStartUpModule.php extendability

2011-02-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26805 --- Comment #2 from Roan Kattouw roan.katt...@gmail.com 2011-02-22 21:25:38 UTC --- Could you explain in more detail what this is needed for? -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- You are

[Bug 26805] ResourceLoaderStartUpModule.php extendability

2011-02-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26805 --- Comment #3 from Michael Dale d...@ucsc.edu 2011-02-22 21:39:44 UTC --- This is needed for providing core functionality to module Loaders. ( There is no way to add a dependency to a loaderScripts ). When your loader Script is dependent on

[Bug 26805] ResourceLoaderStartUpModule.php extendability

2011-02-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26805 --- Comment #1 from Michael Dale d...@ucsc.edu 2011-02-09 20:20:46 UTC --- Created attachment 8114 -- https://bugzilla.wikimedia.org/attachment.cgi?id=8114 small patch to add hook to startup module to extend set of modules loaded at startup