]> scripts.mit.edu Git - wizard.git/commitdiff
Update TODO.
authorEdward Z. Yang <ezyang@mit.edu>
Sun, 14 Nov 2010 16:34:54 +0000 (16:34 +0000)
committerEdward Z. Yang <ezyang@mit.edu>
Sun, 14 Nov 2010 16:34:54 +0000 (16:34 +0000)
Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
TODO

diff --git a/TODO b/TODO
index a8da5bfddc5a9615738d82c4c4d711d594fcb5fa..f18bbbffc83bc1cf675501b21432556e8354df17 100644 (file)
--- a/TODO
+++ b/TODO
   providing a --rebase option, which seems to do better when
   big problems like this show up.
 
-- Repeated --continue from a temporary directory doesn't really work...
-  (or maybe this interacts /really/ poorly with restore, in which case
-  restore should ensure all files are present before actually doing the
-  restore)
 - Show progress or something when upgrading
 - Allow 'sticky notes' for future upgraders to notice
 - .wizard/url semantics are subtly wrong: in particular, if we
@@ -24,8 +20,6 @@
 
 - Rerere support doesn't actually work
 - "Version 3.0.0 doesn't exist; did you mean 3.0?"
-- util.fetch() should use urllib under the hood, not httplib.  Code
-  has to be changed.  We should log if we get redirected.
 - Be a little more intelligent when perform web checks; for example,
   if we get a forbidden message, that probably means we go the right
   address but it's blocked off; if we get a 404 message, that probably
   to check for.
 - Wordpress module can do something intelligent if we get redirected
   to the installation page.
-- The need to run egg_info can make things a little fragile when pulling
-  if you forget.  How can we make this less easily forgotten?
 - wizardResolve* files seem to get left in tmp en-mass, and we don't
   know why.
 
-- Plugin-ify! Hook-ify! In more detail, applications should all be moved
-  out into plugins, scripts specific behavior should be moved into
-  plugins, and hooks need to be made available so that we can exert
-  the correct level of control.
-
 - [SCRIPTS] Wordpress needs to get rid of the siteurl hack, so that it
   actually has a fully-qualified URL http://foo.scripts.mit.edu/blah.
   This will also fix Wordpress's cron functionality.  We should be
@@ -73,6 +60,8 @@
       namely cooking up the sudo and environment variable lines
     - Summary script should be more machine friendly, and should not
       output summary charts when I increase specificity
+    - util.fetch() should use urllib under the hood, not httplib.  Code
+      has to be changed.  We should log if we get redirected.
 
 - Other stuff
     - Add support for mypristine workflow