User:Dan Nessett/Technical/Notes on Refactoring CZ: Difference between revisions
Jump to navigation
Jump to search
imported>Dan Nessett No edit summary |
imported>Dan Nessett |
||
Line 13: | Line 13: | ||
==MW standard extensions to check== | ==MW standard extensions to check== | ||
{|border="1" cellpadding="20" cellspacing="0" | |||
! Extension Name | |||
! Notes | |||
|- | |||
|CategoryTree || requires db schema changes | |||
|- | |||
|CharInsert || | |||
|- | |||
|CheckUser || | |||
|- | |||
|Cite || | |||
|- | |||
|ConfirmAccount || | |||
|- | |||
|ConfirmEdit || | |||
|- | |||
|EmbedVideo || | |||
|- | |||
|ExpandTemplates || | |||
|- | |||
|ImageMap || | |||
|- | |||
|inputbox || | |||
|- | |||
|Newuserlog || | |||
|- | |||
|ParserFunctions || | |||
|- | |||
|Renameuser || | |||
|- | |||
|Timeline || | |||
|- | |||
|TreeAndMenu || | |||
|- | |||
|wikihiero || | |||
|} |
Revision as of 15:47, 3 May 2010
Where to get svn_load_dirs.pl and configure it
You can get svn_load_dirs.ph.in here: svn_load_dirs directory
Edit the file and (around line 26) change the following line:
< my $svn = '@SVN_BINDIR@/svn';
by replacing @SVN_BINDIR@/svn by the directory in which svn resides. For Ubuntu the line would like like:
< my $svn = '/usr/bin/svn';
MW standard extensions to check
Extension Name | Notes |
---|---|
CategoryTree | requires db schema changes |
CharInsert | |
CheckUser | |
Cite | |
ConfirmAccount | |
ConfirmEdit | |
EmbedVideo | |
ExpandTemplates | |
ImageMap | |
inputbox | |
Newuserlog | |
ParserFunctions | |
Renameuser | |
Timeline | |
TreeAndMenu | |
wikihiero |