]> scripts.mit.edu Git - wizard.git/history - wizard/install/__init__.py
Convert ad hoc shell calls to singleton instance; fix upgrade bug.
[wizard.git] / wizard / install / __init__.py
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. YangFix double-slash in URLs, and broken command line options.
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.