r50624 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r50623‎ | r50624 | r50625 >
Date:11:08, 15 May 2009
Author:kim
Status:deferred
Tags:
Comment:
* fix: default use of http://localhost/~<user>/public_html forgot a /
Modified paths:
  • /trunk/testing/installer/settings_handler.py (modified) (history)

Diff [purge]

Index: trunk/testing/installer/settings_handler.py
@@ -37,7 +37,7 @@
3838
3939
4040 # base scriptpath for every installation (ie, where to reach the above over the web)
41 -base_scriptpath="~"+getpass.getuser()+"/revisions/"
 41+base_scriptpath="/~"+getpass.getuser()+"/revisions/"
4242
4343 # where to install the toolkit
4444 toolkit_dir=os.path.split(installerdir)[0]

Status & tagging log