]> scripts.mit.edu Git - wizard.git/commitdiff
Add some notes about phpBB.
authorEdward Z. Yang <ezyang@mit.edu>
Sun, 14 Nov 2010 15:05:47 +0000 (15:05 +0000)
committerEdward Z. Yang <ezyang@mit.edu>
Sun, 14 Nov 2010 15:05:47 +0000 (15:05 +0000)
Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
TODO
wizard/app/phpBB.py

diff --git a/TODO b/TODO
index 0a9ba15f86121332767572680398d87ef775e73b..74eab2d02c097ae7d12024c0246f8502fb00d985 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,5 +1,10 @@
 - [SCRIPTS] MediaWiki 1.9.3 and 1.6.7
 
+- [SCRIPTS] phpBB
+    - phpBB or phpbb? (right now it's the former)
+    - need an upgrade story; srv needs more versions
+    - need a story about install/ contrib/
+
 - The merge interface is a kind of major UI disaster; you won't
   be able to use it unless you know how Git works.  Also, the
   merges can be quite difficult to resolve if upstream has made
index ea767d1178dc2aae250880129e3bb80fe2f33e41..2e019163fad6bfe0be77dd5b6b7d22533e28b986 100644 (file)
@@ -73,6 +73,10 @@ class Application(app.Application):
         logging.debug('install.php output:\n\n' + result)
         if 'Thank you' not in result:
             raise app.InstallFailure()
+        # Removing these trees will make upgrade merges annoying.  Maybe
+        # we should patch out the check and stick .htaccess files which
+        # block access for these folders (we'd probably have to make it
+        # available again for an upgrade though)
         #shutil.rmtree('install')
         #shutil.rmtree('contrib')