[Bug 28983] Installer: confirm extensions have way to hook into install/update process

2011-06-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28983 --- Comment #22 from Max Semenik maxsem.w...@gmail.com 2011-06-13 18:02:29 UTC --- Exact repro steps, plz :P) -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Bug 28983] Installer: confirm extensions have way to hook into install/update process

2011-06-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28983 T. Gries m...@tgries.de changed: What|Removed |Added Status|RESOLVED|REOPENED

[Bug 28983] Installer: confirm extensions have way to hook into install/update process

2011-06-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28983 Max Semenik maxsem.w...@gmail.com changed: What|Removed |Added Status|REOPENED|RESOLVED

[Bug 28983] Installer: confirm extensions have way to hook into install/update process

2011-06-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28983 --- Comment #15 from T. Gries m...@tgries.de 2011-06-07 21:53:56 UTC --- The recent changes do work and allow a single extension to be installed. I successfully tested mw installation plus i) OpenID or ii) LiquidThreads However, when

[Bug 28983] Installer: confirm extensions have way to hook into install/update process

2011-06-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28983 T. Gries m...@tgries.de changed: What|Removed |Added Status|RESOLVED|REOPENED

[Bug 28983] Installer: confirm extensions have way to hook into install/update process

2011-06-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28983 --- Comment #17 from T. Gries m...@tgries.de 2011-06-07 22:22:59 UTC --- in Installer.php function includeExtensions() I added the echo() foreach( $exts as $e ) { echo( Installer::includeExtensions: require_once $path/$e/$e.php );

[Bug 28983] Installer: confirm extensions have way to hook into install/update process

2011-06-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28983 --- Comment #18 from T. Gries m...@tgries.de 2011-06-07 22:24:46 UTC --- (In reply to comment #17) in Installer.php function includeExtensions() I added the echo() foreach( $exts as $e ) { echo( Installer::includeExtensions:

[Bug 28983] Installer: confirm extensions have way to hook into install/update process

2011-06-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28983 T. Gries m...@tgries.de changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

[Bug 28983] Installer: confirm extensions have way to hook into install/update process

2011-06-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28983 --- Comment #20 from T. Gries m...@tgries.de 2011-06-07 22:40:23 UTC --- checked: now the installer detected and installed correctly (in my case) four extensions incl. schema updates. -- Configure bugmail:

[Bug 28983] Installer: confirm extensions have way to hook into install/update process

2011-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28983 --- Comment #12 from T. Gries m...@tgries.de 2011-06-07 03:48:50 UTC --- (In reply to comment #11) I have the impression, that nobody actually runs doUpdates( 'extensions' ) during the installation process of extensions. The hooked code in

[Bug 28983] Installer: confirm extensions have way to hook into install/update process

2011-06-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28983 T. Gries m...@tgries.de changed: What|Removed |Added URL||http://www.mediawiki.org/wi

[Bug 28983] Installer: confirm extensions have way to hook into install/update process

2011-06-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28983 T. Gries m...@tgries.de changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 28983] Installer: confirm extensions have way to hook into install/update process

2011-06-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28983 Chad H. innocentkil...@gmail.com changed: What|Removed |Added Summary|installer: may need to run |Installer: confirm