]> scripts.mit.edu Git - wizard.git/history - wizard/install
Set admin e-mail address properly on MediaWiki >= 1.18.0
[wizard.git] / wizard / install /
2011-07-17  Edward Z. YangDon't register strategies which are redundant.
2010-08-02  Edward Z. YangRewrite .scripts to .wizard.
2010-08-01  Edward Z. YangFix bad qualification, add better error message.
2010-07-12  Edward Z. YangPluginify strategies.
2010-06-14  Edward Z. YangAdd wizard.sql.auth function and plugin, refresh docs.
2010-06-08  Edward Z. YangMove wizard.scripts module to plugins, added hooks...
2010-06-07  Edward Z. YangUpdate documentation for upcoming plugin-ification.
2010-06-06  Edward Z. YangUse sql.fill_url in dsn_callback, for more consistency.
2010-05-26  Edward Z. YangRemove redundant envvars provisioning.
2010-05-04  Edward Z. YangUntested alternative support for web stubs.
2010-04-25  Edward Z. YangDoc update, fix bug in prepare-new.
2010-04-25  Edward Z. YangFail if user is not signed up for mysql service.
2010-04-24  Edward Z. YangAdd web stub support.
2010-03-02  Edward Z. YangFix bug; called call not eval.
2010-03-02  Edward Z. YangFix bug in database strategy, resulting in incorrect...
2010-03-01  Edward Z. YangWarn if partial strategy is ignored.
2010-03-01  Evan BroderSkip over strategies that don't provide a strict subset...
2009-12-26  Edward Z. YangConvert ad hoc shell calls to singleton instance; fix...
2009-12-26  Edward Z. YangFix parse error, pylint errors, and make disk usage...
2009-12-22  Edward Z. YangRefactor URL parsing code to be clean, support for...
2009-12-07  Edward Z. YangSuppress CREATE DATABASE IF NOT EXISTS warnings.
2009-12-07  Edward Z. YangUse legit drop-database interface.
2009-12-07  Alan HuangphpBB support
2009-12-07  Edward Z. YangRevamp database infrastructure.
2009-11-25  Edward Z. YangImplement upgrades for Wordpress, refactoring.
2009-11-16  Edward Z. YangMore documentation improvements.
2009-11-05  Edward Z. YangNotImplemented -> NotImplementedError.
2009-11-05  Edward Z. YangImprove wording of prompts.
2009-11-04  Edward Z. YangFix bug in scripts MySQL database generation.
2009-11-03  Edward Z. YangImplement Wordpress installer for 2.0.2 w/ sqlalchemy.
2009-11-02  Edward Z. YangImplement required/optional argument grouping.
2009-11-02  Edward Z. YangFix double-slash in URLs, and broken command line options.
2009-11-02  Edward Z. YangAsk for password twice, and check if they match.
2009-11-01  Edward Z. YangRemove directory/application interactivity.
2009-11-01  Edward Z. YangImplement interactive mode without validation.
2009-10-29  Edward Z. YangRefactor documentation in wizard.install
2009-10-29  Edward Z. YangFix bugs in scripts-specific installation code.
2009-10-29  Edward Z. YangMassively refactor install modules.
2009-10-28  Edward Z. YangMove install.py to install folder.