]> scripts.mit.edu Git - wizard.git/shortlog
wizard.git
2009-12-07  Edward Z. YangMake phpBB installer more friendly for restricted envs.
2009-12-07  Alan HuangphpBB support
2009-12-07  Andrew FarrellMake the import failure handling code fail out if a...
2009-12-07  Edward Z. YangRevamp database infrastructure.
2009-11-26  Edward Z. YangUpdate upgrading instructions with implementation details.
2009-11-26  Edward Z. YangUpdate TODO.
2009-11-25  Edward Z. YangAdd --retry option, remove ncurses flash.
2009-11-25  Edward Z. YangAdd missing docs, rename test.sh to run.sh
2009-11-25  Edward Z. YangReduce duplication in test scripts, more logging.
2009-11-25  Edward Z. YangMake test scripts more autocomplete friendly.
2009-11-25  Edward Z. YangUpdate documentation to use the new API.
2009-11-25  Edward Z. YangRefactor more boilerplate out.
2009-11-25  Edward Z. YangAdd anatomy of a repository docs.
2009-11-25  Edward Z. YangImplement upgrades for Wordpress, refactoring.
2009-11-21  Edward Z. YangAdd more Wordpress variables.
2009-11-21  Edward Z. YangAdd safety checks to prepare-config.
2009-11-21  Edward Z. YangFix bug in prepare-pristine, add secret key to wordpres...
2009-11-20  Edward Z. YangMatch for Success in wordpress installer. More document...
2009-11-20  Edward Z. YangDocumentation updates, create upgrade document.
2009-11-19  Edward Z. YangMake pull.sh call aklog.
2009-11-19  Edward Z. YangMinor updates to docs, add RecoverableFailure docs.
2009-11-19  Edward Z. YangSetup the rest to use conversion supplements.
2009-11-19  Edward Z. YangAdd support for supplements, convert intro text to...
2009-11-19  Edward Z. YangAdd todo items to the documentation.
2009-11-19  Edward Z. YangFinish repository conversion docs, move re_define to...
2009-11-16  Edward Z. YangMore documentation improvements.
2009-11-14  Edward Z. YangExpand documentation.
2009-11-14  Edward Z. YangRevise existing repository conversion instructions.
2009-11-10  Edward Z. YangRename NonfatalFailure to RecoverableFailure.
2009-11-10  Duncan TownsendWhen MediaWiki installs fail due to bad user input...
2009-11-05  Edward Z. YangNotImplemented -> NotImplementedError.
2009-11-05  Edward Z. YangRevamp 'wizard summary', and start writing tutorial docs.
2009-11-05  Edward Z. YangImprove wording of prompts.
2009-11-04  Edward Z. YangFix bug in scripts MySQL database generation.
2009-11-04  Edward Z. YangTest if terminal is supported, or fallback to Prompt.
2009-11-04  Edward Z. YangUse prompt if terminal is dumb.
2009-11-04  Edward Z. YangFix syntax error.
2009-11-04  Edward Z. YangMinor doc updates and code refinements.
2009-11-04  Edward Z. YangImplement post-installation machinery for Wordpress.
2009-11-03  Edward Z. YangFill in undocumented functions and classes.
2009-11-03  Edward Z. YangRevamp tests, fix minor usability problems with installer.
2009-11-03  Edward Z. YangAdd script for convenient updating of /mit/scripts/wizard
2009-11-03  Edward Z. YangUpdate TODO, fix broken prepare-config.
2009-11-03  Edward Z. YangImplement Wordpress installer for 2.0.2 w/ sqlalchemy.
2009-11-02  Edward Z. YangUpdate TODO.
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. YangRemove unnecessary commands, add help to install.
2009-11-02  Edward Z. YangAsk for password twice, and check if they match.
2009-11-02  Edward Z. YangFix bug in wizard configure with old API.
2009-11-01  Edward Z. YangUpdate TODO.
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. YangChange wizard install to not make external code.
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.
2009-10-28  Edward Z. YangAdd php.ini note in TODO, and mention general purpose.
2009-10-27  Edward Z. YangAllow newly initialized repo, and allow passing of...
2009-10-24  Edward Z. YangUpdate TODO.
2009-10-24  Edward Z. YangImplement prepare-new/prepare-pristine, add stub wordpress.
2009-10-24  Duncan TownsendChanged scripts.py to work on macs. Added a unit test...
2009-10-23  Edward Z. YangUpdate TODO.
2009-10-23  Edward Z. YangSacrifice user friendly message for good messages when...
2009-10-23  Edward Z. YangAdd decorator as a dependency.
2009-10-23  Edward Z. YangMisc bug fixes.
2009-10-21  Edward Z. YangPartition on colon for exceptions, ignore blank blackli...
2009-10-17  Edward Z. YangMake blacklisted error have different error code, remov...
2009-10-17  Edward Z. YangRemove spurious app import.
2009-10-17  Edward Z. YangRemove unnecessary imports.
2009-10-17  Edward Z. YangFix pylint errors.
2009-10-17  Edward Z. YangMove generic functionality out of wizard.app.mediawiki.
2009-10-16  Edward Z. YangDocument wizard.app, and refactor APIs.
2009-10-16  Edward Z. YangMove Application/ApplicationVersion to wizard.app
2009-10-16  Edward Z. YangRefactor Deployment into Working/Production copies.
2009-10-15  Edward Z. YangRename logging and base args, fix pylint errors.
2009-10-15  Edward Z. YangMinor refactorings, update TODO.
2009-10-15  Edward Z. YangStop using excepthook magic, add exitcode support.
2009-10-12  Edward Z. YangUpdate TODO.
2009-10-12  Edward Z. YangMore bugfixes from running live.
2009-10-12  Edward Z. YangMajor updates to resolution code from runs.
2009-10-12  Edward Z. YangFix quota verification bugs.
2009-10-12  Edward Z. YangImplement disk quota checking.
2009-10-11  Edward Z. YangReport stats if you C-c the process.
2009-10-11  Edward Z. YangAutomatically perform logging during --continue.
2009-10-11  Edward Z. YangImplement number of conflict reporting for upgrades.
2009-10-11  Edward Z. YangImplement 'append-by-default' reports, --redo for mass...
2009-10-11  Edward Z. YangImplement sqlite dict. We might not actually use this.
2009-10-11  Edward Z. YangFix bugs with new reporting code.
2009-10-11  Edward Z. YangChange reporting and logging semantics.
2009-10-10  Edward Z. YangImplement quick logging changes.
2009-10-10  Edward Z. YangImplement MediaWiki scaffolding for auto conflict resol...
2009-10-10  Edward Z. YangImplement backend for automatic conflict resolution.
2009-10-09  Edward Z. YangFix missing documentation.
2009-10-09  Edward Z. YangMerges occur on /dev/shm if available.
2009-10-09  Edward Z. YangSuppress ^M characters from Git progress bars.
2009-10-09  Edward Z. YangFix errors parsing error messages with indents.
2009-10-04  Edward Z. YangUpdate TODO, add VISION text.
2009-10-04  Edward Z. YangImplement 'wizard blacklist', tweaks.
next