[Bug 28983] installer: may need to run update.php in a post-installation phase - if any extension is auto-detected and selected during installation and requires update.php

2011-06-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28983 --- Comment #8 from Chad H. 2011-06-02 16:10:35 UTC --- Actually, I'm pretty sure this can be done already. Example: $wgHooks['LoadExtensionSchemaUpdates'][] = 'myExtUpdate'; function myExtUpdate( $updater ) { global $IP; $updater->a

[Bug 28983] installer: may need to run update.php in a post-installation phase - if any extension is auto-detected and selected during installation and requires update.php

2011-05-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28983 Chad H. changed: What|Removed |Added Priority|High|Normal -- Configure bugmail: https://bugzil

[Bug 28983] installer: may need to run update.php in a post-installation phase - if any extension is auto-detected and selected during installation and requires update.php

2011-05-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28983 Mark A. Hershberger changed: What|Removed |Added Priority|Unprioritized |High CC|

[Bug 28983] installer: may need to run update.php in a post-installation phase - if any extension is auto-detected and selected during installation and requires update.php

2011-05-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28983 --- Comment #7 from T. Gries 2011-05-15 23:25:06 UTC --- To get the hot air out of it: in my view, it is only a http://en.wikipedia.org/wiki/Chicken_or_the_egg problem, the installer installs, but the extensions are not (yet) ready to know that

[Bug 28983] installer: may need to run update.php in a post-installation phase - if any extension is auto-detected and selected during installation and requires update.php

2011-05-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28983 --- Comment #6 from T. Gries 2011-05-15 23:21:58 UTC --- (In reply to comment #5) > Extensions that have new tables to create *will* be created as intended, the > installer *already* does this. Try it please with a fresh installation, having s

[Bug 28983] installer: may need to run update.php in a post-installation phase - if any extension is auto-detected and selected during installation and requires update.php

2011-05-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28983 --- Comment #5 from Chad H. 2011-05-15 23:12:14 UTC --- Extensions that have new tables to create *will* be created as intended, the installer *already* does this. What needs doing is a way for extensions to add other installation steps, for

[Bug 28983] installer: may need to run update.php in a post-installation phase - if any extension is auto-detected and selected during installation and requires update.php

2011-05-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28983 T. Gries changed: What|Removed |Added Summary|installer: may need to run |installer: may need to run

[Bug 28983] installer: may need to run update.php in a post-installation phase - if any extension is auto-detected and selected during installation

2011-05-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28983 T. Gries changed: What|Removed |Added Summary|installer: needs to run |installer: may need to run