]> scripts.mit.edu Git - wizard.git/commit
Implement upgrades for Wordpress, refactoring.
authorEdward Z. Yang <ezyang@mit.edu>
Wed, 25 Nov 2009 05:18:56 +0000 (00:18 -0500)
committerEdward Z. Yang <ezyang@mit.edu>
Wed, 25 Nov 2009 05:18:56 +0000 (00:18 -0500)
commit31253eca10ab83a98b0921ac6bbbb22b90ff2af3
tree5b209643b87be95ce6da8684f701bfdc16e0d1ab
parent23a87315a15e898c3ad0ff1f05dd6c0f4f6a7ff5
Implement upgrades for Wordpress, refactoring.

* Add some missing imports
* Restructure failure exceptions to have a superclass;
  moved install.Failure over.
* Fix some spurious names
* Added detectVersionFromFile helper method (more to come!)
* Made MediaWiki use the php parametrized files
* Fix some stylistic problems in Sphinx extension.

Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
12 files changed:
TODO
doc/create.rst
doc/module/wizard.app.rst
doc/module/wizard.deploy.rst
doc/module/wizard.install.rst
tests/test-upgrade-wordpress.sh [new file with mode: 0755]
wizard/app/__init__.py
wizard/app/mediawiki.py
wizard/app/wordpress.py
wizard/command/upgrade.py
wizard/install/__init__.py
wizard/sphinx/supplement.py