]> scripts.mit.edu Git - wizard.git/history - wizard/app/__init__.py
Add human readable names to applications.
[wizard.git] / wizard / app / __init__.py
2014-04-11  Edward Z. YangAdd human readable names to applications.
2011-01-22  Edward Z. YangAdd missing error description strings.
2010-11-14  Edward Z. YangSchlep around database handling functions to wizard...
2010-11-14  Edward Z. YangMove Scripts applications to plugins, fix broken phpBB...
2010-08-02  Edward Z. YangRewrite .scripts to .wizard.
2010-07-09  Edward Z. YangDo not warn if a random key is missing.
2010-07-05  Edward Z. YangFix bug in detectVersionFromGit, and make install use it.
2010-06-08  Edward Z. YangFix plugin loading code, make wizard load scripts plugin.
2010-06-08  Edward Z. YangMove wizard.scripts module to plugins, added hooks...
2010-06-05  Edward Z. YangUpdate documentation.
2010-05-30  Alex DehnertUse wizard.shell
2010-05-30  Alex DehnertRewrite parametrize to use new parametrizeWithVars
2010-05-30  Alex DehnertAdd detectVersionFromGit utility method
2010-05-04  Edward Z. YangUntested alternative support for web stubs.
2010-04-14  Edward Z. YangMore robust error reporting, add --url flag, add rails...
2010-03-28  Edward Z. YangHandle Wordpress random keys correctly on install and...
2010-03-09  Edward Z. YangAdd database checks, make assert_all_writable less...
2010-03-02  Edward Z. YangAdd plugin infrastructure for wizard.app.
2010-02-06  Edward Z. YangAdd inclusions and exclusions for web verification.
2010-02-06  Edward Z. YangImprove Wordpress page verification algorithm.
2010-02-06  Edward Z. YangAdd some automatic resolutions for whole-file.
2010-01-11  Edward Z. YangRewrite merge functionality into its own module.
2010-01-09  Edward Z. YangAdd getApplication() function to wizard.app.
2009-12-26  Edward Z. YangConvert ad hoc shell calls to singleton instance; fix...
2009-12-23  Edward Z. YangRate-limit vos queries; add ridiculous race-safe code...
2009-12-23  Edward Z. YangCheck if file is binary.
2009-12-23  Edward Z. YangConditionalize the newline.
2009-12-22  Edward Z. YangAdd CRLF/LF/CR merge resolution algoritm of AWESOME.
2009-12-22  Edward Z. YangHookify research interface.
2009-12-22  Edward Z. YangRefactor URL parsing code to be clean, support for...
2009-12-22  Edward Z. YangFix documentation coverage omissions.
2009-12-16  Edward Z. YangFix migration security check bug, and add random keys...
2009-12-07  Edward Z. YangUse legit drop-database interface.
2009-12-07  Andrew FarrellMake the import failure handling code fail out if a...
2009-12-07  Edward Z. YangRevamp database infrastructure.
2009-11-25  Edward Z. YangAdd --retry option, remove ncurses flash.
2009-11-25  Edward Z. YangReduce duplication in test scripts, more logging.
2009-11-25  Edward Z. YangRefactor more boilerplate out.
2009-11-25  Edward Z. YangImplement upgrades for Wordpress, refactoring.
2009-11-16  Edward Z. YangMore documentation improvements.
2009-11-14  Edward Z. YangExpand documentation.
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-04  Edward Z. YangMinor doc updates and code refinements.
2009-11-03  Edward Z. YangFill in undocumented functions and classes.
2009-10-17  Edward Z. YangRemove spurious app import.
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-04  Edward Z. YangFix web verification in MediaWiki and improve handling.
2009-10-03  Edward Z. YangImplement 'wizard restore'.
2009-10-03  Edward Z. YangImplement 'wizard backup'. Other minor refactorings:
2009-08-25  Edward Z. YangVarious refinements from our mass-upgrade run.
2009-08-19  Edward Z. YangFix miscellaneous bugs in migration code.
2009-08-18  Edward Z. YangAdd 'wizard prepare-config' command, which is upgrade...
2009-08-01  Edward Z. YangImplement parametrization.
2009-07-30  Edward Z. YangRefactor code to make regular expression reuse easier.
2009-07-30  Edward Z. YangAdd mediawiki variable extraction support for deployments.
2009-07-30  Edward Z. YangAdd infrastructure for app subclasses.